| /third_party/ulib/musl/src/string/x86_64/ |
| A D | memmove.S | 3 ENTRY(memmove) 17 END(memmove) 19 ALIAS(memmove, __unsanitized_memmove) 20 ASAN_WEAK_ALIAS(memmove)
|
| /third_party/lib/acpica/source/tools/acpisrc/ |
| A D | asutils.c | 141 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 D | ascase.c | 446 memmove (&SubBuffer[1], &SubBuffer[0], Length + 1); in AsMixedCaseToUnderscores() 626 memmove (&SubBuffer[i+2], &SubBuffer[i+1], (Length+1)); in AsUppercaseTokens()
|
| A D | asconvrt.c | 1568 memmove (SubBuffer, SubString, KeywordLength); in AsInsertPrefix() 1572 memmove (SubString, InsertString, InsertLength); in AsInsertPrefix()
|
| /third_party/ulib/musl/src/string/aarch64/ |
| A D | memmove.S | 12 ALIAS(memmove, __unsanitized_memmove) 13 ASAN_WEAK_ALIAS(memmove)
|
| /third_party/ulib/musl/src/string/ |
| A D | memmove.c | 8 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 D | bcopy.c | 6 memmove(s2, s1, n); in bcopy()
|
| A D | rules.mk | 68 $(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 D | memmove.S | 92 def_fn memmove, 6 150 .size memmove, . - memmove
|
| /third_party/lib/acpica/source/common/ |
| A D | acgetline.c | 214 memmove (&Buffer[CursorPosition + 1], &Buffer[CursorPosition], in AcpiOsGetLine() 253 memmove (&Buffer[CursorPosition - 1], &Buffer[CursorPosition], in AcpiOsGetLine()
|
| /third_party/ulib/musl/include/zircon/ |
| A D | sanitizer.h | 29 __typeof(memmove) __unsanitized_memmove;
|
| /third_party/lib/acpica/source/compiler/ |
| A D | prutils.c | 217 memmove ((Buffer + LengthToAdd), (Buffer + LengthToRemove), in PrReplaceData() 226 memmove (Buffer, BufferToAdd, LengthToAdd); in PrReplaceData()
|
| /third_party/ulib/musl/src/network/ |
| A D | inet_ntop.c | 36 memmove(buf + best + 2, buf + best + max, i - best - max + 1); in inet_ntop()
|
| A D | inet_pton.c | 72 memmove(ip + brk + 7 - i, ip + brk, 2 * (i + 1 - brk)); in inet_pton()
|
| /third_party/ulib/musl/include/ |
| A D | string.h | 15 void* memmove(void*, const void*, size_t);
|
| /third_party/ulib/ngunwind/src/ |
| A D | os-linux.h | 232 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 D | linenoise.c | 710 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 D | kilo.c | 610 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 D | tcache.c | 158 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 D | arena.c | 452 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 D | input.c | 274 memmove(q, q + 1, more); in preadbuffer()
|
| A D | expand.c | 699 memmove(startp, loc, str - loc); in subevalvar()
|
| /third_party/ulib/uboringssl/crypto/ |
| A D | internal.h | 712 return memmove(dst, src, n); in OPENSSL_MSVC_PRAGMA()
|
| /third_party/ulib/lz4/ |
| A D | lz4.c | 1101 memmove(safeBuffer, previousDictEnd - dictSize, dictSize); in LZ4_saveDict() 1231 memmove(op, match, length); op += length; in LZ4_decompress_generic()
|
| A D | lz4hc.c | 659 memmove(safeBuffer, streamPtr->end - dictSize, dictSize); in LZ4_saveDictHC()
|