Home
last modified time | relevance | path

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

12

/external/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
/external/virglrenderer/src/gallium/auxiliary/os/
Dos_memory_debug.h82 #define os_calloc( _count, _size ) \ argument
Dos_memory_stdc.h44 #define os_calloc(_count, _size ) calloc(_count, _size ) argument
/external/freetype/include/freetype/internal/
Dftgloadr.h105 #define FT_GLYPHLOADER_CHECK_P( _loader, _count ) \ argument
111 #define FT_GLYPHLOADER_CHECK_C( _loader, _count ) \ argument
/external/capstone/bindings/ocaml/
Docaml.c700 CAMLprim value ocaml_cs_disasm(value _arch, value _mode, value _code, value _addr, value _count) in ocaml_cs_disasm()
854 … value ocaml_cs_disasm_internal(value _arch, value _handle, value _code, value _addr, value _count) in ocaml_cs_disasm_internal()
/external/perfetto/ui/src/frontend/
Dperf.ts47 private _count = 0; property in RunningStatistics
/external/virglrenderer/src/gallium/auxiliary/util/
Du_memory.h50 #define CALLOC(_count, _size) os_calloc(_count, _size) argument
/external/freetype/src/sfnt/
Dttbdf.c177 FT_UInt _count = FT_NEXT_USHORT( p ); in tt_face_find_bdf_prop() local
/external/mesa3d/src/gallium/auxiliary/util/
Du_dump_defines.c81 #define DEFINE_UTIL_STR_CONTINUOUS_COUNT(_name, _count) \ argument
/external/emma/core/java12/com/vladium/emma/report/
DAbstractReportGenerator.java144 final int [] _count = new int [1]; in initialize() local
/external/python/cpython3/Lib/multiprocessing/
Dsynchronize.py389 def _count(self): member in Barrier
393 def _count(self, value): member in Barrier
/external/mesa3d/src/gallium/drivers/svga/
Dsvga_state.c313 #define EMIT_RS(_rs, _count, _name, _value) \ argument
/external/perfetto/ui/src/controller/
Dlogs_controller.ts103 private _count: number; property in Pagination
/external/freetype/src/gxvalid/
Dgxvcommn.h271 #define GXV_LIMIT_CHECK( _count ) \ argument
509 #define GXV_SUBTABLE_LIMIT_CHECK( _count ) \ argument
/external/OpenCL-CTS/test_common/harness/
Dos_helpers.cpp48 int const _count = 8; // How many times we will try to double buffer size. variable
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-replaysubject.hpp63 …explicit replay_observer_state(count_type _count, period_type _period, coordination_type _coordina… in replay_observer_state()
/external/arm-trusted-firmware/drivers/scmi-msg/
Dclock.h125 #define SCMI_CLOCK_DESCRIBE_RATES_NUM_RATES_FLAGS(_count, _fmt, _rem_rates) \ argument
/external/freetype/src/otvalid/
Dotvcommn.h90 #define OTV_LIMIT_CHECK( _count ) \ argument
/external/icu/icu4c/source/test/intltest/
Dsvccoll.cpp310 const UnicodeString* getSupportedIDs(int32_t& _count, UErrorCode& status) { in getSupportedIDs()
/external/OpenCL-CTS/test_conformance/integer_ops/
Dtest_integers.cpp532 #define PATCH_CASE( _out, _src, _dest, _count, _cl_type ) \ argument
541 #define PATCH_CASE_SIGNED( _out, _src, _dest, _count, _cl_type, _MIN_VAL ) \ argument
/external/python/cpython2/Lib/compiler/
Dpyassem.py166 _count = 0 variable in Block
/external/jackson-core/src/main/java/com/fasterxml/jackson/core/sym/
DByteQuadsCanonicalizer.java158 private int _count; field in ByteQuadsCanonicalizer
/external/python/cpython2/Lib/
Dthreading.py14 from itertools import count as _count unknown

12