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

/external/iproute2/include/linux/
H A Dpkt_cls.h222 __be32 hmask; member in struct:tc_u32_sel
/external/kernel-headers/original/linux/
H A Dpkt_cls.h222 __be32 hmask; member in struct:tc_u32_sel
/external/qemu/hw/
H A Dusb-ohci.c109 uint32_t hmask; member in struct:__anon3958
1498 retval = ohci->hstatus & ohci->hmask;
1506 retval = ohci->hmask;
1627 ohci->hstatus &= ~(val & ohci->hmask);
1636 ohci->hmask = val;
/external/iproute2/tc/
H A Df_u32.c772 sel->hmask = htonl(mask);
1236 if (sel->hmask) {
1238 (unsigned int)htonl(sel->hmask), sel->hoff);
/external/qemu/distrib/sdl-1.2.12/src/video/
H A DSDL_blit_A.c456 __m64 src1, src2, dst1, dst2, lmask, hmask, dsta; local
458 hmask = _mm_set_pi32(0x00fefefe, 0x00fefefe); /* alpha128 mask -> hmask */
479 dst2 = _mm_and_si64(dst2, hmask); /* dst & mask -> dst2 */
480 src2 = _mm_and_si64(src2, hmask); /* src & mask -> src2 */

Completed in 86 milliseconds