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

/vbox/include/iprt/
H A Dsort.h41 * @retval -1 if @a pvElement1 comes before @a pvElement2.
42 * @retval 1 if @a pvElement1 comes after @a pvElement2.
45 * @param pvElement2 The 2nd element.
48 typedef DECLCALLBACK(int) FNRTSORTCMP(void const *pvElement1, void const *pvElement2, void *pvUser);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTSort.cpp49 static DECLCALLBACK(int) testApvCompare(void const *pvElement1, void const *pvElement2, void *pvUser) argument
53 uint32_t const *pu32Element2 = (uint32_t const *)pvElement2;
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp739 * @param pvElement2 Variable 2.
742 DECLCALLBACK(int) rtEnvSortCompare(const void *pvElement1, const void *pvElement2, void *pvUser) argument
745 int iDiff = strcmp((const char *)pvElement1, (const char *)pvElement2);

Completed in 55 milliseconds