Searched refs:dump_to_file (Results 1 – 1 of 1) sorted by relevance
| /xnu-12377.61.12/tests/ |
| H A D | arm_mte_compress.c | 1269 const char *load_from_file, const char *dump_to_file) 1281 if (dump_to_file != NULL) { 1282 dump_buffer(dump_to_file, buf, sz); 1340 analyse_rle_runs(const char* load_from_file, const char* dump_to_file, bool show_lens, bool show_re… in analyse_rle_runs() argument 1365 }, load_from_file, dump_to_file); in analyse_rle_runs() 1392 const char *dump_to_file = NULL, *load_from_file = NULL; variable 1399 dump_to_file = argv[++i]; 1400 T_LOG("Dumping data to `%s`", dump_to_file); 1412 analyse_rle_runs(load_from_file, dump_to_file, show_lens, show_recompress, show_state);
|