Home
last modified time | relevance | path

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

12345

/aosp_15_r20/frameworks/libs/binary_translation/intrinsics/include/berberis/intrinsics/
Dsimd_register.h284 #define SIMD_128_STDINT_REGISTER_GETTER_SETTER(TYPE, MEMBER) \ argument
295 #define SIMD_128_SAFEINT_REGISTER_GETTER_SETTER(TYPE, MEMBER) \ argument
306 #define SIMD_128_FLOAT_REGISTER_GETTER_SETTER(TYPE, MEMBER_TYPE, MEMBER) \ argument
330 #define SIMD_128_FULL_REGISTER_GETTER_SETTER(TYPE, MEMBER) \ argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/
H A Dbpf_util.h35 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
39 #define offsetofend(TYPE, MEMBER) \ argument
/aosp_15_r20/external/blktrace/
H A Drbtree.h115 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) argument
117 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/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
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/glx/
H A 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
/aosp_15_r20/external/blktrace/iowatcher/
H A Dlist.h29 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) argument
31 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_macros.h42 #define TF_OFFSET_OF_END(TYPE, MEMBER) \ argument
/aosp_15_r20/external/libbpf/include/linux/
H A Dkernel.h9 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/external/libnl/python/netlink/
H A Dutils.h30 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/progs/
H A Dtest_select_reuseport_kern.c19 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/external/virglrenderer/src/mesa/util/
H A Du_memory.h90 #define Offset(TYPE, MEMBER) ((uintptr_t)&(((TYPE *)NULL)->MEMBER)) argument
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dlist.h10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/external/ublksrv/include/
H A Dublksrv_utils.h77 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) argument
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/command/
Dstring.rst597 .. _MEMBER: target in JSON
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/egl/
H A 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
/aosp_15_r20/external/clang/test/Sema/
H A Doffsetof.c3 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
/aosp_15_r20/external/iproute2/include/
H A Dbpf_api.h32 # define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) argument
/aosp_15_r20/external/blktrace/btt/
H A Dlist.h10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/lib/gcc/x86_64-linux/4.8.3/include/
Dstddef.h413 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/include/
Dstddef.h414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dstddef.h414 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
/aosp_15_r20/external/coreboot/src/commonlib/bsd/include/commonlib/bsd/
H A Dhelpers.h84 #define offsetof(TYPE, MEMBER) __builtin_offsetof(TYPE, MEMBER) argument
/aosp_15_r20/external/javassist/src/main/javassist/compiler/
H A DTokenId.java117 int MEMBER = '#'; // static member access field
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libnl/include/netlink-private/
Dnetlink.h150 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
/aosp_15_r20/external/ltp/testcases/realtime/include/
H A Dlist.h244 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument

12345