Searched refs:dist1 (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/zebra/lib/
H A Ddistribute.c137 distribute_cmp (struct distribute *dist1, struct distribute *dist2)
139 if (dist1->ifname && dist2->ifname)
140 if (strcmp (dist1->ifname, dist2->ifname) == 0)
142 if (! dist1->ifname && ! dist2->ifname)
136 distribute_cmp(struct distribute *dist1, struct distribute *dist2) argument
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/jpeg-7/
H A Djquant2.c322 INT32 dist0,dist1,dist2; local
405 dist1 = ((c1max - c1min) << C1_SHIFT) * C1_SCALE;
407 boxp->volume = dist0*dist0 + dist1*dist1 + dist2*dist2;
788 INT32 dist0, dist1; /* initial distance values */ local
829 dist1 = dist0;
832 dist2 = dist1;
844 dist1 += xx1;

Completed in 78 milliseconds