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

  /frameworks/av/media/codec2/vndk/
C2AllocatorGralloc.cpp 147 NUM_INTS = sizeof(ExtraData) / sizeof(int),
155 || handle->numInts < NUM_INTS) {
159 &handle->data[handle->numFds + handle->numInts - NUM_INTS]);
190 handle->numInts > int((INT_MAX - handle->version) / sizeof(int)) - NUM_INTS - handle->numFds) {
198 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts + NUM_INTS);
248 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts - NUM_INTS);
    [all...]
  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 128 #define NUM_INTS 32 /* part of the OHCI standard */
130 __u32 int_table[NUM_INTS]; /* Interrupt ED table */
  /external/u-boot/drivers/usb/host/
ohci.h 139 #define NUM_INTS 32 /* part of the OHCI standard */
141 __u32 int_table[NUM_INTS]; /* Interrupt ED table */

Completed in 74 milliseconds