Home
last modified time | relevance | path

Searched defs:_count (Results 1 – 25 of 25) 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/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/include/freetype/internal/
Dftgloadr.h106 #define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \ argument
112 #define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \ argument
/third_party/flutter/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/flutter/skia/third_party/externals/freetype/src/sfnt/
Dttbdf.c178 FT_UInt _count = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop() local
/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/freetype/src/sfnt/
Dttbdf.c177 FT_UInt _count = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop() local
/third_party/gstreamer/gstplugins_good/gst/rtp/
Ddboolhuff.h52 #define VP8DX_BOOL_DECODER_FILL(_count,_value,_bufptr,_bufend) \ argument
/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/flutter/skia/third_party/externals/freetype/src/gxvalid/
Dgxvcommn.h272 #define GXV_LIMIT_CHECK( _count ) \ argument
510 #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \ argument
/third_party/freetype/src/gxvalid/
Dgxvcommn.h274 #define GXV_LIMIT_CHECK( _count ) \ argument
512 #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \ argument
/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/freetype/src/otvalid/
Dotvcommn.h90 #define OTV_LIMIT_CHECK( _count ) \ argument
/third_party/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h90 #define OTV_LIMIT_CHECK( _count ) \ argument
/third_party/flutter/skia/third_party/externals/freetype/src/otvalid/
Dotvcommn.h91 #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) { in getSupportedIDs()
/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