| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | stddef.h | 17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) argument 19 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) argument 28 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument 36 #define offsetofend(TYPE, MEMBER) \ argument 37 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
|
| H A D | filter.h | 502 #define bpf_ctx_range(TYPE, MEMBER) \ argument 503 offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1 507 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument 508 offsetof(TYPE, MEMBER) ... offsetofend(TYPE, MEMBER) - 1 510 # define bpf_ctx_range_ptr(TYPE, MEMBER) \ argument 511 offsetof(TYPE, MEMBER) ... offsetof(TYPE, MEMBER) + 8 - 1 514 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument 516 BUILD_BUG_ON(sizeof_field(TYPE, MEMBER) != (SIZE)); \ 518 offsetof(TYPE, MEMBER); \
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | bpf_util.h | 35 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument 39 #define offsetofend(TYPE, MEMBER) \ argument 40 (offsetof(TYPE, MEMBER) + sizeof_field(TYPE, MEMBER))
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/ |
| H A D | i915_params.h | 85 #define MEMBER(T, member, ...) T member; macro 87 I915_PARAMS_FOR_EACH(MEMBER); 89 #undef MEMBER
|
| H A D | i915_params.c | 38 #define MEMBER(T, member, value, ...) .member = (value), macro 39 I915_PARAMS_FOR_EACH(MEMBER) 40 #undef MEMBER
|
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | stddef.h | 17 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/arch/sparc/kernel/ |
| H A D | sysfs.c | 172 #define SHOW_CPUDATA_ULONG_NAME(NAME, MEMBER) \ argument 177 return sprintf(buf, "%lu\n", c->MEMBER); \ 180 #define SHOW_CPUDATA_UINT_NAME(NAME, MEMBER) \ argument 185 return sprintf(buf, "%u\n", c->MEMBER); \
|
| /OK3568_Linux_fs/kernel/tools/lib/bpf/ |
| H A D | bpf_helpers.h | 46 #define offsetof(TYPE, MEMBER) ((unsigned long)&((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/tools/usb/usbip/libsrc/ |
| H A D | list.h | 124 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/buildroot/support/kconfig/ |
| H A D | list.h | 10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/u-boot/scripts/kconfig/ |
| H A D | list.h | 9 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/scripts/kconfig/ |
| H A D | list.h | 10 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/tools/include/linux/ |
| H A D | kernel.h | 23 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/fpu/ |
| H A D | init.c | 150 #define CHECK_MEMBER_AT_END_OF(TYPE, MEMBER) \ argument 151 BUILD_BUG_ON(sizeof(TYPE) != ALIGN(offsetofend(TYPE, MEMBER), \
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/location/declarativemaps/ |
| H A D | qdeclarativegeomapitemview_p.h | 84 Q_PROPERTY(QQuickTransition *add MEMBER m_enter REVISION 12) 85 Q_PROPERTY(QQuickTransition *remove MEMBER m_exit REVISION 12)
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/lib/gcc/aarch64-none-linux-gnu/10.3.1/include/ |
| H A D | stddef.h | 406 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/lib/gcc/arm-none-linux-gnueabihf/10.3.1/include/ |
| H A D | stddef.h | 406 #define offsetof(TYPE, MEMBER) __builtin_offsetof (TYPE, MEMBER) argument
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/progs/ |
| H A D | test_select_reuseport_kern.c | 21 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/external/security/librkcrypto/include/ |
| H A D | rk_list.h | 45 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) argument 47 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/realtek/r8168/ |
| H A D | r8168_firmware.c | 66 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | list.h | 13 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER) argument 15 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | mkregtable.c | 20 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/positioningquick/ |
| H A D | qdeclarativegeolocation_p.h | 71 …Q_PROPERTY(QVariantMap extendedAttributes MEMBER m_extendedAttributes NOTIFY extendedAttributesCha…
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/include/common/ |
| H A D | list.h | 26 #define offsetof(TYPE, MEMBER) ((size_t) &((TYPE *)0)->MEMBER) argument
|
| /OK3568_Linux_fs/kernel/samples/bpf/ |
| H A D | test_lru_dist.c | 26 # define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) argument
|