Searched refs:__typefits (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | uaccess.h | 98 __typefits(x,char, \ 99 __typefits(x,short, \ 100 __typefits(x,int, \ 101 __typefits(x,long,0ULL))))) 103 #define __typefits(x,type,not) \ macro
|