Searched refs:toCheck (Results 1 – 2 of 2) sorted by relevance
38 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains() argument40 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get() argument41 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum() argument53 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag() argument
4300 Addr toCheck[15]; in libhb_event_map_lookup() local4308 toCheck[nToCheck++] = a; in libhb_event_map_lookup()4311 toCheck[nToCheck++] = a + i; in libhb_event_map_lookup()4319 cand_a = toCheck[j]; in libhb_event_map_lookup()