Home
last modified time | relevance | path

Searched refs:roundup (Results 1 – 25 of 30) sorted by relevance

12

/third_party/libbpf/include/linux/
Dkernel.h32 #ifndef roundup
33 #define roundup(x, y) ( \ macro
/third_party/ltp/testcases/kernel/mem/mmapstress/
Dmmapstress09.c77 #ifdef roundup
78 #undef roundup
80 #define roundup(x, y) ((((x)+((y)-1))/(y))*(y)) macro
219 mappages = roundup(mapsize, pagesize) / pagesize; in main()
Dmmapstress01.c94 #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;
Dmmapstress10.c105 #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/
Dvc4_simulator_validate.h45 #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/
Dsemi.c14 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/
Dvc4_validate.c330 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()
Dvc4_gem.c40 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/
Dtypes.h57 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/include/sys/
Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/ndk_musl_include/sys/
Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/liteos_a/kernel/include/sys/
Dparam.h31 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dparam.h28 #define roundup(n,d) (howmany(n,d)*(d)) macro
/third_party/gstreamer/gstplugins_base/tests/validate/audiotestsrc/
Dreverse.validatetest16 # roundup((44100 / 2 / 1024) - 1 (already cranked) + 1 (for eos)) = 22
/third_party/fsverity-utils/common/
Dcommon_defs.h58 #define roundup(x, y) ({ \ macro
/third_party/mesa3d/src/gallium/drivers/virgl/ci/
Dvirpipe-gl-flakes.txt19 spec@arb_framebuffer_no_attachments@arb_framebuffer_no_attachments-roundup-samples
/third_party/fsverity-utils/lib/
Dcompute_digest.c110 const u32 padded_salt_size = roundup(salt_size, hash->alg->block_size); in compute_root_hash()
/third_party/elfutils/src/
Dstrings.c468 roundup (2 * min_len_bytes + 1, ps)); in map_file()
/third_party/libbpf/src/
Dbtf_dump.c898 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()
Dgen_loader.c158 __u32 size8 = roundup(size, 8); in add_data()
Dlibbpf.c1612 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/
Dsubr_bus.c952 newsize = roundup((unit + 1), MINALLOCSIZE / sizeof(device_t)); in devclass_alloc_unit()
/third_party/python/Doc/whatsnew/
D2.6.rst158 `Roundup <http://roundup.sourceforge.net/>`__, and
190 http://roundup.sourceforge.net/

12