/external/openssl/crypto/bn/asm/ |
bn-586.pl | 140 $High="edx"; 256 $High="edx";
|
/external/llvm/lib/IR/ |
Verifier.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 | 472 mTime.dwHighDateTime = f->MTime.High;
|
/external/stressapptest/src/ |
worker.h | 206 // Enum to mark a thread as low/med/high priority. 210 High,
|
sat.cc | [all...] |
worker.cc | 323 if (priority_ == High) { [all...] |
/external/clang/lib/Basic/ |
Diagnostic.cpp | 545 unsigned High = PluralNumber(Start, End); 548 return Low <= Val && Val <= High; [all...] |
/external/llvm/lib/Target/X86/ |
X86RegisterInfo.cpp | 525 bool High) { 529 if (High) {
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
SelectionDAGBuilder.cpp | 82 // MaxParallelChains default is arbitrarily high to avoid affecting [all...] |
LegalizeVectorTypes.cpp | [all...] |
/external/chromium_org/third_party/lzma_sdk/ |
7zIn.c | 284 UInt32 low, high; 286 RINOK(SzReadUInt32(high)); 288 fileTime.dwHighDateTime = high; 1069 f->MTime.Low = f->MTime.High = 0; 1073 RINOK(SzReadUInt32(sd, &f->MTime.High)); [all...] |
/external/lzma/C/ |
7zIn.c | 284 UInt32 low, high;
286 RINOK(SzReadUInt32(high));
288 fileTime.dwHighDateTime = high;
1069 f->MTime.Low = f->MTime.High = 0;
1073 RINOK(SzReadUInt32(sd, &f->MTime.High));
[all...] |
/external/clang/lib/CodeGen/ |
CGExpr.cpp | 431 llvm::Value *High) { 434 llvm::Value *A0 = Builder.CreateMul(Builder.CreateXor(Low, High), KMul); 436 llvm::Value *B0 = Builder.CreateMul(Builder.CreateXor(High, A1), KMul); 544 llvm::Value *High = Builder.CreateZExt(VPtrVal, Int64Ty); 546 llvm::Value *Hash = emitHash16Bytes(Builder, Low, High); [all...] |
/external/llvm/lib/Target/SystemZ/ |
SystemZISelLowering.cpp | [all...] |
/external/chromium_org/third_party/freetype/src/raster/ |
ftraster.c | 648 /* High :: Set to True for high precision (typically for ppem < 18), */ 652 Set_High_Precision( RAS_ARGS Int High ) 662 * while for the high accuracy case we have 676 if ( High ) 689 FT_TRACE6(( "Set_High_Precision(%s)\n", High ? "true" : "false" )); [all...] |
/external/freetype/src/raster/ |
ftraster.c | 666 /* High :: Set to True for high precision (typically for ppem < 24), */ 670 Set_High_Precision( RAS_ARGS Int High ) 680 * while for the high accuracy case we have 694 if ( High ) 707 FT_TRACE6(( "Set_High_Precision(%s)\n", High ? "true" : "false" )); [all...] |
/external/chromium_org/third_party/mesa/src/docs/ |
MESA_texture_array.spec | 48 1. High dynamic range textures. The application stores several [all...] |
/external/libvorbis/doc/ |
08-residue.tex | 30 however the high-level process used to classify and encode the residue 33 A set of coded residue vectors are all of the same length. High level
|
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}
|
/external/llvm/lib/ExecutionEngine/Interpreter/ |
Execution.cpp | [all...] |
/external/mesa3d/docs/ |
MESA_texture_array.spec | 48 1. High dynamic range textures. The application stores several [all...] |
/external/qemu-pc-bios/vgabios/ |
clext.c | 778 mov al, #0x01 ;; High Refresh 75Hz
|
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/ |
Antlr.Runtime.Tools.pas | 604 Exit(not High(Integer));
|
/external/llvm/lib/Bitcode/Reader/ |
BitcodeReader.cpp | [all...] |