Searched defs:lower_mask (Results 1 – 4 of 4) sorted by relevance
22 const du_int lower_mask = (du_int)~0 >> bits_in_dword_2; in __mulddi3() local
20 const su_int lower_mask = (su_int)~0 >> bits_in_word_2; in __muldsi3() local
2241 const u16 lower_mask = ((u16)1 << (bits - 1)) - 1; in FSE_decode_header() local