Searched refs:postfmt (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | qmath.h | 402 #define Q_DEBUGFMT_(prefmt, postfmt, mod, hexpad) \ argument 431 postfmt 433 #define Q_DEBUGFMT(q, prefmt, postfmt) \ argument 434 sizeof(q) == 8 ? Q_DEBUGFMT_(prefmt, postfmt, j, 16) : \ 435 sizeof(q) == 4 ? Q_DEBUGFMT_(prefmt, postfmt, , 8) : \ 436 sizeof(q) == 2 ? Q_DEBUGFMT_(prefmt, postfmt, h, 4) : \ 437 sizeof(q) == 1 ? Q_DEBUGFMT_(prefmt, postfmt, hh, 2) : \ 438 prefmt "\"%s\"@%p: invalid" postfmt \ 444 #define Q_DEBUG(q, prefmt, postfmt, incfmt) \ argument 445 Q_DEBUGFMT(q, prefmt, postfmt) \
|