Home
last modified time | relevance | path

Searched refs:bsR (Results 1 – 25 of 89) sorted by relevance

1234

/dports/textproc/jalingo/jalingo-0.6.0-src/src/org/apache/commons/compress/bzip2/
H A DCBZip2InputStream.java479 zvec = bsR( zn ); in getAndMoveToFrontDecode()
637 zvec = bsR( zn ); in getAndMoveToFrontDecode()
677 return bsR( numBits ); in readVariableSizedInt()
682 return (char)bsR( 8 ); in readUnsignedChar()
688 u = ( u << 8 ) | bsR( 8 ); in readInt()
689 u = ( u << 8 ) | bsR( 8 ); in readInt()
690 u = ( u << 8 ) | bsR( 8 ); in readInt()
691 u = ( u << 8 ) | bsR( 8 ); in readInt()
838 if( bsR( 1 ) == 1 ) in initBlock()
932 int curr = bsR( 5 ); in recvDecodingTables()
[all …]
/dports/java/bouncycastle15/crypto-169/pg/src/main/java/org/bouncycastle/apache/bzip2/
H A DCBZip2InputStream.java226 if (bsR(1) == 1) { in initBlock()
292 private int bsR(int n) { in bsR() method in CBZip2InputStream
316 return (char) bsR(8); in bsGetUChar()
321 u = (u << 8) | bsR(8); in bsGetint()
322 u = (u << 8) | bsR(8); in bsGetint()
323 u = (u << 8) | bsR(8); in bsGetint()
324 u = (u << 8) | bsR(8); in bsGetint()
385 if (bsR(1) == 1) { in recvDecodingTables()
410 nGroups = bsR(3); in recvDecodingTables()
411 nSelectors = bsR(15); in recvDecodingTables()
[all …]
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/PubKey/
H A DEdDSA.hs262 bsR = encodePoint prx pR function
263 sK = getK prx ph ctx pub bsR msg
265 in encodeSignature prx (bsR, pR, sS)
280 (bsR, pR, sS) <- decodeSignature prx sig
282 let sK = getK prx ph ctx pub bsR msg
297 getK prx ph ctx (PublicKey pub) bsR msg =
307 bytes bsR <> bytes bsS <> zero len0
310 len0 = signatureSize prx - B.length bsR - B.length bsS
319 let (bsR, bsS) = B.splitAt (publicKeySize prx) bs
320 pR <- decodePoint prx bsR
[all …]
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/Crypto/PubKey/
H A DEdDSA.hs262 bsR = encodePoint prx pR function
263 sK = getK prx ph ctx pub bsR msg
265 in encodeSignature prx (bsR, pR, sS)
280 (bsR, pR, sS) <- decodeSignature prx sig
282 let sK = getK prx ph ctx pub bsR msg
297 getK prx ph ctx (PublicKey pub) bsR msg =
307 bytes bsR <> bytes bsS <> zero len0
310 len0 = signatureSize prx - B.length bsR - B.length bsS
319 let (bsR, bsS) = B.splitAt (publicKeySize prx) bs
320 pR <- decodePoint prx bsR
[all …]
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/Crypto/PubKey/
H A DEdDSA.hs262 bsR = encodePoint prx pR function
263 sK = getK prx ph ctx pub bsR msg
265 in encodeSignature prx (bsR, pR, sS)
280 (bsR, pR, sS) <- decodeSignature prx sig
282 let sK = getK prx ph ctx pub bsR msg
297 getK prx ph ctx (PublicKey pub) bsR msg =
307 bytes bsR <> bytes bsS <> zero len0
310 len0 = signatureSize prx - B.length bsR - B.length bsS
319 let (bsR, bsS) = B.splitAt (publicKeySize prx) bs
320 pR <- decodePoint prx bsR
[all …]
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/io/compress/bzip2/
H A DCBZip2InputStream.java225 bytes = this.bsR(markerBitLength); in skipToNextMarker()
236 int oneBit = (int) this.bsR(1); in skipToNextMarker()
495 this.blockRandomised = bsR(1) == 1; in initBlock()
534 this.blockRandomised = bsR(1) == 1; in initBlock()
641 return (char) bsR(8); in bsGetUByte()
645 return (int) ((((((bsR(8) << 8) | bsR(8)) << 8) | bsR(8)) << 8) | bsR(8)); in bsGetInt()
724 final int nGroups = (int) bsR(3); in recvDecodingTables()
725 final int nSelectors = (int) bsR(15); in recvDecodingTables()
756 int curr = (int) bsR(5); in recvDecodingTables()
802 this.origPtr = (int) bsR(24); in getAndMoveToFrontDecode()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/core/org/apache/hadoop/io/compress/bzip2/
H A DCBZip2InputStream.java222 bytes = this.bsR(markerBitLength); in skipToNextMarker()
233 int oneBit = (int) this.bsR(1); in skipToNextMarker()
488 this.blockRandomised = bsR(1) == 1; in initBlock()
527 this.blockRandomised = bsR(1) == 1; in initBlock()
633 return (char) bsR(8); in bsGetUByte()
637 return (int) ((((((bsR(8) << 8) | bsR(8)) << 8) | bsR(8)) << 8) | bsR(8)); in bsGetInt()
716 final int nGroups = (int) bsR(3); in recvDecodingTables()
717 final int nSelectors = (int) bsR(15); in recvDecodingTables()
748 int curr = (int) bsR(5); in recvDecodingTables()
794 this.origPtr = (int) bsR(24); in getAndMoveToFrontDecode()
[all …]
/dports/science/jmol/jmol-14.32.7/src/org/apache/tools/bzip2/
H A DCBZip2InputStream.java353 this.blockRandomised = bsR(1) == 1; in initBlock()
420 private int bsR(final int n) throws IOException { in bsR() method in CBZip2InputStream
465 return (char) bsR(8); in bsGetUByte()
469 return (((((bsR(8) << 8) | bsR(8)) << 8) | bsR(8)) << 8) | bsR(8); in bsGetInt()
559 final int nGroups = bsR(3); in recvDecodingTables()
560 final int nSelectors = bsR(15); in recvDecodingTables()
591 int curr = bsR(5); in recvDecodingTables()
639 this.origPtr = bsR(24); in getAndMoveToFrontDecode()
823 int zvec = bsR(zn); in getAndMoveToFrontDecode0()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm10/llvm-10.0.1.src/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/graphics/llvm-mesa/llvm-13.0.1.src/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm11/llvm-11.0.1.src/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm90/llvm-9.0.1.src/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm80/llvm-8.0.1.src/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/devel/llvm70/llvm-7.0.1.src/test/CodeGen/X86/
H A D2009-07-20-DAGCombineBug.ll24 br i1 false, label %bb3.i9, label %bsR.exit18
26 bsR.exit18: ; preds = %bb3.i17
/dports/archivers/lbzip2/lbzip2-2.5/tests/
H A Dbzip2-0.1pl2.c698 INLINE UInt32 bsR ( Int32 n ) in bsR() function
720 return (UChar)bsR(8); in bsGetUChar()
736 u = (u << 8) | bsR(8); in bsGetUInt32()
737 u = (u << 8) | bsR(8); in bsGetUInt32()
738 u = (u << 8) | bsR(8); in bsGetUInt32()
739 u = (u << 8) | bsR(8); in bsGetUInt32()
1470 if (bsR(1) == 1) in recvDecodingTables()
1485 nGroups = bsR ( 3 ); in recvDecodingTables()
1486 nSelectors = bsR ( 15 ); in recvDecodingTables()
2865 if (bsR(1) == 1) in uncompressStream()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/test/Transforms/NewGVN/
H A D2007-07-26-NonRedundant.ll5 define i32 @bsR(i32 %n) {

1234