Home
last modified time | relevance | path

Searched refs:old_keys (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/sdl/src/video/psp/
DSDL_pspevents.c81 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/
Dshrpx_worker_process.cc223 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/
Drx51.c513 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/
Dghash.c621 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/
Dconfigdialog.py1548 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])