Searched defs:__ll_highpart (Results 1 – 3 of 3) sorted by relevance
13 #define __ll_highpart(t) ((USItype) (t) / __ll_B) macro
24 #define __ll_highpart(t) ((UWtype) (t) >> (W_TYPE_SIZE / 2)) macro