Home
last modified time | relevance | path

Searched refs:BYTE_MASK (Results 1 – 10 of 10) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Dcomp_to_pack.c65 if (iskorea2(code&BYTE_MASK)) {
72 cnv_buf[1] = code&BYTE_MASK;
90 cnv_buf[1] = code&BYTE_MASK;
H A Dhangulcode.h43 #ifndef BYTE_MASK
44 #define BYTE_MASK 0xFF macro
H A Deuc_to_johap.c198 if (((short)(cmp_srchtbl[ci][v] & BYTE_MASK) + disp) > 0xfe) in _wansung_to_johap()
302 c = (**inbuf)&BYTE_MASK;
313 d = (**inbuf)&BYTE_MASK;
322 AddChar (code&BYTE_MASK, st);
H A Dc2p.c93 mask = cmp_srchtbl[Ci_val][V_val] & BYTE_MASK ;
165 mask = cmp_srchtbl[Ci_val][V_val] & BYTE_MASK ;
H A Djohap_to_euc.c268 c = (**inbuf)&BYTE_MASK;
279 d = (**inbuf)&BYTE_MASK;
288 AddChar (code&BYTE_MASK, st);
H A Dkdefs.h91 #define BYTE_MASK 0xff macro
H A Dwansung_to_utf.c105 if (((short)(cmp_srchtbl[ci][v] & BYTE_MASK) + disp) > 0xfe) in _wansung_to_utf8()
H A Deuc_to_nbyte.c495 c = (**inbuf)&BYTE_MASK;
506 d = (**inbuf)&BYTE_MASK;
512 if (iskorea2(code&BYTE_MASK) && !ishanja(c)) {
H A Deuc_to_johap92.c174 if (((short)(cmp_srchtbl[ci][v] & BYTE_MASK) + disp) > 0xfe) in _wansung_to_johap92()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_page.c1017 #define BYTE_MASK ((1 << INT32_T_BYTE_SHIFT) -1) macro
1041 ip[clearints - 1] = ALL_SET << (nbits & BYTE_MASK);