Home
last modified time | relevance | path

Searched defs:MEMBER (Results 1 – 25 of 35) sorted by relevance

12

/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_util.h35 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
39 #define offsetofend(TYPE, MEMBER) \ argument
/external/blktrace/
Drbtree.h115 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) argument
117 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/tensorflow/tensorflow/c/
Dc_api_macros.h42 #define TF_OFFSET_OF_END(TYPE, MEMBER) \ argument
/external/sdv/vsomeip/third_party/boost/phoenix/include/boost/phoenix/scope/
Ddynamic.hpp48 #define BOOST_PHOENIX_DYNAMIC_BASE(NAME, MEMBER) \ argument
65 #define BOOST_PHOENIX_DYNAMIC(NAME, MEMBER) \ argument
/external/libbpf/include/linux/
Dkernel.h7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/libnl/python/netlink/
Dutils.h30 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_select_reuseport_kern.c19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
Dtest_tcp_hdr_options.c19 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
Dtest_cls_redirect.c31 #define offsetofend(TYPE, MEMBER) \ argument
/external/angle/src/libANGLE/renderer/gl/glx/
DFunctionsGLX.cpp169 #define GET_PROC_OR_ERROR(MEMBER, NAME) \ in initialize() argument
179 # define GET_FNPTR_OR_ERROR(MEMBER, NAME) GET_PROC_OR_ERROR(MEMBER, NAME) in initialize() argument
181 # define GET_FNPTR_OR_ERROR(MEMBER, NAME) *MEMBER = NAME in initialize() argument
/external/virglrenderer/src/mesa/util/
Du_memory.h90 #define Offset(TYPE, MEMBER) ((uintptr_t)&(((TYPE *)NULL)->MEMBER)) argument
/external/blktrace/iowatcher/
Dlist.h29 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) argument
31 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/iproute2/include/
Dbpf_api.h32 # define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) argument
/external/clang/test/Sema/
Doffsetof.c3 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
/external/blktrace/btt/
Dlist.h10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/javassist/src/main/javassist/compiler/
DTokenId.java117 int MEMBER = '#'; // static member access field
/external/ltp/testcases/realtime/include/
Dlist.h244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/exfatprogs/include/
Dlist.h7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAMDHSAKernelDescriptor.h23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) argument
/external/angle/src/libANGLE/renderer/gl/egl/
DFunctionsEGL.cpp201 #define ANGLE_GET_PROC_OR_WARNING(MEMBER, NAME) \ in initialize() argument
209 #define ANGLE_GET_PROC_OR_ERROR(MEMBER, NAME) \ in initialize() argument
/external/libbpf/src/
Dskel_internal.h215 #define offsetofend(TYPE, MEMBER) \ argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
DAMDHSAKernelDescriptor.h23 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE*)0)->MEMBER) argument
/external/iptables/libiptc/
Dlinux_list.h5 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/libnfnetlink/include/
Dlinux_list.h7 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/external/libnetfilter_conntrack/include/internal/
Dlinux_list.h8 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument

12