Home
last modified time | relevance | path

Searched defs:counter (Results 1 – 25 of 474) sorted by relevance

12345678910>>...19

/third_party/json/test/src/
Dunit-items.cpp55 int counter = 1; variable
88 int counter = 1; variable
132 int counter = 1; variable
165 int counter = 1; variable
201 int counter = 1; variable
234 int counter = 1; variable
267 int counter = 1; variable
300 int counter = 1; variable
336 int counter = 1; variable
369 int counter = 1; variable
[all …]
/third_party/skia/third_party/externals/microhttpd/src/testcurl/
Dgauger.h20 #define GAUGER(category, counter, value, unit)\ argument
48 #define GAUGER_ID(category, counter, value, unit, id)\ argument
81 #define GAUGER_ID(category, counter, value, unit, id) {} argument
82 #define GAUGER(category, counter, value, unit) {} argument
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_perf.h79 #define LP_COUNT(counter) lp_count.counter++ argument
80 #define LP_COUNT_ADD(counter, incr) lp_count.counter += (incr) argument
81 #define LP_COUNT_GET(counter) (lp_count.counter) argument
83 #define LP_COUNT(counter) do {} while (0) argument
84 #define LP_COUNT_ADD(counter, incr) (void)(incr) argument
85 #define LP_COUNT_GET(counter) 0 argument
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/
Dblocking_counter_test.cc28 void PauseAndDecreaseCounter(BlockingCounter* counter, int* done) { in PauseAndDecreaseCounter()
40 BlockingCounter counter(num_workers); in TEST() local
67 BlockingCounter counter(0); in TEST() local
Dblocking_counter_benchmark.cc26 absl::BlockingCounter counter{iterations}; in BM_BlockingCounter_SingleThread() local
64 absl::BlockingCounter counter{num_threads}; in BM_BlockingCounter_Wait() local
/third_party/node/test/node-api/test_worker_terminate/
Dtest.js12 const counter = new Int32Array(new SharedArrayBuffer(4)); constant
13 const worker = new Worker(__filename, { workerData: { counter } }); field
/third_party/node/deps/npm/docs/src/components/home/
DWindows.js24 counter: 0 property
30 this.setState({ [terminal]: false, counter: this.state.counter + 1 }, () => { property
36 counter: 0 property
/third_party/skia/third_party/externals/swiftshader/src/System/
DTimer.cpp77 int64_t Timer::counter() in counter() function in sw::Timer
80 int64_t counter; in counter() local
/third_party/skia/third_party/externals/swiftshader/src/Common/
DTimer.cpp74 int64_t Timer::counter() in counter() function in sw::Timer
77 int64_t counter; in counter() local
/third_party/mesa3d/src/amd/common/
Dac_spm.c72 struct ac_spm_counter_info *counter, in ac_spm_init_muxsel()
86 struct ac_spm_counter_info *counter, in ac_spm_map_counter()
160 struct ac_spm_counter_info *counter; in ac_spm_add_counter() local
243 struct ac_spm_counter_info *counter = &spm_trace->counters[c]; in ac_init_spm() local
306 struct ac_spm_counter_info *counter = &spm_trace->counters[i]; in ac_init_spm() local
/third_party/openssl/crypto/modes/
Dctr128.c27 static void ctr128_inc(unsigned char *counter) in ctr128_inc()
40 static void ctr128_inc_aligned(unsigned char *counter) in ctr128_inc_aligned()
138 static void ctr96_inc(unsigned char *counter) in ctr96_inc()
/third_party/node/test/parallel/
Dtest-worker-http2-generic-streams-terminate.js16 const counter = new Int32Array(new SharedArrayBuffer(4)); constant
17 const worker = new Worker(__filename, { workerData: { counter } }); field
/third_party/openssl/crypto/dh/
Ddh_asn1.c63 BIGNUM *counter; member
119 size_t counter = (size_t)BN_get_word(dhx->vparams->counter); in IMPLEMENT_ASN1_ENCODE_FUNCTIONS_fname() local
143 int counter; in i2d_DHxparams() local
/third_party/rust/crates/aho-corasick/bench/src/
Dbench.rs99 let counter = find_count.clone(); in define_aho_corasick_dfa() localVariable
112 let counter = find_count.clone(); in define_aho_corasick_dfa() localVariable
125 let counter = find_count.clone(); in define_aho_corasick_dfa() localVariable
138 let counter = find_count.clone(); in define_aho_corasick_dfa() localVariable
/third_party/skia/src/gpu/
DGrTTopoSort.h36 bool GrTTopoSort_Visit(T* node, uint32_t* counter) { in GrTTopoSort_Visit()
86 uint32_t counter = 0; in GrTTopoSort() local
/third_party/typescript/tests/baselines/reference/
DselfInLambdas.js14 counter: 0, property
51 counter: 0, property
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dwaitgroup_test.cpp36 std::atomic<int> counter = {0}; in TEST_P() local
47 std::atomic<int> counter = {0}; in TEST_P() local
/third_party/libinput/test/
Dtest-path.c37 struct counter { struct
45 struct counter *c = data; in open_restricted_count() argument
89 struct counter counter; in START_TEST() local
110 struct counter counter; in START_TEST() local
137 struct counter counter; in START_TEST() local
165 struct counter counter; in START_TEST() local
198 struct counter counter; in START_TEST() local
230 struct counter counter; in START_TEST() local
/third_party/mesa3d/src/intel/ds/
Dintel_pps_driver.cc55 auto &counter = counters[counter_id]; in enable_counter() local
65 auto &counter = counters[counter_id]; in enable_all_counters() local
114 intel_perf_query_counter &counter = selected_query->counters[i]; in init_perfcnt() local
/third_party/gstreamer/gstplugins_bad/tests/check/libs/
Dvkcommandpool.c66 gint *counter = ptr; in buffer_destroy_notify() local
77 buffer_track_destroy (GstVulkanCommandBuffer * buf, gint * counter) in buffer_track_destroy()
/third_party/skia/tests/
DPictureShaderTest.cpp70 int counter; in DEF_TEST() member
76 auto counter = [](const SkResourceCache::Rec& rec, void* dataPtr) { in DEF_TEST() local
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py243 def output_rpn_equation_code(set, counter, equation): argument
285 def splice_rpn_expression(set, counter, expression): argument
323 def output_counter_read(gen, set, counter): argument
355 def output_counter_max(gen, set, counter): argument
467 def counter_key(counter): argument
471 def output_counter_struct(set, counter, idx, argument
496 def output_counter_report(set, counter, counter_to_idx, current_offset): argument
/third_party/jerryscript/tests/jerry/
Dregression-test-issue-1282.js15 var counter = 0; variable
Dswitch-case.js70 var counter = 0; variable
/third_party/jerryscript/tests/jerry-test-suite/12/12.11/
D12.11-004.js15 var counter = 0; variable

12345678910>>...19