Searched defs:in_range (Results 1 – 8 of 8) sorted by relevance
100 bool in_range(_Up __u) noexcept in_range() function
487 bool in_range = in 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 [all...]
108 bool in_range = false; in VerifyWatchpointIDs() local
155 unsigned int in_range; in sae_test_pwd_seed_ecc() local
56 #define in_range(val, lo, hi) ( val < 0 || (val <= hi && val >= lo)) macro
2505 in_range(int val, int lo, int hi) in in_range() function