Searched refs:S_I_T (Results 1 – 1 of 1) sorted by relevance
3032 static const uint16_t S_I_T[] ALIGN2 = { variable3109 return (S_I_T[indx] >> (syntax*4)) & 0xf; in SIT()3382 # define SIT(c, syntax) ((S_I_T[syntax_index_table[c]] >> ((syntax)*4)) & 0xf)3390 ((S_I_T[syntax_index_table[c]] >> ((syntax)*4)) & 0xf); \