Home | History | Annotate | Download | only in src

Lines Matching refs:want_size

11842     uint32_t want_size;
11892 want_size = new_buffer_size * new_buffer_count;
11895 if (want_size > have_size) {
11896 DEBUG_PRINT_LOW("Want: %d, have : %d\n", want_size, have_size);