Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/ntp/dist/ntpd/
Dntp_keyword.h234 S_ST( '-', 3, 331, 0 ), /* 1 */
235 S_ST( '.', 3, 3, 1 ), /* 2 */
236 S_ST( '.', 3, 295, 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, 257, 0 ), /* 8 abbr */
242 S_ST( 'g', 3, 258, 5 ), /* 9 a */
243 S_ST( 'l', 3, 259, 9 ), /* 10 a */
[all …]
Dntp_scanner.h74 #define S_ST(ch, fb, match_n, other_n) ( \ macro
/netbsd/src/sys/dev/pci/cxgb/
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)