Home
last modified time | relevance | path

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

/coreutils/src/
Dsort.c240 size_t nhi; /* Total lines remaining from HI. */ member
3235 size_t nhi = nlines - nlo; in mergelines() local
3252 if (! --nhi) in mergelines()
3302 size_t nhi = nlines - nlo; in sequential_sort() local
3306 sequential_sort (hi, nhi, temp - (to_temp ? nlo : 0), to_temp); in sequential_sort()
3343 root->nlo = root->nhi = nlines; in merge_tree_init()
3382 size_t nlines = (is_lo_child ? parent->nlo : parent->nhi); in init_node()
3384 size_t nhi = nlines - nlo; in init_node() local
3394 node->nhi = nhi; in init_node()
3428 return (nodea->nlo + nodea->nhi) < (nodeb->nlo + nodeb->nhi); in compare_nodes()
[all …]