Searched refs:save_index (Results 1 – 5 of 5) sorted by relevance
/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/ |
D | scheduler.c | 1638 static void print_statistic(gpir_compiler *comp, int save_index) in print_statistic() argument 1646 if (node->index >= save_index) in print_statistic() 1684 int save_index = comp->cur_index; in gpir_schedule_prog() local 1723 print_statistic(comp, save_index); in gpir_schedule_prog()
|
/third_party/openssl/apps/ |
D | apps.h | 538 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
|
D | srp.c | 579 if (!save_index(srpvfile, "new", db)) in srp_main()
|
D | ca.c | 692 if (!save_index(dbfile, "new", db)) in ca_main() 983 if (!save_index(dbfile, "new", db)) in ca_main() 1221 if (!save_index(dbfile, "new", db)) in ca_main()
|
D | apps.c | 1630 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function
|