Searched defs:pbElement1 (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/sort/ | ||
H A D | RTSortIsSorted.cpp | 42 const char *pbElement1 = pbArray + i * cbElement; local 43 if (pfnCmp(pbElement1, pbElement1 + cbElement, pvUser) > 0) |
Completed in 43 milliseconds