Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2412 int sort_intbigascending(const void *e1, const void *e2);
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmerge.c3112 esort(merge->ylist->list, toty, SIZEOFINTBIG, sort_intbigascending); in db_mergeaddintersectionpoints()
H A Ddbmath.c5259 int sort_intbigascending(const void *e1, const void *e2) in sort_intbigascending() function
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrnet.c8890 esort(arr, count, SIZEOFINTBIG, sort_intbigascending); in us_findnewplace()
H A Dusrdiacom.cpp5233 esort(ea->found, ea->foundcount, SIZEOFINTBIG, sort_intbigascending); in us_findattr()