Searched refs:numInts (Results 1 – 8 of 8) sorted by relevance
71 handle->base.numInts != GRALLOC_DRM_HANDLE_NUM_INTS || in gralloc_drm_handle()75 handle->base.version, handle->base.numInts, in gralloc_drm_handle()
230 handle->base.numInts = GRALLOC_DRM_HANDLE_NUM_INTS; in create_bo_handle()
648 ANTLR3_UINT32 numInts; // How many integers we will need in antlr3BitsetToIntList() local655 numInts = bitset->size(bitset) + 1; in antlr3BitsetToIntList()658 intList = (pANTLR3_INT32)ANTLR3_MALLOC(numInts * sizeof(ANTLR3_INT32)); in antlr3BitsetToIntList()665 intList[0] = numInts; in antlr3BitsetToIntList()
94 int numInts=(nextOffset-offset)/4; in load() local95 valueMaps=ICUBinary.getInts(bytes, numInts, 0); in load()
93 int numInts=(nextOffset-offset)/4; in load() local94 valueMaps=ICUBinary.getInts(bytes, numInts, 0); in load()
519 public static IntBuffer newIntBuffer (int numInts) { in newIntBuffer() argument521 ByteBuffer buffer = ByteBuffer.allocateDirect(numInts * 4); in newIntBuffer()525 return IntBuffer.wrap(new int[numInts]); in newIntBuffer()
484 public static IntBuffer newIntBuffer (int numInts) { in newIntBuffer() argument485 ByteBuffer buffer = ByteBuffer.allocateDirect(numInts * 4); in newIntBuffer()
207 native_handle_create(handle->numFds, handle->numInts); in dup_buffer_handle()218 memcpy(new_data, old_data, sizeof(int) * handle->numInts); in dup_buffer_handle()