Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 100) sorted by relevance

1234

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/
DOnigurumaIntrinsics.c24 void * memcpy (void *dest, const void *src, unsigned int count) in memcpy()
31 void * memset (void *dest, char ch, unsigned int count) in memset()
/device/linaro/bootloader/edk2/ArmPkg/Library/CompilerIntrinsicsLib/
Dmemset.c40 void __aeabi_memset(void *dest, size_t n, int c) in __aeabi_memset()
51 void __aeabi_memclr(void *dest, size_t n) in __aeabi_memclr()
Dmemcpy.c19 void *__memcpy(void *dest, const void *src, size_t n) in __memcpy()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
Duncompr.c26 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Dzutil.c149 void zmemcpy(dest, source, len) in zmemcpy() argument
173 void zmemzero(dest, len) in zmemzero() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dcompress.c22 int ZEXPORT compress2 (dest, destLen, source, sourceLen, level) in compress2() argument
62 int ZEXPORT compress (dest, destLen, source, sourceLen) in compress() argument
Duncompr.c24 int ZEXPORT uncompress (dest, destLen, source, sourceLen) in uncompress() argument
Dzutil.c152 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
176 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
/device/linaro/hikey/hifi/xaf/hifi-dpf/ipc/xt-shmem/hikey/
Ddsp_comm.c27 unsigned char *dest = (unsigned char*)d; in dsp_memcpy() local
50 unsigned char *dest = (unsigned char*)d; in dsp_memset() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/
Dlibprep.bat8 set dest=%1 variable
/device/linaro/bootloader/edk2/EmbeddedPkg/Include/
Dlibfdt_env.h50 static inline void* memcpy(void* dest, const void* src, size_t len) { in memcpy()
54 static inline void *memmove(void *dest, const void *src, size_t n) { in memmove()
62 static inline int memcmp(const void* dest, const void* src, int len) { in memcmp()
/device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/sys/
Dstdarg.h50 #define __va_copy(dest, src) \ argument
54 #define va_copy(dest, src) \ argument
/device/linaro/bootloader/edk2/StdLib/Include/Ipf/machine/
Dstdarg.h53 #define __va_copy(dest, src) __builtin_va_copy((dest), (src)) argument
58 #define va_copy(dest, src) __va_copy((dest), (src)) argument
/device/google/cuttlefish_common/host/commands/launch/
Dscreen_region_handler.cc30 auto dest = region->data(); in InitializeScreenRegion() local
/device/linaro/bootloader/edk2/CryptoPkg/Library/IntrinsicLib/
DCopyMem.c20 void * memcpy (void *dest, const void *src, unsigned int count) in memcpy()
DMemoryIntrinsics.c24 void * memset (void *dest, char ch, unsigned int count) in memset()
/device/google/cuttlefish_common/guest/libs/remoter/
Dremoter_framework_pkt.cpp18 void remoter_connect(cvd::SharedFD* dest) { in remoter_connect()
/device/google/cuttlefish_common/common/libs/time/
Dmonotonic_time.h221 void ToTimespec(struct timespec* dest) const { in ToTimespec()
235 virtual void FetchCurrentTime(MonotonicTimePoint* dest) const { in FetchCurrentTime()
/device/linaro/bootloader/edk2/EmbeddedPkg/Library/ZLib/
Dzutil.c146 void ZLIB_INTERNAL zmemcpy(dest, source, len) in zmemcpy() argument
170 void ZLIB_INTERNAL zmemzero(dest, len) in zmemzero() argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dmemoryobject.c20 dup_buffer(Py_buffer *dest, Py_buffer *src) in dup_buffer()
115 _strided_copy_nd(char *dest, char *src, int nd, Py_ssize_t *shape, in _strided_copy_nd()
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort) in _indirect_copy_nd()
246 char *dest; in PyMemoryView_GetContiguous() local
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dmemoryobject.c20 dup_buffer(Py_buffer *dest, Py_buffer *src) in dup_buffer()
115 _strided_copy_nd(char *dest, char *src, int nd, Py_ssize_t *shape, in _strided_copy_nd()
173 _indirect_copy_nd(char *dest, Py_buffer *view, char fort) in _indirect_copy_nd()
246 char *dest; in PyMemoryView_GetContiguous() local
/device/generic/goldfish-opengl/system/OpenglSystemCommon/
DFormatConversions.cpp75 void rgb565_to_yv12(char* dest, char* src, int width, int height, in rgb565_to_yv12()
116 void rgb888_to_yv12(char* dest, char* src, int width, int height, in rgb888_to_yv12()
154 void rgb888_to_yuv420p(char* dest, char* src, int width, int height, in rgb888_to_yuv420p()
191 void yv12_to_rgb565(char* dest, char* src, int width, int height, in yv12_to_rgb565()
237 void yv12_to_rgb888(char* dest, char* src, int width, int height, in yv12_to_rgb888()
283 void yuv420p_to_rgb888(char* dest, char* src, int width, int height, in yuv420p_to_rgb888()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dargparse.py767 dest, argument
809 dest, argument
844 dest, argument
867 dest, argument
884 dest, argument
901 dest, argument
938 dest, argument
964 dest, argument
985 dest=SUPPRESS, argument
1005 dest=SUPPRESS, argument
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dargparse.py765 dest, argument
807 dest, argument
842 dest, argument
865 dest, argument
882 dest, argument
899 dest, argument
936 dest, argument
962 dest, argument
983 dest=SUPPRESS, argument
1003 dest=SUPPRESS, argument
[all …]

1234