Searched refs:closest (Results 1 – 7 of 7) sorted by relevance
/titanic_41/usr/src/uts/common/io/usb/clients/video/usbvc/ |
H A D | usbvc_v4l2.c | 1521 uint32_t step, i, closest, index, approx1, approx2; in usbvc_find_interval() local 1548 closest = ((interval - approx1) < (approx2 - interval)) ? in usbvc_find_interval() 1551 return (closest); in usbvc_find_interval() 1558 closest = 0; in usbvc_find_interval() 1571 closest = i; in usbvc_find_interval() 1575 return (closest); in usbvc_find_interval()
|
/titanic_41/usr/src/cmd/ipf/examples/ |
H A D | firewall | 31 closest to your internal network in terms of network hops.
|
/titanic_41/usr/src/lib/libsqlite/src/ |
H A D | btree.c | 1783 int closest, n; in allocatePage() local 1787 closest = 0; in allocatePage() 1793 if( d2<dist ) closest = i; in allocatePage() 1796 closest = 0; in allocatePage() 1799 *pPgno = SWAB32(pBt, pInfo->aFree[closest]); in allocatePage() 1800 pInfo->aFree[closest] = pInfo->aFree[n-1]; in allocatePage()
|
/titanic_41/usr/src/lib/libmvec/common/vis/ |
H A D | __vexp.S | 819 fmuld %f8,LN2_256H,%f2 ! closest LN2_256 to x 831 fmuld %f8,LN2_256L,%f4 ! closest LN2_256 to x , added prec
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpagent/ |
H A D | README | 49 machine, the event-driven model is the closest match.
|
H A D | README.v6 | 1006 use the "closest" address, bitwise.
|
/titanic_41/usr/src/cmd/sendmail/cf/ |
H A D | README | 1443 This is the oldest, the worst (but the closest to UUCP) way of
|