Home | History | Annotate | Download | only in src

Lines Matching refs:have_size

13495     uint32_t have_size;
13545 have_size = old_buffer_size * old_buffer_count;
13547 if (want_size > have_size) {
13548 DEBUG_PRINT_LOW("Want: %d, have : %d\n", want_size, have_size);