Searched refs:old_entry (Results 1 – 9 of 9) sorted by relevance
/external/wpa_supplicant_8/src/ap/ |
D | pmksa_cache_auth.c | 396 const struct rsn_pmksa_cache_entry *old_entry, in pmksa_cache_add_okc() argument 405 os_memcpy(entry->pmk, old_entry->pmk, old_entry->pmk_len); in pmksa_cache_add_okc() 406 entry->pmk_len = old_entry->pmk_len; in pmksa_cache_add_okc() 407 entry->expiration = old_entry->expiration; in pmksa_cache_add_okc() 408 entry->akmp = old_entry->akmp; in pmksa_cache_add_okc() 409 os_memcpy(entry->spa, old_entry->spa, ETH_ALEN); in pmksa_cache_add_okc() 411 if (old_entry->identity) { in pmksa_cache_add_okc() 412 entry->identity = os_malloc(old_entry->identity_len); in pmksa_cache_add_okc() 414 entry->identity_len = old_entry->identity_len; in pmksa_cache_add_okc() 415 os_memcpy(entry->identity, old_entry->identity, in pmksa_cache_add_okc() [all …]
|
D | pmksa_cache_auth.h | 64 const struct rsn_pmksa_cache_entry *old_entry,
|
/external/v8/src/compiler/ |
D | value-numbering-reducer.cc | 198 Node* const old_entry = old_entries[i]; in Grow() local 199 if (!old_entry || old_entry->IsDead()) continue; in Grow() 200 for (size_t j = HashCode(old_entry) & mask;; j = (j + 1) & mask) { in Grow() 202 if (entry == old_entry) { in Grow() 207 entries_[j] = old_entry; in Grow()
|
/external/syslinux/gpxe/src/util/ |
D | mergerom.pl | 32 my $old_entry = $$baserom_entry; 34 $$rom_entry = $old_entry;
|
/external/wpa_supplicant_8/src/rsn_supp/ |
D | pmksa_cache.c | 357 const struct rsn_pmksa_cache_entry *old_entry, in pmksa_cache_clone_entry() argument 362 new_entry = pmksa_cache_add(pmksa, old_entry->pmk, old_entry->pmk_len, in pmksa_cache_clone_entry() 365 old_entry->network_ctx, old_entry->akmp); in pmksa_cache_clone_entry() 370 new_entry->expiration = old_entry->expiration; in pmksa_cache_clone_entry()
|
/external/v8/src/crankshaft/ |
D | hydrogen-check-elimination.cc | 180 HCheckTableEntry* old_entry = &entries_[i]; in Copy() local 181 DCHECK(old_entry->maps_->size() > 0); in Copy() 183 new_entry->object_ = old_entry->object_; in Copy() 184 new_entry->maps_ = old_entry->maps_; in Copy() 185 new_entry->state_ = old_entry->state_; in Copy() 187 if (old_entry->check_ != NULL && in Copy() 188 old_entry->check_->block()->Dominates(succ)) { in Copy() 189 new_entry->check_ = old_entry->check_; in Copy()
|
/external/python/cpython2/Modules/ |
D | readline.c | 440 HIST_ENTRY *old_entry; in py_replace_history() local 451 old_entry = replace_history_entry(entry_number, line, (void *)NULL); in py_replace_history() 452 if (!old_entry) { in py_replace_history() 459 _py_free_history_entry(old_entry); in py_replace_history()
|
/external/v8/src/ |
D | gdb-jit.cc | 2099 JITCodeEntry* old_entry = cur.value(); in RemoveJITCodeEntries() local 2101 UnregisterCodeEntry(old_entry); in RemoveJITCodeEntries() 2102 DestroyCodeEntry(old_entry); in RemoveJITCodeEntries()
|
D | objects.cc | 18502 for (int old_entry = 0; old_entry < (nof + nod); ++old_entry) { in Rehash() local 18503 Object* key = table->KeyAt(old_entry); in Rehash() 18505 table->SetRemovedIndexAt(removed_holes_index++, old_entry); in Rehash() 18514 int old_index = table->EntryToIndex(old_entry); in Rehash()
|