Searched defs:cnt (Results 26 - 50 of 435) sorted by relevance

1234567891011>>

/external/elfutils/tests/
H A Dasm-tst6.c40 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_errms
[all...]
H A Ddwarf-getstring.c33 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));
H A Dtest-nlist.c46 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]
[all...]
H A Dasm-tst7.c37 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 >
[all...]
H A Dasm-tst8.c37 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 >
[all...]
H A Ddwelfgnucompressed.c39 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));
H A Decp.c63 int cnt; local
69 for (cnt = 0; cnt < ehdr->e_phnum; ++cnt)
73 gelf_update_phdr (outelf, cnt, gelf_getphdr (inelf, cnt, &phdr_mem));
H A Delfgetchdr.c39 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));
H A Delfgetzdata.c37 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));
H A Dget-pubnames.c70 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));
H A Dshowptable.c33 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/libcxxabi/test/
H A Duncaught_exceptions.pass.cpp26 B(unsigned cnt) : data_(cnt) {} argument
/external/libusb/examples/
H A Dlistdevs.c56 ssize_t cnt; local
62 cnt = libusb_get_device_list(NULL, &devs);
63 if (cnt < 0)
64 return (int) cnt;
/external/ltp/testcases/kernel/syscalls/futex/
H A Dfutex_utils.h31 unsigned int cnt = 0; local
52 cnt++;
57 if (cnt != nr_threads) {
59 cnt, nr_threads);
/external/ltp/testcases/kernel/syscalls/ioctl/
H A Dioctl07.c40 int cnt, pcnt; local
42 SAFE_IOCTL(fd, RNDGETENTCNT, &cnt);
44 tst_res(TINFO, "entropy value from ioctl: %d, proc: %d", cnt, pcnt);
46 if (abs(pcnt - cnt) <= fuzz)
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/mmap/
H A D10-1.c37 unsigned long cnt; local
62 for (cnt = 0; cnt < LOOP_NUM; cnt++) {
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_rwlock_init/
H A D1-1.c56 int cnt = 0; local
86 cnt = 0;
89 } while (thread_state != 3 && cnt++ < 3);
H A D2-1.c56 int cnt = 0; local
79 cnt = 0;
82 } while (thread_state != 3 && cnt++ < 3);
/external/clang/test/OpenMP/
H A Dparallel_for_linear_codegen.cpp23 char cnt; variable
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_atomic_clang_other.h20 INLINE void proc_yield(int cnt) { argument
/external/elfutils/libelf/
H A Delf_end.c140 size_t cnt = list->max; local
142 while (cnt-- > 0)
146 Elf_Scn *scn = &list->data[cnt];
188 assert (list == NULL || oldp->cnt == oldp->max);
/external/fec/
H A Dpeakval_av.c11 signed short peakval_av(signed short *in,int cnt){ argument
22 if(cnt < 8){ /* Shift right to chop stuff beyond end of short block */
23 s.c[15] = (8-cnt)<<4;
29 cnt -= 8-pad/2;
32 while(cnt >= 8){
37 cnt -= 8;
40 if(cnt > 0){
42 s.c[15] = (8-cnt)<<4;
H A Dsqtest.c10 long long sumsq_wq(signed short *in,int cnt);
11 long long sumsq_wq_ref(signed short *in,int cnt);
33 long long sumsq_wq_ref(signed short *in,int cnt){ argument
37 for(i=0;i<cnt;i++){
H A Dsumsq_av.c13 unsigned long long sumsq_av(signed short *in,int cnt){ argument
24 if(cnt < 8){ /* Shift right to chop stuff beyond end of short block */
25 s.c[15] = (8-cnt)<<4;
30 cnt -= 8-pad/2;
33 while(cnt >= 8){
43 cnt -= 8;
46 if(cnt > 0){
48 s.c[15] = (8-cnt)<<4;
/external/fio/oslib/
H A Dlibmtd_xalloc.h92 int cnt; local
96 cnt = vasprintf(strp, fmt, ap);
99 if (cnt == -1)
102 return cnt;

Completed in 532 milliseconds

1234567891011>>