Searched refs:CLIP_U32 (Results 1 – 4 of 4) sorted by relevance
58 #define CLIP_U32(x) CLIP3(0, UINT32_MAX, (x)) macro
73 #define CLIP_U32(x) CLIP3(0, UINT32_MAX, (x)) macro
140 #define CLIP_U32(x) CLIP3(0, UINT32_MAX, (x)) macro