Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/geniconvtbl/
H A Dhash.h64 const unsigned char *byte_seq_max) in hash_dense_encoding() argument
71 byte_seq_max++; in hash_dense_encoding()
73 i++, byte_seq++, byte_seq_min++, byte_seq_max++) { in hash_dense_encoding()
75 (*byte_seq_max < *byte_seq)) { in hash_dense_encoding()
78 num *= (*byte_seq_max - *byte_seq_min + 1); in hash_dense_encoding()
H A Ditm_util.c534 unsigned char *byte_seq_max; in map_table() local
672 byte_seq_max = malloc_vital((sizeof (unsigned char)) * source_len); in map_table()
681 *(byte_seq_max + i) = *(p + i); in map_table()
691 map_range_adjust_byte_seq(byte_seq_min, byte_seq_max, in map_table()
699 if (*(byte_seq_max + i) < *(p + i)) { in map_table()
700 *(byte_seq_max + i) = *(p + i); in map_table()
708 (*(byte_seq_max + i) - *(byte_seq_min + i) + 1); in map_table()
725 TRACE_MESSAGE('m', ("%02x", *(byte_seq_max + i))); in map_table()
906 byte_seq_min, byte_seq_max, in map_table()
1594 unsigned char *byte_seq_max, in map_table_dense_encoding() argument
[all …]
H A Dgeniconvtbl.c848 unsigned char *byte_seq_max; in map_d_e_l() local
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 Ddisassemble.c814 unsigned char *byte_seq_max; in dump_map_dense_enc() local
838 byte_seq_max = byte_seq_min + map_hdr->source_len; in dump_map_dense_enc()
880 p = byte_seq_max; 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()