/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/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/mesa3d/src/gallium/drivers/vc4/ |
D | vc4_simulator_validate.h | 45 #define roundup(x, y) align(x, y) macro 54 #define BITS_TO_LONGS(bits) (roundup(bits, BITMAP_WORDBITS) / \
|
/external/drrickorang/LoopbackApp/app/src/main/jni/audio_utils/ |
D | roundup.h | 25 unsigned roundup(unsigned v);
|
D | roundup.c | 19 unsigned roundup(unsigned v) { in roundup() function
|
D | fifo.c | 34 fifo->mFrameCountP2 = roundup(frameCount); in audio_utils_fifo_init()
|
/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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Pipe.java | 34 mMaxValues = Utilities.roundup(maxSamples); // round up to the nearest power of 2 in Pipe()
|
D | Utilities.java | 42 public static int roundup(int size) in roundup() method in Utilities
|
/external/drrickorang/LoopbackApp/app/src/main/jni/ |
D | Android.mk | 12 audio_utils/roundup.c
|
/external/mesa3d/src/gallium/drivers/vc4/kernel/ |
D | vc4_validate.c | 330 roundup(gl_shader_rec_size(exec->shader_state[i].addr), 16); in validate_gl_shader_state() 373 exec->tile_alloc_offset = roundup(tile_state_size, 4096); in validate_tile_binning_config() 391 tile_alloc_size = roundup(tile_alloc_size, 256); in validate_tile_binning_config() 779 BUG_ON(roundup(packet_size, 16) - packet_size > nr_relocs * 4); in validate_gl_shader_rec() 780 exec->shader_rec_v += roundup(packet_size, 16); in validate_gl_shader_rec()
|
D | vc4_gem.c | 40 uint32_t shader_rec_offset = roundup(bin_offset + args->bin_cl_size, in vc4_get_bcl()
|
/external/openssh/ |
D | defines.h | 470 #ifndef roundup 471 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/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/openssh/regress/unittests/sshbuf/ |
D | test_sshbuf.c | 202 sz = roundup(1223 + SSHBUF_SIZE_INC * 3, SSHBUF_SIZE_INC); in sshbuf_tests()
|
/external/python/cpython2/Modules/_ctypes/ |
D | libffi.diff | 163 + * See roundup issue 10309
|
/external/libpcap/ |
D | pcap-bpf.c | 1941 #ifndef roundup 1942 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) /* to any y */ macro 1944 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/python/cpython2/Doc/whatsnew/ |
D | 2.6.rst | 156 `Roundup <http://roundup.sourceforge.net/>`__, and 188 http://roundup.sourceforge.net/
|
/external/jline/src/src/test/resources/jline/example/ |
D | english.gz |
|
/external/python/cpython2/Misc/ |
D | HISTORY | 12854 roundup (sys/types.h).
|