Searched refs:byte_seq_min (Results 1 – 4 of 4) sorted by relevance
/titanic_41/usr/src/cmd/geniconvtbl/ |
H A D | hash.h | 63 const unsigned char *byte_seq_min, in hash_dense_encoding() argument 69 num = (*byte_seq - *byte_seq_min); in hash_dense_encoding() 70 byte_seq_min++; in hash_dense_encoding() 73 i++, byte_seq++, byte_seq_min++, byte_seq_max++) { in hash_dense_encoding() 74 if ((*byte_seq < *byte_seq_min) || in hash_dense_encoding() 78 num *= (*byte_seq_max - *byte_seq_min + 1); in hash_dense_encoding() 79 num += (*byte_seq - *byte_seq_min); in hash_dense_encoding()
|
H A D | itm_util.c | 533 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 D | geniconvtbl.c | 847 unsigned char *byte_seq_min; in map_d_e_l() local 859 byte_seq_min = (unsigned char *)(map_hdr + 1); in map_d_e_l() 860 byte_seq_max = byte_seq_min + map_hdr->source_len; in map_d_e_l() 870 byte_seq_min, byte_seq_max); in map_d_e_l()
|
H A D | disassemble.c | 813 unsigned char *byte_seq_min; in dump_map_dense_enc() local 837 byte_seq_min = (unsigned char *)(map_hdr + 1); in dump_map_dense_enc() 838 byte_seq_max = byte_seq_min + map_hdr->source_len; in dump_map_dense_enc() 874 p = byte_seq_min; in dump_map_dense_enc() 907 byte_seq_min, byte_seq_max)); in dump_map_dense_enc() 919 byte_seq_min, byte_seq_max)); in dump_map_dense_enc()
|