Searched refs:pvElement1 (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.
44 * @param pvElement1 The 1st 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
52 uint32_t const *pu32Element1 = (uint32_t const *)pvElement1;
/vbox/src/VBox/Runtime/generic/
H A Denv-generic.cpp738 * @param pvElement1 Variable 1.
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 45 milliseconds