Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/sort/common/
H A Dfields.h58 #define COLL_REVERSE 0x4 macro
H A Dconvert.c50 coll_flags = COLL_REVERSE; in convert()
H A Dcheck.c159 coll_flags = COLL_REVERSE; in check_if_sorted()
H A Dinternal.c329 coll_flags = COLL_REVERSE; in internal_sort()
H A Dmerge.c448 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()