Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/unicode/
Denumset.h40 inline int32_t contains(T toCheck) const { return get(toCheck); } in contains() argument
42 inline int32_t get(T toCheck) const { return (fBools & flag(toCheck))?1:0; } in get() argument
43 inline UBool isValidEnum(T toCheck) const { return (toCheck>=minValue&&toCheck<limitValue); } in isValidEnum() argument
56 inline uint32_t flag(T toCheck) const { return (1<<(toCheck-minValue)); } in flag() argument
/external/boringssl/src/ssl/test/runner/
Dconn.go290 toCheck := 255 // the maximum possible padding length
292 if toCheck+1 > len(payload) {
293 toCheck = len(payload) - 1
296 for i := 0; i < toCheck; i++ {
/external/valgrind/helgrind/
Dlibhb_core.c4667 Addr toCheck[15]; in libhb_event_map_lookup() local
4675 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()