Home
last modified time | relevance | path

Searched refs:byte_swap (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/rsm/
H A Drsmpi.h304 boolean_t byte_swap);
310 boolean_t byte_swap);
316 boolean_t byte_swap);
322 boolean_t byte_swap);
337 boolean_t byte_swap);
343 boolean_t byte_swap);
349 boolean_t byte_swap);
355 boolean_t byte_swap);
562 ((im_memseg), (offset), (datap), (rep_cnt), (byte_swap))
565 ((im_memseg), (offset), (datap), (rep_cnt), (byte_swap))
[all …]
/illumos-gate/usr/src/contrib/zlib/
H A Dcrc32.c115 local z_word_t byte_swap(z_word_t word) in byte_swap() function
282 crc_big_table[i] = byte_swap(p); in make_crc_table()
516 big[w - 1 - k][i] = byte_swap(q);
917 crc0 = byte_swap(crc); in crc32_z()
1017 crc = byte_swap(comb); in crc32_z()