HomeSort by relevance Sort by last modified time
    Searched refs:NCount (Results 1 - 3 of 3) sorted by null

  /external/clang/test/Sema/
warn-duplicate-enum.c 91 NCount = NMax + 1
  /external/harfbuzz_ng/src/
hb-ot-shape-complex-hangul.cc 96 #define NCount (VCount * TCount)
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/
hb-ot-shape-complex-hangul.cc 96 #define NCount (VCount * TCount)
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;

Completed in 66 milliseconds