Searched refs:SBASE (Results 1 – 5 of 5) sorted by relevance
43 #define SBASE 0xAC00 macro113 int si = code - SBASE; in hangul_pair_decompose()120 *a = SBASE + (si / TCOUNT) * TCOUNT; in hangul_pair_decompose()137 && (a < SBASE || a >= (SBASE + SCOUNT))) in hangul_pair_compose()140 if (a >= SBASE) { in hangul_pair_compose()148 *code = SBASE + li * NCOUNT + vi * TCOUNT; in hangul_pair_compose()
31 #define SBASE 0 /* outside any lexical constructs */ macro223 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()259 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) { in yylex()260 if (state == SBASE && in yylex()284 case SBASE: in yylex()906 state = SBASE; in yylex()909 if (state == SBASE && ( in yylex()975 if (wp == dp && state == SBASE) { in yylex()
161 bits<7> SBASE;166 let Inst{14-9} = SBASE{6-1};
265 bits<6> SBASE = PTR{14-9};269 let Inst{14-9} = SBASE;