Searched refs:ges (Results 1 - 4 of 4) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/packages/vms/
H A Dbackup_gnv_curl_src.com92 $ if (swvers_maj .ges. "8") .and. (swvers_min .ges. 4)
H A Dbuild_vms.com241 $ if maj_ver .ges. "8"
245 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
H A Dgnv_link_curl.com52 $ if maj_ver .ges. "8"
56 $ if maj_ver .eqs. "7" .and. min_ver .ges. "3" .and. patch .nes. ""
185 $ if ver_patchltr .ges. "w" then use_hp_ssl = 1
221 $ if gnv_ver_patchltr .ges. "w" then use_gnv_ssl = 1
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/mouse/
H A Dalps.c85 * byte 2: 0 x10 x9 x8 x7 ? fin ges
94 * byte 2: 0 x10 x9 x8 x7 0 fin ges
149 int x, y, z, ges, fin, left, right, middle; local
180 ges = packet[2] & 1;
196 if (ges && !fin)
201 * from (!fin && ges) to (fin && ges). This should be translated to the
204 if (ges && fin && !priv->prev_fin) {

Completed in 80 milliseconds