Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/lima/ir/gp/
Dscheduler.c1638 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/
Dapps.h538 int save_index(const char *dbfile, const char *suffix, CA_DB *db);
Dsrp.c579 if (!save_index(srpvfile, "new", db)) in srp_main()
Dca.c692 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()
Dapps.c1630 int save_index(const char *dbfile, const char *suffix, CA_DB *db) in save_index() function