HomeSort by relevance Sort by last modified time
    Searched full:in_range (Results 1 - 25 of 99) 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 1137 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1159 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1179 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
1192 bool in_range = (ipc ^ static_cast<uint32_t>(target) >> local
2214 bool in_range = ((ipc ^ itarget) >> (kImm26Bits + kImmFieldShift)) == 0; local
    [all...]
  /external/v8/src/mips/
assembler-mips.cc 1132 bool in_range = ((uint32_t)(ipc^target) >> (kImm26Bits+kImmFieldShift)) == 0; local
1133 ASSERT(in_range && ((target & 3) == 0));
1153 bool in_range = ((uint32_t)(ipc^target) >> (kImm26Bits+kImmFieldShift)) == 0; local
1172 bool in_range = ((uint32_t)(ipc^target) >> (kImm26Bits+kImmFieldShift)) == 0; local
1185 bool in_range = ((uint32_t)(ipc^target) >> (kImm26Bits+kImmFieldShift)) == 0; local
2192 bool in_range = 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 633 bool in_range; local
637 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0;
639 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0;
641 if (in_range) {
  /external/v8/src/
bignum-dtoa.cc 633 bool in_range; local
637 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) >= 0;
639 in_range = Bignum::PlusCompare(*numerator, *delta_plus, *denominator) > 0;
641 if (in_range) {
  /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 

Completed in 987 milliseconds

1 2 3 4