OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:div_ceil
(Results
1 - 6
of
6
) 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)); \
/external/e2fsprogs/misc/
filefrag.c
87
static unsigned int
div_ceil
(unsigned int a, unsigned int b)
function
307
cylgroups =
div_ceil
(fsinfo.f_blocks, fsinfo.f_bsize*8);
/external/e2fsprogs/ext2ed/
init.c
373
static unsigned int
div_ceil
(unsigned int a, unsigned int b)
function
425
file_system_info.groups_count =
div_ceil
(sb->s_blocks_count,
Completed in 913 milliseconds