/third_party/musl/include/ |
D | stddef.h | 20 #define offsetof(type, member) __builtin_offsetof(type, member) macro 22 #define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 )) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stddef.h | 20 #define offsetof(type, member) __builtin_offsetof(type, member) macro 22 #define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 )) macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stddef.h | 24 #define offsetof(type, member) __builtin_offsetof(type, member) macro 26 #define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 )) macro
|
/third_party/uboot/u-boot-2020.01/include/linux/ |
D | stddef.h | 17 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/libunwind/src/ia64/ |
D | mk_Gcursor_i.c | 34 #define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0) macro
|
/third_party/e2fsprogs/lib/ext2fs/ |
D | tst_fs_struct.c | 21 #define offsetof(type, member) __builtin_offsetof (type, member) macro
|
D | rbtree.h | 102 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro 104 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
D | tst_inode_size.c | 22 #define offsetof(type, member) __builtin_offsetof(type, member) macro
|
D | tst_super_size.c | 25 #define offsetof(type, member) __builtin_offsetof (type, member) macro
|
/third_party/ntfs-3g/include/ntfs-3g/ |
D | support.h | 60 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/libnl/python/netlink/ |
D | utils.h | 30 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/e2fsprogs/intl/ |
D | bindtextdom.c | 54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
D | dcigettext.c | 132 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/third_party/gettext/gettext-runtime/intl/ |
D | bindtextdom.c | 44 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
D | dcigettext.c | 125 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
|
/third_party/uboot/u-boot-2020.01/scripts/kconfig/ |
D | list.h | 10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
|
/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/ |
D | boot_hdmi_intf.h | 31 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
|
/third_party/mingw-w64/mingw-w64-headers/crt/ |
D | stddef.h | 414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
|
/third_party/exfat-utils/include/ |
D | list.h | 7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/ltp/testcases/realtime/include/ |
D | list.h | 244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/libnl/include/netlink-private/ |
D | netlink.h | 153 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
/third_party/quickjs/ |
D | cutils.h | 46 #define offsetof(type, field) ((size_t) &((type *)0)->field) macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | AMDHSAKernelDescriptor.h | 23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro
|