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

/external/chromium_org/third_party/hwcplus/include/cutils/
H A Dnative_handle.h28 int numInts; /* number of ints at &data[numFds] */ member in struct:native_handle
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
/external/antlr/antlr-3.4/runtime/C/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 153 milliseconds