Home
last modified time | relevance | path

Searched defs:where (Results 101 – 125 of 16880) sorted by relevance

12345678910>>...676

/dports/www/hs-DAV/DAV-1.3.4/_cabal_deps/blaze-builder-0.4.1.0/benchmarks/Throughput/
H A DBinaryBuilder.hs70 where loop !s !n | n == bytes = mempty function
75 where loop s n | s `seq` n `seq` False = undefined function
83 where loop s n | s `seq` n `seq` False = undefined function
93 where loop s n | s `seq` n `seq` False = undefined function
107 where loop s n | s `seq` n `seq` False = undefined function
132 where loop s n | s `seq` n `seq` False = undefined function
139 where loop s n | s `seq` n `seq` False = undefined function
147 where loop s n | s `seq` n `seq` False = undefined function
157 where loop s n | s `seq` n `seq` False = undefined function
171 where loop s n | s `seq` n `seq` False = undefined function
[all …]
H A DBinaryPut.hs69 where loop !s !n | n == bytes = return () function
74 where loop s n | s `seq` n `seq` False = undefined function
82 where loop s n | s `seq` n `seq` False = undefined function
92 where loop s n | s `seq` n `seq` False = undefined function
106 where loop s n | s `seq` n `seq` False = undefined function
131 where loop s n | s `seq` n `seq` False = undefined function
138 where loop s n | s `seq` n `seq` False = undefined function
146 where loop s n | s `seq` n `seq` False = undefined function
156 where loop s n | s `seq` n `seq` False = undefined function
170 where loop s n | s `seq` n `seq` False = undefined function
[all …]
/dports/x11/hs-xmobar/xmobar-0.39/_cabal_deps/blaze-builder-0.4.1.0/benchmarks/Throughput/
H A DBlazePut.hs74 where loop !s !n | n == bytes = return () function
80 where loop s n | s `seq` n `seq` False = undefined function
89 where loop s n | s `seq` n `seq` False = undefined function
100 where loop s n | s `seq` n `seq` False = undefined function
115 where loop s n | s `seq` n `seq` False = undefined function
141 where loop s n | s `seq` n `seq` False = undefined function
148 where loop s n | s `seq` n `seq` False = undefined function
157 where loop s n | s `seq` n `seq` False = undefined function
168 where loop s n | s `seq` n `seq` False = undefined function
183 where loop s n | s `seq` n `seq` False = undefined function
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/binary/benchmarks/
H A DBenchmark.hs209 where loop s n | s `seq` n `seq` False = undefined function
217 where loop s n | s `seq` n `seq` False = undefined function
227 where loop s n | s `seq` n `seq` False = undefined function
241 where loop s n | s `seq` n `seq` False = undefined function
266 where loop s n | s `seq` n `seq` False = undefined function
273 where loop s n | s `seq` n `seq` False = undefined function
281 where loop s n | s `seq` n `seq` False = undefined function
291 where loop s n | s `seq` n `seq` False = undefined function
305 where loop s n | s `seq` n `seq` False = undefined function
330 where loop s n | s `seq` n `seq` False = undefined function
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/binary-0.8.8.0/benchmarks/
H A DBenchmark.hs209 where loop s n | s `seq` n `seq` False = undefined function
217 where loop s n | s `seq` n `seq` False = undefined function
227 where loop s n | s `seq` n `seq` False = undefined function
241 where loop s n | s `seq` n `seq` False = undefined function
266 where loop s n | s `seq` n `seq` False = undefined function
273 where loop s n | s `seq` n `seq` False = undefined function
281 where loop s n | s `seq` n `seq` False = undefined function
291 where loop s n | s `seq` n `seq` False = undefined function
305 where loop s n | s `seq` n `seq` False = undefined function
330 where loop s n | s `seq` n `seq` False = undefined function
[all …]
/dports/lang/ghc/ghc-8.10.7/libraries/containers/containers-tests/tests/
H A Dseq-properties.hs296 where f = (+100) function
329 where f = (-) function
358 where f = (-) function
487 where f = (-) function
492 where f = (:) function
497 where f = (-) function
659 where f = (+n) function
756 where f = (,) function
776 where f = (,) function
785 where f = (,,) function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monoid-subclasses-1.1/src/Data/Monoid/
H A DGCD.hs28
59 -- > where p = gcd a b function
72 -- > where p = commonPrefix a b function
76 -- > where (p, a', b') = stripCommonPrefix a b function
91 where (p, _, _) = stripCommonPrefix x y function
93 where p = commonPrefix x y function
102 -- > where s = commonSuffix a b function
121 where (_, _, s) = stripCommonSuffix x y function
123 where s = commonSuffix x y function
223 where (p, x', y') = stripCommonPrefix x y function
[all …]
H A DMonus.hs17
78 where (_, _, b') = stripOverlap a b function
80 where (b', _, _) = stripOverlap b a function
82 where (_, o, _) = stripOverlap a b function
106 where (p, o, s) = stripOverlap b a function
122 where c = min a b function
138 where c = gcd a b function
291 where alen = Vector.length a function
303 where alen = ByteString.length a function
329 where go [] = (a, mempty, b) function
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/containers-0.5.11.0/tests/
H A Dseq-properties.hs289 where f = (+100) function
312 where f = (-) function
331 where f = (-) function
460 where f = (-) function
465 where f = (:) function
470 where f = (-) function
598 where f = (+n) function
695 where f = (,) function
715 where f = (,) function
724 where f = (,,) function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc710/
H A DUndefined10.hs19
159 where spanAfter g s m = seq s $ function
165 where (prefix, rest) = break p m function
173 where split' 0 f m = (f mempty, m) function
251 where f1 a = f a . fromFst function
254 where f1 a = f a . fromFst function
278 where (xp, xs) = splitAt n x function
332 where factorize 0 _ = [] function
368 where factorize 0 _ = [] function
434 where f' = f . Text.singleton function
[all …]
/dports/devel/rpc2/rpc2-2.14/rp2gen/
H A Dcrout.c145 void cinclude(char *filename, WHO who, FILE *where) in cinclude()
170 void ctype(ENTRY *e, WHO who, FILE *where) in ctype()
426 static void print_var(VAR *v, FILE *where) in print_var()
431 void copcodes(PROC *head, WHO who, FILE *where) in copcodes()
546 void cproc(PROC *head, WHO who, FILE *where) in cproc()
599 static void common(FILE *where) in common()
1506 static void pass_parm(VAR *parm, FILE *where) in pass_parm()
1539 static void execute(PROC *head, FILE *where) in execute()
1601 static void print_dump(PROC *head, FILE *where) in print_dump()
1763 static void macro_define(FILE *where) in macro_define()
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monoid-subclasses-1.1/Test/
H A DTestMonoidSubclasses.hs696 where pt = (== primePrefix a) function
787 where a = ap <> o function
801 where a = ap <> o function
821 where p = commonPrefix a b function
831 where a = p <> as function
836 where c = commonPrefix a b function
841 where s = commonSuffix a b function
851 where a = ap <> s function
856 where c = commonSuffix a b function
864 where d = gcd a b function
[all …]
/dports/devel/ppl/ppl-1.2/interfaces/Prolog/
H A Dppl_prolog_common_defs.hh138 internal_exception(Prolog_term_ref term, const char* where) in internal_exception()
150 virtual const char* where() const { in where() function in Parma_Polyhedra_Library::Interfaces::Prolog::internal_exception
161 const char* where, in Prolog_unsigned_out_of_range()
174 non_linear(Prolog_term_ref term, const char* where) in non_linear()
181 not_an_integer(Prolog_term_ref term, const char* where) in not_an_integer()
195 not_a_boolean(Prolog_term_ref term, const char* where) in not_a_boolean()
202 not_a_variable(Prolog_term_ref term, const char* where) in not_a_variable()
280 not_a_relation(Prolog_term_ref term, const char* where) in not_a_relation()
322 const char* where() const { in where() function in Parma_Polyhedra_Library::Interfaces::Prolog::unknown_interface_error
632 term_to_unsigned(Prolog_term_ref t, const char* where) { in term_to_unsigned()
[all …]
/dports/audio/surge-synthesizer-lv2/surge-release_1.9.0/src/common/gui/
H A DCSwitchControl.cpp23 CPoint where(0, size.getHeight() * ivalue); in draw() local
28 CPoint where(0, (down ? heightOfSingleImage : 0)); in draw() local
44 CPoint where(0, size.getHeight() * ivalue); in draw() local
49 CPoint where(0, (down ? heightOfSingleImage : 0)); in draw() local
63 CMouseEventResult CSwitchControl::onMouseDown(CPoint &where, const CButtonState &buttons) in onMouseDown()
104 CMouseEventResult CSwitchControl::onMouseUp(CPoint &where, const CButtonState &buttons) in onMouseUp()
108 CMouseEventResult CSwitchControl::onMouseMoved(CPoint &where, const CButtonState &buttons) in onMouseMoved()
112 bool CSwitchControl::onWheel(const CPoint &where, const float &distance, in onWheel()
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/monoid-subclasses-1.1/src/Data/Monoid/Instances/
H A DPositioned.hs27
123 where c = mappend c1 c2 function
202 where suffix = commonSuffix c1 c2 function
341 where len = length cp function
460 where rewrap _ [] = [] function
517 where p' = succ p function
567 where p' = succ p function
593 where p' = succ p function
605 where rewrap _ _ _ [] = [] function
608 where p' = p + length c function
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/js/src/jit/x86-shared/
H A DPatching-x86-shared.h16 GetPointer(const void* where) in GetPointer()
22 GetPointerRef(void* where) in GetPointerRef()
28 SetPointer(void* where, const void* value) in SetPointer()
30 reinterpret_cast<const void**>(where)[-1] = value; in SetPointer() local
34 GetInt32(const void* where) in GetInt32()
40 SetInt32(void* where, int32_t value) in SetInt32()
42 reinterpret_cast<int32_t*>(where)[-1] = value; in SetInt32() local
46 AddInt32(void* where, int32_t value) in AddInt32()
53 reinterpret_cast<uint32_t*>(where)[-1] += uint32_t(value); in AddInt32() local
69 GetRel32Target(void* where) in GetRel32Target()
/dports/devel/stack/stack-2.7.3/_cabal_deps/cryptonite-0.29/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/cryptonite-0.27/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/_cabal_deps/cryptonite-0.27/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/cryptonite-0.27/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/cryptonite-0.28/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/devel/hs-hpack/hpack-0.34.4/_cabal_deps/cryptonite-0.26/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/devel/hs-hoogle/hoogle-5.0.18.2/_cabal_deps/cryptonite-0.26/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/lang/elm/compiler-0.19.1/_cabal_deps/cryptonite-0.26/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]
/dports/www/hs-wai-app-static/wai-app-static-3.1.7.2/_cabal_deps/cryptonite-0.28/Crypto/Cipher/Twofish/
H A DPrimitive.hs74 where (a, b, c, d) = load32ls message function
97 where byte = ind `mod` 256 function
109 where (a, b, c, d) = load32ls message function
131 where t = array8 function
151 where t = array8 function
208 where range = [0..255] function
215 where !b0 = fmap mapper range function
226 where !b0 = fmap mapper range function
257 where key = rawKeyBytes keyPackage function
289 where input = fromIntegral byte function
[all …]

12345678910>>...676