Searched refs:negstart (Results 1 – 1 of 1) sorted by relevance
493 uint64_t uval, negstart, negmax; in lpGet() local496 negstart = UINT64_MAX; /* 7 bit ints are always positive. */ in lpGet()504 negstart = (uint64_t)1<<12; in lpGet()509 negstart = (uint64_t)1<<15; in lpGet()515 negstart = (uint64_t)1<<23; in lpGet()522 negstart = (uint64_t)1<<31; in lpGet()533 negstart = (uint64_t)1<<63; in lpGet()543 negstart = UINT64_MAX; in lpGet()550 if (uval >= negstart) { in lpGet()