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

  /external/harfbuzz_ng/src/
hb-graphite2.cc 284 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
285 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
299 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
hb-directwrite.cc 635 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
hb-private.hh 229 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b)
hb-uniscribe.cc 753 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
hb-coretext.cc 678 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
    [all...]

Completed in 53 milliseconds