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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_keyword.h185 S_ST( '-', 3, 314, 0 ), /* 1 */
186 S_ST( '.', 3, 3, 1 ), /* 2 */
187 S_ST( '.', 3, 289, 0 ), /* 3 */
188 S_ST( 'a', 3, 15, 2 ), /* 4 */
189 S_ST( 'g', 3, 258, 0 ), /* 5 */
190 S_ST( 'l', 3, 259, 5 ), /* 6 */
191 S_ST( 'a', 3, 260, 0 ), /* 7 */
192 S_ST( 'u', 3, 9, 6 ), /* 8 */
193 S_ST( 't', 3, 10, 0 ), /* 9 */
194 S_ST( '
[all...]
H A Dntp_scanner.h72 #define S_ST(ch, fb, match_n, other_n) ( \ macro
/netbsd-6-1-5-RELEASE/sys/dev/pci/cxgb/
H A Dcxgb_regs.h5615 #define S_ST 3 macro
5617 #define V_ST(x) ((x) << S_ST)
5618 #define G_ST(x) (((x) >> S_ST) & M_ST)

Completed in 184 milliseconds