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

  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-set-private.hh 163 memset (elts, 0, sizeof elts);
166 for (unsigned int i = 0; i < ARRAY_LENGTH (elts); i++)
167 if (elts[i])
216 for (unsigned int i = 0; i < ELTS; i++)
217 if (elts[i] != other->elts[i])
224 for (unsigned int i = 0; i < ELTS; i++)
225 elts[i] = other->elts[i]
    [all...]
  /external/harfbuzz_ng/src/
hb-set-private.hh 152 memset (elts, 0, sizeof elts);
155 for (unsigned int i = 0; i < ARRAY_LENGTH (elts); i++)
156 if (elts[i])
205 for (unsigned int i = 0; i < ELTS; i++)
206 if (elts[i] != other->elts[i])
213 for (unsigned int i = 0; i < ELTS; i++)
214 elts[i] = other->elts[i]
316 elt_t elts[ELTS]; \/* XXX 8kb *\/ member in struct:hb_set_t
    [all...]

Completed in 417 milliseconds