Searched refs:counter (Results 451 - 475 of 810) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/third_party/cython/src/Cython/Build/
H A DDependencies.py242 end=long, k=long, counter=long, quote_len=long)
251 counter = 0
282 counter += 1
283 label = "%s%s_" % (prefix, counter)
299 counter += 1
300 label = "%s%s_" % (prefix, counter)
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/arm/neon/
H A Dvp9_convolve8_avg_neon.asm79 mov r10, r6 ; w loop counter
176 mov r6, r10 ; restore w counter
211 mov r12, lr ; h loop counter
H A Dvp9_convolve8_neon.asm79 mov r10, r6 ; w loop counter
165 mov r6, r10 ; restore w counter
200 mov r12, lr ; h loop counter
/external/libvpx/libvpx/vp9/common/arm/neon/
H A Dvp9_convolve8_avg_neon.asm79 mov r10, r6 ; w loop counter
176 mov r6, r10 ; restore w counter
211 mov r12, lr ; h loop counter
H A Dvp9_convolve8_neon.asm79 mov r10, r6 ; w loop counter
165 mov r6, r10 ; restore w counter
200 mov r12, lr ; h loop counter
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Dbsaes-armv7.S1352 vld1.8 {q0}, [r8] @ load counter
1371 vld1.8 {q0}, [r8] @ load counter
1396 vadd.u32 q10, q5, q10 @ next counter
1399 @ to flip byte order in 32-bit counter
1409 vstmia r9, {q10} @ save next counter
1440 vldmia r9, {q0} @ load counter
1505 ldr r8, [ip, #12] @ load counter LSW
1506 vld1.8 {q1}, [ip] @ load whole counter value
1511 vst1.8 {q1}, [sp,:64] @ copy counter value
1515 add r0, sp, #0x10 @ input counter valu
[all...]
/external/openssl/crypto/aes/asm/
H A Dbsaes-armv7.S1349 vld1.8 {q0}, [r8] @ load counter
1368 vld1.8 {q0}, [r8] @ load counter
1393 vadd.u32 q10, q5, q10 @ next counter
1396 @ to flip byte order in 32-bit counter
1406 vstmia r9, {q10} @ save next counter
1437 vldmia r9, {q0} @ load counter
1502 ldr r8, [ip, #12] @ load counter LSW
1503 vld1.8 {q1}, [ip] @ load whole counter value
1508 vst1.8 {q1}, [sp,:64] @ copy counter value
1512 add r0, sp, #0x10 @ input counter valu
[all...]
/external/doclava/src/com/google/doclava/
H A DDoclava.java899 Iterator counter = new Iterator();
905 writeJdDirList(dir, jddata, counter);
916 private static void writeJdDirList(File dir, Data data, Iterator counter) { argument
990 data.setValue("docs.pages." + counter.i + ".label", title);
991 data.setValue("docs.pages." + counter.i + ".link", webPath);
992 data.setValue("docs.pages." + counter.i + ".tags", tags.toString());
993 data.setValue("docs.pages." + counter.i + ".type", dirName);
994 counter.i++;
998 writeJdDirList(f, data, counter);
/external/chromium_org/v8/src/ia32/
H A Dmacro-assembler-ia32.h860 void SetCounter(StatsCounter* counter, int value);
861 void IncrementCounter(StatsCounter* counter, int value);
862 void DecrementCounter(StatsCounter* counter, int value);
863 void IncrementCounter(Condition cc, StatsCounter* counter, int value);
864 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
/external/chromium_org/v8/src/x87/
H A Dmacro-assembler-x87.h828 void SetCounter(StatsCounter* counter, int value);
829 void IncrementCounter(StatsCounter* counter, int value);
830 void DecrementCounter(StatsCounter* counter, int value);
831 void IncrementCounter(Condition cc, StatsCounter* counter, int value);
832 void DecrementCounter(Condition cc, StatsCounter* counter, int value);
/external/libhevc/common/arm/
H A Dihevc_intra_pred_luma_planar.s155 mov r1, r4 @nt (row counter) (dec after every row)
167 mov r7, r4 @column counter (set to no of cols)
319 subs r1, r1, #8 @row counter
385 subs r1, r1, #8 @row counter (loop)
499 subs r7, r7, #8 @col counter
/external/chromium_org/third_party/WebKit/Source/bindings/scripts/
H A Dv8_interface.py858 counter = defaultdict(lambda: 0)
860 counter[item] += 1
861 return counter
/external/chromium_org/third_party/WebKit/Source/platform/
H A DPODRedBlackTree.h210 Counter counter; local
211 visitInorder(&counter);
212 return counter.count();
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dir_validate.cpp122 if (ir->counter != NULL) {
125 " counter: %p\n"
129 (void *) ir->counter, (void *) ir->from, (void *) ir->to,
141 " counter: %p\n"
145 (void *) ir->counter, (void *) ir->from, (void *) ir->to,
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A DTestAllCodecs.cc759 int counter = 0; local
776 // Verify that the timestamp is updated with expected length. The counter
780 if ((counter > 10) &&
793 // Update loop counter
794 counter++;
/external/libvpx/libvpx/vp8/common/arm/neon/
H A Dsixtappredict16x16_neon.asm68 mov r2, #7 ;loop counter
204 mov r3, #2 ;loop counter
223 mov r12, #4 ;loop counter
301 mov r2, #8 ;loop counter
396 mov r3, #2 ;loop counter
413 mov r12, #4 ;loop counter
H A Dvp8_subpixelvariance16x16s_neon.asm35 mov r12, #4 ;loop counter
135 mov r12, #4 ;loop counter
240 mov r12, #4 ;loop counter
367 mov r2, #4 ;loop counter
407 mov r2, #2 ;loop counter
459 mov r2, #2 ;loop counter
/external/mesa3d/src/glsl/
H A Dir_validate.cpp122 if (ir->counter != NULL) {
125 " counter: %p\n"
129 (void *) ir->counter, (void *) ir->from, (void *) ir->to,
141 " counter: %p\n"
145 (void *) ir->counter, (void *) ir->from, (void *) ir->to,
/external/opencv/cvaux/src/
H A Dcvlcm.cpp541 for(int counter = 0;
542 counter < pLCM->VoronoiDiagram->edges->total;
543 counter++)
/external/opencv/cxcore/src/
H A Dcxswitcher.cpp753 LARGE_INTEGER counter;
754 QueryPerformanceCounter( &counter );
755 return (int64)counter.QuadPart;
/external/oprofile/opcontrol/
H A Dopcontrol.cpp198 " count: reset counter value\n"
328 printf("%-12s | %-30s: %s\n", "counter", "name", "meaning");
390 * check that the named event is valid for this event counter
391 * 'num_events' represents the cpu internal counter number
398 fprintf(stderr, "Bad event name: %s for counter %d, see --list\n",
417 int echo_dev(const char* str, int val, const char* file, int counter) argument
423 if (counter >= 0) {
424 snprintf(fullname, 512, OP_DRIVER_BASE"/%d/%s", counter, file);
680 /* Since counter #3 can only handle CPU_CYCLES, check and shuffle the
699 /* Swap CPU_CYCLES to counter #
[all...]
/external/proguard/src/proguard/classfile/util/
H A DClassUtil.java476 int counter = 0;
481 counter++;
484 return counter;
/external/qemu/audio/
H A Dwinaudio.c515 static int counter;
516 if (++counter == 100) {
518 counter = 0;
/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_ctrl.c88 static int counter = 0; local
109 counter++;
114 (int) getpid(), counter);
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_privsep.c556 static unsigned int counter = 0; local
609 own_dir, getpid(), counter++);
621 own_dir, getpid(), counter++);

Completed in 1465 milliseconds

<<11121314151617181920>>