Home
last modified time | relevance | path

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

/dports/cad/electric/electric-7.00/src/include/
H A Dglobal.h2413 int sort_intbigdescending(const void *e1, const void *e2);
/dports/cad/electric/electric-7.00/src/net/
H A Dnetdiff.cpp4526 esort(net_compmatch0list, i0ptr, SIZEOFINTBIG, sort_intbigdescending); in net_findcomponentnamematch()
4547 esort(net_compmatch1list, i1ptr, SIZEOFINTBIG, sort_intbigdescending); in net_findcomponentnamematch()
/dports/cad/electric/electric-7.00/src/db/
H A Ddbmath.c5271 int sort_intbigdescending(const void *e1, const void *e2) in sort_intbigdescending() function
/dports/cad/electric/electric-7.00/src/usr/
H A Dusrdiacom.cpp10688 esort(linelist, j, SIZEOFINTBIG, sort_intbigdescending); in us_showdlog()