Searched refs:data_compare (Results 1 - 3 of 3) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.h78 extern int data_compare(const itm_data_t *, const itm_data_t *);
H A Ditm_util.c491 (int (*)(const void *, const void *))data_compare);
496 if (0 <= data_compare(ep, (ep + 1))) {
635 if (0 <= data_compare(&(ml->data_pair.data0),
752 (0 <= data_compare(&((*(dp1+0))->range),
2498 data_compare(const itm_data_t *d0, const itm_data_t *d1) function
H A Ditm_comp.y441 if (data_compare($1, $3) < 0) {

Completed in 99 milliseconds