Home
last modified time | relevance | path

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

/third_party/openssl/test/recipes/30-test_evp_data/
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 …]
Devpmac_blake.txt20 OutputSize = 64
33 OutputSize = 64
84 OutputSize = 32
97 OutputSize = 32
/third_party/lame/ACM/
DACM.cpp1143 DWORD OutputSize = a_StreamHeader->cbDstLength; in OnStreamUnPrepareHeader() local
1145 …if (the_stream->close(a_StreamHeader->pbDst, &OutputSize) && (OutputSize <= a_StreamHeader->cbDstL… in OnStreamUnPrepareHeader()
1147 a_StreamHeader->cbDstLengthUsed = OutputSize; in OnStreamUnPrepareHeader()
1156 DWORD OutputSize = a_StreamHeader->cbDstLength; in OnStreamUnPrepareHeader() local
1158 …if (the_stream->close(a_StreamHeader->pbDst, &OutputSize) && (OutputSize <= a_StreamHeader->cbDstL… in OnStreamUnPrepareHeader()
1160 a_StreamHeader->cbDstLengthUsed = OutputSize; in OnStreamUnPrepareHeader()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/MCDisassembler/
DDisassembler.cpp288 size_t OutputSize = std::min(OutStringSize-1, InsnStr.size()); in LLVMDisasmInstruction() local
289 std::memcpy(OutString, InsnStr.data(), OutputSize); in LLVMDisasmInstruction()
290 OutString[OutputSize] = '\0'; // Terminate string. in LLVMDisasmInstruction()
/third_party/mesa3d/src/gallium/frontends/nine/
Dauthenticatedchannel9.h56 UINT OutputSize,
Dauthenticatedchannel9.c54 UINT OutputSize, in NineAuthenticatedChannel9_Query() argument
Dnine_lock.c104 UINT OutputSize, in LockAuthenticatedChannel9_Query() argument
109 r = NineAuthenticatedChannel9_Query(This, InputSize, pInput, OutputSize, pOutput); in LockAuthenticatedChannel9_Query()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp1735 int OutputSize = (int)FITy->getScalarSizeInBits() - IsOutputSigned; in FoldItoFPtoI() local
1736 int ActualSize = std::min(InputSize, OutputSize); in FoldItoFPtoI()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCISelLowering.cpp13220 int OutputSize = N->getValueType(0).getScalarSizeInBits(); in combineBVOfVecSExt() local
13221 if (InputSize + OutputSize == 40) in combineBVOfVecSExt()
13223 else if (InputSize + OutputSize == 72) in combineBVOfVecSExt()
13225 else if (InputSize + OutputSize == 48) in combineBVOfVecSExt()
13227 else if (InputSize + OutputSize == 80) in combineBVOfVecSExt()
13229 else if (InputSize + OutputSize == 96) in combineBVOfVecSExt()
/third_party/mesa3d/include/D3D9/
Dd3d9.h576 …3DAuthenticatedChannel9 *This, UINT InputSize, const void *pInput, UINT OutputSize, void *pOutput);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp13168 unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned; in FoldIntToFPToInt() local
13169 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()