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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dhash.h63 const unsigned char *byte_seq_min,
69 num = (*byte_seq - *byte_seq_min);
70 byte_seq_min++;
73 i++, byte_seq++, byte_seq_min++, byte_seq_max++) {
74 if ((*byte_seq < *byte_seq_min) ||
78 num *= (*byte_seq_max - *byte_seq_min + 1);
79 num += (*byte_seq - *byte_seq_min);
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 Ddisassemble.c813 unsigned char *byte_seq_min; local
837 byte_seq_min = (unsigned char *)(map_hdr + 1);
838 byte_seq_max = byte_seq_min + map_hdr->source_len;
873 printi(0, "// byte_seq_min=0x");
874 p = byte_seq_min;
907 byte_seq_min, byte_seq_max));
919 byte_seq_min, byte_seq_max));
H A Dgeniconvtbl.c847 unsigned char *byte_seq_min; local
859 byte_seq_min = (unsigned char *)(map_hdr + 1);
860 byte_seq_max = byte_seq_min + map_hdr->source_len;
870 byte_seq_min, byte_seq_max);
H A Ditm_util.c533 unsigned char *byte_seq_min; local
671 byte_seq_min = malloc_vital((sizeof (unsigned char)) * source_len);
680 *(byte_seq_min + i) = *(p + i);
691 map_range_adjust_byte_seq(byte_seq_min, byte_seq_max,
696 if (*(p + i) < *(byte_seq_min + i)) {
697 *(byte_seq_min + i) = *(p + i);
708 (*(byte_seq_max + i) - *(byte_seq_min + i) + 1);
719 TRACE_MESSAGE('m', ("byte_seq_min=0x"));
721 TRACE_MESSAGE('m', ("%02x", *(byte_seq_min + i)));
906 byte_seq_min, byte_seq_ma
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...]

Completed in 67 milliseconds