Searched refs:TOK (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/tcpdump/ |
| H A D | print-dsa.c | 69 #define TOK(tag, byte, mask, shift) ((GET_U_1(&(((const u_char *) tag)[byte])) & (mask)) >> (shift)) macro 72 #define DSA_MODE(tag) TOK(tag, 0, 0xc0, 6) 77 #define DSA_TAGGED(tag) TOK(tag, 0, 0x20, 5) 78 #define DSA_DEV(tag) TOK(tag, 0, 0x1f, 0) 79 #define DSA_PORT(tag) TOK(tag, 1, 0xf8, 3) 80 #define DSA_TRUNK(tag) TOK(tag, 1, 0x04, 2) 81 #define DSA_RX_SNIFF(tag) TOK(tag, 1, 0x04, 2) 82 #define DSA_CFI(tag) TOK(tag, 1, 0x01, 0) 83 #define DSA_PRI(tag) TOK(tag, 2, 0xe0, 5) 84 #define DSA_VID(tag) ((u_short)((TOK(tag, 2, 0x0f, 0) << 8) | (TOK(tag, 3, 0xff, 0)))) [all …]
|
| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TokenKinds.def | 11 // languages. Users of this file must optionally #define the TOK, KEYWORD, 16 #ifndef TOK 17 #define TOK(X) 20 #define PUNCTUATOR(X,Y) TOK(X) 23 #define KEYWORD(X,Y) TOK(kw_ ## X) 87 #define ANNOTATION(X) TOK(annot_ ## X) 155 TOK(unknown) // Not a token. 156 TOK(eof) // End of file. 157 TOK(eod) // End of preprocessing directive (end of line inside a 159 TOK(code_completion) // Code completion marker [all …]
|
| H A D | TokenKinds.h | 26 #define TOK(X) X, macro
|
| /freebsd/contrib/llvm-project/clang/lib/Basic/ |
| H A D | TokenKinds.cpp | 18 #define TOK(X) #X, macro
|
| H A D | IdentifierTable.cpp | 300 #define ALIAS(NAME, TOK, FLAGS) \ in AddKeywords() argument 301 AddKeyword(StringRef(NAME), tok::kw_ ## TOK, \ in AddKeywords()
|
| /freebsd/crypto/heimdal/lib/wind/ |
| H A D | NormalizationTest.txt | 11977 D1B8;D1B8;1110 1169 11BF;D1B8;1110 1169 11BF; # (톸; 톸; 톸; 톸; 톸; ) HANGUL SYLLABLE TOK
|