Searched refs:counter (Results 226 - 250 of 809) sorted by relevance

1234567891011>>

/external/webrtc/webrtc/modules/audio_coding/codecs/isac/fix/source/
H A Dlattice_armv7.S22 @ r4: out loop counter
24 @ r9: inner loop counter
39 sub r4, #1 @ Outer loop counter = HALF_SUBFRAMELEN - 1
43 ldr r9, [sp, #32] @ Restore the inner loop counter to order_coef
/external/v8/tools/
H A Dstats-viewer.py31 """A cross-platform execution counter viewer.
51 # Mapping from counter prefix to the formatting to be used for the counter
68 name_filter: The regexp filter to apply to counter names.
77 # A mapping from counter names to the ui element that displays
81 # The counter collection used to access the counters file
103 print "\"%s\" is neither a counter file nor a PID." % self.data_name
113 print "Can't find counter file in maps for PID %s." % self.data_name
147 counter = self.data.Counter(i)
148 name = counter
[all...]
/external/skia/tests/
H A DLRUCacheTest.cpp12 Value(int value, int* counter) argument
14 , fCounter(counter) {
/external/skqp/tests/
H A DLRUCacheTest.cpp12 Value(int value, int* counter) argument
14 , fCounter(counter) {
/external/swiftshader/third_party/LLVM/utils/
H A Dfindoptdiff75 #counter=0
80 diffs="diffs."$((counter++))
/external/tensorflow/tensorflow/contrib/slim/python/slim/data/
H A Dprefetch_queue_test.py48 counter = examples.count_up_to(num_batches * batch_size)
55 [counter, image, label], batch_size=batch_size, num_threads=1)
85 counter = examples.count_up_to(num_batches * batch_size)
92 [counter, image, label], batch_size=batch_size, num_threads=4)
125 counter = examples.count_up_to(num_batches * batch_size)
132 [counter, image, label], batch_size=batch_size, num_threads=4)
179 counter = examples.count_up_to(batch_size)
188 batches = input_lib.batch([q.dequeue(), counter], batch_size=batch_size,
/external/tpm2/
H A DZGen_2Phase.c70 if(!CryptGenerateR(&r, &in->counter,
89 CryptEndCommit(in->counter);
/external/v8/src/
H A Dcounters-inl.h13 void RuntimeCallTimer::Start(RuntimeCallCounter* counter, argument
16 counter_ = counter;
/external/curl/tests/libtest/
H A Dlib506.c37 int counter; member in struct:userdata
78 printf("lock: %-6s [%s]: %d\n", what, user->text, user->counter);
79 user->counter++;
114 printf("unlock: %-6s [%s]: %d\n", what, user->text, user->counter);
115 user->counter++;
188 user.counter = 0;
/external/llvm/unittests/ADT/
H A DImmutableSetTest.cpp22 int counter; member in struct:__anon14929::ImmutableSetTest::MyIter
25 MyIter() : counter(0), ptr(buffer) {
30 ++counter;
162 ASSERT_EQ(6, obj.counter);
167 ASSERT_EQ(3, obj2.counter);
172 ASSERT_EQ(0, obj3.counter);
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_lock/
H A Ds-c2.c110 unsigned long counter; variable
169 counter++;
247 counter = 0;
342 /* If the counter has been incremented, this means this child is in the cond wait loop */
343 } while (counter != cur->id);
396 output(" %i mutex were created and locked.\n", counter);
403 output(" %i mutex were created.\n", counter);
/external/mesa3d/src/gallium/state_trackers/nine/
H A Dquery9.c142 nine_context_end_query(device, &This->counter, This->pq);
180 nine_context_end_query(device, &This->counter, This->pq);
181 nine_context_begin_query(device, &This->counter, This->pq);
187 nine_context_begin_query(device, &This->counter, This->pq);
188 nine_context_end_query(device, &This->counter, This->pq);
243 ok = nine_context_get_query_result(device, This->pq, &This->counter,
/external/python/cpython2/Lib/sqlite3/test/
H A Dregression.py348 counter = 0
352 if counter == 0:
354 elif counter == 1:
356 elif counter == 2:
358 counter += 1
359 self.assertEqual(counter, 3, "should have returned exactly three rows")
/external/swiftshader/third_party/LLVM/unittests/ADT/
H A DImmutableSetTest.cpp22 int counter; member in struct:__anon23162::ImmutableSetTest::MyIter
25 MyIter() : counter(0), ptr(buffer) {
30 ++counter;
162 ASSERT_EQ(6, obj.counter);
167 ASSERT_EQ(3, obj2.counter);
172 ASSERT_EQ(0, obj3.counter);
/external/opencv/cvaux/src/
H A Dcvhmm.cpp262 int i, j, counter = 0; local
279 for (j = 0; j < obs_info->obs_x; j++, counter++)
283 obs_info->state[2 * counter] = superstate;
284 obs_info->state[2 * counter + 1] = state + index;
380 int* counter; /* array of counters for every state */ local
403 /* integer counter is allocated for every state */
404 counter = (int*)cvAlloc( total * sizeof(int) );
411 memset( counter, 0 , total*sizeof(int) );
451 samples[state][counter[state]] = vector;
452 samples_mix[state][counter[stat
906 int counter = 0; local
1015 int counter = 0; local
1279 int i, j, counter; local
[all...]
/external/libevent/
H A Devutil_time.c488 LARGE_INTEGER counter; local
489 QueryPerformanceCounter(&counter);
490 base->first_counter = counter.QuadPart;
517 LARGE_INTEGER counter; local
519 QueryPerformanceCounter(&counter);
521 (counter.QuadPart - base->first_counter);
535 base->first_counter = (ev_uint64_t) (counter.QuadPart - counter_usec_elapsed / base->usec_per_count);
/external/python/cpython2/Lib/test/
H A Dtest_with.py545 counter = 0
547 counter += 1
549 counter += 10
551 counter += 100 # Not reached
552 self.assertEqual(counter, 11)
555 counter = 0
557 counter += 1
558 if counter > 2:
561 counter += 10
563 counter
[all...]
/external/python/cpython3/Lib/test/
H A Dtest_with.py552 counter = 0
554 counter += 1
556 counter += 10
558 counter += 100 # Not reached
559 self.assertEqual(counter, 11)
562 counter = 0
564 counter += 1
565 if counter > 2:
568 counter += 10
570 counter
[all...]
/external/boringssl/src/crypto/cipher_extra/
H A De_aesctrhmac.c161 uint8_t counter[AES_BLOCK_SIZE]; local
162 OPENSSL_memcpy(counter, nonce, EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN);
163 OPENSSL_memset(counter + EVP_AEAD_AES_CTR_HMAC_SHA256_NONCE_LEN, 0, 4);
166 CRYPTO_ctr128_encrypt_ctr32(in, out, len, &aes_ctx->ks.ks, counter,
170 CRYPTO_ctr128_encrypt(in, out, len, &aes_ctx->ks.ks, counter,
185 // This input is so large it would overflow the 32-bit block counter.
H A De_aesgcmsiv.c189 // initial counter is constructed from the given |tag| as required by
280 // writes |in_len| & 15 bytes to |out| + |in_len|, based on an initial counter
289 } counter; local
290 OPENSSL_memcpy(&counter, tag, sizeof(counter));
291 counter.c[15] |= 0x80;
292 counter.u32[0] += in_len / 16;
295 aes128gcmsiv_ecb_enc_block(&counter.c[0], &counter.c[0], enc_key_expanded);
297 aes256gcmsiv_ecb_enc_block(&counter
611 } counter; local
699 uint8_t counter[AES_BLOCK_SIZE]; local
[all...]
/external/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_test02.c99 int counter = 0; /* To take n number of readings */ local
221 counter++;
223 if (counter >= NUM_INTERVALS) { /* Take n sets of readings for each shares value */
230 counter = 0;
249 if ((migrate == 1) && (counter == 0)) {
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_thread.h251 int counter; member in struct:__anon16059
260 sema->counter = init_val;
270 /** Signal/increment semaphore counter */
275 sema->counter++;
280 /** Wait for semaphore counter to be greater than zero */
285 while (sema->counter <= 0) {
288 sema->counter--;
/external/v8/src/extensions/
H A Dstatistics-extension.cc27 StatsCounter* counter,
29 if (counter->Enabled()) {
33 v8::Number::New(isolate, *counter->GetInternalPointer()))
79 v8::internal::StatsCounter* counter; member in struct:v8::internal::StatisticsCounter
110 AddCounter(args.GetIsolate(), result, counter_list[i].counter,
25 AddCounter(v8::Isolate* isolate, v8::Local<v8::Object> object, StatsCounter* counter, const char* name) argument
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_sim.c35 u16 counter; member in struct:eap_sim_data
148 struct eap_sim_msg *msg, u16 counter,
161 if (data->counter <= EAP_SIM_MAX_FAST_REAUTHS) {
172 counter == 0 && nonce_s == NULL)
179 if (counter > 0) {
180 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
181 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
262 eap_sim_derive_keys_reauth(data->counter, sm->identity,
269 if (eap_sim_build_encr(sm, data, msg, data->counter, data->nonce_s)) {
304 data->counter);
147 eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_sim.c35 u16 counter; member in struct:eap_sim_data
148 struct eap_sim_msg *msg, u16 counter,
161 if (data->counter <= EAP_SIM_MAX_FAST_REAUTHS) {
172 counter == 0 && nonce_s == NULL)
179 if (counter > 0) {
180 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter);
181 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
262 eap_sim_derive_keys_reauth(data->counter, sm->identity,
269 if (eap_sim_build_encr(sm, data, msg, data->counter, data->nonce_s)) {
304 data->counter);
147 eap_sim_build_encr(struct eap_sm *sm, struct eap_sim_data *data, struct eap_sim_msg *msg, u16 counter, const u8 *nonce_s) argument
[all...]

Completed in 3280 milliseconds

1234567891011>>