Searched refs:cnt (Results 1 - 25 of 474) sorted by relevance

1234567891011>>

/external/clang/test/CoverageMapping/
H A Dbreak.c4 int cnt = 0; // CHECK-NEXT: File 0, [[@LINE+1]]:9 -> [[@LINE+1]]:18 = #0 local
5 while(cnt < 100) { // CHECK-NEXT: File 0, [[@LINE]]:20 -> [[@LINE+3]]:4 = #1
7 ++cnt; // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE+1]]:4 = 0
9 while(cnt < 100) { // CHECK-NEXT: File 0, [[@LINE]]:20 -> [[@LINE+6]]:4 = #2
12 ++cnt; // CHECK-NEXT: File 0, [[@LINE]]:7 -> [[@LINE+3]]:4 = 0
14 ++cnt;
16 while(cnt < 100) { // CHECK-NEXT: File 0, [[@LINE]]:20 -> [[@LINE+7]]:4 = #3
18 if(cnt == 0) { // CHECK-NEXT: File 0, [[@LINE]]:18 -> [[@LINE+3]]:6 = #4
20 ++cnt; // CHECK-NEXT: File 0, [[@LINE]]:7 -> [[@LINE+1]]:6 = 0
22 ++cnt; // CHEC
[all...]
/external/fec/
H A Dsumsq_mmx.c15 long long sumsq_mmx(signed short *in,int cnt){ argument
19 while(((int)in & 7) != 0 && cnt != 0){
22 cnt--;
24 sum += sumsq_mmx_assist(in,cnt);
25 in += cnt & ~7;
26 cnt &= 7;
29 while(cnt != 0){
32 cnt--;
H A Dsumsq_sse2.c13 long long sumsq_sse2(signed short *in,int cnt){ argument
17 while(((int)in & 15) != 0 && cnt != 0){
20 cnt--;
22 sum += sumsq_sse2_assist(in,cnt);
23 in += cnt & ~7;
24 cnt &= 7;
27 while(cnt != 0){
30 cnt--;
H A Dpeakval.c8 int peakval_port(signed short *b,int cnt);
10 int peakval_mmx(signed short *b,int cnt);
11 int peakval_sse(signed short *b,int cnt);
12 int peakval_sse2(signed short *b,int cnt);
16 int peakval_av(signed short *b,int cnt);
19 int peakval(signed short *b,int cnt){ argument
25 return peakval_port(b,cnt);
28 return peakval_mmx(b,cnt);
30 return peakval_sse(b,cnt);
32 return peakval_sse2(b,cnt);
[all...]
H A Dpeakval_mmx.c9 int peakval_mmx(signed short *b,int cnt){ argument
13 while(((int)b & 7) != 0 && cnt != 0){
18 cnt--;
20 a = peakval_mmx_assist(b,cnt);
23 b += cnt & ~3;
24 cnt &= 3;
26 while(cnt != 0){
31 cnt--;
H A Dpeakval_sse.c10 int peakval_sse(signed short *b,int cnt){ argument
14 while(((int)b & 7) != 0 && cnt != 0){
19 cnt--;
21 a = peakval_sse_assist(b,cnt);
24 b += cnt & ~3;
25 cnt &= 3;
27 while(cnt != 0){
32 cnt--;
H A Dpeakval_sse2.c9 int peakval_sse2(signed short *b,int cnt){ argument
13 while(((int)b & 15) != 0 && cnt != 0){
18 cnt--;
20 a = peakval_sse2_assist(b,cnt);
23 b += cnt & ~7;
24 cnt &= 7;
26 while(cnt != 0){
31 cnt--;
H A Dsumsq.c22 unsigned long long sumsq(signed short *in,int cnt){ argument
26 return sumsq_port(in,cnt);
30 return sumsq_mmx(in,cnt);
32 return sumsq_sse2(in,cnt);
37 return sumsq_av(in,cnt);
H A Dfec.c15 int i,cnt,ti; local
19 cnt = 0;
23 cnt++;
26 Partab[i] = cnt & 1;
H A Dsumsq_port.c8 unsigned long long sumsq_port(signed short *in,int cnt){ argument
12 for(i=0;i<cnt;i++){
/external/elfutils/tests/
H A Dtest-nlist.c46 int cnt; local
56 for (cnt = 0; nl[cnt].n_name != NULL; ++cnt)
66 cnt, nl[cnt].n_name,
67 cnt, nl[cnt].n_value,
68 cnt, nl[cnt]
[all...]
H A Dasm-tst2.c72 size_t cnt; local
170 for (cnt = 1; cnt < 3; ++cnt)
176 scn = elf_getscn (elf, cnt);
179 printf ("cannot get section %zd: %s\n", cnt, elf_errmsg (-1));
188 cnt, elf_errmsg (-1));
194 scnnames[cnt]) != 0)
196 printf ("section %zd's name differs: %s vs %s\n", cnt,
198 scnnames[cnt]);
[all...]
H A Ddwarf-getstring.c33 int cnt; local
35 for (cnt = 1; cnt < argc; ++cnt)
40 int fd = open (argv[cnt], O_RDONLY);
43 printf ("cannot open '%s': %m\n", argv[cnt]);
50 printf ("%s not usable: %s\n", argv[cnt], dwarf_errmsg (-1));
H A Dasm-tst9.c92 size_t cnt; local
127 for (cnt = 0; cnt < ninput; ++cnt)
129 if (asm_adduleb128 (scn, input[cnt]) != 0)
132 (uint32_t) input[cnt], asm_errmsg (-1));
136 if (asm_addsleb128 (scn, input[cnt]) != 0)
139 input[cnt], asm_errmsg (-1));
143 if (asm_adduleb128 (scn, -input[cnt]) != 0)
146 (uint32_t) -input[cnt], asm_errms
[all...]
H A Dasm-tst1.c73 size_t cnt; local
154 for (cnt = 1; cnt < 4; ++cnt)
160 scn = elf_getscn (elf, cnt);
163 printf ("cannot get section %zd: %s\n", cnt, elf_errmsg (-1));
172 cnt, elf_errmsg (-1));
178 scnnames[cnt]) != 0)
180 printf ("section %zd's name differs: %s vs %s\n", cnt,
182 scnnames[cnt]);
[all...]
H A Dasm-tst6.c40 size_t cnt; local
58 for (cnt = 0; cnt < 22000; ++cnt)
65 snprintf (buf, sizeof (buf), ".grp%zu", cnt);
69 printf ("cannot section group %zu: %s\n", cnt, asm_errmsg (-1));
79 cnt, asm_errmsg (-1));
85 snprintf (buf, sizeof (buf), "%zu", cnt);
96 if (asm_adduint32 (scn, cnt) != 0)
108 cnt, asm_errms
[all...]
/external/compiler-rt/lib/builtins/
H A Dint_util.h29 #define COMPILE_TIME_ASSERT1(expr, cnt) COMPILE_TIME_ASSERT2(expr, cnt)
30 #define COMPILE_TIME_ASSERT2(expr, cnt) \
31 typedef char ct_assert_##cnt[(expr) ? 1 : -1] UNUSED
/external/compiler-rt/test/BlocksRuntime/
H A Dmacro.c12 int j, cnt;
/external/elfutils/libelf/
H A Dgnuhash_xlate.h45 for (unsigned int cnt = 0; cnt < 4; ++cnt)
49 dest32[cnt] = bswap_32 (src32[cnt]);
58 for (unsigned int cnt = 0; cnt < bitmask_words; ++cnt)
62 dest64[cnt] = bswap_64 (src64[cnt]);
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-1257.js33 var cnt = 0;
43 if (cnt++ < 10000000) {
H A Dregress-620553.js9 var cnt = 0; variable
11 if (cnt++ > 2) return;
H A Dregress-621869.js9 var cnt = 0; variable
12 if (cnt++ > 2) return;
/external/opencv3/modules/python/test/
H A Dticket_6.py22 cnt=cv.CountNonZero(image)
23 self.assertEqual(cnt, 0, msg="Created image is not black. CountNonZero=%i" % cnt)
26 cnt=0
29 cnt+=cv.CountNonZero(image)
30 self.assertEqual(cnt, 0, msg="Created images are not black. Mean CountNonZero=%.3f" % (1.*cnt/self.repeat))
33 cnt=0
38 cnt+=cv.CountNonZero(image)
40 self.assertEqual(cnt,
[all...]
/external/opencv3/samples/python2/
H A Dsquares.py28 for cnt in contours:
29 cnt_len = cv2.arcLength(cnt, True)
30 cnt = cv2.approxPolyDP(cnt, 0.02*cnt_len, True)
31 if len(cnt) == 4 and cv2.contourArea(cnt) > 1000 and cv2.isContourConvex(cnt):
32 cnt = cnt.reshape(-1, 2)
33 max_cos = np.max([angle_cos( cnt[
[all...]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1-modules/tools/
H A Dcrldump.py18 cnt = 0 variable
36 cnt = cnt + 1 variable
38 print('*** %s CRL(s) re/serialized' % cnt)

Completed in 1412 milliseconds

1234567891011>>