Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/msgfmt/
H A Dmsgfmt.c843 binary_compute(int i, int j, int *more, int *less) in binary_compute() function
852 less[k] = binary_compute(i, k - 1, more, less); in binary_compute()
853 more[k] = binary_compute(k + 1, j, more, less); in binary_compute()
939 (void) binary_compute(0, message_count - 1, more, less); in output_one_mo_file()