Home
last modified time | relevance | path

Searched refs:insert_bucket (Results 1 – 21 of 21) sorted by relevance

/dports/lang/mosml/mosml-ver-2.10.1/src/compiler/
H A DHasht.sml70 fun insert_bucket Empty = function
72 | insert_bucket (Cons(k, c, v, next)) =
75 else Cons(k, c, v, insert_bucket next)
77 val bucket = insert_bucket (data sub i)
/dports/lang/mosml/mosml-ver-2.10.1/src/compiler.cminusminus/
H A DHasht.sml70 fun insert_bucket Empty = function
72 | insert_bucket (Cons(k, c, v, next)) =
75 else Cons(k, c, v, insert_bucket next)
77 val bucket = insert_bucket (data sub i)
/dports/lang/mosml/mosml-ver-2.10.1/src/doc/helpsigs/
H A DHasht.sml70 fun insert_bucket Empty = function
72 | insert_bucket (Cons(k, c, v, next)) =
75 else Cons(k, c, v, insert_bucket next)
77 val bucket = insert_bucket (data sub i)
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/src/modelica_compiler/
H A DgraphNodeSet.ml83 let insert_bucket buckt =
95 insert_bucket odata.(i)
/dports/devel/google-cloud-cpp/google-cloud-cpp-1.21.0/google/cloud/storage/emulator/
H A Ddatabase.py60 def insert_bucket(self, request, bucket, context): member in Database
95 self.insert_bucket(request, bucket_test, context)
H A Dgrpc_server.py44 db.insert_bucket(request, bucket, context)
H A Demulator.py121 db.insert_bucket(flask.request, bucket, None)
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1251 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1253 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1254 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1276 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1278 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1279 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1251 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1253 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1254 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1251 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1253 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1254 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/devel/google-cloud-cpp117/google-cloud-cpp-1.17.0/google/cloud/storage/testbench/
H A Dtestbench_utils.py280 def insert_bucket(bucket_name, bucket): function
H A Dtestbench.py69 testbench_utils.insert_bucket(bucket_name, bucket)
118 testbench_utils.insert_bucket(bucket_name, bucket)
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1274 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1276 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1277 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1274 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1276 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1277 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1266 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1268 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1269 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/utilities/
H A DconcurrentHashTable.inline.hpp1342 Bucket* insert_bucket = to_cht->get_bucket(insert_hash); in try_move_nodes_to() local
1344 move_node->set_next(insert_bucket->first()); in try_move_nodes_to()
1345 ok = insert_bucket->cas_first(move_node, insert_bucket->first()); in try_move_nodes_to()
/dports/lang/ocaml/ocaml-4.05.0/stdlib/
H A Dhashtbl.ml130 let rec insert_bucket = function
143 insert_bucket next
146 insert_bucket odata.(i)
H A Dephemeron.ml141 let rec insert_bucket = function
144 insert_bucket rest; (* preserve original order of elements *)
148 insert_bucket odata.(i)
/dports/lang/ocaml-nox11/ocaml-4.05.0/stdlib/
H A Dhashtbl.ml130 let rec insert_bucket = function
143 insert_bucket next
146 insert_bucket odata.(i)
H A Dephemeron.ml141 let rec insert_bucket = function
144 insert_bucket rest; (* preserve original order of elements *)
148 insert_bucket odata.(i)