Home
last modified time | relevance | path

Searched refs:POSTFIX (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/contrib/alpine-hal/
H A Dal_hal_udma_debug.h60 #define AL_UDMA_PRINT_REG(UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG) \ argument
61 al_dbg(PREFIX #REG " = 0x%08x" POSTFIX, al_reg_read32( \
65 UDMA, PREFIX, POSTFIX, FMT, TYPE, GROUP, REG, LBL, FIELD) \ argument
66 al_dbg(PREFIX #LBL " = " FMT POSTFIX, al_reg_read32( \
71 UDMA, PREFIX, POSTFIX, TYPE, GROUP, REG, LBL, FIELD) \ argument
72 al_dbg(PREFIX #LBL " = %d" POSTFIX, ((al_reg_read32( \
/freebsd/contrib/byacc/test/btyacc/
H A Dbtyacc_demo.tab.h5 #define POSTFIX 258 macro
H A Dbtyacc_demo.output1249 8 258 POSTFIX
H A Dbtyacc_demo.tab.c221 #define POSTFIX 258 macro
/freebsd/crypto/openssl/apps/
H A Dx509.c29 #undef POSTFIX
30 #define POSTFIX ".srl" macro
1100 buf = app_malloc(len + sizeof(POSTFIX), "serial# buffer"); in x509_load_serial()
1102 memcpy(buf + len, POSTFIX, sizeof(POSTFIX)); in x509_load_serial()
/freebsd/contrib/byacc/test/
H A Dbtyacc_demo.y50 %nonassoc POSTFIX '(' '[' '.'