Home
last modified time | relevance | path

Searched refs:hasBitsLeft (Results 1 – 5 of 5) sorted by relevance

/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/base64/
H A Dbytearraybase64streamencoder.cpp97 const bool hasBitsLeft = (inputByteIndex != InputByteIndex::First); in encodeDataToStream() local
98 if (hasBitsLeft) { in encodeDataToStream()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/base85/
H A Dbytearraybase85streamencoder.cpp106 const bool hasBitsLeft = (inputByteIndex != InputByteIndex::First); in encodeDataToStream() local
107 if (hasBitsLeft) { in encodeDataToStream()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/xxencoding/
H A Dbytearrayxxencodingstreamencoder.cpp121 const bool hasBitsLeft = (inputByteIndex != InputByteIndex::First); in encodeDataToStream() local
122 if (hasBitsLeft) { in encodeDataToStream()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/base32/
H A Dbytearraybase32streamencoder.cpp154 const bool hasBitsLeft = (inputByteIndex != InputByteIndex::First); in encodeDataToStream() local
155 if (hasBitsLeft) { in encodeDataToStream()
/dports/devel/okteta/okteta-0.26.6/kasten/gui/io/streamencoder/uuencoding/
H A Dbytearrayuuencodingstreamencoder.cpp145 const bool hasBitsLeft = (inputByteIndex != InputByteIndex::First); in encodeDataToStream() local
146 if (hasBitsLeft) { in encodeDataToStream()