Home
last modified time | relevance | path

Searched refs:to_fill (Results 1 – 25 of 301) sorted by relevance

12345678910>>...13

/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/www/hs-postgrest/postgrest-8.0.0/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
H A Dcryptonite_tiger.c369 uint32_t index, to_fill; in cryptonite_tiger_update() local
372 to_fill = 64 - index; in cryptonite_tiger_update()
377 if (index && len >= to_fill) { in cryptonite_tiger_update()
378 memcpy(ctx->buf + index, data, to_fill); in cryptonite_tiger_update()
380 len -= to_fill; in cryptonite_tiger_update()
381 data += to_fill; in cryptonite_tiger_update()
/dports/www/hs-yesod-bin/yesod-bin-1.6.1/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/textproc/hs-pandoc-crossref/pandoc-crossref-0.3.12.0/_cabal_deps/cryptonite-0.28/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/textproc/hs-pandoc/pandoc-2.14.2/_cabal_deps/cryptonite-0.29/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()
/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/cryptonite-0.27/cbits/
H A Dcryptonite_md2.c102 uint32_t index, to_fill; in cryptonite_md2_update() local
105 to_fill = 16 - index; in cryptonite_md2_update()
109 if (index && len >= to_fill) { in cryptonite_md2_update()
110 memcpy(ctx->buf + index, data, to_fill); in cryptonite_md2_update()
112 len -= to_fill; in cryptonite_md2_update()
113 data += to_fill; in cryptonite_md2_update()

12345678910>>...13