Home | History | Annotate | Download | only in sljit

Lines Matching refs:bitspec

9508     unsigned short bitspec = table[index];
9510 ((unsigned int)(bits >> (bitspec & 63))) & (bitspec >> 6);