HomeSort by relevance Sort by last modified time
    Searched refs:counter (Results 226 - 250 of 1106) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/chromium_org/native_client_sdk/src/libraries/sdk_util/
thread_pool.h 33 void Setup(int counter, WorkFunction work, void* data);
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 50 float counter; member in struct:stipple_stage
112 stipple_test(int counter, ushort pattern, int factor)
114 int b = (counter / factor) & 0xf;
143 stipple->counter = 0;
149 int result = stipple_test( (int) stipple->counter+i,
170 stipple->counter += length;
178 stipple->counter = 0;
186 stipple->counter = 0;
194 stipple->counter = 0;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/
bn_blind.c 129 int counter; member in struct:bn_blinding_st
163 /* Set the counter to the special value -1
166 ret->counter = -1;
196 if (b->counter == -1)
197 b->counter = 0;
199 if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL &&
214 if (b->counter == BN_BLINDING_COUNTER)
215 b->counter = 0;
236 if (b->counter == -1)
238 b->counter = 0
    [all...]
  /external/mesa3d/src/gallium/auxiliary/draw/
draw_pipe_stipple.c 50 float counter; member in struct:stipple_stage
112 stipple_test(int counter, ushort pattern, int factor)
114 int b = (counter / factor) & 0xf;
143 stipple->counter = 0;
149 int result = stipple_test( (int) stipple->counter+i,
170 stipple->counter += length;
178 stipple->counter = 0;
186 stipple->counter = 0;
194 stipple->counter = 0;
  /external/openssl/crypto/bn/
bn_blind.c 129 int counter; member in struct:bn_blinding_st
163 /* Set the counter to the special value -1
166 ret->counter = -1;
196 if (b->counter == -1)
197 b->counter = 0;
199 if (++b->counter == BN_BLINDING_COUNTER && b->e != NULL &&
214 if (b->counter == BN_BLINDING_COUNTER)
215 b->counter = 0;
236 if (b->counter == -1)
238 b->counter = 0
    [all...]
  /external/oprofile/daemon/liblegacy/
opd_proc.h 64 * @param counter counter number
70 void opd_put_image_sample(struct opd_image * image, unsigned long offset, u32 counter);
  /external/oprofile/libop/
op_interface.h 35 u32 counter; /**< counter nr */ member in struct:op_sample
  /external/proguard/src/proguard/optimize/
MethodDescriptorShrinker.java 271 for (int counter = 0; counter < count; counter++)
286 for (int counter = 0; counter < count; counter++)
304 for (int counter = 0; counter < count; counter++)
  /external/srtp/crypto/include/
aes_icm.h 4 * Header for AES Integer Counter Mode.
18 v128_t counter; /* holds the counter value */ member in struct:__anon28393
  /external/valgrind/main/exp-bbv/tests/amd64-linux/
clone_test.S 13 mov $499,%rcx # load counter
61 mov $499997,%rcx # load counter
70 mov $999997,%rcx # load counter
85 mov $250000,%rcx # load counter
million.S 10 mov $499997,%rcx # load counter
  /external/valgrind/main/exp-bbv/tests/x86-linux/
clone_test.S 13 mov $499,%ecx # load counter
61 mov $499997,%ecx # load counter
70 mov $999997,%ecx # load counter
85 mov $250000,%ecx # load counter
  /external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
IdentityHashMap2Test.java 106 for (int counter = 0; counter < hmSize; counter++)
107 myMap.put(objArray2[counter], objArray[counter]);
109 for (int counter = 0; counter < hmSize; counter++)
111 .get(objArray2[counter]) == hm2.get(objArray2[counter]));
    [all...]
  /libcore/luni/src/test/java/tests/api/java/util/
