/external/mesa3d/src/gallium/auxiliary/util/ |
D | u_memory.h | 48 #define MALLOC(_size) os_malloc(_size) argument 50 #define CALLOC(_count, _size) os_calloc(_count, _size) argument 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|
/external/virglrenderer/src/gallium/auxiliary/util/ |
D | u_memory.h | 48 #define MALLOC(_size) os_malloc(_size) argument 50 #define CALLOC(_count, _size) os_calloc(_count, _size) argument 54 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument 63 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
|
/external/lzma/CPP/7zip/Common/ |
D | StreamObjects.h | 41 size_t _size; variable 83 size_t _size; variable 102 size_t _size; variable 122 UInt64 _size; variable 141 UInt64 _size; variable
|
D | LimitedStreams.h | 16 UInt64 _size; variable 44 UInt64 _size; variable 142 UInt64 _size; variable 190 UInt64 _size; variable
|
D | InOutTempBuffer.h | 17 UInt64 _size; variable
|
/external/mesa3d/src/gallium/auxiliary/os/ |
D | os_memory_stdc.h | 43 #define os_malloc(_size) malloc(_size) argument 44 #define os_calloc(_count, _size ) calloc(_count, _size ) argument 69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
|
D | os_memory_debug.h | 80 #define os_malloc( _size ) \ argument 82 #define os_calloc( _count, _size ) \ argument
|
/external/virglrenderer/src/gallium/auxiliary/os/ |
D | os_memory_stdc.h | 43 #define os_malloc(_size) malloc(_size) argument 44 #define os_calloc(_count, _size ) calloc(_count, _size ) argument 69 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
|
D | os_memory_debug.h | 80 #define os_malloc( _size ) \ argument 82 #define os_calloc( _count, _size ) \ argument
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump.h | 136 #define trace_dump_array(_type, _obj, _size) \ argument 152 #define trace_dump_struct_array(_type, _obj, _size) \ argument 175 #define trace_dump_arg_array(_type, _arg, _size) \ argument
|
/external/lzma/CPP/7zip/Archive/Common/ |
D | InStreamWithCRC.h | 22 UInt64 _size; variable 50 UInt64 _size; variable
|
D | DummyOutStream.h | 15 UInt64 _size; variable
|
D | OutStreamWithCRC.h | 17 UInt64 _size; variable
|
/external/libxcam/modules/ocl/ |
D | cl_memory.h | 138 uint32_t _size; variable 168 uint32_t _size; variable
|
/external/lzma/CPP/7zip/Archive/7z/ |
D | 7zSpecStream.h | 17 UInt64 _size; variable
|
D | 7zFolderInStream.h | 26 UInt64 _size; variable
|
/external/lzma/CPP/Common/ |
D | MyBuffer.h | 14 size_t _size; variable 176 unsigned _size; variable
|
D | MyBuffer2.h | 13 size_t _size; variable
|
D | DynamicBuffer.h | 9 size_t _size; variable
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-generated-sources/com/github/javaparser/ |
D | StringProvider.java | 24 int _size; field in StringProvider
|
/external/javaparser/javaparser-core/generated-sources/javacc/com/github/javaparser/ |
D | StringProvider.java | 32 int _size; field in StringProvider
|
/external/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 20 NSUInteger _size:62; field 22 NSUInteger _size:30; field
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 126 int _size; member in Action_hessenberg 229 int _size; member in Action_tridiagonalization
|
/external/clang/test/SemaObjC/ |
D | property-not-lvalue.m | 11 NSSize _size; field
|
/external/ImageMagick/Magick++/fuzz/ |
D | main.cc | 58 size_t _size; member in FuzzingDebugger
|