Home
last modified time | relevance | path

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

/coreutils/src/
Ddigest.c785 ptrdiff_t algo_tag = algorithm_from_tag (s + i); in split_3() local
786 if (algo_tag >= 0) in split_3()
788 if (algo_tag <= crc) in split_3()
790 cksum_algorithm = algo_tag; in split_3()