1/* ANSI-C code produced by gperf version 3.0.2 */ 2/* Command-line: gperf -L ANSI-C -a -C -E -g -H is_reserved_hash -k '1,3,$' -N is_reserved_word -p -t scripts/genksyms/keywords.gperf */ 3 4#if !((' ' == 32) && ('!' == 33) && ('"' == 34) && ('#' == 35) \ 5 && ('%' == 37) && ('&' == 38) && ('\'' == 39) && ('(' == 40) \ 6 && (')' == 41) && ('*' == 42) && ('+' == 43) && (',' == 44) \ 7 && ('-' == 45) && ('.' == 46) && ('/' == 47) && ('0' == 48) \ 8 && ('1' == 49) && ('2' == 50) && ('3' == 51) && ('4' == 52) \ 9 && ('5' == 53) && ('6' == 54) && ('7' == 55) && ('8' == 56) \ 10 && ('9' == 57) && (':' == 58) && (';' == 59) && ('<' == 60) \ 11 && ('=' == 61) && ('>' == 62) && ('?' == 63) && ('A' == 65) \ 12 && ('B' == 66) && ('C' == 67) && ('D' == 68) && ('E' == 69) \ 13 && ('F' == 70) && ('G' == 71) && ('H' == 72) && ('I' == 73) \ 14 && ('J' == 74) && ('K' == 75) && ('L' == 76) && ('M' == 77) \ 15 && ('N' == 78) && ('O' == 79) && ('P' == 80) && ('Q' == 81) \ 16 && ('R' == 82) && ('S' == 83) && ('T' == 84) && ('U' == 85) \ 17 && ('V' == 86) && ('W' == 87) && ('X' == 88) && ('Y' == 89) \ 18 && ('Z' == 90) && ('[' == 91) && ('\\' == 92) && (']' == 93) \ 19 && ('^' == 94) && ('_' == 95) && ('a' == 97) && ('b' == 98) \ 20 && ('c' == 99) && ('d' == 100) && ('e' == 101) && ('f' == 102) \ 21 && ('g' == 103) && ('h' == 104) && ('i' == 105) && ('j' == 106) \ 22 && ('k' == 107) && ('l' == 108) && ('m' == 109) && ('n' == 110) \ 23 && ('o' == 111) && ('p' == 112) && ('q' == 113) && ('r' == 114) \ 24 && ('s' == 115) && ('t' == 116) && ('u' == 117) && ('v' == 118) \ 25 && ('w' == 119) && ('x' == 120) && ('y' == 121) && ('z' == 122) \ 26 && ('{' == 123) && ('|' == 124) && ('}' == 125) && ('~' == 126)) 27/* The character set is not based on ISO-646. */ 28#error "gperf generated tables don't work with this execution character set. Please report a bug to <bug-gnu-gperf@gnu.org>." 29#endif 30 31#line 1 "scripts/genksyms/keywords.gperf" 32 33#line 3 "scripts/genksyms/keywords.gperf" 34struct resword { const char *name; int token; }; 35/* maximum key range = 62, duplicates = 0 */ 36 37#ifdef __GNUC__ 38__inline 39#else 40#ifdef __cplusplus 41inline 42#endif 43#endif 44static unsigned int 45is_reserved_hash (register const char *str, register unsigned int len) 46{ 47 static const unsigned char asso_values[] = 48 { 49 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 50 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 51 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 52 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 53 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 54 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 55 65, 65, 65, 65, 65, 65, 65, 65, 65, 5, 56 65, 65, 65, 65, 65, 65, 35, 65, 65, 65, 57 0, 65, 65, 65, 65, 65, 65, 65, 65, 65, 58 65, 65, 65, 65, 65, 0, 65, 0, 65, 5, 59 20, 15, 10, 30, 65, 15, 65, 65, 20, 0, 60 10, 35, 20, 65, 10, 5, 0, 10, 5, 65, 61 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 62 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 63 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 64 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 65 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 66 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 67 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 68 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 69 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 70 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 71 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 72 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 73 65, 65, 65, 65, 65, 65, 65, 65, 65, 65, 74 65, 65, 65, 65, 65, 65 75 }; 76 return len + asso_values[(unsigned char)str[2]] + asso_values[(unsigned char)str[0]] + asso_values[(unsigned char)str[len - 1]]; 77} 78 79#ifdef __GNUC__ 80__inline 81#endif 82const struct resword * 83is_reserved_word (register const char *str, register unsigned int len) 84{ 85 enum 86 { 87 TOTAL_KEYWORDS = 43, 88 MIN_WORD_LENGTH = 3, 89 MAX_WORD_LENGTH = 24, 90 MIN_HASH_VALUE = 3, 91 MAX_HASH_VALUE = 64 92 }; 93 94 static const struct resword wordlist[] = 95 { 96 {""}, {""}, {""}, 97#line 26 "scripts/genksyms/keywords.gperf" 98 {"asm", ASM_KEYW}, 99 {""}, 100#line 8 "scripts/genksyms/keywords.gperf" 101 {"__asm", ASM_KEYW}, 102 {""}, 103#line 9 "scripts/genksyms/keywords.gperf" 104 {"__asm__", ASM_KEYW}, 105 {""}, {""}, 106#line 52 "scripts/genksyms/keywords.gperf" 107 {"__typeof__", TYPEOF_KEYW}, 108 {""}, 109#line 12 "scripts/genksyms/keywords.gperf" 110 {"__const", CONST_KEYW}, 111#line 11 "scripts/genksyms/keywords.gperf" 112 {"__attribute__", ATTRIBUTE_KEYW}, 113#line 13 "scripts/genksyms/keywords.gperf" 114 {"__const__", CONST_KEYW}, 115#line 18 "scripts/genksyms/keywords.gperf" 116 {"__signed__", SIGNED_KEYW}, 117#line 44 "scripts/genksyms/keywords.gperf" 118 {"static", STATIC_KEYW}, 119#line 20 "scripts/genksyms/keywords.gperf" 120 {"__volatile__", VOLATILE_KEYW}, 121#line 39 "scripts/genksyms/keywords.gperf" 122 {"int", INT_KEYW}, 123#line 32 "scripts/genksyms/keywords.gperf" 124 {"char", CHAR_KEYW}, 125#line 33 "scripts/genksyms/keywords.gperf" 126 {"const", CONST_KEYW}, 127#line 45 "scripts/genksyms/keywords.gperf" 128 {"struct", STRUCT_KEYW}, 129#line 24 "scripts/genksyms/keywords.gperf" 130 {"__restrict__", RESTRICT_KEYW}, 131#line 25 "scripts/genksyms/keywords.gperf" 132 {"restrict", RESTRICT_KEYW}, 133#line 23 "scripts/genksyms/keywords.gperf" 134 {"_restrict", RESTRICT_KEYW}, 135#line 16 "scripts/genksyms/keywords.gperf" 136 {"__inline__", INLINE_KEYW}, 137#line 10 "scripts/genksyms/keywords.gperf" 138 {"__attribute", ATTRIBUTE_KEYW}, 139 {""}, 140#line 14 "scripts/genksyms/keywords.gperf" 141 {"__extension__", EXTENSION_KEYW}, 142#line 35 "scripts/genksyms/keywords.gperf" 143 {"enum", ENUM_KEYW}, 144#line 19 "scripts/genksyms/keywords.gperf" 145 {"__volatile", VOLATILE_KEYW}, 146#line 36 "scripts/genksyms/keywords.gperf" 147 {"extern", EXTERN_KEYW}, 148 {""}, 149#line 17 "scripts/genksyms/keywords.gperf" 150 {"__signed", SIGNED_KEYW}, 151#line 7 "scripts/genksyms/keywords.gperf" 152 {"EXPORT_SYMBOL_GPL_FUTURE", EXPORT_SYMBOL_KEYW}, 153 {""}, 154#line 51 "scripts/genksyms/keywords.gperf" 155 {"typeof", TYPEOF_KEYW}, 156#line 46 "scripts/genksyms/keywords.gperf" 157 {"typedef", TYPEDEF_KEYW}, 158#line 15 "scripts/genksyms/keywords.gperf" 159 {"__inline", INLINE_KEYW}, 160#line 31 "scripts/genksyms/keywords.gperf" 161 {"auto", AUTO_KEYW}, 162#line 47 "scripts/genksyms/keywords.gperf" 163 {"union", UNION_KEYW}, 164 {""}, {""}, 165#line 48 "scripts/genksyms/keywords.gperf" 166 {"unsigned", UNSIGNED_KEYW}, 167#line 49 "scripts/genksyms/keywords.gperf" 168 {"void", VOID_KEYW}, 169#line 42 "scripts/genksyms/keywords.gperf" 170 {"short", SHORT_KEYW}, 171 {""}, {""}, 172#line 50 "scripts/genksyms/keywords.gperf" 173 {"volatile", VOLATILE_KEYW}, 174 {""}, 175#line 37 "scripts/genksyms/keywords.gperf" 176 {"float", FLOAT_KEYW}, 177#line 34 "scripts/genksyms/keywords.gperf" 178 {"double", DOUBLE_KEYW}, 179 {""}, 180#line 5 "scripts/genksyms/keywords.gperf" 181 {"EXPORT_SYMBOL", EXPORT_SYMBOL_KEYW}, 182 {""}, {""}, 183#line 38 "scripts/genksyms/keywords.gperf" 184 {"inline", INLINE_KEYW}, 185#line 6 "scripts/genksyms/keywords.gperf" 186 {"EXPORT_SYMBOL_GPL", EXPORT_SYMBOL_KEYW}, 187#line 41 "scripts/genksyms/keywords.gperf" 188 {"register", REGISTER_KEYW}, 189 {""}, 190#line 22 "scripts/genksyms/keywords.gperf" 191 {"_Bool", BOOL_KEYW}, 192#line 43 "scripts/genksyms/keywords.gperf" 193 {"signed", SIGNED_KEYW}, 194 {""}, {""}, 195#line 40 "scripts/genksyms/keywords.gperf" 196 {"long", LONG_KEYW} 197 }; 198 199 if (len <= MAX_WORD_LENGTH && len >= MIN_WORD_LENGTH) 200 { 201 register int key = is_reserved_hash (str, len); 202 203 if (key <= MAX_HASH_VALUE && key >= 0) 204 { 205 register const char *s = wordlist[key].name; 206 207 if (*str == *s && !strcmp (str + 1, s + 1)) 208 return &wordlist[key]; 209 } 210 } 211 return 0; 212} 213