/third_party/popt/src/ |
D | system.h | 45 #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/ |
D | StreamObjects.h | 43 size_t _size; variable 89 size_t _size; variable 109 size_t _size; variable 130 UInt64 _size; variable 150 UInt64 _size; variable
|
D | LimitedStreams.h | 16 UInt64 _size; variable 44 UInt64 _size; variable 149 UInt64 _size; variable 197 UInt64 _size; variable
|
D | InOutTempBuffer.h | 27 UInt64 _size; variable
|
/third_party/mesa3d/src/util/ |
D | os_memory_stdc.h | 41 #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
|
D | u_memory.h | 46 #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
|
D | os_memory_debug.h | 83 #define os_malloc( _size ) \ argument 85 #define os_calloc( _count, _size ) \ argument
|
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/ |
D | tr_dump.h | 148 #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/ |
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
|
D | CoderMixer2.h | 41 UInt64 _size; variable 62 UInt64 _size; variable
|
/third_party/lzma/CPP/Common/ |
D | MyBuffer2.h | 13 size_t _size; variable 62 size_t _size; variable
|
D | MyBuffer.h | 15 size_t _size; variable 194 unsigned _size; variable
|
D | DynLimBuf.h | 16 size_t _size; variable
|
D | DynamicBuffer.h | 9 size_t _size; variable
|
/third_party/lzma/CPP/7zip/Archive/7z/ |
D | 7zSpecStream.h | 17 UInt64 _size; variable
|
D | 7zFolderInStream.h | 27 UInt64 _size; variable
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
D | printf.hpp | 55 cl_uint _size; member in clover::printf_handler
|
D | memory.hpp | 71 size_t _size; member in clover::memory_obj
|
/third_party/gstreamer/gstplugins_base/gst/typefind/ |
D | gsttypefindfunctionsstartwith.c | 51 #define TYPE_FIND_REGISTER_START_WITH_DEFINE(typefind_name, name, rank, ext, _data, _size, _probabi… argument
|
/third_party/zlib/contrib/dotzlib/DotZLib/ |
D | CircularBuffer.cs | 23 private int _size; field in DotZLib.CircularBuffer
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_alloc.h | 211 #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/ |
D | u_dump_state.c | 183 #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/ |
D | otvcommn.h | 96 #define OTV_SIZE_CHECK( _size ) \ argument 119 #define OTV_SIZE_CHECK32( _size ) \ argument
|