| /third_party/musl/ndk_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_m/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/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/uniproton/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/libunwind/src/ia64/ |
| D | mk_Gcursor_i.c | 34 #define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0) macro
|
| /third_party/iptables/libiptc/ |
| D | linux_stddef.h | 12 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| D | linux_list.h | 5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /third_party/e2fsprogs/lib/ext2fs/ |
| D | tst_fs_struct.c | 21 #define offsetof(type, member) __builtin_offsetof (type, 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
|
| D | csum.c | 24 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| D | tdb.c | 127 #define offsetof(t,f) ((unsigned int)&((t *)0)->f) 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/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/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| D | list.h | 64 #define offsetof(type, member) ((long) &((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/ltp/testcases/realtime/include/ |
| D | list.h | 244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /third_party/exfatprogs/include/ |
| D | list.h | 7 #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
|
| /third_party/f2fs-tools/fsck/ |
| D | f2fs.h | 40 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|