Searched refs:idxEnd (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTList.cpp190 unsigned idxEnd = fElementsEven ? cElements - 1 : cElements - 2; local
193 tstRTListOrder(hTest, &ListHeadNew, cElements, 1, idxEnd, 2);
/vbox/src/VBox/Storage/
H A DVD.cpp1233 int32_t idxEnd; local
1239 idxEnd = ASMBitNextClear(pBlock->pbmAllocated, cSectors, idxStart);
1240 if (idxEnd != -1)
1242 cbThis = (idxEnd - idxStart) * 512;
1249 idxEnd = ASMBitNextSet(pBlock->pbmAllocated, cSectors, idxStart);
1250 if (idxEnd != -1)
1251 cbThis = (idxEnd - idxStart) * 512;
1267 idxStart = idxEnd;
1336 int32_t idxStart, idxEnd; local
1344 idxEnd
3249 int32_t idxEnd; local
3454 int32_t idxStart, idxEnd; local
[all...]
/vbox/src/VBox/Devices/Audio/
H A DDevIchHda.cpp1064 int idxEnd = RT_ELEMENTS(g_aHdaRegMap); local
1068 int idxMiddle = idxLow + (idxEnd - idxLow) / 2;
1073 idxEnd = idxMiddle;
1078 if (idxLow >= idxEnd)
1119 int idxEnd = RT_ELEMENTS(g_aHdaRegMap); local
1123 int idxMiddle = idxLow + (idxEnd - idxLow) / 2;
1128 idxEnd = idxMiddle;
1133 if (idxLow >= idxEnd)

Completed in 605 milliseconds