Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 25 of 56) sorted by relevance

123

/external/mesa3d/src/gallium/auxiliary/util/
Du_memory.h48 #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/
DStreamObjects.h41 size_t _size; variable
83 size_t _size; variable
102 size_t _size; variable
122 UInt64 _size; variable
141 UInt64 _size; variable
DLimitedStreams.h16 UInt64 _size; variable
44 UInt64 _size; variable
142 UInt64 _size; variable
190 UInt64 _size; variable
DInOutTempBuffer.h17 UInt64 _size; variable
/external/mesa3d/src/gallium/auxiliary/os/
Dos_memory_stdc.h43 #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
Dos_memory_debug.h80 #define os_malloc( _size ) \ argument
82 #define os_calloc( _count, _size ) \ argument
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h137 #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/
DInStreamWithCRC.h22 UInt64 _size; variable
50 UInt64 _size; variable
DDummyOutStream.h15 UInt64 _size; variable
DOutStreamWithCRC.h17 UInt64 _size; variable
/external/lzma/CPP/7zip/Archive/7z/
D7zSpecStream.h17 UInt64 _size; variable
D7zFolderInStream.h26 UInt64 _size; variable
/external/mesa3d/src/amd/addrlib/inc/
Dlnx_common_defs.h72 #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/
DMyBuffer.h11 size_t _size; variable
165 unsigned _size; variable
DDynamicBuffer.h9 size_t _size; variable
/external/clang/test/Rewriter/
Dmodern-write-bf-abi.mm20 NSUInteger _size:62; field
22 NSUInteger _size:30; field
/external/clang/test/SemaObjC/
Dproperty-not-lvalue.m11 NSSize _size; field
/external/eigen/bench/btl/actions/
Daction_hessenberg.hh126 int _size; member in Action_hessenberg
229 int _size; member in Action_tridiagonalization
Daction_partial_lu.hh121 int _size; member in Action_partial_lu
Daction_rot.hh112 int _size; member in Action_rot
Daction_lu_decomp.hh120 int _size; member in Action_lu_decomp
Daction_aat_product.hh137 int _size; member in Action_aat_product
/external/zlib/src/contrib/dotzlib/DotZLib/
DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/external/libopus/celt/
Dentenc.c112 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/
Dmemory.hpp63 size_t _size; member in clover::memory_obj

123