Home | History | Annotate | Download | only in src

Lines Matching refs:is_uintn

904 inline bool is_uintn(int64_t x, unsigned n) {
929 inline bool is_uint##N(T x) { return is_uintn(x, N); }