Searched refs:old_keys (Results 1 – 5 of 5) sorted by relevance
/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/ |
D | SDL_pspevents.c | 81 static enum PspHprmKeys old_keys = 0; in PSP_PumpEvents() local 89 changed = old_keys ^ keys; in PSP_PumpEvents() 90 old_keys = keys; in PSP_PumpEvents()
|
/third_party/nghttp2/src/ |
D | shrpx_worker_process.cc | 223 auto &old_keys = old_ticket_keys->keys; in renew_ticket_key_cb() local 226 assert(!old_keys.empty()); in renew_ticket_key_cb() 233 new_keys.resize(std::min(max_tickets, old_keys.size() + 1)); in renew_ticket_key_cb() 234 std::copy_n(std::begin(old_keys), new_keys.size() - 1, in renew_ticket_key_cb()
|
/third_party/uboot/u-boot-2020.01/board/nokia/rx51/ |
D | rx51.c | 513 static u8 old_keys[8] = {0, 0, 0, 0, 0, 0, 0, 0}; variable 629 dk = ((keys[c] ^ old_keys[c])&keys[c]); in rx51_kp_tstc() 630 old_keys[c] = keys[c]; in rx51_kp_tstc()
|
/third_party/glib/glib/ |
D | ghash.c | 621 gpointer *old_keys; in g_hash_table_remove_all_nodes() local 678 old_keys = g_steal_pointer (&hash_table->keys); in g_hash_table_remove_all_nodes() 694 key = g_hash_table_fetch_key_or_value (old_keys, i, old_have_big_keys); in g_hash_table_remove_all_nodes() 699 g_hash_table_assign_key_or_value (old_keys, i, old_have_big_keys, NULL); in g_hash_table_remove_all_nodes() 711 if (old_keys != old_values) in g_hash_table_remove_all_nodes() 714 g_free (old_keys); in g_hash_table_remove_all_nodes()
|
/third_party/python/Lib/idlelib/ |
D | configdialog.py | 1548 old_keys = ( 1555 if value not in old_keys: 1556 if idleConf.GetOption('main', 'Keys', 'name') not in old_keys: 1557 changes.add_option('main', 'Keys', 'name', old_keys[0])
|