Home
last modified time | relevance | path

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

12345678910>>...21

/third_party/json/tests/src/
Dunit-items.cpp29 int counter = 1; variable
62 int counter = 1; variable
106 int counter = 1; variable
139 int counter = 1; variable
175 int counter = 1; variable
208 int counter = 1; variable
241 int counter = 1; variable
274 int counter = 1; variable
310 int counter = 1; variable
343 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/curl/tests/libtest/
Dlib547.c41 int *counter = (int *)clientp; in readcallback() local
62 int *counter = (int *)clientp; in ioctlcallback() local
80 int counter = 0; in test() local
Dlib555.c48 int *counter = (int *)clientp; in readcallback() local
69 int *counter = (int *)clientp; in ioctlcallback() local
83 int counter = 0; in test() local
/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/test/fixtures/crypto/
Daes_ctr.js75 algorithm: {name: 'AES-CTR', counter, length: 64}, property
85 algorithm: {name: 'AES-CTR', counter, length: 0}, property
92 algorithm: {name: 'AES-CTR', counter, length: 129}, 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/node/deps/openssl/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/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
Dtest-webcrypto-encrypt-decrypt.js49 const counter = webcrypto.getRandomValues(new Uint8Array(16)); constant
58 { name: 'AES-CTR', counter, length: 64 }, key, buf, property
62 { name: 'AES-CTR', counter, length: 64 }, key, ciphertext, property
/third_party/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/
Daes_ctr_vectors.js94 algorithm: {name: "AES-CTR", counter: counter, length: 64}, property
107 algorithm: {name: "AES-CTR", counter: counter, length: 0}, property
116 algorithm: {name: "AES-CTR", counter: counter, length: 129}, property
/third_party/node/deps/openssl/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/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

12345678910>>...21