Searched refs:roundup (Results 1 – 13 of 13) sorted by relevance
/external/valgrind/memcheck/tests/amd64/ |
D | insn-pcmpistri.c | 40 const size_t roundup = ((len+15)/16)*16; in test_strlen() local 44 posix_memalign(&space, 16, roundup); in test_strlen() 45 memset(space, 'x', roundup); in test_strlen() 53 for (i=len ; i < roundup ; ++i) in test_strlen()
|
/external/mesa3d/src/mesa/main/ |
D | vsnprintf.c | 44 #ifndef roundup 45 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 74 e = (char *)roundup((unsigned long)e, pgsize);
|
/external/linux-tools-perf/src/tools/perf/util/include/linux/ |
D | kernel.h | 49 #ifndef roundup 50 #define roundup(x, y) ( \ macro
|
/external/vboot_reference/futility/ |
D | vb1_helper.c | 90 static uint64_t roundup(uint64_t val, uint64_t alignment) in roundup() function 188 roundup(kernel32_size, CROS_ALIGN) + in PickApartVmlinuz() 645 g_bootloader_size = roundup(bootloader_size, CROS_ALIGN); in CreateKernelBlob() 648 roundup(g_kernel_size, CROS_ALIGN) + in CreateKernelBlob() 663 now += roundup(g_kernel_size, CROS_ALIGN); in CreateKernelBlob()
|
/external/openssh/ |
D | sshbuf.c | 255 rlen = roundup(buf->size, SSHBUF_SIZE_INC); in sshbuf_set_max_size() 345 rlen = roundup(buf->alloc + need, SSHBUF_SIZE_INC); in sshbuf_reserve()
|
D | defines.h | 460 #ifndef roundup 461 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
D | kex.c | 691 if ((digest = calloc(1, roundup(need, mdsz))) == NULL) { in derive_key()
|
D | sshconnect.c | 1377 size = roundup(strlen(password) + 1, 32); in ssh_put_password()
|
D | scp.c | 1325 size = roundup(stb.st_blksize, blksize);
|
D | packet.c | 1117 roundup(state->extra_pad, block_size); in ssh_packet_send2_wrapped()
|
/external/libpcap/ |
D | pcap-bpf.c | 1699 #ifndef roundup 1700 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro 1702 pb->zbufsize = roundup(v, getpagesize());
|
/external/elfutils/src/src/ |
D | strings.c | 481 roundup (2 * min_len_bytes + 1, ps)); in map_file()
|
/external/linux-tools-perf/src/tools/perf/util/ |
D | symbol.c | 190 curr->end = roundup(curr->start, 4096); in symbols__fixup_end()
|