Home
last modified time | relevance | path

Searched defs:round_up (Results 1 - 23 of 23) sorted by relevance

/kernel/linux/linux-6.6/tools/include/linux/
H A Dmath.h11 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Dtest_xdp_meta.c8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/kernel/linux/linux-6.6/include/linux/
H A Dmath.h25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/kernel/linux/linux-5.10/tools/include/linux/
H A Dkernel.h114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator_validate.h46 #define round_up(x, y) align(x, y) macro
/third_party/ffmpeg/libavcodec/
H A Dput_bits.h100 static inline int put_bytes_count(const PutBitContext *s, int round_up) in put_bytes_count() argument
135 static inline int put_bytes_left(const PutBitContext *s, int round_up) in put_bytes_left() argument
/third_party/astc-encoder/Source/UnitTest/
H A Dtest_simd.cpp40 static unsigned int round_up(unsigned int x) in round_up() function
/third_party/libdrm/omap/
H A Domap_drm.c46 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/third_party/exfatprogs/include/
H A Dlibexfat.h20 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
H A Dlow_level_alloc.cc215 const size_t round_up; member
341 size_t round_up = 16; in RoundedUpBlockSize() local
/kernel/linux/linux-5.10/include/linux/
H A Dkernel.h75 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
/kernel/linux/linux-6.6/tools/arch/x86/intel_sdsi/
H A Dintel_sdsi.c49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_int64.c735 nir_ssa_def *round_up = nir_ior(b, COND_LOWER_CMP(b, ilt, half, rem), in lower_2f() local
/third_party/python/Objects/
H A Dfloatobject.c1317 int half_eps, digit, round_up, negate=0; in float_fromhex() local
/kernel/linux/linux-5.10/drivers/atm/
H A Dhorizon.h487 round_up, enumerator
H A Dambassador.h643 round_up, enumerator
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_shader.c1360 get_size_class(unsigned size, bool round_up) in get_size_class() argument
/kernel/linux/linux-6.6/drivers/clk/bcm/
H A Dclk-bcm2835.c507 bool round_up; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddisplay_mode_vba_util_32.c1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity() argument
/third_party/f2fs-tools/include/
H A Df2fs_fs.h668 #define round_up(x, y) (((x) + (y) - 1) / (y)) macro
/third_party/skia/third_party/externals/wuffs/release/c/
H A Dwuffs-v0.3.c12741 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local
[all...]
/third_party/astc-encoder/Source/
H A Dwuffs-v0.3.c13637 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local
44012 DynIOBuffer::round_up(uint64_t min_incl, uint64_t max_incl) { round_up() function in DynIOBuffer
[all...]

Completed in 124 milliseconds