Home
last modified time | relevance | path

Searched refs:OutputSize (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl/dist/test/recipes/30-test_evp_data/
H A Devpmac_common.txt23 OutputSize = 16
32 OutputSize = 16
51 OutputSize = 20
59 OutputSize = 20
75 OutputSize = 28
95 OutputSize = 32
115 OutputSize = 48
135 OutputSize = 64
159 OutputSize = 28
179 OutputSize = 32
[all …]
H A Devpmac_blake.txt20 OutputSize = 64
33 OutputSize = 64
84 OutputSize = 32
97 OutputSize = 32
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTFUtils.cpp153 EvaluationResultImpl(size_t OutputSize) in EvaluationResultImpl() argument
154 : OutputSize(OutputSize), Output(OutputSize){}; in EvaluationResultImpl()
167 const size_t OutputSize; member in llvm::EvaluationResultImpl
289 size_t OutputSize() const { return OutputFeed.size(); } in OutputSize() function in llvm::TFModelEvaluatorImpl
419 std::make_unique<EvaluationResultImpl>(Impl->OutputSize()); in evaluate()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp289 size_t OutputSize = std::min(OutStringSize-1, InsnStr.size()); in LLVMDisasmInstruction() local
290 std::memcpy(OutString, InsnStr.data(), OutputSize); in LLVMDisasmInstruction()
291 OutString[OutputSize] = '\0'; // Terminate string. in LLVMDisasmInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp1899 int OutputSize = (int)DestType->getScalarSizeInBits() - IsOutputSigned; in foldItoFPtoI() local
1900 if (OutputSize > OpI->getType()->getFPMantissaWidth()) in foldItoFPtoI()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp13883 int OutputSize = N->getValueType(0).getScalarSizeInBits(); in combineBVOfVecSExt() local
13884 if (InputSize + OutputSize == 40) in combineBVOfVecSExt()
13886 else if (InputSize + OutputSize == 72) in combineBVOfVecSExt()
13888 else if (InputSize + OutputSize == 48) in combineBVOfVecSExt()
13890 else if (InputSize + OutputSize == 80) in combineBVOfVecSExt()
13892 else if (InputSize + OutputSize == 96) in combineBVOfVecSExt()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14541 unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned; in FoldIntToFPToInt() local
14542 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()