OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DIV_CEIL
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/harfbuzz-ng/src/
hb-graphite2.cc
275
while ((
DIV_CEIL
(sizeof (hb_graphite2_cluster_t) * buffer->len, sizeof (*scratch)) +
276
DIV_CEIL
(sizeof (hb_codepoint_t) * glyph_count, sizeof (*scratch))) > scratch_size)
290
unsigned int _consumed =
DIV_CEIL
((len) * sizeof (Type), sizeof (*scratch)); \
hb-coretext.cc
561
unsigned int _consumed =
DIV_CEIL
((len) * sizeof (Type), sizeof (*scratch)); \
hb-private.hh
82
static inline unsigned int
DIV_CEIL
(const unsigned int a, unsigned int b)
hb-uniscribe.cc
737
unsigned int _consumed =
DIV_CEIL
((len) * sizeof (Type), sizeof (*scratch)); \
Completed in 183 milliseconds