Home
last modified time | relevance | path

Searched refs:BRef (Results 1 – 25 of 69) sorted by relevance

123

/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/src/Data/Mutable/
H A DBRef.hs5 module Data.Mutable.BRef
7 BRef
25 newtype BRef s a = BRef (VB.MVector s a) function
29 asBRef :: BRef s a -> BRef s a
34 type IOBRef = BRef (PrimState IO)
37 type MCState (BRef s a) = s
38 instance MutableRef (BRef s a) where
39 type RefElement (BRef s a) = a
41 newRef = liftM BRef . V.replicate 1
44 readRef (BRef v) = V.unsafeRead v 0
[all …]
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dfrobj.c54 ObjRefID curLRef, BRef; in pick_best_ref() local
59 BRef = cRef; // find correct version of object, initially, first guess is best in pick_best_ref()
80 BRef = curLRef; in pick_best_ref()
87 CitrefSetDealt(BRef); in pick_best_ref()
88 return (BRef == cRef); in pick_best_ref()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/stdlib/src/
H A Dtimer.erl147 cancel(BRef) ->
148 req(cancel, BRef).
289 BRef = {Started + 1000*Time, make_ref()},
290 Timer = {BRef, timeout, Op},
293 {reply, {ok, BRef}, [], Timeout};
315 delete_ref(BRef),
385 delete_ref(BRef = {interval, _}) ->
386 case ets:lookup(?INTERVAL_TAB, BRef) of
388 ets:delete(?INTERVAL_TAB, BRef),
393 delete_ref(BRef) ->
[all …]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/src/Data/
H A DMutable.hs17 , BRef
63 import Data.Mutable.BRef
/dports/devel/rebar3/rebar3-3.17.0/src/
H A Drebar_hg_resource.erl49 BRef = get_branch_ref(Dir, Branch),
50 not ((Ref =:= BRef) andalso compare_url(Dir, Url));
53 BRef = get_branch_ref(Dir, "default"),
54 not ((Ref =:= BRef) andalso compare_url(Dir, Url));
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaCXX/
H A Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaCXX/
H A Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/MC/
H A DMCPseudoProbe.cpp29 const MCExpr *BRef = MCSymbolRefExpr::create(B, Variant, Context); in buildSymbolDiff() local
31 MCBinaryExpr::create(MCBinaryExpr::Sub, ARef, BRef, Context); in buildSymbolDiff()
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/mutable-containers-0.3.4/
H A DREADME.md67 `SRef`, and `BRef` all contain a 1-length mutable vector under the surface,
74 While `BRef` doesn't give this same advantage (since the values are still
87 and `SRef`, and finally `BRef`.
104 containing an instance of `IsSequence`, e.g. `IORef [Int]` or `BRef s (Seq
167 benchmarking BRef
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaCXX/
H A Denable_if.cpp313 …auto BRef = reinterpret_cast<CharFooTy>(&foo); // expected-error{{reinterpret_cast cannot resolve … in testIt() local
326 constexpr auto BRef = (CharFooTy)&foo; in testItCStyle() local
330 static_assert(B == BRef && BRef == BExplicit, ""); in testItCStyle()

123