Home
last modified time | relevance | path

Searched defs:offsetof (Results 1 - 21 of 21) sorted by relevance

/third_party/libunwind/libunwind/src/ia64/
H A Dmk_Gcursor_i.c31 # 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 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/
H A Dstddef.h22 #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 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/include/
H A Dstddef.h22 #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 Dwgpu_structs.cpp30 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 Dwebgpu_cpp.cpp60 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 Dkernel.h7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/ntfs-3g/include/ntfs-3g/
H A Dsupport.h60 #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 DAMDHSAKernelDescriptor.h23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/
H A Dlist.h64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/
H A Dlist.h64 #define offsetof(type, member) ((long) &((type *) 0)->member) macro
/third_party/exfatprogs/include/
H A Dlist.h7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/libbpf/src/
H A Dbpf_helpers.h85 #undef offsetof macro
86 #define offsetof(type, member) ((unsigned long)&((type *)0)->member) macro
/third_party/ltp/testcases/realtime/include/
H A Dlist.h244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) macro
/third_party/rust/crates/bindgen/bindgen-tests/tests/headers/
H A Dkeywords.h49 int offsetof; variable
/third_party/node/deps/uv/src/unix/
H A Dcore.c106 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 Dcore.c110 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 Dplatform-win32.cc51 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 Dsh.h121 #undef offsetof macro
122 #define offsetof(s,e) __builtin_offsetof(s, e) macro
/third_party/sqlite/src/
H A Dsqlite3.c14306 #define offsetof(STRUCTURE,FIELD) ((int)((char*)&((STRUCTURE*)0)->FIELD)) macro
[all...]

Completed in 134 milliseconds