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

1 23 4 5 6 7 8 91011>>

  /external/clang/test/OpenMP/
parallel_for_linear_codegen.cpp 23 char cnt; variable
28 // CHECK-DAG: [[CNT:@.+]] = global i8 0
65 // LAMBDA: [[CNT:%.+]] = load i32, i32*
66 // LAMBDA: [[MUL:%.+]] = mul nsw i32 [[CNT]], 5
112 // BLOCKS: [[CNT:%.+]] = load i32, i32*
113 // BLOCKS: [[MUL:%.+]] = mul nsw i32 [[CNT]], 5
180 // CHECK: [[CNT:%.+]] = load i32, i32*
181 // CHECK: [[MUL:%.+]] = mul nsw i32 [[CNT]], 3
186 // CHECK: [[CNT:%.+]] = load i32, i32*
187 // CHECK: [[MUL:%.+]] = mul nsw i32 [[CNT]],
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_lfstack.h 39 u64 cnt = (cmp & kCounterMask) + kCounterInc; local
40 u64 xch = (u64)(uptr)p | cnt;
55 u64 cnt = (cmp & kCounterMask); local
56 u64 xch = (u64)(uptr)nxt | cnt;
  /external/elfutils/libdw/
dwarf_getpubnames.c 47 size_t cnt = 0; local
57 if (cnt >= allocated)
89 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
90 mem[cnt].address_len = len_bytes;
92 if (mem[cnt].set_start >= max_size
93 || len - (2 + 2 * len_bytes) > max_size - mem[cnt].set_start)
109 &mem[cnt].cu_offset, IDX_debug_info, 3))
116 + mem[cnt].cu_offset);
118 mem[cnt].cu_header_size = 23;
120 mem[cnt].cu_header_size = 11
    [all...]
  /external/elfutils/libelf/
elf_end.c 140 size_t cnt = list->max; local
142 while (cnt-- > 0)
146 Elf_Scn *scn = &list->data[cnt];
189 assert (list == NULL || oldp->cnt == oldp->max);
  /external/elfutils/tests/
asm-tst7.c 37 size_t cnt; local
96 for (cnt = 1; 1; ++cnt)
102 scn = elf_getscn (elf, cnt);
105 printf ("cannot get section %zd: %s\n", cnt, elf_errmsg (-1));
114 cnt, elf_errmsg (-1));
122 for (cnt = 1; cnt< (shdr->sh_size
124 ++cnt)
129 if (cnt > 1
    [all...]
asm-tst8.c 37 size_t cnt; local
97 for (cnt = 1; 1; ++cnt)
103 scn = elf_getscn (elf, cnt);
106 printf ("cannot get section %zd: %s\n", cnt, elf_errmsg (-1));
115 cnt, elf_errmsg (-1));
123 for (cnt = 1; cnt< (shdr->sh_size
125 ++cnt)
130 if (cnt > 1
    [all...]
dwelfgnucompressed.c 39 int cnt; local
43 for (cnt = 1; cnt < argc; ++cnt)
45 int fd = open (argv[cnt], O_RDONLY);
50 printf ("%s not usable %s\n", argv[cnt], elf_errmsg (-1));
ecp.c 63 int cnt; local
69 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem));
elfgetchdr.c 39 int cnt; local
43 for (cnt = 1; cnt < argc; ++cnt)
45 int fd = open (argv[cnt], O_RDONLY);
50 printf ("%s not usable %s\n", argv[cnt], elf_errmsg (-1));
elfgetzdata.c 37 int cnt; local
51 for (cnt = 2; cnt < argc; ++cnt)
53 int fd = open (argv[cnt], O_RDONLY);
58 printf ("%s not usable %s\n", argv[cnt], elf_errmsg (-1));
get-aranges.c 42 int cnt; local
44 for (cnt = 1; cnt < argc; ++cnt)
46 int fd = open (argv[cnt], O_RDONLY);
51 printf ("%s not usable\n", argv[cnt]);
60 printf ("%s: cannot get aranges\n", argv[cnt]);
get-pubnames.c 70 int cnt; local
72 for (cnt = 1; cnt < argc; ++cnt)
74 int fd = open (argv[cnt], O_RDONLY);
78 printf ("%s not usable: %s\n", argv[cnt], dwarf_errmsg (-1));
next-files.c 34 int cnt; local
36 for (cnt = 1; cnt < argc; ++cnt)
38 int fd = open (argv[cnt], O_RDONLY);
43 printf ("%s not usable\n", argv[cnt]);
65 printf ("%s: cannot get include directories\n", argv[cnt]);
showptable.c 33 int cnt; local
76 for (cnt = 0; cnt < ehdr.e_phnum; ++cnt)
89 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &mem);
101 cnt, p_type,
  /external/iproute2/tipc/
cmdl.c 86 int cnt = 0; local
101 cnt++;
106 return cnt;
  /external/libaom/libaom/aom_dsp/
entdec.h 38 (and instead pretend cnt has lots of bits).*/
55 int16_t cnt; member in struct:od_ec_dec
entenc.h 44 int16_t cnt; member in struct:od_ec_enc
  /external/libcap-ng/libcap-ng-0.7/utils/
proc-llist.h 48 unsigned int cnt; // How many items in this list member in struct:__anon27295
  /external/ltp/testcases/kernel/fs/doio/
dataascii.c 47 int cnt; local
65 for (cnt = offset; cnt < total; cnt++) {
66 ind = cnt % chars_size;
76 int cnt; local
97 for (cnt = offset; cnt < total; chr++, cnt++) {
98 ind = cnt % chars_size
    [all...]
databin.c 85 int cnt; local
106 for (cnt = 0; cnt < bsize; cnt++) {
107 expbits = ((offset + cnt) % 8 & 0177);
109 if (buffer[cnt] != expbits) {
112 offset + cnt, expbits, buffer[cnt]);
113 return offset + cnt;
131 for (cnt = 0; cnt < bsize; chr++, cnt++)
    [all...]
forker.c 161 int cnt; local
167 for (cnt = 1; cnt < ncopies; cnt++) {
192 return cnt - 1;
204 return cnt - 1;
213 return cnt;
226 return cnt - 1;
  /external/ltp/testcases/kernel/syscalls/futex/
futex_wake03.c 43 int res, i, cnt; local
54 for (cnt = 0, i = 0; i < 100000; i++) {
56 cnt++;
58 if (cnt == nr_children)
64 if (cnt != nr_children) {
66 cnt, nr_children);
68 tst_resm(TPASS, "futex_wake() woken up %i childs", cnt);
  /external/ltp/testcases/kernel/syscalls/gettimeofday/
gettimeofday02.c 58 unsigned long long cnt = 0; local
85 cnt++;
89 tst_res(TINFO, "gettimeofday() called %llu times", cnt);
  /external/ltp/testcases/kernel/syscalls/link/
link05.c 73 int cnt; local
93 for (cnt = 1; cnt < nlinks; cnt++) {
94 sprintf(lname, "%s%d", fname, cnt);
107 for (cnt = 1; cnt < nlinks; cnt++) {
108 sprintf(lname, "%s%d", fname, cnt);
123 if (cnt >= nlinks)
    [all...]
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_barrier_destroy/
2-1.c 81 int cnt = 0; local
104 cnt = 0;
105 for (cnt = 0; thread_state < ENTERED_THREAD && cnt < WAIT_LOOP; cnt++)

Completed in 793 milliseconds

1 23 4 5 6 7 8 91011>>