Searched refs:endian_short (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblunicode/ucdata/
H A Ducdata.c89 #define endian_short(cc) (((cc) >> 8) | (((cc) & 0xff) << 8)) macro
174 hdr.cnt = endian_short(hdr.cnt);
210 _ucprop_offsets[i] = endian_short(_ucprop_offsets[i]);
355 hdr.cnt = endian_short(hdr.cnt);
356 hdr.size.len[0] = endian_short(hdr.size.len[0]);
357 hdr.size.len[1] = endian_short(hdr.size.len[1]);
550 hdr.cnt = endian_short(hdr.cnt);
748 hdr.cnt = endian_short(hdr.cnt);
803 hdr.cnt = endian_short(hdr.cnt);
1060 hdr.cnt = endian_short(hd
[all...]

Completed in 840 milliseconds