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

/xsrc/external/mit/fontconfig/dist/conf.d/
H A D65-nonlatin.conf28 <family>SimSun</family> <!-- han (zh-cn,zh-tw) -->
29 <family>PMingLiu</family> <!-- han (zh-tw) -->
30 <family>WenQuanYi Zen Hei</family> <!-- han (zh-cn,zh-tw) -->
31 <family>WenQuanYi Bitmap Song</family> <!-- han (zh-cn,zh-tw) -->
32 <family>AR PL ShanHeiSun Uni</family> <!-- han (ja,zh-cn,zh-tw) -->
33 <family>AR PL New Sung</family> <!-- han (zh
[all...]
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1612 UINT_32 xh, yh, zh; local in function:Addr::V2::Lib::ComputeSurface3DMicroBlockOffset
1622 zh = pIn->slice >> 2;
1632 zh = pIn->slice >> 2;
1642 zh = pIn->slice >> 1;
1652 zh = pIn->slice >> 1;
1661 zh = pIn->slice >> 1;
1664 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380);
/xsrc/external/mit/MesaLib.old/dist/src/amd/addrlib/src/core/core/
H A Daddrlib2.cpp1612 UINT_32 xh, yh, zh; local in function:Addr::V2::Lib::ComputeSurface3DMicroBlockOffset
1622 zh = pIn->slice >> 2;
1632 zh = pIn->slice >> 2;
1642 zh = pIn->slice >> 1;
1652 zh = pIn->slice >> 1;
1661 zh = pIn->slice >> 1;
1664 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380);
/xsrc/external/mit/MesaLib/dist/src/amd/addrlib/src/core/
H A Daddrlib2.cpp1742 UINT_32 xh, yh, zh; local in function:Addr::V2::Lib::ComputeSurface3DMicroBlockOffset
1752 zh = pIn->slice >> 2;
1762 zh = pIn->slice >> 2;
1772 zh = pIn->slice >> 1;
1782 zh = pIn->slice >> 1;
1791 zh = pIn->slice >> 1;
1794 microBlockOffset |= ((MortonGen3d(xh, yh, zh, 1) << 7) & 0x380);
/xsrc/external/mit/xf86-video-nsc/dist/src/gfx/
H A Dtv_fs450.c2879 unsigned long zh, zl; local in function:conget_brightness_contrast
2888 houston_ReadReg(ENC_BLACK_LEVEL + 1, &zh, 1);
2889 black = z2w10bit((unsigned short)(zl + (zh << 8)));
2893 houston_ReadReg(ENC_WHITE_LEVEL + 1, &zh, 1);
2894 white = z2w10bit((unsigned short)(zl + (zh << 8)));
/xsrc/external/mit/xf86-video-geode/dist/src/gfx/
H A Dtv_fs450.c2651 unsigned long zh, zl; local in function:conget_brightness_contrast
2660 houston_ReadReg(ENC_BLACK_LEVEL + 1, &zh, 1);
2661 black = z2w10bit((unsigned short) (zl + (zh << 8)));
2665 houston_ReadReg(ENC_WHITE_LEVEL + 1, &zh, 1);
2666 white = z2w10bit((unsigned short) (zl + (zh << 8)));

Completed in 17 milliseconds