Searched defs:in_range (Results 1 – 8 of 8) sorted by relevance
70 _LIBCPP_HIDE_FROM_ABI constexpr bool in_range(_Up __u) noexcept { in in_range() function
486 bool in_range = IsPlanStale() local
142 unsigned int in_range; in compute_password_element() local
46 in_range(int val, int lo, int hi) in in_range() function
108 bool in_range = false; in VerifyWatchpointIDs() local
153 unsigned int in_range; sae_test_pwd_seed_ecc() local
2508 in_range(int val, int lo, int hi) in_range() function
56 #define in_range(val, lo, hi) ( val < 0 || (val <= hi && val >= lo)) macro