Searched defs:how_many_more_i_need (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/VfrCompile/Pccts/h/
H A DATokenBuffer.cpp179 * If this is called before a consume() is done, how_many_more_i_need is
185 // int how_many_more_i_need = (last-tp < 0) ? n : n-(last-tp)-1;
186 int how_many_more_i_need = (tp > last) ? n : n-(last-tp)-1; local
191 for (int i=1; i<=how_many_more_i_need; i++)

Completed in 125 milliseconds