Searched refs:toCheck (Results 1 – 3 of 3) sorted by relevance
40 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains() argument42 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get() argument43 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum() argument56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag() argument
290 toCheck := 255 // the maximum possible padding length292 if toCheck+1 > len(payload) {293 toCheck = len(payload) - 1296 for i := 0; i < toCheck; i++ {
4667 Addr toCheck[15]; in libhb_event_map_lookup() local4675 toCheck[nToCheck++] = a; in libhb_event_map_lookup()4678 toCheck[nToCheck++] = a + i; in libhb_event_map_lookup()4686 cand_a = toCheck[j]; in libhb_event_map_lookup()