HomeSort by relevance Sort by last modified time
    Searched refs:Low (Results 26 - 50 of 64) sorted by null

12 3

  /external/lzma/C/
7z.h 90 UInt32 Low;
Ppmd7.h 126 UInt64 Low;
7zIn.c 284 UInt32 low, high;
285 RINOK(SzReadUInt32(low));
287 fileTime.dwLowDateTime = low;
1069 f->MTime.Low = f->MTime.High = 0;
1072 RINOK(SzReadUInt32(sd, &f->MTime.Low));
    [all...]
  /external/lzma/CS/7zip/Compress/RangeCoder/
RangeCoderBit.cs 37 encoder.Low += newBound;
  /external/llvm/include/llvm/Support/
MathExtras.h 259 /// Lo_32 - This function returns the low 32 bits of a 64 bit value.
264 /// Make_64 - This functions makes a 64-bit integer from a high / low pair of
266 inline uint64_t Make_64(uint32_t High, uint32_t Low) {
267 return ((uint64_t)High << 32) | (uint64_t)Low;
  /external/chromium_org/third_party/openssl/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 400 SDValue Low = DAG.getLoad(getPointerTy(), DL, Chain,
406 SDValue LowShifted = DAG.getNode(ISD::SRL, DL, MVT::i32, Low, LowShift);
409 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
462 SDValue Low = DAG.getExtLoad(ISD::ZEXTLOAD, DL, MVT::i32, Chain,
474 SDValue Result = DAG.getNode(ISD::OR, DL, MVT::i32, Low, HighShifted);
475 Chain = DAG.getNode(ISD::TokenFactor, DL, MVT::Other, Low.getValue(1),
522 SDValue Low = Value;
525 SDValue StoreLow = DAG.getTruncStore(Chain, dl, Low, BasePtr,
    [all...]
  /external/openssl/crypto/bn/asm/
bn-586.pl 139 $Low="eax";
255 $Low="eax";
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp 66 /// LimitFloatPrecision - Generate low-precision inline sequences for
72 cl::desc("Generate low-precision inline sequences "
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/lzma/C/Util/7z/
7zMain.c 226 UInt64 v64 = (ft->Low | ((UInt64)ft->High << 32)) / 10000000;
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 471 mTime.dwLowDateTime = f->MTime.Low;
  /external/stressapptest/src/
worker.h 206 // Enum to mark a thread as low/med/high priority.
208 Low,
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
strmini.h 382 Low,
  /external/clang/lib/Basic/
Diagnostic.cpp 499 unsigned Low = PluralNumber(Start, End);
505 return Low <= Val && Val <= High;
    [all...]
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/
drive_banners.js 108 * @param {number} value How many times the low space warning has dismissed.
211 * Show or hide the "Low Google Drive space" warning.
222 // TODO(kaznacheev): Unify the low space warning and the promo header.
430 // Show (or hide) the low space warning.
433 // Add or remove listener to show low space warning, if necessary.
461 * to show low space warning. Otherwise false.
494 * Shows or hides the low space warning.
500 // TODO(kaznacheev): Unify the two low space warning.
567 * Show or hide the "Low disk space" warning.
  /external/chromium_org/third_party/lzma_sdk/
7zIn.c 284 UInt32 low, high;
285 RINOK(SzReadUInt32(low));
287 fileTime.dwLowDateTime = low;
1069 f->MTime.Low = f->MTime.High = 0;
1072 RINOK(SzReadUInt32(sd, &f->MTime.Low));
    [all...]
  /external/oprofile/events/mips/34K/
events 69 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/cryptotoken/
llhidgnubby.js 6 * @fileoverview Implements a low-level gnubby driver based on chrome.hid.
11 * Low level gnubby 'driver'. One per physical USB device.
39 /** Destroys this low-level device instance. */
llusbgnubby.js 6 * @fileoverview Implements a low-level gnubby driver based on chrome.usb.
11 * Low level gnubby 'driver'. One per physical USB device.
45 /** Destroys this low-level device instance. */
123 * Reads one reply from the low-level device.
  /external/oprofile/events/mips/1004K/
events 70 event:0x2f counters:0 um:zero minimum:500 name:RELAX_STALLS : 47-0 Low power stall cycles (operations) as requested by the policy manager
  /external/clang/lib/CodeGen/
CGExpr.cpp 433 static llvm::Value *emitHash16Bytes(CGBuilderTy &Builder, llvm::Value *Low,
437 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul);
550 llvm::Value *Low = llvm::ConstantInt::get(Int64Ty, TypeHash);
556 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 351 // Otherwise, if Mask is 0+1+0+, and if B is known to have the low 0+
    [all...]

Completed in 934 milliseconds

12 3