HomeSort by relevance Sort by last modified time
    Searched refs:compare_syn (Results 1 - 2 of 2) sorted by null

  /external/elfutils/0.153/libcpu/
i386_parse.y 191 static int compare_syn (const void *p1, const void *p2);
269 if (tfind (newp, &synonyms, compare_syn) != NULL)
273 else if (tsearch ( newp, &synonyms, compare_syn) == NULL)
812 struct synonym **res = tfind (&search, &synonyms, compare_syn);
1051 compare_syn (const void *p1, const void *p2)
    [all...]
i386_parse.c 268 static int compare_syn (const void *p1, const void *p2);
2763 compare_syn (const void *p1, const void *p2) function
    [all...]

Completed in 69 milliseconds