HomeSort by relevance Sort by last modified time
    Searched refs:numInts (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/hwcplus/include/cutils/
native_handle.h 28 int numInts; /* number of ints at &data[numFds] */
29 int data[0]; /* numFds + numInts ints */
50 native_handle_t* native_handle_create(int numFds, int numInts);
  /device/generic/goldfish/opengl/system/OpenglSystemCommon/
gralloc_cb.h 56 numInts = CB_HANDLE_NUM_INTS(numFds);
71 numInts = CB_HANDLE_NUM_INTS(numFds);
78 hnd->numInts == CB_HANDLE_NUM_INTS(hnd->numFds));
  /external/antlr/antlr-3.4/runtime/C/src/
antlr3bitset.c 648 ANTLR3_UINT32 numInts; // How many integers we will need
655 numInts = bitset->size(bitset) + 1;
658 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32));
665 intList[0] = numInts;

Completed in 85 milliseconds