HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 1 - 25 of 825) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/CoverageMapping/
break.c 4 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; // CHECK-NEXT: File 0, [[@LINE]]:5 -> [[@LINE+1]]:4 = (#3 - #4
    [all...]
  /external/fec/
sumsq_mmx.c 15 long long sumsq_mmx(signed short *in,int cnt){
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--;
sumsq_sse2.c 13 long long sumsq_sse2(signed short *in,int cnt){
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--;
peakval.c 8 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){
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...]
peakval_mmx.c 9 int peakval_mmx(signed short *b,int cnt){
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--;
peakval_sse.c 10 int peakval_sse(signed short *b,int cnt){
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--;
peakval_sse2.c 9 int peakval_sse2(signed short *b,int cnt){
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--;
sumsq.c 22 unsigned long long sumsq(signed short *in,int cnt){
26 return sumsq_port(in,cnt);
30 return sumsq_mmx(in,cnt);
32 return sumsq_sse2(in,cnt);
37 return sumsq_av(in,cnt);
fec.c 15 int i,cnt,ti; local
19 cnt = 0;
23 cnt++;
26 Partab[i] = cnt & 1;
sumsq_port.c 8 unsigned long long sumsq_port(signed short *in,int cnt){
12 for(i=0;i<cnt;i++){
  /external/elfutils/tests/
test-nlist.c 46 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].n_scnum
    [all...]
asm-tst2.c 72 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...]
dwarf-getstring.c 33 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));
asm-tst9.c 92 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_errmsg (-1))
    [all...]
asm-tst1.c 73 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...]
asm-tst6.c 40 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_errmsg (-1))
    [all...]
  /external/compiler-rt/lib/builtins/
int_util.h 29 #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/
macro.c 12 int j, cnt;
  /external/elfutils/libelf/
gnuhash_xlate.h 45 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/opencv3/modules/python/test/
ticket_6.py 22 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, 0, msg="Memorized images are not black. Mean CountNonZero=%.3f" % (1.*cnt/self.repeat)
    [all...]
  /external/opencv3/samples/python2/
squares.py 28 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[i], cnt[(i+1) % 4], cnt[(i+2) % 4] ) for i in xrange(4)]
    [all...]
  /cts/tools/dasm/src/java_cup/
parse_reduce_table.java 60 int cnt; local
66 cnt = 0;
79 cnt++;
80 if (cnt == 3)
83 cnt = 0;
88 if (cnt != 0) result += "\n";
  /ndk/tests/device/test-stlport_shared-exception/jni/
eh990323-5.cpp 9 int cnt = 1; variable
20 if (cnt == 10)
22 x = cnt++;
28 if (cnt == 10)
30 x = cnt++;
36 if (x + 1 != cnt--)
  /ndk/tests/device/test-stlport_static-exception/jni/
eh990323-5.cpp 9 int cnt = 1; variable
20 if (cnt == 10)
22 x = cnt++;
28 if (cnt == 10)
30 x = cnt++;
36 if (x + 1 != cnt--)
  /external/compiler-rt/lib/tsan/rtl/
tsan_stack_trace.cc 39 void VarSizeStackTrace::Init(const uptr *pcs, uptr cnt, uptr extra_top_pc) {
40 ResizeBuffer(cnt + !!extra_top_pc);
41 internal_memcpy(trace_buffer, pcs, cnt * sizeof(trace_buffer[0]));
43 trace_buffer[cnt] = extra_top_pc;

Completed in 2149 milliseconds

1 2 3 4 5 6 7 8 91011>>