Searched refs:cbBefore (Results 1 - 5 of 5) sorted by relevance
/vbox/src/VBox/VMM/testcase/ |
H A D | tstMMHyperHeap.cpp | 143 size_t cbBefore = MMHyperHeapGetFreeSize(pVM); local 212 cbBefore -= aOps[j].cb; 231 if (cbBefore != cbAfter) 234 " an alloc/free accounting bug: cbBefore=%d cbAfter=%d\n", cbBefore, cbAfter);
|
/vbox/src/VBox/Runtime/testcase/ |
H A D | tstRTHeapSimple.cpp | 98 size_t cbBefore = RTHeapSimpleGetFreeSize(Heap); local 175 if (cbBefore != cbAfter) 179 " an alloc/free accounting bug: cbBefore=%d cbAfter=%d\n", cbBefore, cbAfter);
|
H A D | tstRTHeapOffset.cpp | 101 size_t cbBefore = RTHeapOffsetGetFreeSize(Heap); local 179 if (cbBefore != cbAfter) 183 " an alloc/free accounting bug: cbBefore=%d cbAfter=%d\n", cbBefore, cbAfter);
|
/vbox/src/VBox/Devices/Graphics/ |
H A D | DevVGA-SVGA.cpp | 2090 uint32_t cbAfter, cbBefore; local 2103 cbBefore = 0; 2109 cbBefore = offNextCmd - offFifoMin; 2115 cbBefore = 0; 2118 if (cbAfter + cbBefore < cbPayloadReq) 2132 cbPayloadReq, cbAfter + cbBefore, offCurrentCmd, offNextCmd, pFIFO[SVGA_FIFO_STOP], i)); 2140 cbBefore = 0; 2145 cbBefore = RT_MAX(offNextCmd, offFifoMin) - offFifoMin; 2148 if (cbAfter + cbBefore >= cbPayloadReq) 2163 LogFlow(("Split data buffer at %x (%u-%u)\n", offCurrentCmd, cbAfter, cbBefore)); [all...] |
/vbox/src/VBox/Devices/Audio/ |
H A D | DevIchHda.cpp | 2955 uint32_t const cbBefore = offReg - g_aHdaRegMap[idxRegDsc].offset; Assert(cbBefore > 0 && cbBefore < 4); 2956 offReg -= cbBefore; 2958 u64Value <<= cbBefore * 8; 2959 u64Value |= pThis->au32Regs[idxRegMem] & g_afMasks[cbBefore]; 2961 cbBefore * 8, ~g_afMasks[cbBefore] & u64Value, u64Value));
|
Completed in 63 milliseconds