Searched refs:DIV_CEIL (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-graphite2.cc274 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
289 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
H A Dhb-coretext.cc604 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
H A Dhb-private.hh188 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b) function
H A Dhb-uniscribe.cc735 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
/external/harfbuzz_ng/src/
H A Dhb-graphite2.cc274 while ((DIV_CEIL (sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
275 DIV_CEIL (sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
289 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
H A Dhb-coretext.cc599 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \
H A Dhb-private.hh149 static inline unsigned int DIV_CEIL (const unsigned int a, unsigned int b) function
H A Dhb-uniscribe.cc734 unsigned int _consumed = DIV_CEIL ((len) * sizeof (Type), sizeof (*scratch)); \

Completed in 122 milliseconds