Home
last modified time | relevance | path

Searched defs:_count (Results 1 – 21 of 21) sorted by relevance

/third_party/mesa3d/src/util/
Dos_memory_debug.h85 #define os_calloc( _count, _size ) \ argument
Dos_memory_stdc.h42 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
Du_memory.h48 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftgloadr.h106 #define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \ argument
112 #define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \ argument
/third_party/skia/third_party/externals/freetype/src/sfnt/
Dttbdf.c177 FT_UInt _count = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop() local
/third_party/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c81 #define DEFINE_UTIL_STR_CONTINUOUS_COUNT(_name, _count) \ argument
/third_party/mesa3d/src/vulkan/util/
Dvk_alloc.h219 #define vk_multialloc_add(_ma, _ptr, _type, _count) \ argument
226 #define VK_MULTIALLOC_DECL(_ma, _type, _name, _count) \ argument
/third_party/python/Lib/multiprocessing/
Dsynchronize.py389 def _count(self): member in Barrier
393 def _count(self, value): member in Barrier
/third_party/mesa3d/src/gallium/drivers/svga/
Dsvga_state.c345 #define EMIT_RS(_rs, _count, _name, _value) \ argument
/third_party/node/deps/npm/node_modules/minipass-json-stream/
Dindex.js30 const _count = Symbol('_count') constant
/third_party/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.h274 #define GXV_LIMIT_CHECK( _count ) \ argument
512 #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \ argument
/third_party/lzma/C/
DThreads.h205 UInt32 _count; member
/third_party/lzma/CPP/Windows/
DSynchronization.h339 UInt32 _count; variable
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h90 #define OTV_LIMIT_CHECK( _count ) \ argument
/third_party/FreeBSD/sys/kern/
Dbus_if.h65 rman_res_t _count, in BUS_ALLOC_RESOURCE()
/third_party/icu/icu4c/source/test/intltest/
Dsvccoll.cpp310 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) override { in getSupportedIDs()
/third_party/musl/src/network/
Dlookup_name.c524 int _count; member
/third_party/musl/porting/linux/user/src/network/
Dlookup_name.c523 int _count; member
/third_party/python/Lib/
Dthreading.py10 from itertools import islice as _islice, count as _count unknown
Dmailbox.py488 _count = 1 # This is used to generate unique file names. variable in Maildir
/third_party/libdrm/intel/
Dintel_decode.c93 #define BUFFER_FAIL(_count, _len, _name) do { \ argument