HomeSort by relevance Sort by last modified time
    Searched refs:cnt (Results 1 - 25 of 695) 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/elfutils/src/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 = open64 (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...]
msg_tst.c 84 size_t cnt; local
91 for (cnt = 1; cnt < ELF_E_NUM; ++cnt)
93 const char *str = elf_errmsg (libelf_msgs[cnt].id);
95 if (strcmp (str, libelf_msgs[cnt].expected) != 0)
98 cnt, libelf_msgs[cnt].expected, str);
sectiondump.c 41 int cnt; local
62 for (cnt = 2; cnt < argc; ++cnt)
63 if (handle_section (elf, elf_getscn (elf, atoi (argv[cnt]))) != 0)
65 error (EXIT_FAILURE, 0, "while processing section %d: %s", cnt,
146 size_t cnt; local
148 for (cnt = 0; cnt < size; cnt += 16
168 size_t cnt; local
    [all...]
asm-tst5.c 42 size_t cnt; local
61 for (cnt = 0; cnt < 66000; ++cnt)
67 snprintf (buf, sizeof (buf), ".data.%Zu", cnt);
80 snprintf (buf, sizeof (buf), "%Zu", cnt);
90 if (asm_adduint32 (scn, cnt) != 0)
  /external/compiler-rt/test/BlocksRuntime/
macro.c 12 int j, cnt;
  /external/elfutils/src/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...]
elf32_getshdr.c 128 for (size_t cnt = 0; cnt < shnum; ++cnt)
130 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name);
131 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
132 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags);
133 CONVERT_TO (shdr[cnt].sh_addr, notcvt[cnt].sh_addr)
    [all...]
elf32_getphdr.c 154 for (size_t cnt = 0; cnt < phnum; ++cnt)
156 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
157 CONVERT_TO (phdr[cnt].p_offset, notcvt[cnt].p_offset);
158 CONVERT_TO (phdr[cnt].p_vaddr, notcvt[cnt].p_vaddr);
159 CONVERT_TO (phdr[cnt].p_paddr, notcvt[cnt].p_paddr)
    [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/elfutils/src/src/
strip.c 424 size_t cnt; local
530 for (cnt = 0; cnt < phnum; ++cnt)
533 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
535 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
554 for (cnt = 0; cnt < phnum; ++cnt)
557 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem)
    [all...]
  /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;
  /external/e2fsprogs/intl/
finddomain.c 94 int cnt; local
102 for (cnt = 0; retval->successor[cnt] != NULL; ++cnt)
104 if (retval->successor[cnt]->decided == 0)
105 _nl_load_domain (retval->successor[cnt], domainbinding);
107 if (retval->successor[cnt]->data != NULL)
110 return cnt >= 0 ? retval : NULL;
155 int cnt; local
156 for (cnt = 0; retval->successor[cnt] != NULL; ++cnt
    [all...]
  /external/libvpx/libvpx/vp8/common/
findnearmv.c 31 int cnt[4],
41 int *cntx = cnt;
46 cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
80 cnt[CNT_INTRA] += 2;
102 cnt[CNT_INTRA] += 1;
106 if (cnt[CNT_SPLITMV])
110 cnt[CNT_NEAREST] += 1
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/
findnearmv.c 31 int cnt[4],
41 int *cntx = cnt;
46 cnt[0] = cnt[1] = cnt[2] = cnt[3] = 0;
80 cnt[CNT_INTRA] += 2;
102 cnt[CNT_INTRA] += 1;
106 if (cnt[CNT_SPLITMV])
110 cnt[CNT_NEAREST] += 1
    [all...]
  /system/core/toolbox/upstream-netbsd/bin/dd/
conv.c 64 uint64_t cnt; local
69 for (inp = in.dbp - (cnt = in.dbrcnt); cnt--; ++inp)
121 uint64_t cnt, maxlen; local
132 for (inp = in.db, cnt = in.dbrcnt;
133 cnt && *inp++ != '\n'; --cnt);
134 if (!cnt) {
141 in.dbcnt = cnt - 1;
142 in.dbp = inp + cnt - 1
232 uint64_t cnt; local
266 uint64_t cnt; local
    [all...]
  /device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Record.cpp 91 for(int cnt = 0; cnt < mHalCamCtrl->mRecordingMemory.buffer_count; cnt++) {
94 (struct encoder_media_buffer_type *)mHalCamCtrl->mRecordingMemory.metadata_memory[cnt]->data;
96 mHalCamCtrl->mRecordingMemory.metadata_memory[cnt]->release(
97 mHalCamCtrl->mRecordingMemory.metadata_memory[cnt]);
99 mHalCamCtrl->mRecordingMemory.camera_memory[cnt]->release(
100 mHalCamCtrl->mRecordingMemory.camera_memory[cnt]);
103 mHalCamCtrl->deallocate_ion_memory(&mHalCamCtrl->mRecordingMemory.mem_info[cnt]);
215 for (int cnt = 0; cnt < mNumBuffers; cnt++)
    [all...]
  /external/elfutils/src/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...]

Completed in 376 milliseconds

1 2 3 4 5 6 7 8 91011>>