Searched refs:in_range (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DRange.h87 // in_range
92 static inline const bool in_range(void *lo, void *hi, void *address) { function in class:Auto::Range
99 inline const bool in_range(void *address) const { return in_range(_address, _end, address); } function in class:Auto::Range
H A DAdmin.cpp240 if (!coverage.in_range(node)) break;
258 if (next && !coverage.in_range(next)) break;
260 if (prev && !coverage.in_range(prev)) break;
270 if (coverage.in_range(node)) {
H A DThread.h354 return (stack.in_range(address));
H A DZoneCompaction.cpp650 if (page_range.in_range(q_zero_address) && q_zero_address > block_page) return true;
657 if (r.in_range(block_page) && subzone->is_pinned(q_prev)) return true;
662 for (usword_t q = q_start; q < n && page_range.in_range(subzone->quantum_address(q)); q = subzone->next_quantum(q)) {
H A DZone.h533 return _coverage.in_range(address) && block_is_start(address);
929 bool operator()(void *address) { return !_range.in_range(address); }
H A Dauto_weak.cpp589 if (range.in_range(refs[index].referrer)) {
701 if (datasegment.in_range((void*)referrer)) {
H A DZone.cpp729 if (_coverage.in_range(address)) {
742 if (!large->range().in_range(address)) return NULL;
924 if (r.in_range(i->first)) associationsToRemove.push_back(i->first);
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dsubnets.h80 bool in_range);
H A Dsubnets.c1252 bool in_range)
1259 func = in_range ? SubnetIsAddressWithinRange : SubnetIsAddressOnSubnet;
1251 SubnetListGetSubnetForAddress(SubnetListRef subnets, struct in_addr addr, bool in_range) argument
/macosx-10.9.5/emacs-92/emacs/src/
H A Dregex.c1029 register int in_range = 0;
1044 if (last + 1 == c && ! in_range)
1047 in_range = 1;
1050 else if (last + 1 != c && in_range)
1053 in_range = 0;
1056 if (! in_range)
1062 if (in_range)
1022 register int in_range = 0; local
/macosx-10.9.5/lsof-52/lsof/lib/
H A Dregex.c803 register int in_range = 0;
815 if (last + 1 == c && ! in_range)
818 in_range = 1;
821 else if (last + 1 != c && in_range)
824 in_range = 0;
827 if (! in_range)
833 if (in_range)
797 register int in_range = 0; local
/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A Dregex.c925 register int in_range = 0;
937 if (last + 1 == c && ! in_range)
940 in_range = 1;
943 else if (last + 1 != c && in_range)
946 in_range = 0;
949 if (! in_range)
955 if (in_range)
/macosx-10.9.5/gnudiff-19/diffutils/lib/
H A Dregex.c935 register int in_range = 0;
947 if (last + 1 == c && ! in_range)
950 in_range = 1;
953 else if (last + 1 != c && in_range)
956 in_range = 0;
959 if (! in_range)
965 if (in_range)
/macosx-10.9.5/cctools-845/as/
H A Darm.c1396 int in_range = 0;
1410 if (in_range)
1429 in_range = 0;
1442 || (in_range = 1, *str++ == '-'));
1395 int in_range = 0; local

Completed in 393 milliseconds