/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/ltp/testcases/kernel/mem/mmapstress/ |
D | mmapstress09.c | 77 #ifdef roundup 78 #undef roundup 80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 219 mappages = roundup(mapsize, pagesize) / pagesize; in main()
|
D | mmapstress01.c | 94 #ifdef roundup 95 #undef roundup 97 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 508 mappages = roundup(mapsize, pagesize) / pagesize; 651 mappages = roundup(mapsize, pagesize) / pagesize;
|
D | mmapstress10.c | 105 #ifdef roundup 106 #undef roundup 108 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro 585 mappages = roundup(mapsize_mapper, pagesize) / pagesize; 834 mappages = roundup(mapsize, pagesize) / pagesize;
|
/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 | 772 if ((digest = calloc(1, roundup(need, mdsz))) == NULL) { in derive_key()
|
D | scp.c | 1325 size = roundup(stb.st_blksize, blksize);
|
D | sshconnect.c | 1378 size = roundup(strlen(password) + 1, 32); in ssh_put_password()
|
D | packet.c | 1120 roundup(state->extra_pad, block_size); in ssh_packet_send2_wrapped()
|
/external/syslinux/core/fs/xfs/ |
D | xfs.h | 495 #define roundup(x, y) ( \ macro 504 return (int)roundup(offsetof(struct xfs_dir2_data_entry, name[0]) + n + in xfs_dir2_data_entsize()
|
/external/libpcap/ |
D | pcap-bpf.c | 1720 #ifndef roundup 1721 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro 1723 pb->zbufsize = roundup(v, getpagesize());
|
/external/elfutils/src/ |
D | strings.c | 485 roundup (2 * min_len_bytes + 1, ps)); in map_file()
|
/external/ImageMagick/coders/ |
D | jpeg.c | 1975 roundup; in WriteProfile() local 1982 roundup=(size_t) (length & 0x01); in WriteProfile() 1997 if (roundup != 0) in WriteProfile() 2000 custom_profile),(unsigned int) (length+tag_length+roundup)); in WriteProfile()
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|