Searched refs:counter (Results 251 - 275 of 809) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/wpa_supplicant/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/libxml2/
H A Dxmlregexp.c10 * - RELAX-NG/TREX i.e. the counter proposal
217 int counter; member in struct:_xmlRegTrans
1131 if (trans->counter >= 0) {
1132 fprintf(output, "counted %d, ", trans->counter);
1266 xmlRegexpErrMemory(ctxt, "allocating counter");
1276 xmlRegexpErrMemory(ctxt, "allocating counter");
1308 xmlRegexpErrMemory(ctxt, "allocating counter");
1350 int counter, int count) {
1372 (trans->counter == counter)
1348 xmlRegStateAddTrans(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr state, xmlRegAtomPtr atom, xmlRegStatePtr target, int counter, int count) argument
1505 xmlFAGenerateCountedEpsilonTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1524 xmlFAGenerateCountedTransition(xmlRegParserCtxtPtr ctxt, xmlRegStatePtr from, xmlRegStatePtr to, int counter) argument
1602 int counter; local
1776 xmlFAReduceEpsilonTransitions(xmlRegParserCtxtPtr ctxt, int fromnr, int tonr, int counter) argument
3263 xmlRegCounterPtr counter; local
3300 xmlRegCounterPtr counter; local
3407 xmlRegCounterPtr counter; local
3847 xmlRegCounterPtr counter; local
3885 xmlRegCounterPtr counter; local
3908 xmlRegCounterPtr counter; local
3933 xmlRegCounterPtr counter; local
4305 xmlRegCounterPtr counter = NULL; local
5884 int counter; local
5970 int counter; local
6039 int counter; local
6118 int counter; local
6258 xmlAutomataNewCountedTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
6282 xmlAutomataNewCounterTrans(xmlAutomataPtr am, xmlAutomataStatePtr from, xmlAutomataStatePtr to, int counter) argument
[all...]
/external/libchrome/base/
H A Dbind_unittest.cc286 int GetCopies(const CopyMoveCounter& counter) { argument
287 return counter.copies();
666 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns);
668 BindRepeating(&GetCopies, ConstRef(counter));
689 CopyMoveCounter counter(&copies, &assigns, &move_constructs, &move_assigns);
691 BindOnce(&GetCopies, ConstRef(counter));
702 DeleteCounter* counter = new DeleteCounter(&deletes); local
707 BindRepeating(&PolymorphicIdentity<DeleteCounter*>, Owned(counter));
708 ASSERT_EQ(counter, no_capture_cb.Run());
709 ASSERT_EQ(counter, no_capture_c
726 DeleteCounter* counter = new DeleteCounter(&deletes); local
1030 DeleteCounter* counter = new DeleteCounter(&deletes); local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_sim.c42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
559 unsigned int counter; local
572 counter = data->counter_too_small;
574 counter = data->counter;
576 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
577 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
610 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
611 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
830 /* RFC 4186 specifies that counter i
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_sim.c42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
559 unsigned int counter; local
572 counter = data->counter_too_small;
574 counter = data->counter;
576 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
577 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
610 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
611 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
830 /* RFC 4186 specifies that counter i
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_sim.c42 unsigned int counter, counter_too_small; member in struct:eap_sim_data
559 unsigned int counter; local
572 counter = data->counter_too_small;
574 counter = data->counter;
576 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", counter);
577 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0);
610 wpa_printf(MSG_DEBUG, " *AT_COUNTER %d", data->counter);
611 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, data->counter,
830 /* RFC 4186 specifies that counter i
[all...]
/external/clang/test/CXX/temp/temp.arg/temp.arg.nontype/
H A Dp5.cpp120 int counter; member in namespace:reference_parameters::PR6250
122 inc<int, counter>(); // expected-note{{instantiation of}}
123 bind<int, counter>(); // expected-note{{instantiation of}}
/external/curl/tests/libtest/
H A Dlibntlmconnect.c34 static int counter[MAX_EASY_HANDLES]; variable
48 counter[idx] += (int)(size * nmemb);
218 printf("Data connection %d: %d\n", i, counter[i]);
/external/desugar/test/java/com/google/devtools/build/android/desugar/
H A DDesugarLongCompareTest.java40 AtomicInteger counter = new AtomicInteger(0);
55 counter.incrementAndGet();
62 assertThat(counter.get()).isEqualTo(0);
/external/eigen/test/
H A Dschur_complex.cpp20 for(int counter = 0; counter < g_repeat; ++counter) {
H A Dschur_real.cpp43 for(int counter = 0; counter < g_repeat; ++counter) {
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
H A DCoreTutorial.java172 private void printCounter(final String unit, final ICounter counter) { argument
173 final Integer missed = Integer.valueOf(counter.getMissedCount());
174 final Integer total = Integer.valueOf(counter.getTotalCount());
/external/libcxx/src/
H A Dchrono.cpp206 LARGE_INTEGER counter; variable
207 QueryPerformanceCounter(&counter); variable
208 return time_point(duration(counter.QuadPart * nano::den / freq.QuadPart));
/external/libpcap/
H A Dpcap-septel.c79 int counter = 0; local
109 counter++ ;
112 while ((m == NULL)&& (counter< 100)) ;
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-unavailable.c90 uint64_t counter = 0x1ff000000; local
135 " mtctr %[counter] ;"
214 [counter] "r" (counter)
/external/ltp/testcases/kernel/controllers/cpuctl/
H A Dcpuctl_def_task03.c93 int counter = 0; /* To take n number of readings */ local
227 counter++;
229 if (counter >= NUM_INTERVALS) {
H A Dcpuctl_def_task04.c95 int counter = 0; /* To take n number of readings */ local
237 counter++;
239 if (counter >= NUM_INTERVALS) {
H A Dcpuctl_test03.c96 counter = 0; /* To take n number of readings */ local
217 counter++;
219 if (counter >= NUM_INTERVALS) { /* Take n sets of readings for each shares value */
H A Dcpuctl_test04.c96 int counter = 0; /* To take n number of readings */ local
228 counter++;
230 if (counter >= NUM_INTERVALS) { /* Take n sets of readings for each shares value */
/external/python/cpython2/Lib/test/
H A Dtest_shelve.py109 counter = 0 variable in class:TestShelveBase
120 self.counter+=1
121 x= shelve.open(self.fn+str(self.counter), **self._args)
/external/skia/infra/bots/recipes/
H A Dbookmaker.py120 counter = 0
122 counter += 1
124 counter, fiddle_hash)
/external/tpm2/
H A DCpriHash.c654 // This function performs MGF1 using the selected hash. MGF1 is T(n) = T(n-1) || H(seed || counter). This
680 UINT32 counter; local
693 for(counter = 0, remaining = mSize; remaining > 0; counter++)
696 UINT32_TO_BYTE_ARRAY(counter, swappedCounter);
697 // Start the hash and include the seed and counter
756 // counter for incremental operations to
763 UINT32 counter = 0; // counter value local
774 counter
859 UINT32 counter = 0; // counter value local
[all...]
/external/webrtc/webrtc/tools/converter/
H A Dconverter.cc56 int counter = 0; // Counter to form frame names. local
60 std::string file_name = FormFrameName(4, counter);
65 ++counter; // Update counter for the next round.
/external/tensorflow/tensorflow/python/training/
H A Dinput_test.py448 counter = examples.count_up_to(num_batches * batch_size)
453 array_ops.stack([counter, -counter]), dtypes.float32),
458 "c": counter,
466 [counter, sparse_counter, "string"], batch_size=batch_size)
506 counter = examples.count_up_to(num_batches * batch_size)
508 math_ops.to_int32(array_ops.stack([counter])))
512 [counter, string], batch_size=batch_size, dynamic_pad=True)
536 counter = examples.count_up_to(num_batches * batch_size)
539 values=array_ops.stack([math_ops.cast(counter, dtype
[all...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
H A Dlp_bld_flow.c235 state->counter = LLVMBuildLoad(builder, state->counter_var, "");
253 next = LLVMBuildAdd(builder, state->counter, step, "");
265 state->counter = LLVMBuildLoad(builder, state->counter_var, "");
312 state->counter = LLVMBuildLoad(builder, state->counter_var, "");
327 next = LLVMBuildAdd(builder, state->counter, state->step, "");
339 cond = LLVMBuildICmp(builder, state->cond, state->counter, state->end, "");

Completed in 773 milliseconds

<<11121314151617181920>>