HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 126 - 150 of 189) sorted by null

1 2 3 4 56 7 8

  /external/dnsmasq/src/
bpf.c 77 len = ifr->ifr_addr.sa_len + offsetof(struct ifreq, ifr_ifru);
  /external/elfutils/libebl/
eblstrtab.c 114 st->left = len - offsetof (struct memoryblock, memory);
eblgstrtab.c 116 st->left = len - offsetof (struct memoryblock, memory);
eblwstrtab.c 113 st->left = len - offsetof (struct memoryblock, memory);
  /external/elfutils/libelf/
elf_begin.c 132 + offsetof (Elf32_Shdr, sh_size))
168 + offsetof (Elf64_Shdr, sh_size))
967 assert (offsetof (struct Elf, state.elf32.scns)
968 == offsetof (struct Elf, state.elf64.scns));
  /external/iptables/extensions/
libipt_CLUSTERIP.c 255 .userspacesize = offsetof(struct ipt_clusterip_tgt_info, config),
libipt_string.c 340 .userspacesize = offsetof(struct ipt_string_info, config),
libip6t_hashlimit.c 356 .userspacesize = offsetof(struct xt_hashlimit_info, hinfo),
libipt_hashlimit.c 356 .userspacesize = offsetof(struct ipt_hashlimit_info, hinfo),
  /external/kernel-headers/original/asm-x86/
desc_32.h 157 offsetof(struct tss_struct, __cacheline_filler) - 1,
processor_32.h 235 #define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
  /external/kernel-headers/original/linux/
kernel.h 297 (type *)( (char *)__mptr - offsetof(type,member) );})
  /external/qemu/android/
cmdline-option.c 33 { #_name, offsetof(AndroidOptions,_name), _type, _config },
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm/
processor_32.h 92 #define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm/
processor_32.h 92 #define IO_BITMAP_OFFSET offsetof(struct tss_struct,io_bitmap)
  /dalvik/vm/analysis/
RegisterMap.c 189 static const int kHeaderSize = offsetof(RegisterMap, data);
570 static const int kHeaderSize = offsetof(RegisterMap, data);
650 ptr += offsetof(RegisterMapMethodPool, methodData);
712 ptr += offsetof(RegisterMapClassPool, classDataOffset);
    [all...]
  /external/bison/lib/
abitset.c 789 size_t header_size = offsetof (union bitset_union, a.words);
791 size_t bitset_alignment = offsetof (struct bitset_align_struct, b);
  /external/dhcpcd/
net.c 234 p += offsetof(struct ifreq, ifr_ifru) +
632 *data = udp + offsetof(struct udp_dhcp_packet, dhcp);
  /external/ppp/pppd/
pppd.h 902 #define offsetof macro
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
system.h 551 #ifndef offsetof
552 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
system.h 551 #ifndef offsetof
552 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
  /external/chromium/third_party/icu/source/common/
rbbidata.cpp 377 int32_t topSize = offsetof(RBBIStateTable, fTableData);
  /external/icu4c/common/
rbbidata.cpp 377 int32_t topSize = offsetof(RBBIStateTable, fTableData);
  /system/core/sdcard/
fuse.h 561 #define FUSE_NAME_OFFSET offsetof(struct fuse_dirent, name)
  /external/chromium/base/
win_util.cc 19 offsetof(struct_name, member) + \

Completed in 3997 milliseconds

1 2 3 4 56 7 8