| /third_party/rust/rust/tests/ui/rfcs/rfc-2421-unreserve-pure-offsetof-sizeof-alignof/ |
| D | offsetof-alignof-sizeof-pure-can-be-used-as-idents.rs | 6 let offsetof = (); in main() localVariable 12 fn offsetof() {} in offsetof() function
|
| /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/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/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/liburing/src/ |
| D | lib.h | 28 #define offsetof(TYPE, FIELD) ((size_t) &((TYPE *)0)->FIELD) 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/mesa3d/src/compiler/libcl/ |
| D | libcl.h | 94 #define offsetof(x, y) __builtin_offsetof(x, y) 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 | 86 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|
| /third_party/iptables/libiptc/ |
| D | linux_list.h | 5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /third_party/mksh/ |
| D | sh.h | 122 #define offsetof(s,e) __builtin_offsetof(s, e) macro
|