Home | History | Annotate | Download | only in tests

Lines Matching refs:lll

1402 #define GET_BITS(lll,vvv,nnn)                     \
1403 case lll: s->state = lll; \
1426 #define GET_UCHAR(lll,uuu) \
1427 GET_BITS(lll,uuu,8)
1429 #define GET_BIT(lll,uuu) \
1430 GET_BITS(lll,uuu,1)