Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/common/linux/
H A Dcompiler.h468 #ifndef __native_word
469 # define __native_word(t) (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || sizeof(t) == … macro
521 compiletime_assert(__native_word(t), \
/OK3568_Linux_fs/u-boot/include/linux/
H A Dcompiler.h451 #ifndef __native_word
452 # define __native_word(t) (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || sizeof(t) == … macro
508 compiletime_assert(__native_word(t), \
/OK3568_Linux_fs/kernel/include/linux/
H A Dcompiler_types.h284 #define __native_word(t) \ macro
320 compiletime_assert(__native_word(t), \
/OK3568_Linux_fs/kernel/include/asm-generic/
H A Drwonce.h36 compiletime_assert(__native_word(t) || sizeof(t) == sizeof(long long), \
H A Dpercpu.h137 if (__native_word(pcp)) \
/OK3568_Linux_fs/buildroot/board/roseapplepi/patches/uboot/
H A D0001-compiler-.h-sync-include-linux-compiler-.h-with-Linu.patch757 #ifndef __native_word
758 -# define __native_word(t) (sizeof(t) == sizeof(int) || sizeof(t) == sizeof(long))
759 +# define __native_word(t) (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || sizeof(t) ==…