Searched refs:_pow (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/libcbor/src/ |
H A D | cbor.c | 297 static int _pow(int b, int ex) { in _pow() function 313 fprintf(out, "Width: %dB, ", _pow(2, cbor_int_get_width(item))); in _cbor_nested_describe() 319 fprintf(out, "Width: %dB, ", _pow(2, cbor_int_get_width(item))); in _cbor_nested_describe() 413 fprintf(out, "Width: %dB, ", _pow(2, cbor_float_get_width(item)));
|
/freebsd/sys/dev/ath/ |
H A D | if_athvar.h | 1253 #define ath_hal_settxpowlimit(_ah, _pow) \ argument 1254 ((*(_ah)->ah_setTxPowerLimit)((_ah), (_pow)))
|