Searched refs:One (Results 126 - 150 of 183) sorted by relevance

12345678

/external/blktrace/btreplay/doc/
H A Dbtreplay.tex159 these record data files by spawning a new pair of threads per file. One
200 One idea to reduce errors in this area would be to push the IO replay
208 \texttt{--max-pkts} option). One \emph{could} simply specify
226 \medskip\emph{One could also add in the notion of CPU mappings as well --
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm252 ;One word each is reserved. Label filter_coeff can be used to access the data.
/external/libvpx/libvpx/vp8/common/arm/armv6/
H A Dsixtappredict8x4_v6.asm252 ;One word each is reserved. Label filter_coeff can be used to access the data.
/external/llvm/unittests/ADT/
H A DAPIntTest.cpp21 APInt One = APInt::getNullValue(65) + 1; local
22 APInt Shl = One.shl(0);
/external/openfst/src/include/fst/
H A Dcache.h803 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
824 if (arc.weight != Weight::Zero() && arc.weight != Weight::One()) {
H A Dvector-fst.h661 if (oarc.weight != Weight::Zero() && oarc.weight != Weight::One())
682 if (arc.weight != Weight::Zero() && arc.weight != Weight::One()) {
H A Dreplace.h925 // array of Fst(s). One Fst represents the root (or topology)
1248 loop_(fst::kNoLabel, 0, A::Weight::One(), fst::kNoStateId) {
1260 loop_(fst::kNoLabel, 0, A::Weight::One(), fst::kNoStateId) {
1426 // Fst(s). One Fst represents the root (or topology) machine. The root
/external/clang/lib/AST/
H A DAPValue.cpp398 S = CharUnits::One();
/external/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp1336 Constant *One = ConstantFP::get(*Context, APFloat(1.0f)); variable
1338 One = ConstantExpr::getFPExtend(One, Op->getType());
1344 CallInst *CI = B.CreateCall2(Callee, One, LdExpArg);
/external/openfst/src/include/fst/extensions/pdt/
H A Dcompose.h62 loop_.weight = Weight::One();
/external/openssl/crypto/rc4/asm/
H A Drc4-ia64.pl245 &I(\$c, "padd1 I[%u] = One, I[%u]", $i0 % $NI, $i1 % $NI)if ($p & $pComI);
334 #define One r20
573 mov One = 1
/external/clang/lib/Sema/
H A DSema.cpp750 llvm::APInt One(Context.getTypeSize(Context.getSizeType()), true);
752 One, ArrayType::Normal, 0);
/external/openfst/src/include/fst/extensions/ngram/
H A Dngram-fst.h760 loop_(kNoLabel, 0, A::Weight::One(), kNoStateId) {
769 loop_(kNoLabel, 0, A::Weight::One(), kNoStateId) {
/external/oprofile/events/x86-64/family11h/
H A Devents49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
/external/oprofile/events/x86-64/hammer/
H A Devents49 event:0x4a counters:0,1,2,3 um:ecc minimum:500 name:SCRUBBER_SINGLE_BIT_ECC_ERRORS : One bit ECC error recorded by scrubber
/external/llvm/lib/Target/Mips/
H A DMipsSEISelLowering.cpp1484 SDValue One = DAG.getConstant(1, ResTy); local
1485 SDValue Bit = DAG.getNode(ISD::SHL, DL, ResTy, One, Op->getOperand(2));
1613 SDValue One = DAG.getConstant(1, VecTy); local
1616 DAG.getNode(ISD::SHL, DL, VecTy, One,
1649 SDValue One = DAG.getConstant(1, VecTy); local
1652 DAG.getNode(ISD::SHL, DL, VecTy, One,
/external/llvm/lib/Target/R600/
H A DSIISelLowering.cpp910 SDValue One = DAG.getConstant(1, MVT::i32); local
920 SDValue Hi0 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, LHS, One);
921 SDValue Hi1 = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, DL, MVT::i32, RHS, One);
H A DAMDGPUISelLowering.cpp1677 const SDValue One = DAG.getConstantFP(1.0, MVT::f64); local
1685 SDValue Add = DAG.getNode(ISD::SELECT, SL, MVT::f64, And, One, Zero);
1696 const SDValue One = DAG.getConstant(1, MVT::i32); local
1702 SDValue Hi = DAG.getNode(ISD::EXTRACT_VECTOR_ELT, SL, MVT::i32, VecSrc, One);
/external/blktrace/btt/doc/
H A Dbtt.tex159 of IOs during the run\footnote{One of the areas that needs some
360 One must be aware, however, that the process ID may not have anything
709 \item One of the following characters:
924 being measured can have up to 2 files output: One with Q2Q information
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/
H A Ddynamic-loading.rst137 One significant difference between newlib and glibc applications is that glibc
/external/libunwind/doc/
H A Dlibunwind-ia64.tex32 One special feature of IA-64 is the use of NaT bits to support
/external/llvm/unittests/Support/
H A DYAMLIOTest.cpp1639 OptionalTest One, Two, Three, Four; local
1642 Seq.Tests.push_back(One);
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/
H A Dtree.rb95 assumptions about the class of the actual nodes it processes. One consequence of
/external/chromium_org/third_party/cython/src/Cython/Includes/numpy/
H A D__init__.pxd183 # One should use PyArray_* macros instead to access the C fields.
804 # One could encode it in the format string and have Cython
/external/clang/lib/CodeGen/
H A DItaniumCXXABI.cpp768 llvm::Value *One = llvm::ConstantInt::get(LPtr->getType(), 1); local
772 llvm::Value *OrAdjAnd1 = Builder.CreateAnd(OrAdj, One);
808 llvm::Constant *One = llvm::ConstantInt::get(Ptr->getType(), 1); local
810 llvm::Value *VirtualBit = Builder.CreateAnd(Adj, One, "memptr.virtualbit");

Completed in 8260 milliseconds

12345678