Searched refs:S_ST (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/ntp/ntpd/ |
| D | ntp_keyword.h | 233 S_ST( '-', 3, 331, 0 ), /* 1 */ 234 S_ST( '.', 3, 3, 1 ), /* 2 */ 235 S_ST( '.', 3, 295, 0 ), /* 3 . */ 236 S_ST( 'a', 3, 23, 2 ), /* 4 */ 237 S_ST( 'b', 3, 6, 0 ), /* 5 a */ 238 S_ST( 'b', 3, 7, 0 ), /* 6 ab */ 239 S_ST( 'r', 3, 8, 0 ), /* 7 abb */ 240 S_ST( 'e', 3, 258, 0 ), /* 8 abbr */ 241 S_ST( 'g', 3, 259, 5 ), /* 9 a */ 242 S_ST( 'l', 3, 260, 9 ), /* 10 a */ [all …]
|
| D | ntp_scanner.h | 72 #define S_ST(ch, fb, match_n, other_n) ( \ macro
|
| /freebsd-12-stable/sys/dev/cxgb/common/ |
| D | cxgb_regs.h | 6281 #define S_ST 3 macro 6283 #define V_ST(x) ((x) << S_ST) 6284 #define G_ST(x) (((x) >> S_ST) & M_ST)
|
| /freebsd-12-stable/sys/dev/cxgbe/common/ |
| D | t4_regs.h | 36614 #define S_ST 3 macro 36616 #define V_ST(x) ((x) << S_ST) 36617 #define G_ST(x) (((x) >> S_ST) & M_ST)
|