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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dhash.h64 const unsigned char *byte_seq_max)
71 byte_seq_max++;
73 i++, byte_seq++, byte_seq_min++, byte_seq_max++) {
75 (*byte_seq_max < *byte_seq)) {
78 num *= (*byte_seq_max - *byte_seq_min + 1);
60 hash_dense_encoding( const unsigned char *byte_seq, itm_size_t length, const unsigned char *byte_seq_min, const unsigned char *byte_seq_max) argument
H A Ditm_util.c534 unsigned char *byte_seq_max; local
672 byte_seq_max = malloc_vital((sizeof (unsigned char)) * source_len);
681 *(byte_seq_max + i) = *(p + i);
691 map_range_adjust_byte_seq(byte_seq_min, byte_seq_max,
699 if (*(byte_seq_max + i) < *(p + i)) {
700 *(byte_seq_max + i) = *(p + i);
708 (*(byte_seq_max + i) - *(byte_seq_min + i) + 1);
723 TRACE_MESSAGE('m', (" byte_seq_max=0x"));
725 TRACE_MESSAGE('m', ("%02x", *(byte_seq_max + i)));
906 byte_seq_min, byte_seq_max,
1588 map_table_dense_encoding( itmc_data_pair_t **tpp, itm_size_t num, itm_data_t *default_data, unsigned long entry_num, unsigned char *byte_seq_min, unsigned char *byte_seq_max, long resultlen, itm_num_t error_count) argument
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
1809 dense_enc_index_to_byte_seq( long value, long length, unsigned char *byte_seq_min, unsigned char *byte_seq_max) argument
1868 map_range_adjust_byte_seq( unsigned char *byte_seq_min, unsigned char *byte_seq_max, long source_len, itmc_data_pair_t *pair) argument
[all...]
H A Dgeniconvtbl.c848 unsigned char *byte_seq_max; local
860 byte_seq_max = byte_seq_min + map_hdr->source_len;
870 byte_seq_min, byte_seq_max);
H A Ddisassemble.c814 unsigned char *byte_seq_max; local
838 byte_seq_max = byte_seq_min + map_hdr->source_len;
879 printi(0, "// byte_seq_max=0x");
880 p = byte_seq_max;
907 byte_seq_min, byte_seq_max));
919 byte_seq_min, byte_seq_max));

Completed in 71 milliseconds