/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm/ |
local_32.h | 36 #define local_cmpxchg(l, o, n) (cmpxchg_local(&((l)->a.counter), (o), (n))) 37 #define local_xchg(l, n) (xchg(&((l)->a.counter), (n)))
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_aka.c | 39 u16 counter; member in struct:eap_aka_data 114 data->counter = data->reauth->counter; 391 struct eap_sim_msg *msg, u16 counter, 406 if (data->counter <= EAP_AKA_MAX_FAST_REAUTHS) { 419 counter == 0 && nonce_s == NULL) 426 if (counter > 0) { 427 wpa_printf(MSG_DEBUG, " *AT_COUNTER (%u)", counter); 428 eap_sim_msg_add(msg, EAP_SIM_AT_COUNTER, counter, NULL, 0); 554 eap_aka_prime_derive_keys_reauth(data->k_re, data->counter, [all...] |
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/ |
HashSetTest.java | 91 for (int counter = 0; counter < objArray.length; counter++) 93 .contains(objArray[counter]));
|
/external/chromium/base/threading/ |
worker_pool_posix_unittest.cc | 45 // IncrementingTask's main purpose is to increment a counter. It also updates a 54 int* counter, 60 counter_(counter) {} 87 int* counter, 95 counter_lock, counter, unique_threads_lock, unique_threads),
|
/external/chromium/chrome/browser/chromeos/ |
external_metrics.cc | 89 base::Histogram* counter = base::Histogram::FactoryGet( local 91 counter->Add(sample); 104 base::Histogram* counter = base::LinearHistogram::FactoryGet( local 106 counter->Add(sample);
|
/external/chromium_org/base/threading/ |
worker_pool_posix_unittest.cc | 48 // IncrementingTask's main purpose is to increment a counter. It also updates a 55 int* counter, 63 (*counter)++; 70 int* counter; member in struct:base::__anon6457::BlockingIncrementingTaskArgs 86 IncrementingTask(args.counter_lock, args.counter, args.unique_threads_lock,
|
/external/chromium_org/chrome/browser/extensions/api/metrics_private/ |
metrics_private_api.cc | 131 base::HistogramBase* counter; local 133 counter = base::LinearHistogram::FactoryGet( 137 counter = base::Histogram::FactoryGet( 142 counter->Add(sample);
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/ |
lp_jit.h | 157 uint32_t *counter);
|
/external/chromium_org/third_party/openssl/openssl/crypto/dsa/ |
dsatest.c | 141 int counter,ret=0,i,j; local 161 seed, 20, &counter, &h, &cb)) 170 BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h); 173 if (counter != 105) 175 BIO_printf(bio_err,"counter should be 105\n");
|
/external/chromium_org/tools/page_cycler/webpagereplay/extension/ |
background.js | 104 initialReadBytes_ = chrome.benchmarking.counter(kTcpReadBytes); 105 initialWriteBytes_ = chrome.benchmarking.counter(kTcpWriteBytes); 106 initialRequestCount_ = chrome.benchmarking.counter(kRequestCount); 107 initialConnectCount_ = chrome.benchmarking.counter(kConnectCount); 201 result_.readBytesKB = (chrome.benchmarking.counter(kTcpReadBytes) - 203 result_.writeBytesKB = (chrome.benchmarking.counter(kTcpWriteBytes) - 205 result_.numRequests = (chrome.benchmarking.counter(kRequestCount) - 207 result_.numConnects = (chrome.benchmarking.counter(kConnectCount) -
|
/external/chromium_org/v8/test/webkit/ |
legitimately-captured-argument.js | 35 var counter = makeCounter(i); 37 shouldBe("counter()", "" + (i + j + 1));
|
/external/dropbear/ |
progressmeter.c | 61 static volatile off_t *counter; /* progress counter */ variable 122 transferred = *counter - cur_pos; 123 cur_pos = *counter; 245 counter = ctr;
|
/external/markdown/markdown/extensions/ |
footnotes.py | 195 counter = 0 199 return counter, m.group(2), m.group(3) 200 counter += 1 201 return counter, None, None
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
lp_jit.h | 157 uint32_t *counter);
|
/external/openssh/ |
progressmeter.c | 71 static volatile off_t *counter; /* progress counter */ variable 132 transferred = *counter - cur_pos; 133 cur_pos = *counter; 256 counter = ctr;
|
/external/openssl/crypto/dsa/ |
dsatest.c | 141 int counter,ret=0,i,j; local 161 seed, 20, &counter, &h, &cb)) 170 BIO_printf(bio_err,"\ncounter=%d h=%ld\n",counter,h); 173 if (counter != 105) 175 BIO_printf(bio_err,"counter should be 105\n");
|
/external/valgrind/main/exp-bbv/tests/amd64-linux/ |
fldcw_check.S | 7 # performance counter counts this as one instruction. However,
|
/external/valgrind/main/exp-bbv/tests/x86/ |
fldcw_check.S | 7 # performance counter counts this as one instruction. However,
|
million.S | 10 mov $499997,%ecx # load counter
|
/external/webrtc/src/modules/audio_processing/agc/ |
digital_agc.h | 29 WebRtc_Word16 counter; member in struct:__anon31394
|
/external/webrtc/src/modules/audio_processing/ns/ |
ns_core.h | 71 int counter[SIMULT]; member in struct:NSinst_t_ 83 WebRtc_Word32 blockInd; //frame index counter
|
/libcore/luni/src/test/java/tests/api/java/util/ |
HashSetTest.java | 86 for (int counter = 0; counter < objArray.length; counter++) 88 .contains(objArray[counter]));
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/rpcsvc/ |
spray.h | 25 u_int counter; member in struct:spraycumul
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
spray.h | 25 u_int counter; member in struct:spraycumul
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/rpcsvc/ |
spray.h | 25 u_int counter; member in struct:spraycumul
|