Home
last modified time | relevance | path

Searched refs:record_it (Results 1 – 2 of 2) sorted by relevance

/external/elfutils/lib/
Ddynamicsizehash_concurrent.c195 size_t record_it = my_block * INITIALIZATION_BLOCK_SIZE; in resize_helper() local
200 while (record_it++ != record_end) in resize_helper()
202 atomic_init(&htab->table[record_it].hashval, (uintptr_t) NULL); in resize_helper()
203 atomic_init(&htab->table[record_it].val_ptr, (uintptr_t) NULL); in resize_helper()
220 size_t record_it = my_block * MOVE_BLOCK_SIZE; in resize_helper() local
225 while (record_it++ != record_end) in resize_helper()
228 &htab->old_table[record_it].val_ptr, in resize_helper()
234 &htab->old_table[record_it].hashval, in resize_helper()
/external/openscreen/discovery/mdns/
Dmdns_responder.cc271 const auto record_it = record.name().labels().begin() + 2; in ApplyServiceTypeEnumerationResults() local
272 if (std::equal(domain_it, name.labels().end(), record_it, in ApplyServiceTypeEnumerationResults()