Home
last modified time | relevance | path

Searched refs:ceil_div (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/bayer_io_ls/
H A Dia_css_bayer_io.host.c37 const unsigned int ddr_elems_per_word = ceil_div(HIVE_ISP_DDR_WORD_BITS, in ia_css_bayer_io_config()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/isp/kernels/ipu2_io_ls/yuv444_io_ls/
H A Dia_css_yuv444_io.host.c37 const unsigned int ddr_elems_per_word = ceil_div(HIVE_ISP_DDR_WORD_BITS, in ia_css_yuv444_io_config()
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/hive_isp_css_include/
H A Dmath_support.h74 #define ceil_div(a, b) (CEIL_DIV(a, b)) macro
/OK3568_Linux_fs/kernel/drivers/staging/media/atomisp/pci/runtime/isys/src/
H A Dvirtual_isys.c586 words_per_line = ceil_div(pixels_per_line_padded, pixels_per_word); in calculate_stride()
739 bytes_per_pixel = ceil_div(bits_per_pixel, bits_per_byte); in calculate_ibuf_ctrl_cfg()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/share/info/
H A Dcpp.info2450 #define ceil_div(x, y) (x + y - 1) / y
2456 a = ceil_div (b & c, sizeof (int));
2470 #define ceil_div(x, y) ((x) + (y) - 1) / (y)
2475 ceil_div(1, 2)'. That has the appearance of a C expression that would
2476 compute the size of the type of 'ceil_div (1, 2)', but in fact it means
2486 Here, then, is the recommended way to define 'ceil_div':
2488 #define ceil_div(x, y) (((x) + (y) - 1) / (y))
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/share/info/
H A Dcpp.info2450 #define ceil_div(x, y) (x + y - 1) / y
2456 a = ceil_div (b & c, sizeof (int));
2470 #define ceil_div(x, y) ((x) + (y) - 1) / (y)
2475 ceil_div(1, 2)'. That has the appearance of a C expression that would
2476 compute the size of the type of 'ceil_div (1, 2)', but in fact it means
2486 Here, then, is the recommended way to define 'ceil_div':
2488 #define ceil_div(x, y) (((x) + (y) - 1) / (y))