IdentityHashMapTest.java 97 for (int counter = 0; counter < hmSize; counter++)
98 myMap.put(objArray2[counter], objArray[counter]);
100 for (int counter = 0; counter < hmSize; counter++)
102 .get(objArray2[counter]) == hm2.get(objArray2[counter]));
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
set_operations.h 110 difference_type counter = 0; local
117 ++counter;
122 ++counter;
131 return counter + (b - a) + (d - c);
184 difference_type counter = 0; local
191 ++counter;
199 return counter + (b - a);
251 difference_type counter = 0; local
263 ++counter;
267 return counter;
320 difference_type counter = 0; local
    [all...]
  /libcore/luni/src/main/java/java/net/
NetworkInterface.java 291 for (int counter = 0; counter < interfaces.length; counter++) {
293 if (done[counter]) {
296 int counter2 = counter;
302 if (interfaces[counter2].name.startsWith(interfaces[counter].name + ":")) {
303 interfaces[counter].children.add(interfaces[counter2]);
304 interfaces[counter2].parent = interfaces[counter];
305 interfaces[counter].addresses.addAll(interfaces[counter2].addresses);
309 result.add(interfaces[counter]);
    [all...]
  /dalvik/vm/compiler/template/armv5te/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
3 * sample counter. If sample counter goes below zero, turn
7 * (lr-11) is address of pointer to counter. Note: the counter
13 ldr r2, [r0] @ get counter
  /dalvik/vm/compiler/template/mips/
TEMPLATE_PERIODIC_PROFILING.S 2 * Increment profile counter for this trace, and decrement
3 * sample counter. If sample counter goes below zero, turn
7 * (ra-16) is address of pointer to counter. Note: the counter
16 lw a2, 0(a0) # get counter
  /external/apache-harmony/support/src/test/java/tests/support/
Support_ListTest.java 41 for (int counter = 0; counter < 100; counter++) {
43 elem = list.get(counter);
46 .equals(new Integer(counter)));
117 for (int counter = 0; li.hasNext(); counter++) {
121 .equals(new Integer(counter)));
  /external/bluetooth/bluedroid/btif/include/
btif_dm.h 62 UINT32 counter; member in struct:__anon3332
76 UINT32 counter; member in struct:__anon3334
  /external/chromium/net/disk_cache/
stats.cc 87 // counter; we keep old data if we can.
163 // We keep a counter of the data block size on an array where each entry is
182 void Stats::SetCounter(Counters counter, int64 value) {
183 DCHECK(counter > MIN_COUNTER || counter < MAX_COUNTER);
184 counters_[counter] = value;
187 int64 Stats::GetCounter(Counters counter) const {
188 DCHECK(counter > MIN_COUNTER || counter < MAX_COUNTER);
189 return counters_[counter];
    [all...]
stats.h 62 void SetCounter(Counters counter, int64 value);
63 int64 GetCounter(Counters counter) const;
  /external/chromium_org/chrome/renderer/
benchmarking_extension.cc 28 "chrome.benchmarking.counter = function(name) {"
81 int counter = base::StatsTable::current()->GetCounterValue(name); local
82 args.GetReturnValue().Set(static_cast<int32_t>(counter));
  /external/chromium_org/crypto/
encryptor.h 31 // This class implements a 128-bits counter to be used in AES-CTR encryption.
32 // Only 128-bits counter is supported in this class.
33 class CRYPTO_EXPORT Counter {
35 explicit Counter(const base::StringPiece& counter);
36 ~Counter();
38 // Increment the counter value.
41 // Write the content of the counter to |buf|. |buf| should have enough
45 // Return the length of this counter.
80 // Sets the counter value when in CTR mode. Currently only 128-bit
    [all...]
  /external/chromium_org/net/disk_cache/
stats.cc 78 // counter; we keep old data if we can.
144 // We keep a counter of the data block size on an array where each entry is
163 void Stats::SetCounter(Counters counter, int64 value) {
164 DCHECK(counter >= MIN_COUNTER && counter < MAX_COUNTER);
165 counters_[counter] = value;
168 int64 Stats::GetCounter(Counters counter) const {
169 DCHECK(counter >= MIN_COUNTER && counter < MAX_COUNTER);
170 return counters_[counter];
    [all...]

Completed in 795 milliseconds

1 2 3 4 5 6 7 8 91011>>