Searched refs:counter (Results 476 - 500 of 810) sorted by relevance

<<11121314151617181920>>

/external/wpa_supplicant_8/hostapd/src/utils/
H A Dcommon.c149 * @counter: Pointer to byte array
150 * @len: Length of the counter in bytes
152 * This function increments the last byte of the counter by one and continues
156 void inc_byte_array(u8 *counter, size_t len) argument
160 counter[pos]++;
161 if (counter[pos] != 0)
/external/wpa_supplicant_8/src/common/
H A Dwpa_ctrl.c88 static int counter = 0; local
109 counter++;
114 (int) getpid(), counter);
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_privsep.c556 static unsigned int counter = 0; local
609 own_dir, getpid(), counter++);
621 own_dir, getpid(), counter++);
/external/wpa_supplicant_8/src/utils/
H A Dcommon.c149 * @counter: Pointer to byte array
150 * @len: Length of the counter in bytes
152 * This function increments the last byte of the counter by one and continues
156 void inc_byte_array(u8 *counter, size_t len) argument
160 counter[pos]++;
161 if (counter[pos] != 0)
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_ctrl.c88 static int counter = 0; local
109 counter++;
114 (int) getpid(), counter);
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_privsep.c556 static unsigned int counter = 0; local
609 own_dir, getpid(), counter++);
621 own_dir, getpid(), counter++);
/external/wpa_supplicant_8/wpa_supplicant/src/utils/
H A Dcommon.c149 * @counter: Pointer to byte array
150 * @len: Length of the counter in bytes
152 * This function increments the last byte of the counter by one and continues
156 void inc_byte_array(u8 *counter, size_t len) argument
160 counter[pos]++;
161 if (counter[pos] != 0)
/external/pcre/dist/
H A Dpcre_jit_test.c1125 int counter = 0; local
1302 counter++;
1303 if ((counter & 0x3) != 0) {
1327 if ((counter & 0x1) != 0) {
1361 if ((counter & 0x1) != 0) {
1395 if ((counter & 0x1) != 0) {
/external/qemu/distrib/sdl-1.2.15/src/hermes/
H A Dx86p_16.asm83 ; negative counter
190 ; negative counter
305 ; negative counter
/external/chromium_org/base/metrics/
H A Dstats_table.cc401 // Attempt to find the counter.
486 // Find the counter id for the counter.
488 int counter = table->FindCounter(str_name); local
491 return table->GetLocation(counter, slot);
574 // To add a counter to the shared memory, we need the
578 // We have space, so create a new counter.
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_provider.cc89 base::HistogramBase* counter = base::Histogram::FactoryGet( local
91 counter->Add(static_cast<int>((end_time - start_time).InMilliseconds()));
/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc229 int counter = operation_counter_[code]++; local
234 if (counter != error_info_.operation_instance)
/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSPrimitiveValue.h121 // This is used internally for counter names (as opposed to counter values)
306 Counter* getCounterValue() const { return m_primitiveUnitType != CSS_COUNTER ? 0 : m_value.counter; }
398 Counter* counter; member in union:blink::CSSPrimitiveValue::__anon11012
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dvp8_sad16x16_armv6.asm85 subs r5, r5, #1 ; decrement loop counter
/external/chromium_org/third_party/mesa/src/docs/OLD/
H A DMESA_sprite_point.spec88 quadrilaterals are always defined in counter-clockwise order in
124 counter-clockwise around the quadrilateral, then the vertex and
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_clone.cpp156 new_loop->counter = counter;
H A Dir_print_visitor.cpp499 if (ir->counter != NULL)
500 ir->counter->accept(this);
/external/chromium_org/third_party/mesa/src/src/mapi/glapi/gen/
H A DglX_proto_size.py607 # Calculate the offset of each counter parameter and the
616 elif p.counter:
620 sig += "(%u,%u)" % (f.offset_of(p.counter), s)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-apache-oro.jar ... .taskdefs.optional.perforce.P4Base { public String counter public String property public boolean shouldSetValue public boolean shouldSetProperty public ...
/external/guava/guava/src/com/google/common/collect/
H A DOrdering.java213 final AtomicInteger counter = new AtomicInteger(0);
216 return counter.getAndIncrement();
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dvp8_sad16x16_armv6.asm85 subs r5, r5, #1 ; decrement loop counter
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dvp8_subpixelvariance16x16_neon.asm56 mov r2, #3 ;loop counter
192 mov r12, #4 ;loop counter
241 mov r2, #4 ;loop counter
313 mov r12, #4 ;loop counter
/external/mesa3d/docs/OLD/
H A DMESA_sprite_point.spec88 quadrilaterals are always defined in counter-clockwise order in
124 counter-clockwise around the quadrilateral, then the vertex and
/external/mesa3d/src/glsl/
H A Dir_clone.cpp156 new_loop->counter = counter;
H A Dir_print_visitor.cpp499 if (ir->counter != NULL)
500 ir->counter->accept(this);

Completed in 533 milliseconds

<<11121314151617181920>>