/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/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 | 109 * @param {number} value How many times the low space warning has dismissed. 212 * Show or hide the "Low Google Drive space" warning. 223 // TODO(kaznacheev): Unify the low space warning and the promo header. 431 // Show (or hide) the low space warning. 434 // Add or remove listener to show low space warning, if necessary. 462 * to show low space warning. Otherwise false. 495 * Shows or hides the low space warning. 501 // TODO(kaznacheev): Unify the two low space warning. 568 * 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/lzma/C/ |
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/ |
hidgnubbydevice.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. */
|
usbgnubbydevice.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. */ 135 * 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...] |
/external/clang/lib/Sema/ |
SemaChecking.cpp | [all...] |
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 637 // for compiler, Abs(Low(Integer)) is a null op.
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
traverse_util.js | 6 * @fileoverview Low-level DOM traversal utility functions to find the [all...] |
/external/llvm/lib/Target/ARM/AsmParser/ |
ARMAsmParser.cpp | 293 OperandMatchResultTy parsePKHImm(OperandVector &O, StringRef Op, int Low, [all...] |
/external/chromium_org/third_party/usb_ids/ |
usb.ids | [all...] |
/external/chromium_org/tools/findit/common/ |
cacert.pem | 479 AddTrust Low-Value Services Root [all...] |
/external/llvm/lib/Target/X86/ |
X86ISelLowering.cpp | 430 // (low) operations are left as Legal, as there are single-result 432 // when both high and low results are needed must be arranged by dagcombine. [all...] |