Searched refs:nent (Results 1 - 6 of 6) sorted by relevance
/third_party/elfutils/src/ |
H A D | unstrip.c | 522 const size_t nent = 2 + nbucket + nsym; \ in adjust_relocs() 523 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \ in adjust_relocs() 539 data->d_size = nent * sizeof new_hash[0]; \ in adjust_relocs() 568 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; in adjust_relocs() 570 assert (nent >= onent); in adjust_relocs() 576 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]); in adjust_relocs() 586 data->d_size = nent * sizeof versym[0]; in adjust_relocs() 845 const size_t nent, const GElf_Addr bias, in collect_symbols() 855 for (size_t i = 1; i < nent; ++i) in collect_symbols() 567 const size_t nent = symshdr->sh_size / symshdr->sh_entsize; adjust_relocs() local 842 collect_symbols(Elf *outelf, bool rel, Elf_Scn *symscn, Elf_Scn *strscn, const size_t nent, const GElf_Addr bias, const size_t scnmap[], struct symbol *table, size_t *map, struct section *split_bss) collect_symbols() argument
|
/third_party/ltp/testcases/kernel/kvm/ |
H A D | lib_host.c | 165 ret->nent = count; in tst_kvm_get_cpuid()
|
/third_party/ltp/testcases/kernel/fs/fsstress/ |
H A D | fsstress.c | 1577 __s32 nent; in bulkstat_f() local 1583 nent = (r % 999) + 2; in bulkstat_f() 1584 t = malloc(nent * sizeof(*t)); in bulkstat_f() 1590 bsr.icount = nent; in bulkstat_f() 1598 printf("%d/%d: bulkstat nent %d total %lld\n", in bulkstat_f() 1599 procid, opno, (int)nent, (long long)total); in bulkstat_f()
|
/third_party/ltp/testcases/kernel/fs/doio/ |
H A D | doio.c | 332 struct listreq *list, int nent, int fd, char *pattern); 1986 int nent, int fd, char *pattern) in format_listio() 2012 cp += sprintf(cp, "syscall: listio(%s, %#o, %d)\n\n", cmd, list, nent); in format_listio() 2016 for (i = 0; i < nent; i++) { in format_listio() 1985 format_listio(struct io_req *ioreq, int lcmd, struct listreq *list, int nent, int fd, char *pattern) format_listio() argument
|
/third_party/FatFs/source/ |
H A D | ff.c | 2004 UINT nlen, nent; in dir_ofs() local 2007 nent = (dp->fn[NSFLAG] & NS_LFN) ? (nlen + 12) / 13 + 1 : 1; /* Number of entries of the lfn */ in dir_ofs() 2008 entry = dp->dptr - (nent - 1) * SZDIRE; in dir_ofs()
|
/third_party/rust/crates/libc/src/unix/solarish/ |
H A D | mod.rs | 2931 nent: ::c_uint, in port_sendn()
|
Completed in 30 milliseconds