/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/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/mesa3d/src/gallium/drivers/trace/ |
D | tr_dump.h | 137 #define trace_dump_array(_type, _obj, _size) \ argument 153 #define trace_dump_struct_array(_type, _obj, _size) \ argument 176 #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/lzma/CPP/7zip/Archive/7z/ |
D | 7zSpecStream.h | 17 UInt64 _size; variable
|
D | 7zFolderInStream.h | 26 UInt64 _size; variable
|
/external/mesa3d/src/amd/addrlib/inc/ |
D | lnx_common_defs.h | 72 #define vsnprintf(_dst, _size, _fmt, varg) __ke_snprintf(_dst, _size, _fmt, varg) argument 125 #define snprintf(_dst, _size, _fmt, arg...) __ke_snprintf(_dst, _size, _fmt, ##arg) argument
|
/external/lzma/CPP/Common/ |
D | MyBuffer.h | 11 size_t _size; variable 165 unsigned _size; variable
|
D | DynamicBuffer.h | 9 size_t _size; variable
|
/external/clang/test/Rewriter/ |
D | modern-write-bf-abi.mm | 20 NSUInteger _size:62; field 22 NSUInteger _size:30; field
|
/external/clang/test/SemaObjC/ |
D | property-not-lvalue.m | 11 NSSize _size; field
|
/external/eigen/bench/btl/actions/ |
D | action_hessenberg.hh | 126 int _size; member in Action_hessenberg 229 int _size; member in Action_tridiagonalization
|
D | action_partial_lu.hh | 121 int _size; member in Action_partial_lu
|
D | action_rot.hh | 112 int _size; member in Action_rot
|
D | action_lu_decomp.hh | 120 int _size; member in Action_lu_decomp
|
D | action_aat_product.hh | 137 int _size; member in Action_aat_product
|
/external/zlib/src/contrib/dotzlib/DotZLib/ |
D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/external/libopus/celt/ |
D | entenc.c | 112 void ec_enc_init(ec_enc *_this,unsigned char *_buf,opus_uint32 _size){ in ec_enc_init() 237 void ec_enc_shrink(ec_enc *_this,opus_uint32 _size){ in ec_enc_shrink()
|
/external/mesa3d/src/gallium/state_trackers/clover/core/ |
D | memory.hpp | 63 size_t _size; member in clover::memory_obj
|