Searched refs:_Q (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/csh/ |
H A D | sh.char.c | 44 _SP|_META, 0, _Q, _META, 47 _DOL, 0, _META, _Q,
|
H A D | sh.char.h | 38 #define _Q 0x01 /* '" */ macro
|
H A D | sh.dol.c | 50 #define QUOTES (_Q|_Q1|_ESC) /* \ ' " ` */ 265 if (cmap(c, _SP|_NL|_Q|_Q1) || in Dword()
|
H A D | sh.lex.c | 284 } else if (cmap(c, _META|_Q|_Q1|_ESC)||isauxsp(c)) { in word() 295 } else if (cmap(c, _Q|_Q1)) { /* '"` */ in word() 339 if (!err_msg && cmap(c, _META|_Q|_Q1)||isauxsp(c)) in getC1()
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_register.h | 1107 #define I40E_QINT_RQCTL(_Q) (0x0003A000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: CORE… argument 1123 #define I40E_QINT_TQCTL(_Q) (0x0003C000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: CORE… argument 1299 #define I40E_QRX_ENA(_Q) (0x00120000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: PFR */ argument 1307 #define I40E_QRX_TAIL(_Q) (0x00128000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: CORER */ argument 1311 #define I40E_QTX_CTL(_Q) (0x00104000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: CORER */ argument 1319 #define I40E_QTX_ENA(_Q) (0x00100000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: PFR */ argument 1327 #define I40E_QTX_HEAD(_Q) (0x000E4000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: CORER … argument 1333 #define I40E_QTX_TAIL(_Q) (0x00108000 + ((_Q) * 4)) /* _i=0...1535 */ /* Reset: PFR */ argument 3310 #define I40E_QRX_TAIL1(_Q) (0x00002000 + ((_Q) * 4)) /* _i=0...15 */ /* Reset: CORER */ argument 3314 #define I40E_QTX_TAIL1(_Q) (0x00000000 + ((_Q) * 4)) /* _i=0...15 */ /* Reset: PFR */ argument
|
/illumos-gate/usr/src/lib/libc/sparcv9/ |
H A D | Makefile.com | 1130 pics/_Q%.o := sparcv9_COPTFLAG = -xO4 -xchip=ultra
|
/illumos-gate/usr/src/lib/libc/sparc/ |
H A D | Makefile.com | 1203 pics/_Q%.o := sparc_COPTFLAG = -xO4
|