Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/geniconvtbl/
H A Dhash.h58 const unsigned char *byte_seq, in hash_dense_encoding() argument
66 num = (*byte_seq - *byte_seq_min); in hash_dense_encoding()
69 for (i = 1, byte_seq++; i < length; 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()
72 (*byte_seq_max < *byte_seq)) { in hash_dense_encoding()
76 num += (*byte_seq - *byte_seq_min); in hash_dense_encoding()
/illumos-gate/usr/src/lib/libpcp/common/
H A Dlibpcp.c1247 check_magic_byte_presence(int byte_cnt, uint8_t *byte_seq, int *ispresent) in check_magic_byte_presence() argument
1263 if (buf[i] != byte_seq[i]) { in check_magic_byte_presence()
/illumos-gate/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()