HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 401 - 425 of 661) sorted by null

<<11121314151617181920>>

  /external/llvm/test/MC/MBlaze/
mblaze_imm.s 5 # with an IMM instruction that contains the high 16-bits. The higher
  /external/openssh/
schnorr.c 400 * Generate uniformly distributed random number in range (1, high).
404 bn_rand_range_gt_one(const BIGNUM *high)
421 if (BN_sub(tmp, high, tmp) == -1) {
422 error("%s: BN_sub failed (tmp = high - 2)", __func__);
  /external/qemu/fpu/
softfloat-native.h 108 uint16_t high; member in struct:__anon13560::__anon13561
518 return u.i.high >> 15;
  /external/qemu/target-i386/
cpu.h 852 int low, high; local
853 asm volatile("rdtsc" : "=a" (low), "=d" (high));
  /external/smali/smali/src/main/java/org/jf/smali/
smaliFlexLexer.java 314 int high = packed.charAt(i++) << 16; local
315 result[j++] = high | packed.charAt(i++);
    [all...]
  /external/stlport/src/
num_get_float.cpp 120 uint64& high, uint64& low) {
136 high = u1 * v1 + w2 + (x >> 32);
278 int num_hi; /* number of high exponent powers */
  /external/v8/src/
bignum.cc 284 uint64_t high = factor >> 32;
287 uint64_t product_high = high * bigits_[i];
  /external/v8/test/cctest/
test-mark-compact.cc 59 Address high = low + mem_size; local
61 s.Initialize(low, high);
  /hardware/msm7k/librpc/
clnt.c 468 if (!XDR_RECV_UINT32(xdr, &accreply->u.versions.high)) {
499 if (!XDR_RECV_UINT32(xdr, &rejreply->u.versions.high))
  /libcore/luni/src/main/java/java/util/
Collections.java     [all...]
  /ndk/sources/cxx-stl/stlport/src/
num_get_float.cpp 120 uint64& high, uint64& low) {
136 high = u1 * v1 + w2 + (x >> 32);
278 int num_hi; /* number of high exponent powers */
  /packages/apps/VideoEditor/src/com/android/videoeditor/widgets/
MediaItemView.java 534 * Clamps the input value v to the range [low, high].
536 private static int clamp(int v, int low, int high) {
537 return Math.min(Math.max(v, low), high);
  /device/lge/mako/camera/mm-camera-interface/
mm_camera.h 155 int8_t high; member in struct:__anon1889
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
ToHTMLStream.java 1212 int high = (ch >> 6) | 0xC0; local
1274 int high = (ch >> 12) | 0xE0; \/\/ top 4 bits local
    [all...]
  /external/bison/src/
output.c 288 MUSCLE_INSERT_INT ("last", high);
458 table[0], 1, high + 1);
462 check[0], 1, high + 1);
474 conflict_table[0], 1, high + 1);
  /external/chromium/third_party/libevent/
event.h 751 size_t high; member in struct:event_watermark
950 is beyond the high watermark, the buffevent stops reading from the network.
958 @param highmark the high watermark to set
    [all...]
  /external/kernel-headers/original/linux/
mmzone.h 72 int high; /* high watermark, emptying needed */ member in struct:per_cpu_pages
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h 113 NJ_UINT16 high; member in struct:__anon22249
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 830 int high = bytes.getInt(at + 8); local
    [all...]
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3lexer.c 51 static ANTLR3_BOOLEAN matchRange (pANTLR3_LEXER lexer, ANTLR3_UCHAR low, ANTLR3_UCHAR high);
810 matchRange(pANTLR3_LEXER lexer, ANTLR3_UCHAR low, ANTLR3_UCHAR high)
817 if ( c >= low && c <= high)
  /external/icu4c/test/perf/collperf/
collperf.cpp 418 int high = count - 1; local
423 guess = (high + low)/2;
432 high = guess;
  /external/llvm/include/llvm/ADT/
Hashing.h 22 // execution of the program has a high probability of producing a different
131 /// run with high probability in order to ensure that the hash codes are not
185 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) {
188 uint64_t a = (low ^ high) * kMul;
190 uint64_t b = (high ^ a) * kMul;
  /frameworks/base/services/tests/servicestests/src/com/android/server/
NetworkPolicyManagerServiceTest.java 768 // snoozed interface still has high quota so background data is
999 final long high = expected + fuzzy; local
    [all...]
  /packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndapi.c 71 (dicinfo->dic_freq[NJ_MODE_TYPE_HENKAN].high > DIC_FREQ_HIGH) ) {
795 > cursor->cond.ds->dic[cnt].dic_freq[NJ_MODE_TYPE_HENKAN].high)) {
872 loctset->dic_freq.high = 0;
  /external/libvorbis/doc/
01-introduction.tex 8 This document provides a high level description of the Vorbis codec's
11 The later sections assume a high-level
18 over an exceptionally wide range of bitrates. At the high
21 encoder can encode high-quality CD and DAT rate stereo at below 48kbps
215 coupled-stereo and high bitrate modes. Floor 1 is also considerably
260 \subsection{High-level Decode Process}

Completed in 5603 milliseconds

<<11121314151617181920>>