Searched refs:bi_save_array (Results 1 – 3 of 3) sorted by relevance
87 #define BI_SAVE_ARRAY( a, b) do { bi_save_array( a, #a, b); } while(0);192 void bi_save_array( const bi_array_ptr array, const char *name, FILE *file);
210 void bi_save_array( const bi_array_ptr array, const char *name, FILE *file) { in bi_save_array() function
157 bi_save_array( result, "result", file); in main()