/scripts/gendwarfksyms/ |
A D | cache.c | 9 unsigned long key; member 14 void cache_set(struct cache *cache, unsigned long key, int value) in cache_set() 24 int cache_get(struct cache *cache, unsigned long key) in cache_get()
|
/scripts/include/ |
A D | hashtable.h | 16 #define hash_head(table, key) (&(table)[(key) % HASH_SIZE(table)]) argument 41 #define hash_add(table, node, key) \ argument 83 #define hash_for_each_possible(table, obj, member, key) \ argument 95 #define hash_for_each_possible_safe(table, obj, tmp, member, key) \ argument
|
/scripts/kconfig/ |
A D | mnconf-common.c | 8 int next_jump_key(int key) in next_jump_key() 21 int handle_search_keys(int key, size_t start, size_t end, void *_data) in handle_search_keys()
|
A D | nconf.c | 311 function_key key; member 396 static void handle_f1(int *key, struct menu *current_item) in handle_f1() 404 static void handle_f2(int *key, struct menu *current_item) in handle_f2() 411 static void handle_f3(int *key, struct menu *current_item) in handle_f3() 420 static void handle_f4(int *key, struct menu *current_item) in handle_f4() 436 static void handle_f5(int *key, struct menu *current_item) in handle_f5() 443 static void handle_f6(int *key, struct menu *current_item) in handle_f6() 450 static void handle_f7(int *key, struct menu *current_item) in handle_f7() 457 static void handle_f8(int *key, struct menu *current_item) in handle_f8() 464 static void handle_f9(int *key, struct menu *current_item) in handle_f9() [all …]
|
A D | qconf.cc | 51 QList<int> ConfigSettings::readSizes(const QString& key, bool *ok) in readSizes() 74 bool ConfigSettings::writeSizes(const QString& key, const QList<int>& value) in writeSizes()
|
/scripts/lib/kdoc/ |
A D | kdoc_item.py | 25 def get(self, key, default = None): argument 28 def __getitem__(self, key): argument
|
/scripts/kconfig/lxdialog/ |
A D | yesno.c | 31 int i, x, y, key = 0, button = 0; in dialog_yesno() local
|
A D | inputbox.c | 35 int input_x = 0, key = 0, button = -1; in dialog_inputbox() local
|
A D | checklist.c | 108 int key = 0, button = 0, choice = 0, scroll = 0, max_choice; in dialog_checklist() local
|
A D | menubox.c | 168 int key = 0, button = 0, scroll = 0, choice = 0; in dialog_menu() local
|
A D | textbox.c | 155 int i, x, y, cur_x, cur_y, key = 0; in dialog_textbox() local
|
A D | util.c | 521 int key; in on_key_esc() local
|
/scripts/crypto/ |
A D | gen-hash-testvecs.py | 32 def __init__(self, key): argument
|
/scripts/ |
A D | sorttable.c | 620 uint64_t key = *(const uint64_t *)K; in cmp_func_addr() local 629 static int find_func(uint64_t key) in find_func() 858 uint64_t key; in sort_mcount_loc() local
|