Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sort/
H A Dfields.h56 #define COLL_REVERSE 0x4 macro
H A Dconvert.c48 coll_flags = COLL_REVERSE; in convert()
H A Dcheck.c157 coll_flags = COLL_REVERSE; in check_if_sorted()
H A Dinternal.c327 coll_flags = COLL_REVERSE; in internal_sort()
H A Dmerge.c446 coll_flags = COLL_REVERSE; in merge()
H A Dfields.c1292 int mask = (coll_flag & COLL_REVERSE) ? INT_SIGN_FLIP_MASK : in collated()
1344 int mask = (coll_flag & COLL_REVERSE) ? INT_SIGN_FLIP_MASK : in collated_wide()