HomeSort by relevance Sort by last modified time
    Searched defs:offsetof (Results 1 - 25 of 41) sorted by null

1 2

  /bionic/libc/kernel/common/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /development/ndk/platforms/android-3/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /external/kernel-headers/original/linux/
stddef.h 13 #undef offsetof macro
15 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
17 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
stddef.h 24 #undef offsetof macro
26 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
28 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
  /external/iptables/libiptc/
linux_stddef.h 11 #undef offsetof macro
12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
25 (type *)( (char *)__mptr - offsetof(type,member) );})
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) );})
  /external/e2fsprogs/intl/
bindtextdom.c 52 /* Some compilers, like SunOS4 cc, don't have offsetof in <stddef.h>. */
53 #ifndef offsetof
54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
226 (struct binding *) malloc (offsetof (struct binding, domainname) + len);
  /external/openssl/crypto/rand/
rand_egd.c 132 #ifndef offsetof
133 # define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
150 len = offsetof(struct sockaddr_un, sun_path) + strlen(path);
  /external/blktrace/
rbtree.h 113 #undef offsetof macro
115 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
117 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
122 (type *)( (char *)__mptr - offsetof(type,member) );})
  /external/qemu/
osdep.h 31 #ifndef offsetof
32 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *) 0)->MEMBER) macro
37 (type *) ((char *) __mptr - offsetof(type, member));})
44 -offsetof(type, field)]; \
  /external/srec/portable/include/
pmemory.h 50 #ifndef offsetof
51 #define offsetof(type, member) ((size_t) &(((type *)0)->member)) macro
57 #define STATIC_CAST(self, subClass, member) ((subClass*) (((char*) self) - (offsetof(subClass, member))))
  /external/blktrace/btt/
list.h 6 #ifndef offsetof
10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
23 (type *)( (char *)__mptr - offsetof(type,member) );})
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/tiwlan_loader/
tiwlan_loader.c 58 #ifndef offsetof
59 #define offsetof(type, field) ((unsigned int) (&(((type *)(0))->field))) macro
211 req_size = offsetof(tiwlan_dev_init_t, data)+ eeprom_image_length + (init_file_length+1) + firmware_image_length;
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/utils/
utils.h 83 #ifndef offsetof
84 #define offsetof(type, field) ((unsigned int) (&(((type *)(0))->field))) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.3/include/
stddef.h 411 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
stddef.h 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro

Completed in 937 milliseconds

1 2