/dports/security/keybase/client-v5.7.1/go/kbfs/data/ |
H A D | bsplitter_simple_test.go | 17 bsplit := &BlockSplitterSimple{10, 5, 10, 0} 29 bsplit := &BlockSplitterSimple{10, 5, 10, 0} 42 bsplit := &BlockSplitterSimple{10, 5, 10, 0} 55 bsplit := &BlockSplitterSimple{10, 5, 10, 0} 69 bsplit := &BlockSplitterSimple{10, 5, 10, 0} 83 bsplit := &BlockSplitterSimple{5, 5, 10, 0} 96 bsplit := &BlockSplitterSimple{3, 5, 10, 0} 109 bsplit := &BlockSplitterSimple{10, 5, 10, 0} 124 if !bsplit.ShouldEmbedData(1) { 127 if !bsplit.ShouldEmbedData(10) { [all …]
|
/dports/security/keybase/client-v5.7.1/go/kbfs/libkbfs/ |
H A D | md_journal_test.go | 89 bsplit, err = data.NewBlockSplitterSimpleExact( 230 _, _, id, signer, ekg, bsplit, tempdir, j := 619 putMDRange(t, ver, id, signer, ekg, bsplit, 645 putMDRange(t, ver, id, signer, ekg, bsplit, 704 putMDRange(t, ver, id, signer, ekg, bsplit, 734 putMDRange(t, ver, id, signer, ekg, bsplit, 797 putMDRange(t, ver, id, signer, ekg, bsplit, 900 putMDRange(t, ver, id, signer, ekg, bsplit, 951 putMDRange(t, ver, id, signer, ekg, bsplit, 984 putMDRange(t, ver, id, signer, ekg, bsplit, [all …]
|
/dports/math/arb/arb-2.21.1/acb_hypgeom/ |
H A D | rising_ui_bs.c | 15 bsplit(acb_t y, const acb_t x, ulong a, ulong b, slong prec) in bsplit() function 37 bsplit(t, x, a, m, prec); in bsplit() 38 bsplit(u, x, m, b, prec); in bsplit() 64 bsplit(t, x, 0, n, wp); in acb_hypgeom_rising_ui_bs()
|
H A D | rising_ui_jet_bs.c | 15 bsplit(acb_ptr res, const acb_t x, ulong a, ulong b, slong trunc, slong prec) in bsplit() function 47 bsplit(L, x, a, m, trunc, prec); in bsplit() 48 bsplit(R, x, m, b, trunc, prec); in bsplit() 82 bsplit(res, x, 0, n, len, prec); in acb_hypgeom_rising_ui_jet_bs()
|
/dports/math/arb/arb-2.21.1/arb_hypgeom/ |
H A D | rising_ui_bs.c | 15 bsplit(arb_t y, const arb_t x, ulong a, ulong b, slong prec) in bsplit() function 37 bsplit(t, x, a, m, prec); in bsplit() 38 bsplit(u, x, m, b, prec); in bsplit() 64 bsplit(t, x, 0, n, wp); in arb_hypgeom_rising_ui_bs()
|
H A D | rising_ui_jet_bs.c | 15 bsplit(arb_ptr res, const arb_t x, ulong a, ulong b, slong trunc, slong prec) in bsplit() function 47 bsplit(L, x, a, m, trunc, prec); in bsplit() 48 bsplit(R, x, m, b, trunc, prec); in bsplit() 82 bsplit(res, x, 0, n, len, prec); in arb_hypgeom_rising_ui_jet_bs()
|
/dports/math/arb/arb-2.21.1/arb/ |
H A D | exp_sum_bs_simple.c | 15 bsplit(fmpz_t P, fmpz_t T, fmpz_t Q, flint_bitcnt_t * Qexp, const fmpz_t x, in bsplit() function 37 bsplit(P, T, Q, Qexp, x, r, a, m, 1); in bsplit() 38 bsplit(P2, T2, Q2, Q2exp, x, r, m, b, 1); in bsplit() 62 bsplit(P, T, Q, Qexp, x, r, 0, N, 0); in _arb_exp_sum_bs_simple()
|
H A D | atan_sum_bs_simple.c | 15 bsplit(fmpz_t P, fmpz_t T, fmpz_t Q, flint_bitcnt_t * Qexp, in bsplit() function 43 bsplit(P, T, Q, Qexp, x, r, a, m); in bsplit() 44 bsplit(P2, T2, Q2, Q2exp, x, r, m, b); in bsplit() 66 bsplit(P, T, Q, Qexp, x, r, 0, N); in _arb_atan_sum_bs_simple()
|
H A D | rising_fmpq_ui.c | 15 bsplit(arb_t y, const fmpz_t p, const fmpz_t q, ulong a, ulong b, slong prec) in bsplit() function 46 bsplit(y, p, q, a, m, prec); in bsplit() 47 bsplit(w, p, q, m, b, prec); in bsplit() 71 bsplit(y, fmpq_numref(x), fmpq_denref(x), 0, n, wp); in arb_rising_fmpq_ui()
|
H A D | bell_sum_bsplit.c | 15 bsplit(arb_t P, arb_t Q, const fmpz_t n, const fmpz_t a, const fmpz_t b, slong prec) in bsplit() function 63 bsplit(P1, Q, n, a, m, prec); in bsplit() 64 bsplit(P, Q2, n, m, b, prec); in bsplit() 97 bsplit(P, Q, n, a, b, wp); in arb_bell_sum_bsplit()
|
/dports/math/hs-Agda/Agda-2.6.2/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-hasktags/hasktags-0.72.0/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/utf8-string-1.0.2/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-shake/shake-0.19.6/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/utf8-string-1.0.1.1/Codec/Binary/UTF8/ |
H A D | Generic.hs | 49 bsplit :: s -> b -> (b,b) 59 bsplit = B.splitAt function 69 bsplit = L.splitAt function 79 bsplit = List.splitAt function 178 where loop a n _ | n <= 0 = bsplit a bs 206 _ -> bsplit a bs 264 Just x -> let (xs,ys) = bsplit x bs 279 Just x -> let (xs,ys) = bsplit (x+1) bs
|