Home
last modified time | relevance | path

Searched refs:x_max (Results 1 – 3 of 3) sorted by relevance

/titanic_44/usr/src/lib/libshell/common/scripts/
H A Dmandelbrotset1.sh108 for (( x=x_min ; x < x_max ; x+=stepwidth )) ; do
157 for (( x=x_min ; x < x_max ; x+=stepwidth )) ; do
201 float x_max
279 x_max=m_width*stepwidth/2. ,
280 x_min=-x_max ,
/titanic_44/usr/src/uts/common/sys/usb/clients/usbinput/usbwcm/
H A Dusbwcm.h255 int x_max; member
/titanic_44/usr/src/uts/common/io/usb/clients/usbinput/usbwcm/
H A Dusbwcm.c716 uwacom_init_abs(usbwcmp, ABS_X, 0, sc->sc_type->x_max, 4, 0); in uwacom_init()