Home
last modified time | relevance | path

Searched defs:setle_umax (Results 1 - 2 of 2) sorted by relevance

/third_party/ltp/tools/sparse/sparse-src/validation/optim/
H A Dset-uimm1.c1 static _Bool setle_umax(unsigned int a) { return (a <= ~0) == 1; } in setle_umax() function
H A Dset-uimm2.c2 static _Bool setle_umax(unsigned int a) { return (a <= ~1) == (a != ~0); } in setle_umax() function

Completed in 3 milliseconds