Home
last modified time | relevance | path

Searched refs:__compiler_offsetof (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dstddef.h16 #ifdef __compiler_offsetof
17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
H A Dcompiler_types.h135 #define __compiler_offsetof(a, b) __builtin_offsetof(a, b) macro
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler-gcc.h158 #define __compiler_offsetof(a, b) \ macro
/OK3568_Linux_fs/external/security/librkcrypto/include/
H A Drk_list.h44 #ifdef __compiler_offsetof
45 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER)
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dlist.h12 #ifdef __compiler_offsetof
13 #define offsetof(TYPE,MEMBER) __compiler_offsetof(TYPE,MEMBER)
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch204 +#define __compiler_offsetof(a, b) \
395 -#define __compiler_offsetof(a,b) __builtin_offsetof(a,b)
482 -#define __compiler_offsetof(a, b) __builtin_offsetof(a, b)