/kernel/linux/linux-6.6/tools/include/linux/ |
H A D | math.h | 11 #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 D | test_xdp_meta.c | 8 #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 D | test_xdp_meta.c | 8 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | math.h | 25 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/kernel/linux/linux-5.10/tools/include/linux/ |
H A D | kernel.h | 114 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/third_party/mesa3d/src/gallium/drivers/vc4/ |
H A D | vc4_simulator_validate.h | 46 #define round_up(x, y) align(x, y) macro
|
/third_party/ffmpeg/libavcodec/ |
H A D | put_bits.h | 100 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 D | test_simd.cpp | 40 static unsigned int round_up(unsigned int x) in round_up() function
|
/third_party/libdrm/omap/ |
H A D | omap_drm.c | 46 #define round_up(x, y) ((((x)-1) | __round_mask(x, y))+1) macro
|
/third_party/exfatprogs/include/ |
H A D | libexfat.h | 20 #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 D | low_level_alloc.cc | 215 const size_t round_up; member 341 size_t round_up = 16; in RoundedUpBlockSize() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | kernel.h | 75 #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 D | intel_sdsi.c | 49 #define round_up(x, y) ((((x) - 1) | __round_mask(x, y)) + 1) macro
|
/third_party/mesa3d/src/compiler/nir/ |
H A D | nir_lower_int64.c | 735 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 D | floatobject.c | 1317 int half_eps, digit, round_up, negate=0; in float_fromhex() local
|
/kernel/linux/linux-5.10/drivers/atm/ |
H A D | horizon.h | 487 round_up, enumerator
|
H A D | ambassador.h | 643 round_up, enumerator
|
/third_party/mesa3d/src/amd/vulkan/ |
H A D | radv_shader.c | 1360 get_size_class(unsigned size, bool round_up) in get_size_class() argument
|
/kernel/linux/linux-6.6/drivers/clk/bcm/ |
H A D | clk-bcm2835.c | 507 bool round_up; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
H A D | display_mode_vba_util_32.c | 1325 double dml32_RoundToDFSGranularity(double Clock, bool round_up, double VCOSpeed) in dml32_RoundToDFSGranularity() argument
|
/third_party/f2fs-tools/include/ |
H A D | f2fs_fs.h | 668 #define round_up(x, y) (((x) + (y) - 1) / (y)) macro
|
/third_party/skia/third_party/externals/wuffs/release/c/ |
H A D | wuffs-v0.3.c | 12741 bool round_up = false; in wuffs_base__private_implementation__high_prec_dec__rounded_integer() local [all...] |
/third_party/astc-encoder/Source/ |
H A D | wuffs-v0.3.c | 13637 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...] |