Home | History | Annotate | Download | only in src

Lines Matching defs:is_int24

1019 inline bool is_int24(int x)  { return is_intn(x, 24); }