/third_party/libbpf/include/linux/ |
D | kernel.h | 32 #ifndef roundup 33 #define roundup(x, y) ( \ macro
|
/third_party/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;
|
/third_party/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) / \
|
/third_party/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()
|
/third_party/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()
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/sys/ |
D | types.h | 57 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/ndk_musl_include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/liteos_a/kernel/include/sys/ |
D | param.h | 31 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | param.h | 28 #define roundup(n,d) (howmany(n,d)*(d)) macro
|
/third_party/gstreamer/gstplugins_base/tests/validate/audiotestsrc/ |
D | reverse.validatetest | 16 # roundup((44100 / 2 / 1024) - 1 (already cranked) + 1 (for eos)) = 22
|
/third_party/fsverity-utils/common/ |
D | common_defs.h | 58 #define roundup(x, y) ({ \ macro
|
/third_party/mesa3d/src/gallium/drivers/virgl/ci/ |
D | virpipe-gl-flakes.txt | 19 spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-roundup-samples
|
/third_party/fsverity-utils/lib/ |
D | compute_digest.c | 110 const u32 padded_salt_size = roundup(salt_size, hash->alg->block_size); in compute_root_hash()
|
/third_party/elfutils/src/ |
D | strings.c | 468 roundup (2 * min_len_bytes + 1, ps)); in map_file()
|
/third_party/libbpf/src/ |
D | btf_dump.c | 898 new_off = roundup(cur_off, pad_bits); in btf_dump_emit_bit_padding() 914 (new_off == next_off && roundup(cur_off, next_align * 8) != new_off) || in btf_dump_emit_bit_padding()
|
D | gen_loader.c | 158 __u32 size8 = roundup(size, 8); in add_data()
|
D | libbpf.c | 1612 map_sz = (size_t)roundup(map->def.value_size, 8) * map->def.max_entries; 1613 map_sz = roundup(map_sz, page_sz); 4247 ext->kcfg.data_off = roundup(off, ext->kcfg.align); 9831 size_t elem_sz = roundup(map->def.value_size, 8);
|
/third_party/FreeBSD/sys/kern/ |
D | subr_bus.c | 952 newsize = roundup((unit + 1), MINALLOCSIZE / sizeof(device_t)); in devclass_alloc_unit()
|
/third_party/python/Doc/whatsnew/ |
D | 2.6.rst | 158 `Roundup <http://roundup.sourceforge.net/>`__, and 190 http://roundup.sourceforge.net/
|