Searched refs:old_keys (Results 1 - 7 of 7) sorted by relevance
/third_party/node/deps/v8/src/utils/ |
H A D | identity-map.cc | 301 Address* old_keys = keys_; in Resize() local 316 if (old_keys[i] == not_mapped) continue; in Resize() 317 int index = InsertKey(old_keys[i], Hash(old_keys[i])).first; in Resize() 328 DeletePointerArray(reinterpret_cast<uintptr_t*>(old_keys), old_capacity); in Resize()
|
/kernel/linux/linux-5.10/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 297 struct signatures old_keys; in TEST() local 315 sign_all(&old_keys, i); in TEST() 317 sign_specific(&old_keys, i); in TEST() 319 ret = n_same(&old_keys, &new_keys, nkeys); in TEST()
|
/kernel/linux/linux-6.6/tools/testing/selftests/arm64/pauth/ |
H A D | pac.c | 297 struct signatures old_keys; in TEST() local 315 sign_all(&old_keys, i); in TEST() 317 sign_specific(&old_keys, i); in TEST() 319 ret = n_same(&old_keys, &new_keys, nkeys); in TEST()
|
/third_party/nghttp2/src/ |
H A D | shrpx_worker_process.cc | 239 auto &old_keys = old_ticket_keys->keys; in renew_ticket_key_cb() local 242 assert(!old_keys.empty()); in renew_ticket_key_cb() 249 new_keys.resize(std::min(max_tickets, old_keys.size() + 1)); in renew_ticket_key_cb() 250 std::copy_n(std::begin(old_keys), new_keys.size() - 1, in renew_ticket_key_cb()
|
/kernel/linux/linux-5.10/drivers/md/bcache/ |
H A D | bset.c | 135 uint64_t *old_keys = l->keys_p == l->inline_keys ? NULL : l->keys_p; in __bch_keylist_realloc() local 144 new_keys = krealloc(old_keys, sizeof(uint64_t) * newsize, GFP_NOIO); in __bch_keylist_realloc() 149 if (!old_keys) in __bch_keylist_realloc()
|
/kernel/linux/linux-6.6/drivers/md/bcache/ |
H A D | bset.c | 135 uint64_t *old_keys = l->keys_p == l->inline_keys ? NULL : l->keys_p; in __bch_keylist_realloc() local 144 new_keys = krealloc(old_keys, sizeof(uint64_t) * newsize, GFP_NOIO); in __bch_keylist_realloc() 149 if (!old_keys) in __bch_keylist_realloc()
|
/third_party/python/Lib/idlelib/ |
H A D | configdialog.py | 1320 old_keys = ( 1327 if value not in old_keys: 1328 if idleConf.GetOption('main', 'Keys', 'name') not in old_keys: 1329 changes.add_option('main', 'Keys', 'name', old_keys[0])
|
Completed in 9 milliseconds