Home
last modified time | relevance | path

Searched defs:val_ptr (Results 1 – 3 of 3) sorted by relevance

/third_party/elfutils/lib/
Ddynamicsizehash_concurrent.c84 TYPE val_ptr; in insert_helper() local
228 TYPE val_ptr = (TYPE) atomic_load_explicit( in resize_helper() local
/third_party/gn/src/base/
Dvalues.cc277 auto val_ptr = std::make_unique<Value>(std::move(value)); in SetKey() local
/third_party/rust/crates/memchr/bench/data/code/
Drust-library.rs38778 let val_ptr = self.insert_fit(key, val); localVariable
38793 let val_ptr = insertion_edge.insert_fit(key, val); localVariable