Home
last modified time | relevance | path

Searched defs:dest (Results 1 – 25 of 88) 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/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
Dzutil.h206 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument
210 # define zmemzero(dest, len) memset(dest, 0, len) argument
/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/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/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/linaro/bootloader/edk2/IntelFrameworkModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DBra86.c53 UInt32 dest; in x86_Convert() local
/device/linaro/bootloader/edk2/BaseTools/Source/C/LzmaCompress/Sdk/C/
DBra86.c53 UInt32 dest; in x86_Convert() local
/device/linaro/bootloader/edk2/MdeModulePkg/Library/LzmaCustomDecompressLib/Sdk/C/
DBra86.c53 UInt32 dest; in x86_Convert() local
/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.cpp67 void rgb565_to_yv12(char* dest, char* src, int width, int height, in rgb565_to_yv12()
107 void rgb888_to_yv12(char* dest, char* src, int width, int height, in rgb888_to_yv12()
144 void rgb888_to_yuv420p(char* dest, char* src, int width, int height, in rgb888_to_yuv420p()
181 void yv12_to_rgb565(char* dest, char* src, int width, int height, in yv12_to_rgb565()
226 void yv12_to_rgb888(char* dest, char* src, int width, int height, in yv12_to_rgb888()
272 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 …]
/device/linaro/bootloader/edk2/StdLib/LibC/Time/
Dstrptime.c354 conv_num(const unsigned char *buf, int *dest, unsigned int llim, unsigned int ulim) in conv_num()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/zlib/
Dzutil.h209 # define zmemzero(dest, len) _fmemset(dest, 0, len) argument
213 # define zmemzero(dest, len) memset(dest, 0, len) argument
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dgrammar.c190 char *dest; in translabel() local

1234