Searched refs:load_from_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) 1273 if (load_from_file == NULL) { 1279 sz = read_file(load_from_file, &buf); 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 1396 load_from_file = argv[++i]; 1397 T_LOG("Loading data from `%s`", load_from_file); 1412 analyse_rle_runs(load_from_file, dump_to_file, show_lens, show_recompress, show_state); 1413 if (load_from_file) {
|