Searched refs:binary_compute (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/msgfmt/ |
H A D | msgfmt.c | 841 binary_compute(int i, int j, int *more, int *less) in binary_compute() function 850 less[k] = binary_compute(i, k - 1, more, less); in binary_compute() 851 more[k] = binary_compute(k + 1, j, more, less); in binary_compute() 937 (void) binary_compute(0, message_count - 1, more, less); in output_one_mo_file()
|