Searched refs:round_up (Results 1 – 2 of 2) sorted by relevance
391 bool round_up = buf[dec_limit] >= '5'; in lwm2m_ftoa() local396 while (round_up && dec_limit > 0) { in lwm2m_ftoa()403 round_up = false; in lwm2m_ftoa()407 if (round_up) { in lwm2m_ftoa()
169 def round_up(val, align): function456 mem_end = round_up(virt_base + size, scope)491 phys_aligned_end = round_up(phys_base + size, scope)920 extra_pages_needed = int(round_up(size_diff, page_size) / page_size)