Home
last modified time | relevance | path

Searched refs:S_ST (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/ntp/ntpd/
H A Dntp_keyword.h234 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 Dntp_scanner.h72 #define S_ST(ch, fb, match_n, other_n) ( \ macro
/freebsd/sys/dev/cxgb/common/
H A Dcxgb_regs.h6279 #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 Dt4_regs.h36616 #define S_ST 3 macro
36618 #define V_ST(x) ((x) << S_ST)
36619 #define G_ST(x) (((x) >> S_ST) & M_ST)