Home | History | Annotate | Download | only in libxml2

Lines Matching refs:xmask

3991     unsigned char xmask, ymask, xor_mask, and_mask;
4123 xmask = 0xf;
4126 xmask = 0x7;
4129 xmask = 0x1;
4132 xmask = 0x2;
4135 xmask = 0x3;
4138 xmask = 0x3;
4141 xmask = 0x6;
4144 xmask = 0x8;
4147 xmask = 0;
4181 xor_mask = xmask ^ ymask; /* mark type differences */
4182 and_mask = xmask & ymask; /* mark field specification */