Searched refs:cnt (Results 1 - 25 of 458) sorted by relevance

1234567891011>>

/external/compiler-rt/test/msan/wrap_indirect_calls/
H A Dwrapper.cc4 int cnt; variable
7 ++cnt;
H A Dcaller.cc5 extern int cnt;
32 assert(cnt == expected_cnt);
38 assert(cnt == expected_cnt);
44 assert(cnt == expected_cnt);
50 assert(cnt == expected_cnt);
/external/compiler-rt/test/BlocksRuntime/
H A Dmacro.c12 int j, cnt;
/external/elfutils/0.153/libelf/
H A Dgnuhash_xlate.h66 for (unsigned int cnt = 0; cnt < 4; ++cnt)
70 dest32[cnt] = bswap_32 (src32[cnt]);
79 for (unsigned int cnt = 0; cnt < bitmask_words; ++cnt)
83 dest64[cnt] = bswap_64 (src64[cnt]);
[all...]
H A Delf32_getshdr.c135 for (size_t cnt = 0; cnt < shnum; ++cnt)
137 CONVERT_TO (shdr[cnt].sh_name, notcvt[cnt].sh_name);
138 CONVERT_TO (shdr[cnt].sh_type, notcvt[cnt].sh_type);
139 CONVERT_TO (shdr[cnt].sh_flags, notcvt[cnt].sh_flags);
140 CONVERT_TO (shdr[cnt]
[all...]
H A Delf32_getphdr.c163 for (size_t cnt = 0; cnt < phnum; ++cnt)
165 CONVERT_TO (phdr[cnt].p_type, notcvt[cnt].p_type);
166 CONVERT_TO (phdr[cnt].p_offset, notcvt[cnt].p_offset);
167 CONVERT_TO (phdr[cnt].p_vaddr, notcvt[cnt].p_vaddr);
168 CONVERT_TO (phdr[cnt]
[all...]
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-1257.js33 var cnt = 0;
43 if (cnt++ < 10000000) {
/external/elfutils/0.153/libdw/
H A Ddwarf_getpubnames.c68 size_t cnt = 0; local
78 if (cnt >= allocated)
110 mem[cnt].set_start = readp + 2 + 2 * len_bytes - startp;
111 mem[cnt].address_len = len_bytes;
112 if (mem[cnt].set_start >= dbg->sectiondata[IDX_debug_pubnames]->d_size)
127 &mem[cnt].cu_offset, IDX_debug_info, 3))
134 + mem[cnt].cu_offset);
136 mem[cnt].cu_header_size = 23;
138 mem[cnt].cu_header_size = 11;
140 ++cnt;
[all...]
/external/qemu/include/qemu/
H A Dhost-utils.h65 int cnt = 0;
68 cnt += 16;
72 cnt += 8;
76 cnt += 4;
80 cnt += 2;
84 cnt++;
88 cnt++;
90 return cnt;
117 int cnt = 0;
120 cnt
[all...]
/external/elfutils/0.153/src/
H A Dstrip.c432 size_t cnt; local
532 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
535 GElf_Phdr *phdr = gelf_getphdr (elf, cnt, &phdr_mem);
537 || unlikely (gelf_update_phdr (newelf, cnt, phdr) == 0))
556 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
559 GElf_Phdr *phdr = gelf_getphdr (elf, cnt,
[all...]
H A Delflint.c356 size_t cnt; local
394 for (cnt = EI_PAD; cnt < EI_NIDENT; ++cnt)
395 if (ehdr->e_ident[cnt] != 0)
396 ERROR (gettext ("e_ident[%zu] is not zero\n"), cnt);
404 for (cnt = 0; cnt < nvalid_e_machine; ++cnt)
405 if (valid_e_machine[cnt]
539 size_t cnt; local
1048 size_t cnt; local
1307 check_one_reloc(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Shdr *relshdr, int idx, size_t cnt, const GElf_Shdr *symshdr, Elf_Data *symdata, GElf_Addr r_offset, GElf_Xword r_info, const GElf_Shdr *destshdr, bool reldyn, struct loaded_segment *loaded, enum load_state *statep) argument
1537 size_t cnt; local
1961 size_t cnt; local
2002 size_t cnt; local
2067 size_t cnt; local
2441 size_t cnt; local
2900 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); local
2907 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); local
2915 cnt, (int) hashval, (int) aux->vna_hash); local
2925 cnt, verstr); local
2935 idx, section_name (ebl, idx), need->vn_cnt - cnt2, cnt); local
4010 check_note(Ebl *ebl, GElf_Ehdr *ehdr, GElf_Phdr *phdr, int cnt) argument
[all...]
/external/e2fsprogs/intl/
H A Dfinddomain.c94 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
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dfindnearmv.c31 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_NEARES
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
[all...]
/external/libvpx/libvpx/vp8/common/
H A Dfindnearmv.c31 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_NEARES
24 vp8_find_near_mvs( MACROBLOCKD *xd, const MODE_INFO *here, int_mv *nearest, int_mv *nearby, int_mv *best_mv, int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
149 vp8_find_near_mvs_bias( MACROBLOCKD *xd, const MODE_INFO *here, int_mv mode_mv_sb[2][MB_MODE_COUNT], int_mv best_mv_sb[2], int cnt[4], int refframe, int *ref_frame_sign_bias ) argument
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/ia64/lib/
H A Dmemset.S25 #define cnt in2 define
67 cmp.eq p_scr, p0 = cnt, r0
82 cmp.gt p_scr, p0 = 16, cnt // is it a minimalistic task?
91 (p_y) add cnt = -8, cnt //
98 (p_yy) add cnt = -4, cnt //
106 (p_y) add cnt = -2, cnt //
116 cmp.gt p_scr, p0 = tmp, cnt // i
[all...]
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_stack_trace.cc26 StackTrace::StackTrace(uptr *buf, uptr cnt) argument
29 , c_(cnt) {
31 CHECK_NE(cnt, 0);
47 void StackTrace::Init(const uptr *pcs, uptr cnt) { argument
49 if (cnt == 0)
53 CHECK_LE(cnt, c_);
55 s_ = (uptr*)internal_alloc(MBlockStackTrace, cnt * sizeof(s_[0]));
57 n_ = cnt;
58 internal_memcpy(s_, pcs, cnt * sizeof(s_[0]));
/external/chromium_org/third_party/skia/tests/
H A DGrAllocatorTest.cpp26 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt,
29 // Adds cnt items to the allocator, tests the cnts and iterators, pops popCnt items and checks
31 static void check_allocator(GrTAllocator<C>* allocator, int cnt, int popCnt, argument
35 for (int i = 0; i < cnt; ++i) {
43 check_allocator_helper(allocator, cnt, popCnt, reporter);
50 static void check_allocator_helper(GrTAllocator<C>* allocator, int cnt, int popCnt, argument
52 REPORTER_ASSERT(reporter, (0 == cnt) == allocator->empty());
53 REPORTER_ASSERT(reporter, cnt == allocator->count());
54 REPORTER_ASSERT(reporter, cnt == C::gInstCnt);
57 for (int i = 0; i < cnt;
[all...]
/external/libsepol/include/sepol/policydb/
H A Dutil.h26 extern int add_i_to_a(uint32_t i, uint32_t * cnt, uint32_t ** a);
/external/libusb/examples/
H A Dlsusb.c48 ssize_t cnt; local
54 cnt = libusb_get_device_list(NULL, &devs);
55 if (cnt < 0)
56 return (int) cnt;
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/rexx/
H A Dscanio.c2 unsigned cnt = s->tok - s->bot; local
4 if(cnt){
15 cursor -= cnt;
16 s->lim -= cnt;
19 s->ptr -= cnt;
36 if((cnt = read(ScanCBIO.u.f.fd, (char*) s->lim, 512)) != 512)
37 memset(&s->lim[cnt], 0, 512 - cnt);
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dhelp.c16 ALLOC_GROW(cmds->names, cmds->cnt + 1, cmds->alloc);
17 cmds->names[cmds->cnt++] = ent;
24 for (i = 0; i < cmds->cnt; ++i)
27 cmds->cnt = 0;
42 if (!cmds->cnt)
45 for (i = j = 1; i < cmds->cnt; i++)
49 cmds->cnt = j;
58 while (ci < cmds->cnt && ei < excludes->cnt) {
68 while (ci < cmds->cnt)
[all...]
/external/jemalloc/include/jemalloc/internal/
H A Dprof.h271 prof_thr_cnt_t *cnt);
272 void prof_malloc(const void *ptr, size_t usize, prof_thr_cnt_t *cnt);
273 void prof_realloc(const void *ptr, size_t usize, prof_thr_cnt_t *cnt,
364 prof_malloc_record_object(const void *ptr, size_t usize, prof_thr_cnt_t *cnt) { argument
365 prof_ctx_set(ptr, cnt->ctx);
367 cnt->epoch++;
371 cnt->cnts.curobjs++;
372 cnt->cnts.curbytes += usize;
374 cnt->cnts.accumobjs++;
375 cnt
387 prof_malloc(const void *ptr, size_t usize, prof_thr_cnt_t *cnt) argument
412 prof_realloc(const void *ptr, size_t usize, prof_thr_cnt_t *cnt, size_t old_usize, prof_ctx_t *old_ctx) argument
[all...]
/external/elfutils/0.153/libasm/
H A Dasm_addstrz.c60 size_t cnt; local
62 for (cnt = 0; cnt < len; ++cnt)
63 if (str[cnt] != '\0')
/external/ppp/pppd/plugins/radius/
H A Dradattr.c73 int cnt = 0; local
87 cnt++;
90 dbglog("RADATTR plugin wrote %d line(s) to file %s.", cnt, fname);
H A Dutil.c77 static unsigned short int cnt = 0; local
81 cnt & 0xFF);
82 cnt++;

Completed in 4649 milliseconds

1234567891011>>