Home
last modified time | relevance | path

Searched refs:moreBytes (Results 1 – 25 of 143) sorted by relevance

123456

/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Utils/
H A DString.hs26 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
27 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
28 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
29 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
42 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
43 moreBytes 1 overlong cs' acc
50 moreBytes byteCount overlong (cn:cs') acc
52 = moreBytes (byteCount-1) overlong cs'
55 moreBytes _ _ cs' _
H A DGeneric.hs204 | c <= 0xEF -> moreBytes off 3 0x800 bs' (fromIntegral $ c .&. 0xF)
205 | c <= 0xF7 -> moreBytes off 4 0x10000 bs' (fromIntegral $ c .&. 0x7)
206 | c <= 0xFB -> moreBytes off 5 0x200000 bs' (fromIntegral $ c .&. 0x3)
207 | c <= 0xFD -> moreBytes off 6 0x4000000 bs' (fromIntegral $ c .&. 0x1)
221 moreBytes :: Int -> Int -> Int -> SBS.ByteString -> Int -> Maybe Int
222 moreBytes off 1 overlong cs' acc
229 moreBytes off byteCount overlong bs acc = case SBS.uncons bs of function
231moreBytes (off + 1) (byteCount-1) overlong bs' ((acc `shiftL` 6) .|. fromIntegral cn .&. 0x3F)
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Utils/
H A DString.hs26 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
27 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
28 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
29 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
42 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
43 moreBytes 1 overlong cs' acc
50 moreBytes byteCount overlong (cn:cs') acc
52 = moreBytes (byteCount-1) overlong cs'
55 moreBytes _ _ cs' _
H A DGeneric.hs211 | c <= 0xEF -> moreBytes off 3 0x800 bs' (fromIntegral $ c .&. 0xF)
212 | c <= 0xF7 -> moreBytes off 4 0x10000 bs' (fromIntegral $ c .&. 0x7)
213 | c <= 0xFB -> moreBytes off 5 0x200000 bs' (fromIntegral $ c .&. 0x3)
214 | c <= 0xFD -> moreBytes off 6 0x4000000 bs' (fromIntegral $ c .&. 0x1)
228 moreBytes :: Int -> Int -> Int -> SBS.ByteString -> Int -> Maybe Int
229 moreBytes off 1 overlong cs' acc
236 moreBytes off byteCount overlong bs acc = case SBS.uncons bs of function
238moreBytes (off + 1) (byteCount-1) overlong bs' ((acc `shiftL` 6) .|. fromIntegral cn .&. 0x3F)
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Utils/
H A DString.hs26 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
27 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
28 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
29 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
42 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
43 moreBytes 1 overlong cs' acc
50 moreBytes byteCount overlong (cn:cs') acc
52 = moreBytes (byteCount-1) overlong cs'
55 moreBytes _ _ cs' _
H A DGeneric.hs211 | c <= 0xEF -> moreBytes off 3 0x800 bs' (fromIntegral $ c .&. 0xF)
212 | c <= 0xF7 -> moreBytes off 4 0x10000 bs' (fromIntegral $ c .&. 0x7)
213 | c <= 0xFB -> moreBytes off 5 0x200000 bs' (fromIntegral $ c .&. 0x3)
214 | c <= 0xFD -> moreBytes off 6 0x4000000 bs' (fromIntegral $ c .&. 0x1)
228 moreBytes :: Int -> Int -> Int -> SBS.ByteString -> Int -> Maybe Int
229 moreBytes off 1 overlong cs' acc
236 moreBytes off byteCount overlong bs acc = case SBS.uncons bs of function
238moreBytes (off + 1) (byteCount-1) overlong bs' ((acc `shiftL` 6) .|. fromIntegral cn .&. 0x3F)
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Utils/
H A DString.hs26 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
27 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
28 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
29 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
42 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
43 moreBytes 1 overlong cs' acc
50 moreBytes byteCount overlong (cn:cs') acc
52 = moreBytes (byteCount-1) overlong cs'
55 moreBytes _ _ cs' _
H A DGeneric.hs211 | c <= 0xEF -> moreBytes off 3 0x800 bs' (fromIntegral $ c .&. 0xF)
212 | c <= 0xF7 -> moreBytes off 4 0x10000 bs' (fromIntegral $ c .&. 0x7)
213 | c <= 0xFB -> moreBytes off 5 0x200000 bs' (fromIntegral $ c .&. 0x3)
214 | c <= 0xFD -> moreBytes off 6 0x4000000 bs' (fromIntegral $ c .&. 0x1)
228 moreBytes :: Int -> Int -> Int -> SBS.ByteString -> Int -> Maybe Int
229 moreBytes off 1 overlong cs' acc
236 moreBytes off byteCount overlong bs acc = case SBS.uncons bs of function
238moreBytes (off + 1) (byteCount-1) overlong bs' ((acc `shiftL` 6) .|. fromIntegral cn .&. 0x3F)
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Utils/
H A DString.hs26 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
27 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
28 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
29 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
42 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
43 moreBytes 1 overlong cs' acc
50 moreBytes byteCount overlong (cn:cs') acc
52 = moreBytes (byteCount-1) overlong cs'
55 moreBytes _ _ cs' _
H A DGeneric.hs209 | c <= 0xEF -> moreBytes off 3 0x800 bs' (fromIntegral $ c .&. 0xF)
210 | c <= 0xF7 -> moreBytes off 4 0x10000 bs' (fromIntegral $ c .&. 0x7)
211 | c <= 0xFB -> moreBytes off 5 0x200000 bs' (fromIntegral $ c .&. 0x3)
212 | c <= 0xFD -> moreBytes off 6 0x4000000 bs' (fromIntegral $ c .&. 0x1)
226 moreBytes :: Int -> Int -> Int -> SBS.ByteString -> Int -> Maybe Int
227 moreBytes off 1 overlong cs' acc
234 moreBytes off byteCount overlong bs acc = case SBS.uncons bs of function
236moreBytes (off + 1) (byteCount-1) overlong bs' ((acc `shiftL` 6) .|. fromIntegral cn .&. 0x3F)
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/Cabal-3.0.2.0/Distribution/Parsec/
H A DFieldLineStream.hs56 | c0 <= 0xEF = moreBytes 3 0x800 bs0 (fromIntegral $ c0 .&. 0xF)
57 | c0 <= 0xF7 = moreBytes 4 0x10000 bs0 (fromIntegral $ c0 .&. 0x7)
58 | c0 <= 0xFB = moreBytes 5 0x200000 bs0 (fromIntegral $ c0 .&. 0x3)
59 | c0 <= 0xFD = moreBytes 6 0x4000000 bs0 (fromIntegral $ c0 .&. 0x1)
73 moreBytes :: Int -> Int -> ByteString -> Int -> (Char, a)
74 moreBytes 1 overlong bs' acc
80 moreBytes byteCount overlong bs' acc = case BS.uncons bs' of function
83 | cn .&. 0xC0 == 0x80 -> moreBytes
/dports/devel/hs-cabal-install/cabal-cabal-install-3.4.0.0/Cabal/Distribution/Parsec/
H A DFieldLineStream.hs56 | c0 <= 0xEF = moreBytes 3 0x800 bs0 (fromIntegral $ c0 .&. 0xF)
57 | c0 <= 0xF7 = moreBytes 4 0x10000 bs0 (fromIntegral $ c0 .&. 0x7)
58 | c0 <= 0xFB = moreBytes 5 0x200000 bs0 (fromIntegral $ c0 .&. 0x3)
59 | c0 <= 0xFD = moreBytes 6 0x4000000 bs0 (fromIntegral $ c0 .&. 0x1)
73 moreBytes :: Int -> Int -> ByteString -> Int -> (Char, a)
74 moreBytes 1 overlong bs' acc
80 moreBytes byteCount overlong bs' acc = case BS.uncons bs' of function
83 | cn .&. 0xC0 == 0x80 -> moreBytes
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/Cabal-3.4.0.0/Distribution/Parsec/
H A DFieldLineStream.hs56 | c0 <= 0xEF = moreBytes 3 0x800 bs0 (fromIntegral $ c0 .&. 0xF)
57 | c0 <= 0xF7 = moreBytes 4 0x10000 bs0 (fromIntegral $ c0 .&. 0x7)
58 | c0 <= 0xFB = moreBytes 5 0x200000 bs0 (fromIntegral $ c0 .&. 0x3)
59 | c0 <= 0xFD = moreBytes 6 0x4000000 bs0 (fromIntegral $ c0 .&. 0x1)
73 moreBytes :: Int -> Int -> ByteString -> Int -> (Char, a)
74 moreBytes 1 overlong bs' acc
80 moreBytes byteCount overlong bs' acc = case BS.uncons bs' of function
83 | cn .&. 0xC0 == 0x80 -> moreBytes
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/Cabal-3.6.0.0/src/Distribution/Parsec/
H A DFieldLineStream.hs56 | c0 <= 0xEF = moreBytes 3 0x800 bs0 (fromIntegral $ c0 .&. 0xF)
57 | c0 <= 0xF7 = moreBytes 4 0x10000 bs0 (fromIntegral $ c0 .&. 0x7)
58 | c0 <= 0xFB = moreBytes 5 0x200000 bs0 (fromIntegral $ c0 .&. 0x3)
59 | c0 <= 0xFD = moreBytes 6 0x4000000 bs0 (fromIntegral $ c0 .&. 0x1)
73 moreBytes :: Int -> Int -> ByteString -> Int -> (Char, a)
74 moreBytes 1 overlong bs' acc
80 moreBytes byteCount overlong bs' acc = case BS.uncons bs' of function
83 | cn .&. 0xC0 == 0x80 -> moreBytes
/dports/lang/ghc/ghc-8.10.7/libraries/Cabal/Cabal/Distribution/Parsec/
H A DFieldLineStream.hs56 | c0 <= 0xEF = moreBytes 3 0x800 bs0 (fromIntegral $ c0 .&. 0xF)
57 | c0 <= 0xF7 = moreBytes 4 0x10000 bs0 (fromIntegral $ c0 .&. 0x7)
58 | c0 <= 0xFB = moreBytes 5 0x200000 bs0 (fromIntegral $ c0 .&. 0x3)
59 | c0 <= 0xFD = moreBytes 6 0x4000000 bs0 (fromIntegral $ c0 .&. 0x1)
73 moreBytes :: Int -> Int -> ByteString -> Int -> (Char, a)
74 moreBytes 1 overlong bs' acc
80 moreBytes byteCount overlong bs' acc = case BS.uncons bs' of function
83 | cn .&. 0xC0 == 0x80 -> moreBytes
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/HTTP-4000.3.15/Network/HTTP/
H A DUtils.hs175 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
176 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
177 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
178 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
191 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
192 moreBytes 1 overlong cs' acc
199 moreBytes byteCount overlong (cn:cs') acc
201 = moreBytes (byteCount-1) overlong cs'
204 moreBytes _ _ cs' _
/dports/lang/elm/compiler-0.19.1/_cabal_deps/HTTP-4000.3.14/Network/HTTP/
H A DUtils.hs175 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
176 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
177 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
178 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
191 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
192 moreBytes 1 overlong cs' acc
199 moreBytes byteCount overlong (cn:cs') acc
201 = moreBytes (byteCount-1) overlong cs'
204 moreBytes _ _ cs' _
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/HTTP-4000.3.16/Network/HTTP/
H A DUtils.hs175 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
176 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
177 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
178 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
191 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
192 moreBytes 1 overlong cs' acc
199 moreBytes byteCount overlong (cn:cs') acc
201 = moreBytes (byteCount-1) overlong cs'
204 moreBytes _ _ cs' _
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/HTTP-4000.3.16/Network/HTTP/
H A DUtils.hs175 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
176 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
177 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
178 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
191 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
192 moreBytes 1 overlong cs' acc
199 moreBytes byteCount overlong (cn:cs') acc
201 = moreBytes (byteCount-1) overlong cs'
204 moreBytes _ _ cs' _
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/HTTP-4000.3.15/Network/HTTP/
H A DUtils.hs175 | c <= 0xEF = moreBytes 3 0x800 cs (fromIntegral $ c .&. 0xF)
176 | c <= 0xF7 = moreBytes 4 0x10000 cs (fromIntegral $ c .&. 0x7)
177 | c <= 0xFB = moreBytes 5 0x200000 cs (fromIntegral $ c .&. 0x3)
178 | c <= 0xFD = moreBytes 6 0x4000000 cs (fromIntegral $ c .&. 0x1)
191 moreBytes :: Int -> Int -> [Word8] -> Int -> [Char]
192 moreBytes 1 overlong cs' acc
199 moreBytes byteCount overlong (cn:cs') acc
201 = moreBytes (byteCount-1) overlong cs'
204 moreBytes _ _ cs' _
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/include/swift/lib/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php75 if (false === $moreBytes = $this->_nextSequence(1))
80 foreach ($moreBytes as $b)
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/swiftmailer/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php75 if (false === $moreBytes = $this->_nextSequence(1))
80 foreach ($moreBytes as $b)
/dports/devel/flyspray/flyspray-0.9.9.7_4/includes/external/swift-mailer/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php75 if (false === $moreBytes = $this->_nextSequence(1))
80 foreach ($moreBytes as $b)
/dports/games/warzone2100/warzone2100/lib/netplay/
H A Dnetqueue.cpp148 bool moreBytes = true; in writeRawData() local
150 for (n = 0; moreBytes && buffer.size() - used > 1 + n; ++n) in writeRawData()
152 moreBytes = decode_uint32_t(buffer[used + 1 + n], len, n); in writeRawData()
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/swiftmailer/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/
H A DQpContentEncoder.php85 if (false === $moreBytes = $this->nextSequence(1)) {
89 foreach ($moreBytes as $b) {

123456