Searched defs:pvElement2 (Results 1 - 2 of 2) sorted by relevance

/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 73 milliseconds