| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/mcufont/decoder/ |
| A D | mf_justify.c | 46 uint16_t c1 = 0, c2; in mf_get_string_width() local 55 if (c2 == '\t') in mf_get_string_width() 62 c2 = ' '; in mf_get_string_width() 70 c1 = c2; in mf_get_string_width() 115 mf_char c1 = 0, c2; in render_left() local 129 c2 = ' '; in render_left() 137 c1 = c2; in render_left() 185 c2 = ' '; in render_right() 196 if (c2 != 0) in render_right() 200 c2 = c1; in render_right() [all …]
|
| A D | mf_kerning.h | 22 mf_char c1, mf_char c2); 24 #define mf_compute_kerning(f,c1,c2) (0) argument
|
| A D | mf_kerning.c | 62 mf_char c1, mf_char c2) in mf_compute_kerning() argument 71 if (!do_kerning(c1) || !do_kerning(c2)) in mf_compute_kerning() 88 w2 = mf_render_character(font, 0, 0, c2, fit_leftedge, &leftedge); in mf_compute_kerning()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/src/ |
| A D | hpm_cam_drv.c | 39 config->csc_config.yuv2rgb_coef.c2 = 0x76B; in cam_get_default_config() 50 config->csc_config.yuv2rgb_coef.c2 = 0x730; in cam_get_default_config() 61 config->csc_config.yuv2rgb_coef.c2 = 0; in cam_get_default_config() 142 ptr->CSC_COEF2 = CAM_CSC_COEF2_C2_SET(config->csc_config.yuv2rgb_coef.c2) in cam_init()
|
| A D | hpm_lcdc_drv.c | 84 layer->csc_config.yuv2rgb_coef.c2 = 0x76B; in lcdc_get_default_layer_config() 95 layer->csc_config.yuv2rgb_coef.c2 = 0x730; in lcdc_get_default_layer_config() 106 layer->csc_config.yuv2rgb_coef.c2 = 0; in lcdc_get_default_layer_config() 234 LCDC_LAYER_CSC_COEF2_C2_SET(layer->csc_config.yuv2rgb_coef.c2) in lcdc_config_layer()
|
| A D | hpm_pdma_drv.c | 126 yuv2rgb_coef->c2 = 0x76B; in pdma_get_default_yuv2rgb_coef_config() 135 yuv2rgb_coef->c2 = 0x730; in pdma_get_default_yuv2rgb_coef_config() 144 yuv2rgb_coef->c2 = 0; in pdma_get_default_yuv2rgb_coef_config() 180 config->rgb2yuv_config.c2 = 0x1D; in pdma_get_default_output_config() 195 config->rgb2yuv_config.c2 = 0x19; in pdma_get_default_output_config() 210 config->rgb2yuv_config.c2 = 0; in pdma_get_default_output_config() 363 ptr->YUV2RGB_COEF2 = PDMA_YUV2RGB_COEF2_C2_SET(yuv2rgb->c2) in pdma_config_planes() 406 ptr->RGB2YUV_COEF2 = PDMA_RGB2YUV_COEF2_C2_SET(config->rgb2yuv_config.c2) in pdma_config_output()
|
| /bsp/wch/risc-v/Libraries/ch56x_drivers/ |
| A D | ch56x_wdt.c | 79 uint32_t c2 = sys->WDOG_COUNT; in wdt_get_timeleft() local 81 if (c2 < c1) in wdt_get_timeleft() 91 countleft = ((WDOG_HICOUNT_MAX << 8) + 0xff) - ((hc << 8) + c2); in wdt_get_timeleft()
|
| /bsp/hpmicro/libraries/hpm_sdk/drivers/inc/ |
| A D | hpm_display_common.h | 116 uint16_t c2; member 140 uint16_t c2; member
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_common.c | 75 const unsigned char *c1 = s1, *c2 = s2; in arch_memcmp() local 79 d = (int)*c1++ - (int)*c2++; in arch_memcmp()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/disp2/disp/de/lowlevel_v2x/ |
| A D | de_peak_type.h | 96 unsigned int c2:9; member
|
| A D | de_lti_type.h | 67 unsigned int c2:8; member
|
| A D | de_lti.c | 183 lti_dev[sel][chno]->coef1.bits.c2 = 0xe0; in de_lti_set_para()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_params.c | 582 int changed, c1, c2; in _snd_pcm_hw_param_set_minmax() local 612 c2 = snd_mask_refine_max(i, max - !!openmax); in _snd_pcm_hw_param_set_minmax() 613 if (c2 < 0) in _snd_pcm_hw_param_set_minmax() 614 changed = c2; in _snd_pcm_hw_param_set_minmax() 616 changed = (c1 || c2); in _snd_pcm_hw_param_set_minmax() 624 c2 = snd_range_refine_max(i, max, openmax); in _snd_pcm_hw_param_set_minmax() 625 if (c2 < 0) in _snd_pcm_hw_param_set_minmax() 626 changed = c2; in _snd_pcm_hw_param_set_minmax() 628 changed = (c1 || c2); in _snd_pcm_hw_param_set_minmax()
|
| /bsp/raspberry-pi/raspi2/cpu/ |
| A D | cp15_gcc.S | 123 mcr p15, #0, r0, c2, c0, #0
|
| /bsp/nxp/imx/imx6sx/cortex-a9/cpu/ |
| A D | cp15_gcc.S | 123 mcr p15, #0, r0, c2, c0, #0
|
| /bsp/raspberry-pi/raspi3-32/cpu/ |
| A D | cp15_gcc.S | 145 mcr p15, #0, r0, c2, c0, #0
|
| /bsp/allwinner_tina/libcpu/ |
| A D | mmu.c | 28 __asm volatile { mcr p15, 0, i, c2, c0, 0 } in mmu_setttbase()
|