Home
last modified time | relevance | path

Searched refs:put_ (Results 1 – 25 of 426) sorted by relevance

12345678910>>...18

/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieTypes.hs176 put_ bh n
179 put_ bh a
180 put_ bh b
183 put_ bh n
188 put_ bh a
191 put_ bh a
192 put_ bh b
195 put_ bh a
196 put_ bh b
226 put_ bh (HieArgs xs) = put_ bh xs function
[all …]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/hie-compat/src-ghc86/Compat/
H A DHieTypes.hs176 put_ bh n
179 put_ bh a
180 put_ bh b
183 put_ bh n
188 put_ bh a
191 put_ bh a
192 put_ bh b
195 put_ bh a
196 put_ bh b
226 put_ bh (HieArgs xs) = put_ bh xs function
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/hieFile/
H A DHieTypes.hs151 put_ bh n
154 put_ bh a
155 put_ bh b
158 put_ bh n
163 put_ bh a
166 put_ bh a
167 put_ bh b
170 put_ bh a
171 put_ bh b
201 put_ bh (HieArgs xs) = put_ bh xs function
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/Binary/
H A DTypeable.hs37 put_ bh tc = do function
118 put_ bh (VecRep a b) = putByte bh 0 >> put_ bh a >> put_ bh b function
119 put_ bh (TupleRep reps) = putByte bh 1 >> put_ bh reps function
120 put_ bh (SumRep reps) = putByte bh 2 >> put_ bh reps function
171 put_ bh (KindRepTyConApp tc k) = putByte bh 0 >> put_ bh tc >> put_ bh k function
172 put_ bh (KindRepVar bndr) = putByte bh 1 >> put_ bh bndr function
173 put_ bh (KindRepApp a b) = putByte bh 2 >> put_ bh a >> put_ bh b function
174 put_ bh (KindRepFun a b) = putByte bh 3 >> put_ bh a >> put_ bh b function
175 put_ bh (KindRepTYPE r) = putByte bh 4 >> put_ bh r function
176 put_ bh (KindRepTypeLit sort r) = putByte bh 5 >> put_ bh sort >> put_ bh r function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/utils/
H A DBinary.hs572 put_ bh (a,b) = do put_ bh a; put_ bh b function
578 put_ bh (a,b,c) = do put_ bh a; put_ bh b; put_ bh c function
585 put_ bh (a,b,c,d) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d function
593 put_ bh (a,b,c,d, e) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; function
602 put_ bh (a,b,c,d, e, f) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; function
612put_ bh (a,b,c,d,e,f,g) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; put… function
806 put_ bh (a :% b) = do put_ bh a; put_ bh b function
837 put_ bh (VecRep a b) = putByte bh 0 >> put_ bh a >> put_ bh b function
890 put_ bh (KindRepApp a b) = putByte bh 2 >> put_ bh a >> put_ bh b function
891 put_ bh (KindRepFun a b) = putByte bh 3 >> put_ bh a >> put_ bh b function
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/utils/
H A DBinary.hs572 put_ bh (a,b) = do put_ bh a; put_ bh b function
578 put_ bh (a,b,c) = do put_ bh a; put_ bh b; put_ bh c function
585 put_ bh (a,b,c,d) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d function
593 put_ bh (a,b,c,d, e) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; function
602 put_ bh (a,b,c,d, e, f) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; function
612put_ bh (a,b,c,d,e,f,g) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; put… function
806 put_ bh (a :% b) = do put_ bh a; put_ bh b function
837 put_ bh (VecRep a b) = putByte bh 0 >> put_ bh a >> put_ bh b function
890 put_ bh (KindRepApp a b) = putByte bh 2 >> put_ bh a >> put_ bh b function
891 put_ bh (KindRepFun a b) = putByte bh 3 >> put_ bh a >> put_ bh b function
[all …]
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/
H A DInterfaceFile.hs142 put_ bh iface
372 put_ bh m = put_ bh (Map.toList m) function
378 put_ bh env
390 put_ bh modu
392 put_ bh info
494 put_ bh (TableRow cs) = put_ bh cs function
521 put_ bh m
522 put_ bh d
737 put_ bh n
740 put_ bh n
[all …]
/dports/devel/hs-threadscope/threadscope-0.2.14/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCAST.hs699 put_ bh aa
700 put_ bh ab
701 put_ bh ac
710 put_ bh aa
711 put_ bh ab
712 put_ bh ac
721 put_ bh aa
722 put_ bh ab
723 put_ bh ac
724 put_ bh ad
[all …]
/dports/x11/conlecterm/conlecterm-1.4.3.0/_cabal_deps/gtk2hs-buildtools-0.13.8.0/c2hs/c/
H A DCAST.hs699 put_ bh aa
700 put_ bh ab
701 put_ bh ac
710 put_ bh aa
711 put_ bh ab
712 put_ bh ac
721 put_ bh aa
722 put_ bh ab
723 put_ bh ac
724 put_ bh ad
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Utils/
H A DBinary.hs637 put_ bh (a,b) = do put_ bh a; put_ bh b function
643 put_ bh (a,b,c) = do put_ bh a; put_ bh b; put_ bh c function
650 put_ bh (a,b,c,d) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d function
658 put_ bh (a,b,c,d, e) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; function
667 put_ bh (a,b,c,d, e, f) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; function
677put_ bh (a,b,c,d,e,f,g) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; put… function
871 put_ bh (a :% b) = do put_ bh a; put_ bh b function
902 put_ bh (VecRep a b) = putByte bh 0 >> put_ bh a >> put_ bh b function
951 put_ bh (KindRepApp a b) = putByte bh 2 >> put_ bh a >> put_ bh b function
1241 put_ h (Fingerprint w1 w2) = do put_ h w1; put_ h w2 function
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/client/
H A Dcmd_buffer_helper.cc52 if (curr_get > put_) { in CalcImmediateEntries()
118 put_ = 0; in SetGetBuffer()
175 if (put_ == total_entry_count_) in Flush()
176 put_ = 0; in Flush()
180 last_flush_put_ = put_; in Flush()
189 if (put_ == last_flush_put_ && put_ == last_ordering_barrier_put_) in FlushLazy()
197 put_ = 0; in OrderingBarrier()
226 if (!WaitForGetOffsetInRange(put_, put_)) in Finish()
305 DCHECK_LE(1, put_); in WaitForAvailableEntries()
321 put_ += num_to_skip; in WaitForAvailableEntries()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/client/
H A Dcmd_buffer_helper.cc52 if (curr_get > put_) { in CalcImmediateEntries()
118 put_ = 0; in SetGetBuffer()
175 if (put_ == total_entry_count_) in Flush()
176 put_ = 0; in Flush()
180 last_flush_put_ = put_; in Flush()
189 if (put_ == last_flush_put_ && put_ == last_ordering_barrier_put_) in FlushLazy()
197 put_ = 0; in OrderingBarrier()
226 if (!WaitForGetOffsetInRange(put_, put_)) in Finish()
305 DCHECK_LE(1, put_); in WaitForAvailableEntries()
321 put_ += num_to_skip; in WaitForAvailableEntries()
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Utils/
H A DBinary.hs629 put_ bh (a,b) = do put_ bh a; put_ bh b function
635 put_ bh (a,b,c) = do put_ bh a; put_ bh b; put_ bh c function
642 put_ bh (a,b,c,d) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d function
650 put_ bh (a,b,c,d, e) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; function
659 put_ bh (a,b,c,d, e, f) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; function
669put_ bh (a,b,c,d,e,f,g) = do put_ bh a; put_ bh b; put_ bh c; put_ bh d; put_ bh e; put_ bh f; put… function
696 put_ bh u = do put_ bh (utctDay u) function
708 put_ bh dt = put_ bh (toRational dt) function
863 put_ bh (a :% b) = do put_ bh a; put_ bh b function
1037 put_ h (Fingerprint w1 w2) = do put_ h w1; put_ h w2 function
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Unit/Module/
H A DDeps.hs64 put_ bh deps = do put_ bh (dep_mods deps) function
149 put_ bh (usg_mod usg)
150 put_ bh (usg_mod_hash usg)
151 put_ bh (usg_safe usg)
155 put_ bh (usg_mod_name usg)
156 put_ bh (usg_mod_hash usg)
157 put_ bh (usg_exports usg)
158 put_ bh (usg_entities usg)
159 put_ bh (usg_safe usg)
161 put_ bh usg@UsageFile{} = do function
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Types/
H A DForeignCall.hs266 put_ bh (CCall aa) = put_ bh aa function
285 put_ bh ss
286 put_ bh aa
287 put_ bh ab
296 put_ bh aa
297 put_ bh ab
298 put_ bh ac
308 put_ bh ss
309 put_ bh aa
345 put_ bh (CType s mh fs) = do put_ bh s function
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Types/
H A DForeignCall.hs267 put_ bh (CCall aa) = put_ bh aa function
271 put_ bh PlaySafe =
286 put_ bh ss
287 put_ bh aa
288 put_ bh ab
297 put_ bh aa
298 put_ bh ab
299 put_ bh ac
309 put_ bh ss
346 put_ bh (CType s mh fs) = do put_ bh s function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/prelude/
H A DForeignCall.hs260 put_ bh (CCall aa) = put_ bh aa function
279 put_ bh ss
280 put_ bh aa
281 put_ bh ab
290 put_ bh aa
291 put_ bh ab
292 put_ bh ac
293 put_ bh ad
294 put_ bh ae
343 put_ bh (CType s mh fs) = do put_ bh s function
[all …]
/dports/lang/ghc/ghc-8.10.7/compiler/prelude/
H A DForeignCall.hs260 put_ bh (CCall aa) = put_ bh aa function
279 put_ bh ss
280 put_ bh aa
281 put_ bh ab
290 put_ bh aa
291 put_ bh ab
292 put_ bh ac
293 put_ bh ad
294 put_ bh ae
343 put_ bh (CType s mh fs) = do put_ bh s function
[all …]
/dports/devel/hs-ormolu/ormolu-0.4.0.0/_cabal_deps/ghc-lib-parser-9.2.1.20211101/compiler/GHC/Iface/
H A DSyntax.hs2093 put_ bh (IfDataTyCon cs) = putByte bh 1 >> put_ bh cs function
2094 put_ bh (IfNewTyCon c) = putByte bh 2 >> put_ bh c function
2136 put_ bh (IfUnpackCo co) = putByte bh 3 >> put_ bh co function
2216 put_ bh (IfRecSelId a b) = putByte bh 1 >> put_ bh a >> put_ bh b function
2226 put_ bh (HsArity aa) = putByte bh 0 >> put_ bh aa function
2228 put_ bh (HsUnfold lb ad) = putByte bh 2 >> put_ bh lb >> put_ bh ad function
2435 put_ bh (IfaceDataAlt aa) = putByte bh 1 >> put_ bh aa function
2436 put_ bh (IfaceLitAlt ac) = putByte bh 2 >> put_ bh ac function
2445 put_ bh (IfaceNonRec aa ab) = putByte bh 0 >> put_ bh aa >> put_ bh ab function
2446 put_ bh (IfaceRec ac) = putByte bh 1 >> put_ bh ac function
[all …]
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/mips/
H A Dvc1dsp_init_mips.c59 FN_ASSIGN(put_, 0, 0, _mmi); in ff_vc1dsp_init_mips()
60 FN_ASSIGN(put_, 0, 1, _mmi); in ff_vc1dsp_init_mips()
61 FN_ASSIGN(put_, 0, 2, _mmi); in ff_vc1dsp_init_mips()
62 FN_ASSIGN(put_, 0, 3, _mmi); in ff_vc1dsp_init_mips()
64 FN_ASSIGN(put_, 1, 0, _mmi); in ff_vc1dsp_init_mips()
69 FN_ASSIGN(put_, 2, 0, _mmi); in ff_vc1dsp_init_mips()
74 FN_ASSIGN(put_, 3, 0, _mmi); in ff_vc1dsp_init_mips()
110 FN_ASSIGN(put_, 1, 1, _msa); in ff_vc1dsp_init_mips()
111 FN_ASSIGN(put_, 1, 2, _msa); in ff_vc1dsp_init_mips()
112 FN_ASSIGN(put_, 1, 3, _msa); in ff_vc1dsp_init_mips()
[all …]
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/mips/
H A Dvc1dsp_init_mips.c59 FN_ASSIGN(put_, 0, 0, _mmi); in ff_vc1dsp_init_mips()
60 FN_ASSIGN(put_, 0, 1, _mmi); in ff_vc1dsp_init_mips()
61 FN_ASSIGN(put_, 0, 2, _mmi); in ff_vc1dsp_init_mips()
62 FN_ASSIGN(put_, 0, 3, _mmi); in ff_vc1dsp_init_mips()
64 FN_ASSIGN(put_, 1, 0, _mmi); in ff_vc1dsp_init_mips()
69 FN_ASSIGN(put_, 2, 0, _mmi); in ff_vc1dsp_init_mips()
74 FN_ASSIGN(put_, 3, 0, _mmi); in ff_vc1dsp_init_mips()
110 FN_ASSIGN(put_, 1, 1, _msa); in ff_vc1dsp_init_mips()
111 FN_ASSIGN(put_, 1, 2, _msa); in ff_vc1dsp_init_mips()
112 FN_ASSIGN(put_, 1, 3, _msa); in ff_vc1dsp_init_mips()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_init_mips.c56 FN_ASSIGN(put_, 0, 0, _mmi); in vc1dsp_init_mmi()
57 FN_ASSIGN(put_, 0, 1, _mmi); in vc1dsp_init_mmi()
58 FN_ASSIGN(put_, 0, 2, _mmi); in vc1dsp_init_mmi()
59 FN_ASSIGN(put_, 0, 3, _mmi); in vc1dsp_init_mmi()
61 FN_ASSIGN(put_, 1, 0, _mmi); in vc1dsp_init_mmi()
66 FN_ASSIGN(put_, 2, 0, _mmi); in vc1dsp_init_mmi()
71 FN_ASSIGN(put_, 3, 0, _mmi); in vc1dsp_init_mmi()
110 FN_ASSIGN(put_, 1, 1, _msa); in vc1dsp_init_msa()
111 FN_ASSIGN(put_, 1, 2, _msa); in vc1dsp_init_msa()
112 FN_ASSIGN(put_, 1, 3, _msa); in vc1dsp_init_msa()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/mips/
H A Dvc1dsp_init_mips.c59 FN_ASSIGN(put_, 0, 0, _mmi); in ff_vc1dsp_init_mips()
60 FN_ASSIGN(put_, 0, 1, _mmi); in ff_vc1dsp_init_mips()
61 FN_ASSIGN(put_, 0, 2, _mmi); in ff_vc1dsp_init_mips()
62 FN_ASSIGN(put_, 0, 3, _mmi); in ff_vc1dsp_init_mips()
64 FN_ASSIGN(put_, 1, 0, _mmi); in ff_vc1dsp_init_mips()
69 FN_ASSIGN(put_, 2, 0, _mmi); in ff_vc1dsp_init_mips()
74 FN_ASSIGN(put_, 3, 0, _mmi); in ff_vc1dsp_init_mips()
110 FN_ASSIGN(put_, 1, 1, _msa); in ff_vc1dsp_init_mips()
111 FN_ASSIGN(put_, 1, 2, _msa); in ff_vc1dsp_init_mips()
112 FN_ASSIGN(put_, 1, 3, _msa); in ff_vc1dsp_init_mips()
[all …]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/ghc-lib-parser-9.0.1.20210324/compiler/GHC/Iface/
H A DSyntax.hs2091 put_ bh (IfDataTyCon cs) = putByte bh 1 >> put_ bh cs function
2092 put_ bh (IfNewTyCon c) = putByte bh 2 >> put_ bh c function
2134 put_ bh (IfUnpackCo co) = putByte bh 3 >> put_ bh co function
2214 put_ bh (IfRecSelId a b) = putByte bh 1 >> put_ bh a >> put_ bh b function
2224 put_ bh (HsArity aa) = putByte bh 0 >> put_ bh aa function
2226 put_ bh (HsUnfold lb ad) = putByte bh 2 >> put_ bh lb >> put_ bh ad function
2423 put_ bh (IfaceDataAlt aa) = putByte bh 1 >> put_ bh aa function
2424 put_ bh (IfaceLitAlt ac) = putByte bh 2 >> put_ bh ac function
2433 put_ bh (IfaceNonRec aa ab) = putByte bh 0 >> put_ bh aa >> put_ bh ab function
2434 put_ bh (IfaceRec ac) = putByte bh 1 >> put_ bh ac function
[all …]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-lib-parser-8.10.7.20210828/compiler/iface/
H A DIfaceSyn.hs2022 put_ bh (IfDataTyCon cs) = putByte bh 1 >> put_ bh cs function
2023 put_ bh (IfNewTyCon c) = putByte bh 2 >> put_ bh c function
2065 put_ bh (IfUnpackCo co) = putByte bh 3 >> put_ bh co function
2145 put_ bh (IfRecSelId a b) = putByte bh 1 >> put_ bh a >> put_ bh b function
2165 put_ bh (HsArity aa) = putByte bh 0 >> put_ bh aa function
2167 put_ bh (HsUnfold lb ad) = putByte bh 2 >> put_ bh lb >> put_ bh ad function
2359 put_ bh (IfaceDataAlt aa) = putByte bh 1 >> put_ bh aa function
2360 put_ bh (IfaceLitAlt ac) = putByte bh 2 >> put_ bh ac function
2369 put_ bh (IfaceNonRec aa ab) = putByte bh 0 >> put_ bh aa >> put_ bh ab function
2370 put_ bh (IfaceRec ac) = putByte bh 1 >> put_ bh ac function
[all …]

12345678910>>...18