Home
last modified time | relevance | path

Searched refs:toCheck (Results 1 – 2 of 2) sorted by relevance

/external/icu4c/common/unicode/
Denumset.h38 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains() argument
40 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get() argument
41 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum() argument
53 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag() argument
/external/valgrind/main/helgrind/
Dlibhb_core.c4300 Addr toCheck[15]; in libhb_event_map_lookup() local
4308 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()