Home
last modified time | relevance | path

Searched refs:oldV (Results 1 – 25 of 255) sorted by relevance

1234567891011

/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DClassMap.java162 final T oldV = map.putIfAbsent(clazz, newV); in get() local
163 return oldV != null ? oldV : newV; in get()
169 final T oldV = ref.get(); in get() local
170 if(oldV != null) { in get()
171 return oldV; in get()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/nashorn/src/jdk/internal/dynalink/support/
H A DClassMap.java162 final T oldV = map.putIfAbsent(clazz, newV); in get() local
163 return oldV != null ? oldV : newV; in get()
169 final T oldV = ref.get(); in get() local
170 if(oldV != null) { in get()
171 return oldV; in get()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DClassMap.java144 final T oldV = map.putIfAbsent(clazz, newV); in get() local
145 return oldV != null ? oldV : newV; in get()
151 final T oldV = ref.get(); in get() local
152 if(oldV != null) { in get()
153 return oldV; in get()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DClassMap.java144 final T oldV = map.putIfAbsent(clazz, newV); in get() local
145 return oldV != null ? oldV : newV; in get()
151 final T oldV = ref.get(); in get() local
152 if(oldV != null) { in get()
153 return oldV; in get()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DClassMap.java144 final T oldV = map.putIfAbsent(clazz, newV); in get() local
145 return oldV != null ? oldV : newV; in get()
151 final T oldV = ref.get(); in get() local
152 if(oldV != null) { in get()
153 return oldV; in get()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DClassMap.java144 final T oldV = map.putIfAbsent(clazz, newV); in get() local
145 return oldV != null ? oldV : newV; in get()
151 final T oldV = ref.get(); in get() local
152 if(oldV != null) { in get()
153 return oldV; in get()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/jdk.dynalink/share/classes/jdk/dynalink/
H A DClassMap.java144 final T oldV = map.putIfAbsent(clazz, newV); in get() local
145 return oldV != null ? oldV : newV; in get()
151 final T oldV = ref.get(); in get() local
152 if(oldV != null) { in get()
153 return oldV; in get()
/dports/math/combblas/CombBLAS_beta_16_2/include/CombBLAS/PBBS/
H A Dutils.h149 volatile ET newV, oldV; in fetchAndAdd() local
151 do {oldV = *a; newV = oldV + b;} in fetchAndAdd()
152 while (!CAS(a, oldV, newV)); in fetchAndAdd()
153 return oldV; in fetchAndAdd()
158 volatile ET newV, oldV; in writeAdd() local
159 do {oldV = *a; newV = oldV + b;} in writeAdd()
160 while (!CAS(a, oldV, newV)); in writeAdd()
/dports/security/vault/vault-1.8.2/vendor/github.com/hashicorp/nomad/scheduler/
H A Dannotate.go120 var oldV, newV int
123 oldV = 0
125 oldV, err = strconv.Atoi(countDiff.Old)
140 if oldV < newV {
142 } else if newV < oldV {
/dports/lang/purescript/purescript-0.14.5/_cabal_deps/unordered-containers-0.2.14.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/games/hedgewars-server/hedgewars-src-1.0.0/gameServer/_cabal_deps/unordered-containers-0.2.11.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/finance/hs-hledger-ui/hledger-ui-1.19/_cabal_deps/unordered-containers-0.2.14.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/finance/hs-hledger/hledger-1.19/_cabal_deps/unordered-containers-0.2.12.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/finance/hs-hledger-web/hledger-web-1.19/_cabal_deps/unordered-containers-0.2.12.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-ShellCheck/ShellCheck-0.8.0/_cabal_deps/unordered-containers-0.2.14.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-git-annex/git-annex-8.20210903/_cabal_deps/unordered-containers-0.2.11.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-spago/spago-0.20.3/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-hlint/hlint-3.3.4/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-git-brunch/git-brunch-1.5.1.0/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-darcs/darcs-2.16.4/_cabal_deps/unordered-containers-0.2.14.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-hls-install/haskell-language-server-1.4.0/install/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/devel/hs-ghcprofview/ghcprofview-0.1.0.1/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/deskutils/hs-arbtt/arbtt-0.10.2/_cabal_deps/unordered-containers-0.2.12.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/unordered-containers-0.2.13.0/tests/
H A DRegressions.hs107 let oldV = error $ "Should not be evaluated: " ++ show i function
108 weakV <- mkWeakPtr oldV Nothing -- add the ability to test whether oldV is alive
109 …te $ HML.insert (KC 1) (error "Should not be evaluated") $ HML.fromList [(KC 0, "1"), (KC 1, oldV)]
119 let oldV = show i function
120 weakV <- mkWeakPtr oldV Nothing
121 mp <- evaluate $ HM.insert (KC 1) "3" $ HM.fromList [(KC 0, "1"), (KC 1, oldV)]

1234567891011