Home
last modified time | relevance | path

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

12

/third_party/popt/src/
Dsystem.h45 #define xmalloc(_size) (malloc(_size) ? : vmefail()) argument
46 #define xcalloc(_nmemb, _size) (calloc((_nmemb), (_size)) ? : vmefail()) argument
47 #define xrealloc(_ptr, _size) (realloc((_ptr), (_size)) ? : vmefail()) argument
50 #define xmalloc(_size) malloc(_size) argument
51 #define xcalloc(_nmemb, _size) calloc((_nmemb), (_size)) argument
52 #define xrealloc(_ptr, _size) realloc((_ptr), (_size)) argument
/third_party/lzma/CPP/7zip/Common/
DStreamObjects.h43 size_t _size; variable
89 size_t _size; variable
109 size_t _size; variable
130 UInt64 _size; variable
150 UInt64 _size; variable
DLimitedStreams.h16 UInt64 _size; variable
44 UInt64 _size; variable
149 UInt64 _size; variable
197 UInt64 _size; variable
DInOutTempBuffer.h27 UInt64 _size; variable
/third_party/mesa3d/src/util/
Dos_memory_stdc.h41 #define os_malloc(_size) malloc(_size) argument
42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
52 #define os_malloc_aligned(_size, _align) _aligned_malloc(_size, _align) argument
Du_memory.h46 #define MALLOC(_size) os_malloc(_size) argument
48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
52 #define REALLOC(_ptr, _old_size, _size) os_realloc(_ptr, _old_size, _size) argument
61 #define align_malloc(_size, _alignment) os_malloc_aligned(_size, _alignment) argument
Dos_memory_debug.h83 #define os_malloc( _size ) \ argument
85 #define os_calloc( _count, _size ) \ argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.h148 #define trace_dump_array(_type, _obj, _size) \ argument
164 #define trace_dump_struct_array(_type, _obj, _size) \ argument
187 #define trace_dump_arg_array(_type, _arg, _size) \ argument
/third_party/lzma/CPP/7zip/Archive/Common/
DInStreamWithCRC.h22 UInt64 _size; variable
50 UInt64 _size; variable
DDummyOutStream.h15 UInt64 _size; variable
DOutStreamWithCRC.h17 UInt64 _size; variable
DCoderMixer2.h41 UInt64 _size; variable
62 UInt64 _size; variable
/third_party/lzma/CPP/Common/
DMyBuffer2.h13 size_t _size; variable
62 size_t _size; variable
DMyBuffer.h15 size_t _size; variable
194 unsigned _size; variable
DDynLimBuf.h16 size_t _size; variable
DDynamicBuffer.h9 size_t _size; variable
/third_party/lzma/CPP/7zip/Archive/7z/
D7zSpecStream.h17 UInt64 _size; variable
D7zFolderInStream.h27 UInt64 _size; variable
/third_party/mesa3d/src/gallium/frontends/clover/core/
Dprintf.hpp55 cl_uint _size; member in clover::printf_handler
Dmemory.hpp71 size_t _size; member in clover::memory_obj
/third_party/gstreamer/gstplugins_base/gst/typefind/
Dgsttypefindfunctionsstartwith.c51 #define TYPE_FIND_REGISTER_START_WITH_DEFINE(typefind_name, name, rank, ext, _data, _size, _probabi… argument
/third_party/zlib/contrib/dotzlib/DotZLib/
DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h211 #define vk_multialloc_add_size(_ma, _ptr, _type, _size) \ argument
222 #define VK_MULTIALLOC_DECL_SIZE(_ma, _type, _name, _size) \ argument
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_state.c183 #define util_dump_array(_stream, _type, _obj, _size) \ argument
195 #define util_dump_struct_array(_stream, _type, _obj, _size) \ argument
214 #define util_dump_arg_array(_stream, _type, _arg, _size) \ argument
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h96 #define OTV_SIZE_CHECK( _size ) \ argument
119 #define OTV_SIZE_CHECK32( _size ) \ argument

12