Searched refs:NUM_INTS (Results 1 – 1 of 1) sorted by relevance
125 NUM_INTS = sizeof(ExtraData) / sizeof(int), enumerator133 || handle->numInts < NUM_INTS) { in getExtraData()137 &handle->data[handle->numFds + handle->numInts - NUM_INTS]); in getExtraData()168 … handle->numInts > int((INT_MAX - handle->version) / sizeof(int)) - NUM_INTS - handle->numFds) { in WrapAndMoveNativeHandle()176 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts + NUM_INTS); in WrapAndMoveNativeHandle()210 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts - NUM_INTS); in UnwrapNativeHandle()227 native_handle_t *res = native_handle_create(handle->numFds, handle->numInts - NUM_INTS); in UnwrapNativeHandle()