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

/opensolaris-onvv-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c1607 unsigned char *byte_seq_def; local
1667 byte_seq_def = malloc_vital((sizeof (unsigned char *)) *
1676 table, byte_seq_min, byte_seq_max, byte_seq_def,
1678 free(byte_seq_def);
1773 unsigned char *byte_seq_def,
1783 *(byte_seq_def + position) = i;
1787 byte_seq_def,
1798 *(byte_seq_def + position) = i;
1801 byte_seq_def, pos_max + 1);
1769 put_dense_encoding_default( char *table, unsigned char *byte_seq_min, unsigned char *byte_seq_max, unsigned char *byte_seq_def, long pos_max, long position, long dense_encoded_value) argument

Completed in 50 milliseconds