HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 526 - 550 of 1418) sorted by null

<<21222324252627282930>>

  /external/toybox/toys/pending/
crontab.c 62 static long getval(char *num, long low, long high)
66 if (*num || (val < low) || (val > high)) return -1;
  /external/v8/src/
fixed-dtoa.cc 23 UInt128(uint64_t high, uint64_t low) : high_bits_(high), low_bits_(low) { }
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/
OpenWnnDictionaryImplJni.c 42 dicInfo->dic_freq[ NJ_MODE_TYPE_HENKAN ].high = 0;
341 (JNIEnv *env, jobject obj, jlong wnnWork, jint index, jint base, jint high)
347 ( high < -1 || high > 1000 ) ) {
355 if( base < 0 || high < 0 || base > high ) {
356 /* If -1 was specified to base or high, clear that dictionary information structure */
357 /* If base is larger than high, clear that dictionary information structure */
366 work->dicSet.dic[ index ].dic_freq[ NJ_MODE_TYPE_HENKAN ].high = high;
    [all...]
  /external/icu/android_icu4j/src/main/java/android/icu/text/
StringSearch.java 1717 int low = 0, high = 0; local
1756 int low = 0, high = 0; local
    [all...]
  /external/icu/icu4j/main/classes/collate/src/com/ibm/icu/text/
StringSearch.java 1733 int low = 0, high = 0; local
1772 int low = 0, high = 0; local
    [all...]
  /external/opencv3/modules/core/test/
test_math.cpp 82 void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
137 void Core_PowTest::get_minmax_bounds( int /*i*/, int /*j*/, int type, Scalar& low, Scalar& high )
149 high = Scalar::all(u);
606 void get_minmax_bounds( int /*i*/, int /*j*/, int /*type*/, Scalar& low, Scalar& high );
686 void Core_GEMMTest::get_minmax_bounds( int /*i*/, int /*j*/, int /*type*/, Scalar& low, Scalar& high )
689 high = Scalar::all(10.);
716 void get_minmax_bounds( int /*i*/, int /*j*/, int /*type*/, Scalar& low, Scalar& high );
767 void Core_MulTransposedTest::get_minmax_bounds( int /*i*/, int /*j*/, int /*type*/, Scalar& low, Scalar& high )
770 high = cvScalarAll(10.);
    [all...]
  /external/v8/src/x87/
macro-assembler-x87.h 364 void ShlPair(Register high, Register low, uint8_t imm8);
365 void ShlPair_cl(Register high, Register low);
366 void ShrPair(Register high, Register low, uint8_t imm8);
367 void ShrPair_cl(Register high, Register src);
368 void SarPair(Register high, Register low, uint8_t imm8);
369 void SarPair_cl(Register high, Register low);
    [all...]
  /external/v8/tools/
callstats.py 288 high= numpy.max(data)
300 'high': average + t_bounds[1] * stddev / sqrt(N)
304 ci = { 'abs': 0, 'low': average, 'high': average }
310 'stddev': stddev, 'min': low, 'max': high, 'ci': ci }
383 low, high = 0, N
385 low, high = 0, args.limit
387 low, high = N-args.limit, N
399 for i in range(low, high):
  /external/valgrind/cachegrind/
cg_annotate.in 815 my $high = shift @pairs;
823 while (($. < $high) && ($src_line = <INPUTFILE>)) {
838 print("-- line $high " . '-' x 40 . "\n");
  /external/opencv3/modules/imgproc/test/
test_filter.cpp 56 void get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high );
93 void CV_FilterBaseTest::get_minmax_bounds( int i, int j, int type, Scalar& low, Scalar& high )
95 cvtest::ArrayTest::get_minmax_bounds( i, j, type, low, high );
105 high = Scalar::all(val);
110 high = Scalar::all(2);
116 high = Scalar::all(40000.);
121 high = Scalar::all(10.);
    [all...]
  /external/libcxx/src/
locale.cpp 787 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const
789 for (; low != high; ++low, ++vec)
796 ctype<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const
798 for (; low != high; ++low)
805 ctype<wchar_t>::do_scan_not(mask m, const char_type* low, const char_type* high) const
807 for (; low != high; ++low)
826 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const
828 for (; low != high; ++low)
853 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const
855 for (; low != high; ++low
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
locale.cpp 812 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const
814 for (; low != high; ++low, ++vec)
821 ctype<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const
823 for (; low != high; ++low)
830 ctype<wchar_t>::do_scan_not(mask m, const char_type* low, const char_type* high) const
832 for (; low != high; ++low)
853 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const
855 for (; low != high; ++low)
884 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const
886 for (; low != high; ++low
    [all...]
  /art/compiler/optimizing/
register_allocator.cc 260 LiveInterval* high = interval->GetHighInterval(); local
261 temp_intervals_.push_back(high);
262 unhandled_fp_intervals_.push_back(high);
371 LiveInterval* high = current->GetHighInterval(); local
372 high->SetRegister(first.high());
373 high->SetFrom(position + 1);
383 LiveInterval* high = current->GetHighInterval(); local
384 high->SetRegister(output.high());
1275 LiveInterval* high = interval->GetHighInterval()->SplitAt(position); local
    [all...]
  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/texturepacker/
MaxRectsPacker.java 223 int min, max, fuzziness, low, high, current; field in class:MaxRectsPacker.BinarySearch
235 high = max;
236 current = (low + high) >>> 1;
241 if (low >= high) return -1;
245 high = current - 1;
246 current = (low + high) >>> 1;
247 if (Math.abs(low - high) < fuzziness) return -1;
  /external/ImageMagick/MagickCore/
paint.c     [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 355 int high = start + (len - 1); local
356 int end = high;
358 while (low <= high)
360 int mid = (low + high) / 2;
364 high = mid - 1;
889 * has been used (multiple DTM IDs), we need to map the high bits of the
914 * has been used (multiple DTM IDs), we need to map the high bits of the
    [all...]
  /external/jemalloc/src/
chunk.c 153 size_t high = atomic_read_z(&highchunks); local
154 while (cur > high && atomic_cas_z(&highchunks, high, cur)) {
159 high = atomic_read_z(&highchunks);
161 if (cur > high && prof_gdump_get_unlocked())
  /frameworks/base/libs/hwui/
SpotShadow.cpp 254 void SpotShadow::quicksortCirc(Vector2* points, int low, int high,
256 int i = low, j = high;
257 int p = low + (high - low) / 2;
274 if (i < high) quicksortCirc(points, i, high, center);
    [all...]
  /frameworks/base/wifi/java/android/net/wifi/
WifiScanner.java 880 public int high; \/* maximum RSSI *\/ field in class:WifiScanner.BssidInfo
    [all...]
  /toolchain/binutils/binutils-2.25/gas/config/
tc-mn10200.c 147 int middle, low, high;
151 high = regcount - 1;
155 middle = (low + high) / 2;
158 high = middle - 1;
164 while (low <= high);
144 int middle, low, high; local
tc-spu.c 604 int low = 0, high = 0;
616 high = 1;
650 high = 1;
674 if (high)
710 if (high)
602 int low = 0, high = 0; local
  /external/dng_sdk/source/
dng_utils.h 752 // High resolution timer, for code profiling.
1105 // High order 32-bits of an unsigned 32 by 32 multiply.
1133 // High order 32-bits of an signed 32 by 32 multiply.
1181 // high = seed / 127773
1184 uint32 high = (temp + ((seed - temp) >> 1)) >> 16; local
1188 uint32 low = seed - high * 127773;
1192 seed = 16807 * low - 2836 * high;
  /external/libvpx/libvpx/vpx_dsp/x86/
loopfilter_mmx.asm 133 ; calculate high edge variance
154 pand mm2, mm4 ; high var mask (hvm)(p1 - q1)
191 pandn mm4, mm5 ; high edge variance additive
426 ; calculate high edge variance
457 pand mm2, mm4 ; high var mask (hvm)(p1 - q1)
509 pandn mm4, mm5 ; high edge variance additive
  /external/llvm/include/llvm/ADT/
Hashing.h 22 // execution of the program has a high probability of producing a different
126 /// run with high probability in order to ensure that the hash codes are not
180 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) {
183 uint64_t a = (low ^ high) * kMul;
185 uint64_t b = (high ^ a) * kMul;
  /external/ltrace/
lens_default.c 661 out_bits(FILE *stream, size_t low, size_t high)
663 if (low == high)
666 return fprintf(stream, "%zd-%zd", low, high);

Completed in 1696 milliseconds

<<21222324252627282930>>