Home
last modified time | relevance | path

Searched refs:byte_seq_min (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dhash.h60 const unsigned char *byte_seq_min, in hash_dense_encoding() argument
66 num = (*byte_seq - *byte_seq_min); in hash_dense_encoding()
67 byte_seq_min++; in hash_dense_encoding()
70 i++, byte_seq++, byte_seq_min++, byte_seq_max++) { in hash_dense_encoding()
71 if ((*byte_seq < *byte_seq_min) || in hash_dense_encoding()
75 num *= (*byte_seq_max - *byte_seq_min + 1); in hash_dense_encoding()
76 num += (*byte_seq - *byte_seq_min); in hash_dense_encoding()
H A Ditm_util.c533 unsigned char *byte_seq_min; in map_table() local
671 byte_seq_min = malloc_vital((sizeof (unsigned char)) * source_len); in map_table()
680 *(byte_seq_min + i) = *(p + i); in map_table()
691 map_range_adjust_byte_seq(byte_seq_min, byte_seq_max, in map_table()
696 if (*(p + i) < *(byte_seq_min + i)) { in map_table()
697 *(byte_seq_min + i) = *(p + i); in map_table()
708 (*(byte_seq_max + i) - *(byte_seq_min + i) + 1); in map_table()
721 TRACE_MESSAGE('m', ("%02x", *(byte_seq_min + i))); in map_table()
906 byte_seq_min, byte_seq_max, in map_table()
1593 unsigned char *byte_seq_min, in map_table_dense_encoding() argument
[all …]
H A Dgeniconvtbl.c845 unsigned char *byte_seq_min; in map_d_e_l() local
857 byte_seq_min = (unsigned char *)(map_hdr + 1); in map_d_e_l()
858 byte_seq_max = byte_seq_min + map_hdr->source_len; in map_d_e_l()
868 byte_seq_min, byte_seq_max); in map_d_e_l()
H A Ddisassemble.c810 unsigned char *byte_seq_min; in dump_map_dense_enc() local
834 byte_seq_min = (unsigned char *)(map_hdr + 1); in dump_map_dense_enc()
835 byte_seq_max = byte_seq_min + map_hdr->source_len; in dump_map_dense_enc()
871 p = byte_seq_min; in dump_map_dense_enc()
904 byte_seq_min, byte_seq_max)); in dump_map_dense_enc()
916 byte_seq_min, byte_seq_max)); in dump_map_dense_enc()