Home
last modified time | relevance | path

Searched refs:curval (Results 1 – 5 of 5) sorted by relevance

/external/syslinux/gpxe/src/drivers/net/ath5k/
Dath5k_rfkill.c62 u32 curval; in ath5k_rfkill_set_intr() local
65 curval = ath5k_hw_get_gpio(ah, sc->rf_kill.gpio); in ath5k_rfkill_set_intr()
67 !!curval : !curval); in ath5k_rfkill_set_intr()
/external/python/cpython2/Doc/library/
Deasydialogs.rst174 .. attribute:: ProgressBar.curval
177 normal access methods coerce :attr:`curval` between ``0`` and :attr:`maxval`.
184 progress bar (thermometer style) is full when :attr:`curval` equals
201 Sets the progress bar's :attr:`curval` to *value*, and also :attr:`maxval` to
209 Increments the progress bar's :attr:`curval` by *n*, or by ``1`` if *n* is not
213 :attr:`curval` is coerced between 0 and :attr:`maxval` if incrementing causes it
/external/curl/lib/
Dconnect.c951 int curval = 0; in Curl_sndbufset() local
952 int curlen = sizeof(curval); in Curl_sndbufset()
967 if(getsockopt(sockfd, SOL_SOCKET, SO_SNDBUF, (char *)&curval, &curlen) == 0) in Curl_sndbufset()
968 if(curval > val) in Curl_sndbufset()
/external/python/cpython2/Lib/plat-mac/
DEasyDialogs.py341 self.curval = value
346 self.set(self.curval + n)
/external/libpcap/
Doptimize.c207 int curval; member
552 opt_state->curval = 0; in init_val()
573 val = ++opt_state->curval; in F()