| /third_party/libunwind/libunwind/src/ia64/ |
| H A D | mk_Gcursor_i.c | 31 # undef offsetof macro 34 #define offsetof(type,field) ((char *) &((type *) 0)->field - (char *) 0) macro [all...] |
| /third_party/musl/porting/liteos_m/kernel/include/ |
| H A 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/ |
| H A 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/uniproton/kernel/include/ |
| H A 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/ |
| H A 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/skia/third_party/externals/dawn/generator/templates/dawn_native/ |
| H A D | wgpu_structs.cpp | 30 static_assert(offsetof(ChainedStruct, nextInChain) == offsetof(WGPUChainedStruct, next), member 32 static_assert(offsetof(ChainedStruct, sType) == offsetof(WGPUChainedStruct, sType), member [all...] |
| /third_party/skia/third_party/externals/dawn/generator/templates/ |
| H A D | webgpu_cpp.cpp | 60 static_assert(offsetof(ChainedStruct, nextInChain) == offsetof(WGPUChainedStruct, next), variable 62 static_assert(offsetof(ChainedStruct, sType) == offsetof(WGPUChainedStruct, sType), variable [all...] |
| /third_party/libbpf/include/linux/ |
| H A D | kernel.h | 7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /third_party/ntfs-3g/include/ntfs-3g/ |
| H A D | support.h | 60 #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/ |
| H A D | AMDHSAKernelDescriptor.h | 23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro [all...] |
| /third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
| H A D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
|
| /third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
| H A D | list.h | 64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
|
| /third_party/exfatprogs/include/ |
| H A D | list.h | 7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /third_party/libbpf/src/ |
| H A D | bpf_helpers.h | 85 #undef offsetof macro 86 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
|
| /third_party/ltp/testcases/realtime/include/ |
| H A D | list.h | 244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
|
| /third_party/rust/crates/bindgen/bindgen-tests/tests/headers/ |
| H A D | keywords.h | 49 int offsetof; variable
|
| /third_party/node/deps/uv/src/unix/ |
| H A D | core.c | 106 STATIC_ASSERT(offsetof(uv_buf_t, base) == offsetof(struct iovec, iov_base)); variable 107 STATIC_ASSERT(offsetof(uv_buf_t, len) == offsetof(struct iovec, iov_len)); variable
|
| /third_party/libuv/src/unix/ |
| H A D | core.c | 110 STATIC_ASSERT(offsetof(uv_buf_t, base) == offsetof(struct iovec, iov_base)); variable 111 STATIC_ASSERT(offsetof(uv_buf_t, len) == offsetof(struct iovec, iov_len)); variable
|
| /third_party/node/deps/v8/src/base/platform/ |
| H A D | platform-win32.cc | 51 offsetof(CRITICAL_SECTION, DebugInfo)); variable 53 offsetof(CRITICAL_SECTION, LockCount)); variable 55 offsetof(CRITICAL_SECTION, RecursionCount)); variable 57 offsetof(CRITICAL_SECTION, OwningThread)); variable 59 offsetof(CRITICAL_SECTIO variable 61 offsetof(CRITICAL_SECTION, SpinCount)); global() variable [all...] |
| /third_party/mksh/ |
| H A D | sh.h | 121 #undef offsetof macro 122 #define offsetof(s,e) __builtin_offsetof(s, e) macro
|
| /third_party/sqlite/src/ |
| H A D | sqlite3.c | 14306 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro [all...] |