Lines Matching defs:index
31 uint32_t index;
39 index = OLD_API_TABLE1;
41 index = OLD_API_TABLE1;
43 index = OLD_API_TABLE2;
46 index = NEW_API_TABLE;
50 index = OLD_API_TABLE3;
53 index = NEW_API_TABLE;
58 index = NEW_API_TABLE2;
61 index = NEW_API_TABLE;
64 index = NEW_API_TABLE;
68 return index;
82 uint32_t index;
84 index = get_table_index();
85 secure_boot = (rom_secure_boot_api_f) rom_api_table[index];
100 uint32_t index;
102 index = get_table_index();
103 get_lcs = (rom_get_lcs_api_f) rom_get_lcs_table[index];