Home
last modified time | relevance | path

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

123

/external/lzma/CPP/7zip/Common/
DStreamObjects.h26 size_t _size; variable
66 size_t _size; variable
85 size_t _size; variable
105 UInt64 _size; variable
124 UInt64 _size; variable
DLimitedStreams.h16 UInt64 _size; variable
43 UInt64 _size; variable
141 UInt64 _size; variable
189 UInt64 _size; variable
DInOutTempBuffer.h18 UInt64 _size; variable
/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/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.h71 #define os_malloc( _size ) \ argument
73 #define os_calloc( _count, _size ) \ argument
/external/mesa3d/src/gallium/drivers/trace/
Dtr_dump.h137 #define trace_dump_array(_type, _obj, _size) \ argument
149 #define trace_dump_struct_array(_type, _obj, _size) \ argument
168 #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/opencv/
DWLNonFileByteStream.h43 int _size; variable
/external/lzma/CPP/7zip/Archive/7z/
D7zSpecStream.h17 UInt64 _size; variable
/external/lldb/include/lldb/DataFormatters/
DCXXFormatterFunctions.h181 uint32_t _size : 30; member
191 uint64_t _size : 62; member
342 uint32_t _size; member
351 uint64_t _size; member
502 uint32_t _size; member
509 uint64_t _size; member
/external/lzma/CPP/Common/
DMyBuffer.h11 size_t _size; variable
158 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/jetty/src/java/org/eclipse/jetty/util/
DByteArrayISO8859Writer.java38 private int _size; field in ByteArrayISO8859Writer
221 System.arraycopy(_bout.getBuf(),0,_buf,_size,_bout.getCount()); in writeEncoded() local
/external/eigen/bench/btl/actions/
Daction_hessenberg.hh126 int _size; member in Action_hessenberg
229 int _size; member in Action_tridiagonalization
Daction_lu_decomp.hh120 int _size; member in Action_lu_decomp
Daction_rot.hh112 int _size; member in Action_rot
Daction_partial_lu.hh121 int _size; member in Action_partial_lu
/external/clang/test/SemaObjC/
Dproperty-not-lvalue.m11 NSSize _size; field
/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/zlib/src/contrib/dotzlib/DotZLib/
DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/external/jetty/src/java/org/eclipse/jetty/io/
DPooledBuffers.java30 private final AtomicInteger _size = new AtomicInteger(); field in PooledBuffers

123