Searched refs:OutputSize (Results 1 – 11 of 11) sorted by relevance
/third_party/openssl/test/recipes/30-test_evp_data/ |
D | evpmac_common.txt | 23 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 …]
|
D | evpmac_blake.txt | 20 OutputSize = 64 33 OutputSize = 64 84 OutputSize = 32 97 OutputSize = 32
|
/third_party/lame/ACM/ |
D | ACM.cpp | 1143 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/ |
D | Disassembler.cpp | 288 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/ |
D | authenticatedchannel9.h | 56 UINT OutputSize,
|
D | authenticatedchannel9.c | 54 UINT OutputSize, in NineAuthenticatedChannel9_Query() argument
|
D | nine_lock.c | 104 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/ |
D | InstCombineCasts.cpp | 1735 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/ |
D | PPCISelLowering.cpp | 13220 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/ |
D | d3d9.h | 576 …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/ |
D | DAGCombiner.cpp | 13168 unsigned OutputSize = (int)VT.getScalarSizeInBits() - IsOutputSigned; in FoldIntToFPToInt() local 13169 unsigned ActualSize = std::min(InputSize, OutputSize); in FoldIntToFPToInt()
|