Home
last modified time | relevance | path

Searched refs:compare (Results 1 – 1 of 1) sorted by relevance

/RvlSDK-3.1.4/build/tools/THPConv/src/
DTHPConv.c169 static int compare ( const void *arg1, const void *arg2 );
315 qsort(filename, f_count, sizeof(THPFileName), compare); in getFileNameList()
342 static int compare(const void *arg1, const void *arg2) in compare() function