Home
last modified time | relevance | path

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

/RvlSDK-3.2/build/tools/THPConv/src/
DTHPConv.c174 static int compare ( const void *arg1, const void *arg2 );
320 qsort(filename, f_count, sizeof(THPFileName), compare); in getFileNameList()
347 static int compare(const void *arg1, const void *arg2) in compare() function