HomeSort by relevance Sort by last modified time
    Searched full:in_range (Results 1 - 25 of 96) sorted by null

1 2 3 4

  /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/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]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/5/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /prebuilts/ndk/6/platforms/android-3/arch-arm/usr/lib/
libdl.so 
libthread_db.so 
  /prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libdl.so 
  /development/ndk/tests/prebuilt-library/jni/
libfoo.so 
  /external/chromium_org/v8/src/mips/
assembler-mips.cc 1122 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1124 ASSERT(in_range && ((target & 3) == 0));
1144 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1164 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1177 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
2208 bool in_range = ((ipc ^ itarget) >> (kImm26Bits + kImmFieldShift)) == 0; local
    [all...]
  /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) {
  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/armeabi/
libgabi++_shared.so 
  /prebuilts/ndk/8/sources/cxx-stl/gabi++/libs/armeabi-v7a/
libgabi++_shared.so 
  /prebuilts/ndk/9/sources/cxx-stl/EH/gabi++/libs/armeabi/
libgabi++_shared.so 

Completed in 4478 milliseconds

1 2 3 4