/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/Arm/ |
D | memmove.S | 17 GCC_ASM_EXPORT (memmove) 21 # memmove ( 26 ASM_PFX(memmove):
|
/device/google/contexthub/firmware/os/cpu/cortexm4/ |
D | cortexm4.mk | 44 $(LIB_PATH)/libc/memmove.c \ 51 $(LIB_PATH)/libc/memmove.c \
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/ |
D | UefiLzma.h | 42 #define memmove CopyMem macro
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/ |
D | UefiLzma.h | 42 #define memmove CopyMem macro
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/ |
D | pystrtod.c | 395 memmove(buffer, in change_decimal_from_locale_to_dot() 459 memmove(start, in ensure_minimum_exponent_length() 469 memmove(start + zeros, start, in ensure_minimum_exponent_length() 517 memmove(new_fraction_end, old_fraction_end, end-old_fraction_end); in remove_trailing_zeros() 586 memmove(p + insert_count, p, in ensure_decimal_point() 597 memmove(p+2, p+1, digit_count); /* safe, but overwrites nul */ in ensure_decimal_point() 870 memmove(buf+1, buf, len+1); in PyOS_double_to_string()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/ |
D | pystrtod.c | 395 memmove(buffer, in change_decimal_from_locale_to_dot() 459 memmove(start, in ensure_minimum_exponent_length() 469 memmove(start + zeros, start, in ensure_minimum_exponent_length() 517 memmove(new_fraction_end, old_fraction_end, end-old_fraction_end); in remove_trailing_zeros() 586 memmove(p + insert_count, p, in ensure_decimal_point() 597 memmove(p+2, p+1, digit_count); /* safe, but overwrites nul */ in ensure_decimal_point() 870 memmove(buf+1, buf, len+1); in PyOS_double_to_string()
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/Common/ |
D | OsPath.c | 154 memmove (&Path[Offset], &Path[Offset + 1], Remaining); 165 memmove (&Path[Offset], &Path[Offset + 1], Remaining);
|
D | BinderFuncs.c | 47 memmove (Destination, Source, Length); in CommonLibBinderCopyMem()
|
D | StringFuncs.c | 86 memmove (String, Pos, strlen (Pos) + 1); in StripInfDscStringInPlace()
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/FdtLib/ |
D | fdt_rw.c | 106 memmove(p + newlen, p + oldlen, end - p - oldlen); in _fdt_splice() 406 memmove(new + mem_rsv_off, old + fdt_off_mem_rsvmap(old), mem_rsv_size); in _fdt_packblocks() 409 memmove(new + struct_off, old + fdt_off_dt_struct(old), struct_size); in _fdt_packblocks() 413 memmove(new + strings_off, old + fdt_off_dt_strings(old), in _fdt_packblocks() 472 memmove(buf, tmp, newsize); in fdt_open_into()
|
D | fdt.c | 248 memmove(buf, fdt, fdt_totalsize(fdt)); in fdt_move()
|
D | fdt_sw.c | 232 memmove(p + newstroffset, p + oldstroffset, fdt_size_dt_strings(fdt)); in fdt_finish()
|
/device/linaro/bootloader/arm-trusted-firmware/include/stdlib/ |
D | string.h | 55 void *memmove(void *, const void *, size_t);
|
/device/google/contexthub/firmware/lib/libc/ |
D | Android.mk | 23 memmove.c \
|
D | bcopy.c | 60 memmove in memcpy()
|
/device/linaro/bootloader/edk2/StdLib/LibC/String/ |
D | Copying.c | 56 memmove(void *s1, const void *s2, size_t n) in memmove() function
|
/device/linaro/bootloader/arm-trusted-firmware/lib/stdlib/ |
D | mem.c | 83 void *memmove(void *dst, const void *src, size_t len) in memmove() function
|
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/ |
D | CompilerIntrinsicsLib.inf | 36 Arm/memmove.asm | RVCT 63 Arm/memmove.S | GCC
|
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/ |
D | libfdt_env.h | 54 static inline void *memmove(void *dest, const void *src, size_t n) { in memmove() function
|
/device/linaro/bootloader/edk2/CryptoPkg/Include/ |
D | OpenSslSupport.h | 196 void *memmove (void *, const void *, size_t); 263 #define memmove(dest,source,count) CopyMem(dest,source,(UINTN)(count)) macro
|
/device/asus/fugu/dumpstate/ |
D | DumpstateDevice.cpp | 92 memmove(buffer, &buffer[ofs], left); in fugu_dump_base64()
|
/device/linaro/bootloader/edk2/StdLib/Include/ |
D | string.h | 125 void *memmove(void *Dest, const void *Src, size_t N);
|
/device/google/contexthub/firmware/lib/ |
D | lib.mk | 59 SRCS += $(LIBC_PATH)/memmove.c
|
/device/linaro/bootloader/edk2/BaseTools/Source/C/VfrCompile/ |
D | VfrFormPkg.h | 375 memmove (&Info->mVarStoreId, &mHeader->VarStoreInfo, sizeof (Info->mVarStoreId)); in VARSTORE_INFO() 628 memmove (&mFormSet->Guid, Guid, sizeof (EFI_GUID)); in SetGuid() 640 memmove (&(mClassGuid[mFormSet->Flags++]), Guid, sizeof (EFI_GUID)); in SetClassGuid() 762 memmove (&(mMethodMap->MethodIdentifier), MethodGuid, sizeof (EFI_GUID)); in SetFormMapMethod() 782 memmove (&mVarStore->Guid, Guid, sizeof (EFI_GUID)); in SetGuid() 822 memmove (&mVarStoreEfi->Guid, Guid, sizeof (EFI_GUID)); in SetGuid() 876 memmove (&mVarStoreNameValue->Guid, Guid, sizeof (EFI_GUID)); in SetGuid() 951 memmove (&(mDefault->Value), &Value, Size - OFFSET_OF (EFI_IFR_DEFAULT, Value)); 963 … memmove (&mDefault->Value, &Value, mDefault->Header.Length - OFFSET_OF (EFI_IFR_DEFAULT, Value)); in SetValue() 1690 memmove (&mRefreshId->RefreshEventGroupId, RefreshEventGroupId, sizeof (EFI_GUID)); in SetRefreshEventGroutId() [all …]
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | bytearrayobject.c | 533 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi, in bytearray_setslice() 549 memmove(self->ob_bytes + lo + needed, self->ob_bytes + hi, in bytearray_setslice() 674 memmove(self->ob_bytes + start + needed, self->ob_bytes + stop, in bytearray_ass_subscript() 687 memmove(self->ob_bytes + start + needed, self->ob_bytes + stop, in bytearray_ass_subscript() 717 memmove(self->ob_bytes + cur - i, in bytearray_ass_subscript() 723 memmove(self->ob_bytes + cur - slicelen, in bytearray_ass_subscript() 2239 memmove(self->ob_bytes + where + 1, self->ob_bytes + where, n - where); in bytearray_insert() 2377 memmove(self->ob_bytes + where, self->ob_bytes + where + 1, n - where); in bytearray_pop() 2408 memmove(self->ob_bytes + where, self->ob_bytes + where + 1, n - where); in bytearray_remove()
|