Searched refs:curval (Results 1 – 5 of 5) sorted by relevance
62 u32 curval; in ath5k_rfkill_set_intr() local65 curval = ath5k_hw_get_gpio(ah, sc->rf_kill.gpio); in ath5k_rfkill_set_intr()67 !!curval : !curval); in ath5k_rfkill_set_intr()
174 .. attribute:: ProgressBar.curval177 normal access methods coerce :attr:`curval` between ``0`` and :attr:`maxval`.184 progress bar (thermometer style) is full when :attr:`curval` equals201 Sets the progress bar's :attr:`curval` to *value*, and also :attr:`maxval` to209 Increments the progress bar's :attr:`curval` by *n*, or by ``1`` if *n* is not213 :attr:`curval` is coerced between 0 and :attr:`maxval` if incrementing causes it
951 int curval = 0; in Curl_sndbufset() local952 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()
341 self.curval = value346 self.set(self.curval + n)
207 int curval; member552 opt_state->curval = 0; in init_val()573 val = ++opt_state->curval; in F()