Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/harfbuzz/src/
H A 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()
/third_party/mksh/
H A Dlex.c31 #define SBASE 0 /* outside any lexical constructs */ macro
44 #define SADELIM 13 /* like SBASE, looking for delimiter */
229 state = (cf & HEREDELIM) ? SHEREDELIM : SBASE; in yylex()
250 /* Initial state: one of SWORD SLETPAREN 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()
721 /* Same as SBASE, except (,|,) treated specially */ in yylex()
906 /* This done to avoid tests for SHEREDELIM wherever SBASE tested */ in yylex()
908 state = SBASE; in yylex()
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
H A DSILoadStoreOptimizer.cpp107 SBASE = 0x1, enumerator
454 return SBASE; in getRegs()
526 if (Regs & SBASE) { in setMI()

Completed in 5 milliseconds