Home
last modified time | relevance | path

Searched refs:BIT_MASK (Results 1 – 13 of 13) sorted by relevance

/illumos-gate/usr/src/lib/iconv_modules/ko/common/
H A Djohap_to_wansung.c52 if (cfbit & BIT_MASK) in _johap_to_wansung()
56 if (!(cfbit & BIT_MASK)) in _johap_to_wansung()
H A Dpack_to_comp.c112 if (Cfbit & BIT_MASK)
117 if (!(Cfbit & BIT_MASK)) /* check Ci-val'th bit */
H A Dc2p.c103 if (Cfbit & BIT_MASK)
175 if (Cfbit & BIT_MASK)
H A Djohap92_to_euc.c162 if (cfbit & BIT_MASK) in _johap92_to_wansung()
167 if (!(cfbit & BIT_MASK)) in _johap92_to_wansung()
H A Dhangulcode.h47 #define BIT_MASK 0x01 macro
H A Dkdefs.h92 #define BIT_MASK 0x01 macro
H A Dwansung_to_utf.c110 if (cfbit & BIT_MASK) in _wansung_to_utf8()
H A Djohap_to_euc.c181 if (cfbit & BIT_MASK) in _johap_to_wansung()
186 if (!(cfbit & BIT_MASK)) in _johap_to_wansung()
H A Deuc_to_johap92.c179 if (cfbit & BIT_MASK) in _wansung_to_johap92()
H A Dnbyte_to_euc.c387 if (cfbit & BIT_MASK) in _johap_to_wansung()
391 if (!(cfbit & BIT_MASK)) in _johap_to_wansung()
H A Deuc_to_johap.c203 if (cfbit & BIT_MASK) in _wansung_to_johap()
/illumos-gate/usr/src/lib/libpkg/common/
H A Disdir.c48 #define BIT_MASK 0x1f macro
55 MASK_CK((unsigned char) cm.c_mag[2], BIT_MASK)))
/illumos-gate/usr/src/cmd/compress/
H A Dcompress.c107 #define BIT_MASK 0x1f macro
632 maxbits &= BIT_MASK; in main()