Searched refs:p1 (Results 1 – 3 of 3) sorted by relevance
44 static int repertoire_compare (const void *p1, const void *p2);350 repertoire_compare (const void *p1, const void *p2) in repertoire_compare() argument352 struct repertoire_t *r1 = (struct repertoire_t *) p1; in repertoire_compare()
317 compare_from_file (struct locarhandle *ah, void *p1, uint32_t offset2, in compare_from_file() argument325 int res = memcmp (p1, p2, size); in compare_from_file()
103 rangecmp (const void *p1, const void *p2) in rangecmp() argument105 return ((struct range *) p1)->from - ((struct range *) p2)->from; in rangecmp()
Completed in 9 milliseconds