Home
last modified time | relevance | path

Searched refs:SBASE (Results 1 – 3 of 3) sorted by relevance

/external/harfbuzz_ng/src/hb-ucdn/
Ducdn.c43 #define SBASE 0xAC00 macro
113 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()
/external/mksh/src/
Dlex.c31 #define SBASE 0 /* outside any lexical constructs */ macro
222 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()
/external/mesa3d/src/gallium/drivers/radeon/
DSIInstrInfo.td265 bits<6> SBASE = PTR{14-9};
269 let Inst{14-9} = SBASE;