Home
last modified time | relevance | path

Searched refs:byte_seq (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/geniconvtbl/
H A Dhash.h61 const unsigned char *byte_seq, in hash_dense_encoding() argument
69 num = (*byte_seq - *byte_seq_min); in hash_dense_encoding()
72 for (i = 1, byte_seq++; i < length; 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()
75 (*byte_seq_max < *byte_seq)) { in hash_dense_encoding()
79 num += (*byte_seq - *byte_seq_min); in hash_dense_encoding()
/titanic_41/usr/src/lib/libpcp/common/
H A Dlibpcp.c1249 check_magic_byte_presence(int byte_cnt, uint8_t *byte_seq, int *ispresent) in check_magic_byte_presence() argument
1265 if (buf[i] != byte_seq[i]) { in check_magic_byte_presence()
/titanic_41/usr/src/uts/sun4v/ontario/io/
H A Dtsalarm.c1598 int byte_cnt, uint8_t *byte_seq, int *ispresent) in check_magic_byte_presence() argument
1614 if (buf[i] != byte_seq[i]) { in check_magic_byte_presence()