Home | History | Annotate | Download | only in qemu

Lines Matching refs:tab

846 static inline void set_bits(uint8_t *tab, int start, int len)
851 tab += start >> 3;
856 *tab |= mask;
859 *tab++ |= mask;
863 *tab++ = 0xff;
868 *tab |= mask;