Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 – 25 of 32) sorted by relevance

12

/third_party/musl/include/
Dstddef.h20 #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/
Dstddef.h20 #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/
Dstddef.h24 #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/
Dstddef.h17 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/libunwind/src/ia64/
Dmk_Gcursor_i.c34 #define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0) macro
/third_party/e2fsprogs/lib/ext2fs/
Dtst_fs_struct.c21 #define offsetof(type, member) __builtin_offsetof (type, member) macro
Drbtree.h102 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) macro
104 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
Dtst_inode_size.c22 #define offsetof(type, member) __builtin_offsetof(type, member) macro
Dtst_super_size.c25 #define offsetof(type, member) __builtin_offsetof (type, member) macro
/third_party/ntfs-3g/include/ntfs-3g/
Dsupport.h60 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/libnl/python/netlink/
Dutils.h30 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/e2fsprogs/intl/
Dbindtextdom.c54 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
Ddcigettext.c132 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/third_party/gettext/gettext-runtime/intl/
Dbindtextdom.c44 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
Ddcigettext.c125 # define offsetof(type,ident) ((size_t)&(((type*)0)->ident)) macro
/third_party/uboot/u-boot-2020.01/scripts/kconfig/
Dlist.h10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
Dlist.h64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
Dlist.h64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/third_party/uboot/u-boot-2020.01/product/hiosd/hdmi/hdmi_2_0/
Dboot_hdmi_intf.h31 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) macro
/third_party/mingw-w64/mingw-w64-headers/crt/
Dstddef.h414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) macro
/third_party/exfat-utils/include/
Dlist.h7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/ltp/testcases/realtime/include/
Dlist.h244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/libnl/include/netlink-private/
Dnetlink.h153 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/quickjs/
Dcutils.h46 #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/
DAMDHSAKernelDescriptor.h23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro

12