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

1 2 3 4 5 6 7 8 91011>>

  /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/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...]
  /bionic/libc/upstream-openbsd/lib/libc/stdlib/
getsubopt.c 47 int cnt; local
88 for (cnt = 0; *tokens; ++tokens, ++cnt)
90 return(cnt);
  /external/elfutils/libasm/
asm_addstrz.c 60 size_t cnt; local
62 for (cnt = 0; cnt < len; ++cnt)
63 if (str[cnt] != '\0')
asm_align.c 65 for (size_t cnt = 0; cnt < asmscn->pattern->len; ++cnt)
67 asmscn->pattern->bytes[cnt]);
82 size_t cnt = value - (asmscn->offset & (value - 1)); local
85 result = __libasm_ensure_section_space (asmscn, cnt);
94 asmscn->offset += cnt;
104 while (--cnt > 0);
  /external/libcxx/test/std/containers/associative/map/map.ops/
count_transparent.pass.cpp 48 auto cnt = s.count(1); local
49 assert(cnt == 3);
  /external/libcxx/test/std/containers/associative/multimap/multimap.ops/
count_transparent.pass.cpp 48 auto cnt = s.count(1); local
49 assert(cnt == 3);
  /external/libcxx/test/std/containers/associative/multiset/
count_transparent.pass.cpp 49 auto cnt = s.count(1); local
50 assert(cnt == 3);
  /external/libcxx/test/std/containers/associative/set/
count_transparent.pass.cpp 49 auto cnt = s.count(1); local
50 assert(cnt == 3);
  /external/python/pyasn1-modules/tools/
crldump.py 27 cnt = 0 variable
43 cnt += 1
45 print('*** %s CRL(s) re/serialized' % cnt)
pkcs1dump.py 26 cnt = 0 variable
53 cnt += 1
55 print('*** %s key(s) re/serialized' % cnt)
pkcs8dump.py 24 cnt = 0 variable
51 cnt += 1
53 print('*** %s PKCS#8 key(s) de/serialized' % cnt)
  /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_rwlock_destroy/
1-1.c 26 int cnt = 0; local
29 while (cnt++ < COUNT) {
39 cnt, rc);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
3-1.c 31 int cnt = 0; local
44 while (cnt++ < COUNT) {
48 cnt);
55 cnt);
62 cnt);
69 cnt);
  /external/elfutils/tests/
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));
msg_tst.c 92 size_t cnt; local
99 for (cnt = 1; cnt < ELF_E_NUM; ++cnt)
101 const char *str = elf_errmsg (libelf_msgs[cnt].id);
103 if (strcmp (str, libelf_msgs[cnt].expected) != 0)
106 cnt, libelf_msgs[cnt].expected, str);
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/epid-sdk/ext/ipp/sources/ippcp/
pcpmgf1ca_rmf.c 99 Ipp8u cnt[4]; local
100 cnt[0] = (Ipp8u)((i>>24) & 0xFF);
101 cnt[1] = (Ipp8u)((i>>16) & 0xFF);
102 cnt[2] = (Ipp8u)((i>>8) & 0xFF);
103 cnt[3] = (Ipp8u)(i & 0xFF);
106 ippsHashUpdate_rmf(cnt, 4, &hashCtx);
pcpmgf2ca_rmf.c 100 Ipp8u cnt[4]; local
101 cnt[0] = (Ipp8u)((i>>24) & 0xFF);
102 cnt[1] = (Ipp8u)((i>>16) & 0xFF);
103 cnt[2] = (Ipp8u)((i>>8) & 0xFF);
104 cnt[3] = (Ipp8u)(i & 0xFF);
107 ippsHashUpdate_rmf(cnt, 4, &hashCtx);
pcpshsmgfca.c 112 Ipp8u cnt[4]; local
113 cnt[0] = (Ipp8u)((i>>24) & 0xFF);
114 cnt[1] = (Ipp8u)((i>>16) & 0xFF);
115 cnt[2] = (Ipp8u)((i>>8) & 0xFF);
116 cnt[3] = (Ipp8u)(i & 0xFF);
120 ippsHashUpdate(cnt, 4, &hashCtx);
  /external/fec/
fec.c 15 int i,cnt,ti; local
19 cnt = 0;
23 cnt++;
26 Partab[i] = cnt & 1;
  /external/ltp/testcases/kernel/syscalls/futex/
futex_utils.h 31 unsigned int cnt = 0; local
52 cnt++;
57 if (cnt != nr_threads) {
59 cnt, nr_threads);
  /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...]

Completed in 1577 milliseconds

1 2 3 4 5 6 7 8 91011>>