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

/external/clang/test/Sema/
H A Dwarn-duplicate-enum.c91 NCount = NMax + 1 enumerator in enum:__anon19188
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc96 #define NCount (VCount * TCount) macro
97 #define SCount (LCount * NCount)
262 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
300 unsigned int lindex = (s - SBase) / NCount;
301 unsigned int nindex = (s - SBase) % NCount;
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-shape-complex-hangul.cc105 #define NCount (VCount * TCount) macro
106 #define SCount (LCount * NCount)
271 hb_codepoint_t s = SBase + (l - LBase) * NCount + (v - VBase) * TCount + tindex;
309 unsigned int lindex = (s - SBase) / NCount;
310 unsigned int nindex = (s - SBase) % NCount;

Completed in 157 milliseconds