Searched refs:numInts (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libantlr3c-3.2/src/
H A Dantlr3bitset.c648 ANTLR3_UINT32 numInts; // How many integers we will need local
655 numInts = bitset->size(bitset) + 1;
658 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32));
665 intList[0] = numInts;

Completed in 182 milliseconds