Home
last modified time | relevance | path

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

/external/harfbuzz_ng/src/
Dhb-ucd.cc56 #define SBASE 0xAC00u macro
69 unsigned si = ab - SBASE; in _hb_ucd_decompose_hangul()
77 *a = SBASE + (si / TCOUNT) * TCOUNT; in _hb_ucd_decompose_hangul()
91 if (a >= SBASE && a < (SBASE + SCOUNT) && b > TBASE && b < (TBASE + TCOUNT) && in _hb_ucd_compose_hangul()
92 !((a - SBASE) % TCOUNT)) in _hb_ucd_compose_hangul()
103 *ab = SBASE + li * NCOUNT + vi * TCOUNT; in _hb_ucd_compose_hangul()
/external/mksh/src/
Dlex.c31 #define SBASE 0 /* outside any lexical constructs */ macro
229 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()
256 ((state == SBASE || state == SHEREDELIM) && ctype(c, C_LEX1)))) { in yylex()
257 if (state == SBASE && in yylex()
282 case SBASE: in yylex()
908 state = SBASE; in yylex()
911 if (state == SBASE && ( in yylex()
964 if (wp == dp && state == SBASE) { in yylex()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSILoadStoreOptimizer.cpp107 SBASE = 0x1, enumerator
454 return SBASE; in getRegs()
526 if (Regs & SBASE) { in setMI()