Home
last modified time | relevance | path

Searched refs:memmove (Results 1 – 25 of 25) sorted by relevance

/third_party/ulib/musl/src/string/x86_64/
A Dmemmove.S3 ENTRY(memmove)
17 END(memmove)
19 ALIAS(memmove, __unsanitized_memmove)
20 ASAN_WEAK_ALIAS(memmove)
/third_party/lib/acpica/source/tools/acpisrc/
A Dasutils.c141 memmove ((Buffer + LengthToAdd), (Buffer + LengthToRemove), in AsReplaceData()
152 memmove (Buffer, BufferToAdd, LengthToAdd); in AsReplaceData()
192 memmove ((Buffer + LengthToAdd), Buffer, BufferLength); in AsInsertData()
197 memmove (Buffer, BufferToAdd, LengthToAdd); in AsInsertData()
229 memmove (StartPointer, EndPointer, BufferLength); in AsRemoveData()
A Dascase.c446 memmove (&SubBuffer[1], &SubBuffer[0], Length + 1); in AsMixedCaseToUnderscores()
626 memmove (&SubBuffer[i+2], &SubBuffer[i+1], (Length+1)); in AsUppercaseTokens()
A Dasconvrt.c1568 memmove (SubBuffer, SubString, KeywordLength); in AsInsertPrefix()
1572 memmove (SubString, InsertString, InsertLength); in AsInsertPrefix()
/third_party/ulib/musl/src/string/aarch64/
A Dmemmove.S12 ALIAS(memmove, __unsanitized_memmove)
13 ASAN_WEAK_ALIAS(memmove)
/third_party/ulib/musl/src/string/
A Dmemmove.c8 NO_ASAN void* memmove(void* dest, const void* src, size_t n) { in memmove() function
46 __typeof(memmove) __unsanitized_memmove __attribute__((alias("memmove")));
47 __asan_weak_alias(memmove)
A Dbcopy.c6 memmove(s2, s1, n); in bcopy()
A Drules.mk68 $(GET_LOCAL_DIR)/aarch64/memmove.S \
75 $(GET_LOCAL_DIR)/x86_64/memmove.S \
82 $(GET_LOCAL_DIR)/memmove.c \
/third_party/lib/cortex-strings/src/aarch64/
A Dmemmove.S92 def_fn memmove, 6
150 .size memmove, . - memmove
/third_party/lib/acpica/source/common/
A Dacgetline.c214 memmove (&Buffer[CursorPosition + 1], &Buffer[CursorPosition], in AcpiOsGetLine()
253 memmove (&Buffer[CursorPosition - 1], &Buffer[CursorPosition], in AcpiOsGetLine()
/third_party/ulib/musl/include/zircon/
A Dsanitizer.h29 __typeof(memmove) __unsanitized_memmove;
/third_party/lib/acpica/source/compiler/
A Dprutils.c217 memmove ((Buffer + LengthToAdd), (Buffer + LengthToRemove), in PrReplaceData()
226 memmove (Buffer, BufferToAdd, LengthToAdd); in PrReplaceData()
/third_party/ulib/musl/src/network/
A Dinet_ntop.c36 memmove(buf + best + 2, buf + best + max, i - best - max + 1); in inet_ntop()
A Dinet_pton.c72 memmove(ip + brk + 7 - i, ip + brk, 2 * (i + 1 - brk)); in inet_pton()
/third_party/ulib/musl/include/
A Dstring.h15 void* memmove(void*, const void*, size_t);
/third_party/ulib/ngunwind/src/
A Dos-linux.h232 memmove (mi->buf_end - mi->buf_size, mi->buf, bytes_left); in maps_next()
244 memmove (mi->buf_end - nread - bytes_left, mi->buf, in maps_next()
/third_party/ulib/linenoise/
A Dlinenoise.c710 memmove(l->buf+l->pos+1,l->buf+l->pos,l->len-l->pos);
783 memmove(l->buf+l->pos,l->buf+l->pos+1,l->len-l->pos-1);
793 memmove(l->buf+l->pos-1,l->buf+l->pos,l->len-l->pos);
812 memmove(l->buf+l->pos,l->buf+old_pos,l->len-old_pos+1);
1033 memmove(quit,quit+1,sizeof(quit)-1); /* shift string to left. */
1214 memmove(history,history+1,sizeof(char*)*(history_max_len-1));
/third_party/uapp/kilo/
A Dkilo.c610 memmove(E.row+at+1,E.row+at,sizeof(E.row[0])*(E.numrows-at));
641 memmove(E.row+at,E.row+at+1,sizeof(E.row[0])*(E.numrows-at-1));
689 memmove(row->chars+at+1,row->chars+at,row->size-at+1);
710 memmove(row->chars+at,row->chars+at+1,row->size-at);
/third_party/ulib/jemalloc/src/
A Dtcache.c158 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_small()
241 memmove(tbin->avail - rem, tbin->avail - tbin->ncached, rem * in tcache_bin_flush_large()
A Darena.c452 memmove(arena->decay.backlog, &arena->decay.backlog[nadvance_z], in arena_decay_backlog_update()
1130 memmove(tbin->avail - i, tbin->avail - nfill, in arena_tcache_fill_small()
/third_party/uapp/dash/src/
A Dinput.c274 memmove(q, q + 1, more); in preadbuffer()
A Dexpand.c699 memmove(startp, loc, str - loc); in subevalvar()
/third_party/ulib/uboringssl/crypto/
A Dinternal.h712 return memmove(dst, src, n); in OPENSSL_MSVC_PRAGMA()
/third_party/ulib/lz4/
A Dlz4.c1101 memmove(safeBuffer, previousDictEnd - dictSize, dictSize); in LZ4_saveDict()
1231 memmove(op, match, length); op += length; in LZ4_decompress_generic()
A Dlz4hc.c659 memmove(safeBuffer, streamPtr->end - dictSize, dictSize); in LZ4_saveDictHC()

Completed in 44 milliseconds