Home | History | Annotate | Download | only in C

Lines Matching refs:words64

1426                     words64=it.bits)>}>
3242 bitsetDeclare(name, words64) ::= <<
3245 static ANTLR3_BITWORD <name>_bits[] = { <words64:{it |ANTLR3_UINT64_LIT(<it>)}; separator=", "> };
3246 static ANTLR3_BITSET_LIST <name> = { <name>_bits, <length(words64)> };
3249 bitset(name, words64) ::= <<