| /third_party/json/tests/src/ |
| D | unit-items.cpp | 29 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/ |
| D | gauger.h | 20 #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/benchmark/test/ |
| D | perf_counters_gtest.cc | 54 auto counter = in TEST() local 62 auto counter = PerfCounters::Create( in TEST() local 76 auto counter = PerfCounters::Create( in TEST() local 127 for (auto& counter : counters) { in TEST() local 173 auto& counter(*perf_counter_measurements[i]); in TEST() local 185 auto& counter(*perf_counter_measurements[i]); in TEST() local 191 auto& counter(*perf_counter_measurements[i]); in TEST() local 299 PerfCountersMeasurement counter(valid_names); in TEST() local
|
| /third_party/curl/tests/libtest/ |
| D | lib547.c | 41 int *counter = (int *)clientp; in readcallback() local 62 int *counter = (int *)clientp; in ioctlcallback() local 80 int counter = 0; in test() local
|
| D | lib555.c | 48 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/ |
| D | lp_perf.h | 79 #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/ |
| D | blocking_counter_test.cc | 28 void PauseAndDecreaseCounter(BlockingCounter* counter, int* done) { in PauseAndDecreaseCounter() 40 BlockingCounter counter(num_workers); in TEST() local 67 BlockingCounter counter(0); in TEST() local
|
| D | blocking_counter_benchmark.cc | 26 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/ |
| D | test.js | 12 const counter = new Int32Array(new SharedArrayBuffer(4)); constant 13 const worker = new Worker(__filename, { workerData: { counter } }); field
|
| /third_party/node/test/fixtures/crypto/ |
| D | aes_ctr.js | 75 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/ |
| D | Timer.cpp | 77 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/ |
| D | Timer.cpp | 74 int64_t Timer::counter() in counter() function in sw::Timer 77 int64_t counter; in counter() local
|
| /third_party/mesa3d/src/amd/common/ |
| D | ac_spm.c | 72 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/test/parallel/ |
| D | test-worker-http2-generic-streams-terminate.js | 16 const counter = new Int32Array(new SharedArrayBuffer(4)); constant 17 const worker = new Worker(__filename, { workerData: { counter } }); field
|
| D | test-webcrypto-encrypt-decrypt.js | 49 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/deps/openssl/openssl/crypto/modes/ |
| D | ctr128.c | 27 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/ |
| D | ctr128.c | 27 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/dh/ |
| D | dh_asn1.c | 63 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/node/test/fixtures/wpt/WebCryptoAPI/encrypt_decrypt/ |
| D | aes_ctr_vectors.js | 94 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/ |
| D | dh_asn1.c | 63 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/skia/src/gpu/ |
| D | GrTTopoSort.h | 36 bool GrTTopoSort_Visit(T* node, uint32_t* counter) { in GrTTopoSort_Visit() 86 uint32_t counter = 0; in GrTTopoSort() local
|
| /third_party/rust/crates/aho-corasick/bench/src/ |
| D | bench.rs | 99 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/typescript/tests/baselines/reference/ |
| D | selfInLambdas.js | 14 counter: 0, property 51 counter: 0, property
|
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| D | waitgroup_test.cpp | 36 std::atomic<int> counter = {0}; in TEST_P() local 47 std::atomic<int> counter = {0}; in TEST_P() local
|
| /third_party/lzma/C/ |
| D | 7zAlloc.c | 25 static void Print_Alloc(const char *s, size_t size, int *counter) in Print_Alloc() 31 static void Print_Free(const char *s, int *counter) in Print_Free()
|