Searched refs:cbPrint (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/cpu/
H A Dcpu-alloc-all-mem.cpp92 size_t cbPrint = 0; local
146 || cbTotal - cbPrint >= _4G
148 || cbTotal - cbPrint >= _2G
152 cbPrint = cbTotal;
/vbox/src/VBox/Devices/Network/slirp/
H A Ddebug.c467 size_t cbPrint = 0;
476 cbPrint += RTStrFormat(pfnOutput,
485 cbPrint += RTStrFormat(pfnOutput,
495 cbPrint += RTStrFormat(pfnOutput,
500 return cbPrint;

Completed in 46 milliseconds