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 297 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
298 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
312 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
hb-directwrite.cc 531 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
hb-dsalgs.hh 266 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b)
hb-coretext.cc 612 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
    [all...]
hb-uniscribe.cc 729 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \

Completed in 970 milliseconds