Home | History | Annotate | Download | only in src

Lines Matching refs:is_uint24

1040 inline bool is_uint24(int x)  { return is_uintn(x, 24); }