HomeSort by relevance Sort by last modified time
    Searched defs:in_range (Results 1 - 11 of 11) sorted by null

  /external/stlport/src/
ctype.cpp 283 static bool in_range(wchar_t c, size_t upperBound) { function in struct:_WCharIndexT
291 static bool in_range(wchar_t c, size_t upperBound) { function in struct:_WCharIndexT
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
448 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
  /ndk/sources/cxx-stl/stlport/src/
ctype.cpp 283 static bool in_range(wchar_t c, size_t upperBound) { function in struct:_WCharIndexT
291 static bool in_range(wchar_t c, size_t upperBound) { function in struct:_WCharIndexT
385 { return _WCharIndex::in_range(c, ctype<char>::table_size) && (table[c] & M); }
396 return _WCharIndex::in_range(c, ctype<char>::table_size) && (m & table[c]);
406 *vec = _WCharIndex::in_range(c, ctype<char>::table_size) ? table[c] : ctype_base::mask(0);
425 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
433 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_upper[c]
440 return _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
448 *low = _WCharIndex::in_range(c, ctype<char>::table_size) ? (wchar_t)_S_lower[c]
  /external/chromium_org/third_party/WebKit/Source/wtf/dtoa/
bignum-dtoa.cc 632 bool in_range; local
636 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0;
638 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0;
640 if (in_range) {
    [all...]
  /external/chromium_org/v8/src/
bignum-dtoa.cc 611 bool in_range; local
615 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0;
617 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0;
619 if (in_range) {
  /frameworks/av/media/libstagefright/codecs/m4v_h263/enc/src/
findhalfpel.cpp 77 Int in_range[9] = {0, 1, 1, 1, 1, 1, 1, 1, 1}; /* 3/29/01 */ local
101 in_range[1] = in_range[7] = in_range[8] = 0;
103 in_range[3] = in_range[4] = in_range[5] = 0;
105 in_range[1] = in_range[2] = in_range[3] = 0
198 Int in_range[8]; \/* 3\/29\/01 *\/ local
    [all...]
  /external/lldb/source/Commands/
CommandObjectWatchpoint.cpp 133 bool in_range = false; local
136 if (in_range) {
144 in_range = false;
150 // Turn on the in_range flag, we are looking for end of range next.
151 ++i; in_range = true;
159 // It is an error if after the loop, we're still in_range.
160 if (in_range)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
path.c 1803 VGboolean in_range = VG_FALSE; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 1803 VGboolean in_range = VG_FALSE; local
    [all...]
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 1397 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1423 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1443 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1456 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
2626 bool in_range = ((ipc ^ itarget) >> (kImm26Bits + kImmFieldShift)) == 0; local
    [all...]
  /external/chromium_org/v8/src/mips64/
assembler-mips64.cc 1376 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> local
1402 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> local
1422 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> local
1435 bool in_range = (ipc ^ static_cast<uint64_t>(target) >> local
    [all...]
  /external/pcre/dist/
pcre_jit_compile.c 3531 BOOL in_range; local
    [all...]

Completed in 863 milliseconds