Searched defs:w2_char (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/fs/udfs/
H A Dudf_subr.c1542 uint16_t w2_char, *w2_str; local
1557 &w2_char, in_len - in_index)) == 0) {
1567 if ((comp_id == 8) && (w2_char & 0xff00)) {
1570 w2_str[out_index++] = w2_char;
1678 uint16_t w2_char, crc; local
1725 w2_char = in_str[index++] << 8;
1726 w2_char |= in_str[index++];
1728 w2_char = in_str[index++];
1732 crc += w2_char;
1735 if (w2_char
[all...]

Completed in 47 milliseconds