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

/freebsd-10.3-release/contrib/ntp/ntpd/
H A Dntp_keyword.h221 S_ST( '-', 3, 327, 0 ), /* 1 */
222 S_ST( '.', 3, 3, 1 ), /* 2 */
223 S_ST( '.', 3, 293, 0 ), /* 3 . */
224 S_ST( 'a', 3, 23, 2 ), /* 4 */
225 S_ST( 'b', 3, 6, 0 ), /* 5 a */
226 S_ST( 'b', 3, 7, 0 ), /* 6 ab */
227 S_ST( 'r', 3, 8, 0 ), /* 7 abb */
228 S_ST( 'e', 3, 258, 0 ), /* 8 abbr */
229 S_ST( 'g', 3, 259, 5 ), /* 9 a */
230 S_ST( '
[all...]
H A Dntp_scanner.h72 #define S_ST(ch, fb, match_n, other_n) ( \ macro
/freebsd-10.3-release/sys/dev/cxgb/common/
H A Dcxgb_regs.h6280 #define S_ST 3 macro
6282 #define V_ST(x) ((x) << S_ST)
6283 #define G_ST(x) (((x) >> S_ST) & M_ST)
/freebsd-10.3-release/sys/dev/cxgbe/common/
H A Dt4_regs.h26085 #define S_ST 3 macro
26087 #define V_ST(x) ((x) << S_ST)
26088 #define G_ST(x) (((x) >> S_ST) & M_ST)
[all...]

Completed in 445 milliseconds