HomeSort by relevance Sort by last modified time
    Searched refs:offsetof (Results 101 - 125 of 281) sorted by null

1 2 3 45 6 7 8 91011>>

  /external/chromium/net/disk_cache/
disk_format.h 131 offsetof(EntryStore, key) - 1;
  /external/elfutils/libelf/
elf_getdata.c 317 || (offsetof (struct Elf, state.elf32.ehdr)
318 == offsetof (struct Elf, state.elf64.ehdr)))
430 || (offsetof (struct Elf, state.elf32.ehdr)
431 == offsetof (struct Elf, state.elf64.ehdr))
  /external/iptables/extensions/
libxt_LED.c 126 .userspacesize = offsetof(struct xt_led_info, internal_data),
libxt_quota2.c 130 .userspacesize = offsetof(struct xt_quota_mtinfo2, quota),
  /external/kernel-headers/original/linux/
msm_kgsl.h 76 offsetof(struct kgsl_devmemstore, field)
  /external/qemu/hw/
qdev.h 111 -offsetof(type, field)]; \
  /external/tcpdump/
print-aodv.c 157 if (i < offsetof(struct aodv_rerr, r)) {
161 i -= offsetof(struct aodv_rerr, r);
265 i = length - offsetof(struct aodv_rerr, r);
374 i = length - offsetof(struct aodv_rerr, r);
  /external/valgrind/main/coregrind/m_sigframe/
sigframe-ppc32-linux.c 124 offsetof(VexGuestPPC32State,guest_LR), \
131 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
590 //.. esp, offsetof(struct sigframe, vg) );
607 //.. esp, offsetof(struct sigframe, vg) );
637 //.. esp, offsetof(struct rt_sigframe, vg) );
659 //.. esp, offsetof(struct rt_sigframe, vg) );
721 (Addr)ucp, offsetof(struct vki_ucontext, uc_pad) );
726 offsetof(struct vki_ucontext, uc_pad) );
    [all...]
sigframe-x86-linux.c 485 esp, offsetof(struct sigframe, vg) );
509 esp, offsetof(struct sigframe, vg) );
542 esp, offsetof(struct rt_sigframe, vg) );
572 esp, offsetof(struct rt_sigframe, vg) );
sigframe-ppc32-aix5.c 98 offsetof(VexGuestPPC32State,guest_LR), \
105 offsetof(VexGuestPPC32State,guest_GPR##zzn), \
sigframe-ppc64-aix5.c 98 offsetof(VexGuestPPC64State,guest_LR), \
105 offsetof(VexGuestPPC64State,guest_GPR##zzn), \
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
msm_kgsl.h 54 #define KGSL_DEVICE_MEMSTORE_OFFSET(field) offsetof(struct kgsl_devmemstore, field)
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
msm_kgsl.h 54 #define KGSL_DEVICE_MEMSTORE_OFFSET(field) offsetof(struct kgsl_devmemstore, field)
  /external/icu4c/common/
triedict.cpp 721 return offsetof(CompactTrieHorizontalNode,entries) +
762 return offsetof(CompactTrieVerticalNode,chars) + (fChars.length()*sizeof(uint16_t));
    [all...]
  /bionic/libc/unistd/
opendir.c 119 entry->d_reclen <= offsetof(struct dirent, d_name) )
125 if ( !memchr( entry->d_name, 0, entry->d_reclen - offsetof(struct dirent, d_name)) )
  /dalvik/vm/compiler/codegen/x86/
CodegenDriver.cpp 49 offsetof(Thread, jitToInterpEntries.dvmJitToInterpPunt),
71 int entryAddr = offsetof(Thread,
  /external/libnl-headers/
netlink-local.h 117 #ifndef offsetof
118 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /external/tcpdump/missing/
getnameinfo.c 78 offsetof(struct sockaddr_in6, sin6_addr)},
81 offsetof(struct sockaddr_in, sin_addr)},
  /external/valgrind/main/drd/
drd_hb.c 135 tl_assert(offsetof(DrdClientobj, hb) == 0);
153 tl_assert(offsetof(DrdClientobj, hb) == 0);
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
vec.h 569 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
858 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/plugin/include/
vec.h 569 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
858 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
    [all...]
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.3/plugin/include/
vec.h 569 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
858 return offsetof (VEC(T,base),vec) + alloc_ * sizeof(T); \
    [all...]
  /external/openssl/crypto/asn1/
asn1t.h 184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
271 offsetof(stname,selname) ,\
283 offsetof(stname,selname) ,\
302 (flags), (tag), offsetof(stname, field),\
405 offsetof(name, field),\
422 offsetof(name, field),\
  /external/openssl/include/openssl/
asn1t.h 184 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_REFCOUNT, offsetof(tname, references), lck, cb, 0}; \
188 static const ASN1_AUX tname##_aux = {NULL, ASN1_AFLG_ENCODING, 0, 0, cb, offsetof(tname, enc)}; \
271 offsetof(stname,selname) ,\
283 offsetof(stname,selname) ,\
302 (flags), (tag), offsetof(stname, field),\
405 offsetof(name, field),\
422 offsetof(name, field),\
  /external/iptables/libiptc/
linux_list.h 4 #undef offsetof macro
5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
17 (type *)( (char *)__mptr - offsetof(type,member) );})

Completed in 347 milliseconds

1 2 3 45 6 7 8 91011>>