Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dgcov-io.c40 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file() function
447 value = from_file (buffer[0]); in gcov_read_unsigned()
462 value = from_file (buffer[0]); in gcov_read_counter()
464 value |= ((gcov_type) from_file (buffer[1])) << 32; in gcov_read_counter()
/dragonfly/contrib/gcc-8.0/gcc/
H A Dgcov-io.c101 static inline gcov_unsigned_t from_file (gcov_unsigned_t value) in from_file() function
555 value = from_file (buffer[0]); in gcov_read_unsigned()
570 value = from_file (buffer[0]); in gcov_read_counter()
572 value |= ((gcov_type) from_file (buffer[1])) << 32; in gcov_read_counter()
/dragonfly/contrib/diffutils/src/
H A Ddiff.c282 char const *from_file = NULL; in main() local
545 specify_value (&from_file, optarg, "--from-file"); in main()
768 if (from_file) in main()
775 int status = compare_files (NULL, from_file, argv[optind]); in main()