Searched refs:cmp_geu (Results 1 - 1 of 1) sorted by relevance
/third_party/ltp/tools/sparse/sparse-src/validation/optim/ | ||
H A D | canonical-cmpu.c | 7 int cmp_geu(unsigned int x) { return (x >= 256) == (x > 255); } in cmp_geu() function |
Completed in 2 milliseconds