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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c1609 unsigned char *byte_seq_def; local
1669 byte_seq_def = malloc_vital((sizeof (unsigned char *)) *
1678 table, byte_seq_min, byte_seq_max, byte_seq_def,
1680 free(byte_seq_def);
1775 unsigned char *byte_seq_def,
1785 *(byte_seq_def + position) = i;
1789 byte_seq_def,
1800 *(byte_seq_def + position) = i;
1803 byte_seq_def, pos_max + 1);
1771 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 48 milliseconds