/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 507 mappages = roundup(mapsize, pagesize) / pagesize; 650 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 583 mappages = roundup(mapsize_mapper, pagesize) / pagesize; 832 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/arm-optimized-routines/math/test/rtest/ |
D | semi.c | 14 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local 32 out[0] = sign | (roundup ? 0x3FF00000 : 0); in test_rint() 52 if (roundword && roundup) { in test_rint() 77 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local 94 *out = sign | (roundup ? 0x3F800000 : 0); in test_rintf() 111 if (roundword && roundup) { in test_rintf()
|
/external/llvm-project/libc/AOR_v20.02/math/test/rtest/ |
D | semi.c | 15 int roundup = (isfloor && sign) || (isceil && !sign); in test_rint() local 33 out[0] = sign | (roundup ? 0x3FF00000 : 0); in test_rint() 53 if (roundword && roundup) { in test_rint() 78 int roundup = (isfloor && sign) || (isceil && !sign); in test_rintf() local 95 *out = sign | (roundup ? 0x3F800000 : 0); in test_rintf() 112 if (roundword && roundup) { in test_rintf()
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/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/drrickorang/LoopbackApp/app/src/main/java/org/drrickorang/loopback/ |
D | Pipe.java | 33 mMaxValues = Utilities.roundup(maxSamples); // round up to the nearest power of 2 in Pipe()
|
D | Utilities.java | 43 public static int roundup(int size) in roundup() method in Utilities
|
/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/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/llvm-project/libclc/generic/lib/shared/ |
D | vstore.cl | 167 bool roundup = (grs > (1 << (shift - 1))) || 169 return roundup ? __clc_rti(x) : __clc_rtz(x); 233 bool roundup = (grs > (1UL << (shift - 1UL))) || 235 return roundup ? __clc_rti(x) : __clc_rtz(x);
|
/external/drrickorang/LoopbackApp/app/src/main/cpp/ |
D | Android.bp | 19 "audio_utils/roundup.c",
|
D | CMakeLists.txt | 28 audio_utils/roundup.c
|
/external/erofs-utils/lib/ |
D | cache.c | 82 const erofs_off_t alignedoffset = roundup(bb->buffers.off, alignsize); in __erofs_battach() 83 const int oob = cmpsgn(roundup(bb->buffers.off % EROFS_BLKSIZ, in __erofs_battach()
|
/external/fsverity-utils/common/ |
D | common_defs.h | 58 #define roundup(x, y) ({ \ macro
|
/external/openssh/ |
D | defines.h | 492 #ifndef roundup 493 # define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
|
/external/erofs-utils/include/erofs/ |
D | defs.h | 100 #define roundup(x, y) ( \ macro
|
/external/erofs-utils/fuse/ |
D | main.c | 50 stbuf->st_blocks = roundup(vi.i_size, EROFS_BLKSIZ) >> 9; in erofsfuse_getattr()
|
/external/fsverity-utils/lib/ |
D | compute_digest.c | 58 const u32 padded_salt_size = roundup(salt_size, hash->alg->block_size); in compute_root_hash()
|
/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
|