Home
last modified time | relevance | path

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

/src/sys/dev/ath/
H A Dif_ath_tx_ht.c169 #define NUM_SYMBOLS_PER_USEC(_usec) (_usec >> 2) argument
170 #define NUM_SYMBOLS_PER_USEC_HALFGI(_usec) (((_usec*5)-4)/18) argument
/src/sys/dev/rtwn/
H A Dif_rtwnvar.h454 #define rtwn_delay(_sc, _usec) \ argument
455 (((_sc)->sc_delay)((_sc), (_usec)))
/src/contrib/unbound/smallapp/
H A Dunbound-control.c221 (long long)var ## _sec, (int)var ## _usec);