Searched refs:SBASE (Results 1 – 3 of 3) 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 */ macro222 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()246 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) { in yylex()247 if (state == SBASE && in yylex()270 case SBASE: in yylex()903 state = SBASE; in yylex()906 if (state == SBASE && ( in yylex()969 if (wp == dp && state == SBASE) { in yylex()
265 bits<6> SBASE = PTR{14-9};269 let Inst{14-9} = SBASE;