Home
last modified time | relevance | path

Searched refs:TOTAL_FRAMES (Results 1 – 3 of 3) sorted by relevance

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.c233 fputs(TOTAL_FRAMES" \n", output_file); in gx_validation_write_output_file_header()
424 fprintf(output_file, TOTAL_FRAMES"%d\n", total_frames); in gx_validation_close_output_file()
433 fprintf(output_checksum_file, TOTAL_FRAMES"%d\n", total_frames); in gx_validation_close_output_file()
443 fprintf(output_failures_file, TOTAL_FRAMES"%d\n", total_failures); in gx_validation_close_output_file()
Dgx_validation_verify.c103 else if(strncmp(line, TOTAL_FRAMES, strlen(TOTAL_FRAMES)) == 0) in read_file_header()
104 *total_frame = atoi(&line[strlen(TOTAL_FRAMES)]); in read_file_header()
Dgx_validation_strings.h16 #define TOTAL_FRAMES "Total Frames: " macro