HomeSort by relevance Sort by last modified time
    Searched defs:nent (Results 1 - 11 of 11) sorted by null

  /external/syslinux/libfat/
searchdir.c 28 int nent; local
41 for (nent = 0; nent < LIBFAT_SECTOR_SIZE;
42 nent += sizeof(struct fat_dirent)) {
47 direntry->offset = nent;
  /external/syslinux/gpxe/src/drivers/net/
mtnic.c 551 int nent = 0; local
569 page_arr[nent * 4 + 3] = cpu_to_be32(addr + j);
570 if (++nent == MTNIC_MAILBOX_SIZE / 16) {
571 err = mtnic_cmd(mtnic, NULL, NULL, nent, op);
574 nent = 0;
578 if (nent) {
579 err = mtnic_cmd(mtnic, NULL, NULL, nent, op);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
aufs_type.h 169 uint64_t nent; /* AuCtl_RDU_INO */ member in union:aufs_rdu::__anon62389
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 183 __u32 nent; member in struct:kvm_cpuid
201 __u32 nent; member in struct:kvm_cpuid2
  /external/elfutils/src/
unstrip.c 493 const size_t nent = 2 + nbucket + nsym; \
494 Hash_Word *const new_hash = xcalloc (nent, sizeof new_hash[0]); \
510 data->d_size = nent * sizeof new_hash[0]; \
535 const size_t nent = symshdr->sh_size / symshdr->sh_entsize;
537 assert (nent >= onent);
543 GElf_Versym *versym = xcalloc (nent, sizeof versym[0]);
553 data->d_size = nent * shdr->sh_entsize;
791 const size_t nent, const GElf_Addr bias,
799 for (size_t i = 1; i < nent; ++i)
534 const size_t nent = symshdr->sh_size \/ symshdr->sh_entsize; local
    [all...]
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 207 __u32 nent; member in struct:kvm_cpuid
229 __u32 nent; member in struct:kvm_cpuid2
  /external/ltp/testcases/kernel/fs/fsstress/
fsstress.c 1576 __s32 nent; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/asm/
kvm.h 181 __u32 nent; member in struct:kvm_cpuid
203 __u32 nent; member in struct:kvm_cpuid2
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/asm/
kvm.h 181 __u32 nent; member in struct:kvm_cpuid
203 __u32 nent; member in struct:kvm_cpuid2
  /toolchain/binutils/binutils-2.27/opcodes/
ia64-gen.c 1797 struct disent *nent = add_dis_table_ent (curr_ent->disent, local
1854 struct bittree *nent = ent; local
1964 struct bittree *nent = ent->bits[0]; local
2556 struct completer_entry *nent = tmalloc (struct completer_entry); local
2685 struct main_entry *nent = tmalloc (struct main_entry); local
    [all...]
  /external/e2fsprogs/contrib/
fsstress.c 1601 __s32 nent; local
    [all...]

Completed in 526 milliseconds