Searched refs:S_ST (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/ntp/ntpd/ |
H A D | ntp_keyword.h | 234 S_ST( '-', 3, 332, 0 ), /* 1 */ 235 S_ST( '.', 3, 3, 1 ), /* 2 */ 236 S_ST( '.', 3, 296, 0 ), /* 3 . */ 237 S_ST( 'a', 3, 23, 2 ), /* 4 */ 238 S_ST( 'b', 3, 6, 0 ), /* 5 a */ 239 S_ST( 'b', 3, 7, 0 ), /* 6 ab */ 240 S_ST( 'r', 3, 8, 0 ), /* 7 abb */ 241 S_ST( 'e', 3, 258, 0 ), /* 8 abbr */ 242 S_ST( 'g', 3, 259, 5 ), /* 9 a */ 243 S_ST( ' [all...] |
H A D | ntp_scanner.h | 72 #define S_ST(ch, fb, match_n, other_n) ( \ macro
|
/freebsd/sys/dev/cxgb/common/ |
H A D | cxgb_regs.h | 6279 #define S_ST 3 macro 6281 #define V_ST(x) ((x) << S_ST) 6282 #define G_ST(x) (((x) >> S_ST) & M_ST)
|
/freebsd/sys/dev/cxgbe/common/ |
H A D | t4_regs.h | 36616 #define S_ST 3 macro 36618 #define V_ST(x) ((x) << S_ST) 36619 #define G_ST(x) (((x) >> S_ST) & M_ST)
|