Home
last modified time | relevance | path

Searched defs:_size (Results 1 – 25 of 34) 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/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
Du_debug.h135 #define debug_print_blob(_name, _blob, _size) ((void)0) argument
/third_party/mesa3d/src/gallium/auxiliary/driver_trace/
Dtr_dump.h140 #define trace_dump_array(_type, _obj, _size) \ argument
156 #define trace_dump_struct_array(_type, _obj, _size) \ argument
179 #define trace_dump_arg_array(_type, _arg, _size) \ argument
/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/boost/tools/boost_install/test/iostreams/zlib-1.2.11/contrib/dotzlib/DotZLib/
DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/third_party/zlib/contrib/dotzlib/DotZLib/
DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/third_party/boost/libs/beast/test/extern/zlib-1.2.11/contrib/dotzlib/DotZLib/
DCircularBuffer.cs23 private int _size; field in DotZLib.CircularBuffer
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/
Dunpack_gpu_kernel.h74 size_t _size = 1; in Init() local
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h210 #define vk_multialloc_add_size(_ma, _ptr, _type, _size) \ argument
221 #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
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h97 #define OTV_SIZE_CHECK( _size ) \ argument
119 #define OTV_SIZE_CHECK32( _size ) \ argument
/third_party/freetype/src/otvalid/
Dotvcommn.h96 #define OTV_SIZE_CHECK( _size ) \ argument
118 #define OTV_SIZE_CHECK32( _size ) \ argument
/third_party/python/Lib/test/
Dtest_largefile.py63 def test_large_read(self, _size): argument
/third_party/typescript/src/harness/
DcollectionsImpl.ts255 private _size = -1; property in collections.Metadata
/third_party/boost/boost/gil/extension/io/bmp/
Dtags.hpp26 static const type _size = 14; /// Constant size for bmp file header size. member
/third_party/boost/boost/graph/detail/
Dsparse_ordering.hpp106 size_type _size; member in boost::sparse::rcm_queue
/third_party/boost/boost/gil/extension/io/targa/
Dtags.hpp25 static const type _size = 18; /// Constant size for targa file header size. member
/third_party/node/deps/npm/node_modules/fs-minipass/
Dindex.js35 const _size = Symbol('_size') constant
/third_party/lwip/src/apps/http/makefsdata/
Dtinydir.h175 #define _TINYDIR_MALLOC(_size) malloc(_size) argument

12