HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 1 - 25 of 885) 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...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrierattr_init/
2-1.c 31 int cnt; local
42 for (cnt = 0; cnt < BARRIER_NUM; cnt++) {
43 if (pthread_barrier_init(&barriers[cnt], &ba, 1) != 0) {
44 printf("Error at %dth initialization\n", cnt);
59 for (cnt = 0; cnt < BARRIER_NUM; cnt++) {
60 rc = pthread_barrier_wait(&barriers[cnt]);
    [all...]
  /external/u-boot/common/
memsize.c 31 long cnt; local
36 for (cnt = (maxsize / sizeof(long)) >> 1; cnt > 0; cnt >>= 1) {
37 addr = base + cnt; /* pointer arith! */
41 *addr = ~cnt;
55 for (cnt = 1; cnt < maxsize / sizeof(long); cnt <<= 1) {
56 addr = base + cnt;
    [all...]
  /external/ltp/testcases/network/stress/ns-tools/
check_icmpv4_connectivity 60 cnt=0
61 while [ $cnt -lt $PING_MAX ]; do
62 cnt=`expr $cnt + 1`
check_icmpv6_connectivity 61 cnt=0
62 while [ $cnt -lt $PING_MAX ]; do
63 cnt=`expr $cnt + 1`
  /external/swiftshader/third_party/llvm-7.0/llvm/test/MC/AArch64/SVE/
cnt-diagnostics.s 6 cnt z31.b, p8/m, z31.b label
8 // CHECK-NEXT: cnt z31.b, p8/m, z31.b
15 cnt z31.b, p7/m, z31.h label
17 // CHECK-NEXT: cnt z31.b, p7/m, z31.h
cnt.s 10 cnt z31.b, p7/m, z31.b label
11 // CHECK-INST: cnt z31.b, p7/m, z31.b
16 cnt z31.h, p7/m, z31.h label
17 // CHECK-INST: cnt z31.h, p7/m, z31.h
22 cnt z31.s, p7/m, z31.s label
23 // CHECK-INST: cnt z31.s, p7/m, z31.s
28 cnt z31.d, p7/m, z31.d label
29 // CHECK-INST: cnt z31.d, p7/m, z31.d
44 cnt z4.d, p7/m, z31.d label
45 // CHECK-INST: cnt z4.d, p7/m, z31.
56 cnt z4.d, p7\/m, z31.d label
    [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/u-boot/board/sunxi/
mksunxi_fit_atf.sh 43 cnt=1
47 fdt_$cnt {
54 cnt=$((cnt+1))
64 cnt=1
68 config_$cnt {
72 fdt = "fdt_$cnt";
75 cnt=$((cnt+1))
  /external/ltp/testcases/network/
generate.sh 56 cnt=0
57 while [ $cnt -lt 5 ] ; do
59 cnt=$(($cnt + 1))
65 local cnt=19
69 while [ $cnt -ge 0 ] ; do
71 cnt=$(($cnt-1))
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
1-1.c 31 int cnt; local
34 for (cnt = 0; cnt < LOOP_NUM; cnt++) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_wait/
2-1.c 71 int cnt; local
86 for (cnt = 0; cnt < THREAD_NUM; cnt++) {
88 (&child_threads[cnt], NULL, fn_chld, &cnt) != 0) {
90 cnt);
96 for (cnt = 0; cnt < THREAD_NUM; cnt++)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_destroy/
1-1.c 26 int cnt = 0; local
29 while (cnt++ < COUNT) {
39 cnt, rc);

Completed in 481 milliseconds

1 2 3 4 5 6 7 8 91011>>