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