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

  /external/mesa3d/src/intel/common/
gen_urb_config.c 154 unsigned remaining_space = MIN2(urb_chunks - total_needs, total_wants); local
156 if (remaining_space > 0) {
160 roundf(wants[i] * (((float) remaining_space) / total_wants));
162 remaining_space -= additional;
166 chunks[MESA_SHADER_GEOMETRY] += remaining_space;
  /external/u-boot/drivers/usb/musb/
musb_udc.c 488 unsigned int remaining_space = urb->buffer_length - local
491 if (remaining_space) {
494 if (count0 > remaining_space)
495 length = remaining_space;
649 unsigned int remaining_space = urb->buffer_length - local
652 if (remaining_space) {
655 if (peri_rxcount > remaining_space)
656 length = remaining_space;
  /external/python/cpython3/Lib/email/
_header_value_parser.py     [all...]

Completed in 401 milliseconds