/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/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/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/include/ |
D | stddef.h | 22 #define offsetof(type, member) __builtin_offsetof(type, member) macro 24 #define offsetof(type, member) ((size_t)( (char *)&(((type *)0)->member) - (char *)0 )) macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stddef.h | 22 #define offsetof(type, member) __builtin_offsetof(type, member) macro 24 #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/libbpf/include/linux/ |
D | kernel.h | 7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->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/rust/crates/bindgen/bindgen-tests/tests/headers/ |
D | keywords.h | 49 int offsetof; variable
|
/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/exfatprogs/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/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/libbpf/src/ |
D | bpf_helpers.h | 81 #define offsetof(TYPE, MEMBER) ((unsigned long)&((TYPE *)0)->MEMBER) macro
|
/third_party/mksh/ |
D | sh.h | 122 #define offsetof(s,e) __builtin_offsetof(s, e) macro
|
/third_party/sqlite/src/ |
D | sqlite3.c | 14306 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
|