Home
last modified time | relevance | path

Searched refs:StreamUtil (Results 1 – 25 of 69) sorted by relevance

123

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DDLTaggedObject.java58 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
65 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
70 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DDERTaggedObject.java64 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
71 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
76 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DBERTaggedObject.java79 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
86 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
91 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DASN1ApplicationSpecific.java151 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()
DDEROctetString.java41 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DASN1InputStream.java29 this(is, StreamUtil.findLimit(is)); in ASN1InputStream()
82 this(input, StreamUtil.findLimit(input), lazyEvaluate); in ASN1InputStream()
DDERSequence.java79 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLSequence.java76 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLSet.java118 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDERSet.java90 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DLazyEncodedSequence.java88 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length; in encodedLength()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DDLTaggedObject.java60 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
67 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
72 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DDERTaggedObject.java68 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
75 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
80 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DBERTaggedObject.java81 … return StreamUtil.calculateTagLength(tagNo) + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
88 return StreamUtil.calculateTagLength(tagNo) + length; in encodedLength()
93 return StreamUtil.calculateTagLength(tagNo) + 1; in encodedLength()
DASN1ApplicationSpecific.java153 …return StreamUtil.calculateTagLength(tag) + StreamUtil.calculateBodyLength(octets.length) + octets… in encodedLength()
DDEROctetString.java46 return 1 + StreamUtil.calculateBodyLength(string.length) + string.length; in encodedLength()
DLazyEncodedSequence.java89 return 1 + StreamUtil.calculateBodyLength(encoded.length) + encoded.length; in encodedLength()
DDLSequence.java78 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DDLSet.java120 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
DASN1InputStream.java34 this(is, StreamUtil.findLimit(is)); in ASN1InputStream()
89 this(input, StreamUtil.findLimit(input), lazyEvaluate); in ASN1InputStream()
DDERSet.java93 return 1 + StreamUtil.calculateBodyLength(length) + length; in encodedLength()
/external/gemmlowp/meta/
Dmulti_thread_gemm.h39 StreamUtil<typename Params::InType, typename Params::LeftStream>::Offset( in PrepareGemmTask()
44 StreamUtil<typename Params::InType, typename Params::RightStream>::Offset( in PrepareGemmTask()
48 StreamUtil<typename Params::OutType, typename Params::OutputStream>:: in PrepareGemmTask()
Dsingle_thread_gemm.h34 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( in EstimateScratchSize()
39 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( in EstimateScratchSize()
225 StreamUtil<typename P::InType, typename P::LeftStream>::Scratch( in EstimateScratchSize()
228 StreamUtil<typename P::InType, typename P::RightStream>::Scratch( in EstimateScratchSize()
421 StreamUtil<typename Params::InType, typename Params::LeftStream>::Offset( in UpdateCacheFriendlyTask()
426 StreamUtil<typename Params::InType, typename Params::RightStream>::Offset( in UpdateCacheFriendlyTask()
430 StreamUtil<typename Params::OutType, typename Params::OutputStream>:: in UpdateCacheFriendlyTask()
Dstreams.h48 class StreamUtil<InType, RowMajor> {
70 class StreamUtil<InType, RowMajorWithSum> {
95 class StreamUtil<InType, ColumnMajorWithSum> {
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DCMakeLists.txt33 StreamUtil.cpp

123