Home
last modified time | relevance | path

Searched defs:__native_word (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/include/linux/
H A Dcompiler.h452 # define __native_word(t) (sizeof(t) == sizeof(char) || sizeof(t) == sizeof(short) || sizeof(t) == … macro
/openbmc/linux/include/linux/
H A Dcompiler_types.h428 #define __native_word(t) \ macro