Home
last modified time | relevance | path

Searched refs:Wtype (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/arch/h8300/lib/
Dlibgcc.h49 #define Wtype SItype macro
56 #define Wtype SItype macro
66 Wtype high, low;
Dashrdi3.c6 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashrdi3()
14 w.s.high = uu.s.high >> (sizeof (Wtype) * BITS_PER_UNIT - 1); in __ashrdi3()
Dashldi3.c7 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __ashldi3()
Dlshrdi3.c6 const word_type bm = (sizeof (Wtype) * BITS_PER_UNIT) - b; in __lshrdi3()
/linux-4.4.14/drivers/staging/rtl8723au/
DMakefile52 ccflags-y += $(call cc-option,-Wtype-limits,)