Searched refs:log_base_ (Results 1 – 2 of 2) sorted by relevance
| /freebsd/sys/dev/aq/ |
| H A D | aq_dbg.h | 115 #define log_base_(_lvl, _fmt, args...) printf( "atlantic: " _fmt "\n", ##args) macro 123 #define aq_log_error(_fmt, args...) log_base_(lvl_error, "[!] " _fmt, ##args) 124 #define aq_log_warn(_fmt, args...) log_base_(lvl_warn, "/!\\ " _fmt, ##args) 125 #define aq_log(_fmt, args...) log_base_(lvl_trace, _fmt, ##args) 126 #define aq_log_detail(_fmt, args...) log_base_(lvl_detail, _fmt, ##args)
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/sparc64/ |
| H A D | divmod.m4 | 24 * Note that this is log_base_(2ˆN) of the quotient.
|