| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 66 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument 67 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument 68 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument 69 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument 87 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument 88 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument 89 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument 90 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 74 #define TPASTE7( a, b, c, d, e, f, g) a##b##c##d##e##f##g argument 75 #define TPASTE8( a, b, c, d, e, f, g, h) a##b##c##d##e##f##g##h argument 76 #define TPASTE9( a, b, c, d, e, f, g, h, i) a##b##c##d##e##f##g##h##i argument 77 #define TPASTE10(a, b, c, d, e, f, g, h, i, j) a##b##c##d##e##f##g##h##i##j argument 95 #define ATPASTE7( a, b, c, d, e, f, g) TPASTE7( a, b, c, d, e, f, g) argument 96 #define ATPASTE8( a, b, c, d, e, f, g, h) TPASTE8( a, b, c, d, e, f, g, h) argument 97 #define ATPASTE9( a, b, c, d, e, f, g, h, i) TPASTE9( a, b, c, d, e, f, g, h, i) argument 98 #define ATPASTE10(a, b, c, d, e, f, g, h, i, j) TPASTE10(a, b, c, d, e, f, g, h, i, j) argument
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vft_debug.c | 207 glyph_desc_t* g = &font_face->glyphs[i]; in vft_dbg_path_table() local 208 TRACE_BIN(("Glyph - path: '%c' unicode = %d\n", g->unicode, g->unicode)); in vft_dbg_path_table() 209 offset = g->path.draw_cmds_offset; in vft_dbg_path_table() 210 vfg_dbg_path_data(&g->path, offset); in vft_dbg_path_table() 218 glyph_desc_t* g = &font_face->glyphs[i]; in vft_dbg_kern_table() local 220 TRACE_INFO(("Kern: '%c' unicode=%hu\n", g->unicode, g->unicode)); in vft_dbg_kern_table() 222 vft_dbg_kern_desc(&g->kern_table[0], in vft_dbg_kern_table() 223 g->kern_num_entries, in vft_dbg_kern_table() 233 glyph_desc_t* g = &font_face->glyphs[i]; in vft_dbg_glyph_table() local 234 TRACE_INFO(("Glyph: '%c'\n", g->unicode)); in vft_dbg_glyph_table() [all …]
|
| A D | vft_draw.c | 44 #define READ_BIN_FIELD(x) memcpy(&g->x, (buf + offset), sizeof(g->x)); offset += sizeof(g->x) 57 glyph_desc_t *g; member 144 if ( g_glyph_cache[i].g != NULL && g->unicode == in vft_cache_lookup() 145 g_glyph_cache[i].g->unicode ) in vft_cache_lookup() 173 g->path.draw_cmds, in vft_cache_lookup() 174 g->path.bounds[0], in vft_cache_lookup() 175 g->path.bounds[1], in vft_cache_lookup() 176 g->path.bounds[2], in vft_cache_lookup() 177 g->path.bounds[3]); in vft_cache_lookup() 178 g_glyph_cache[unused_idx].g = g; in vft_cache_lookup() [all …]
|
| A D | vft_debug.h | 66 void vft_dbg_glyph_desc(glyph_desc_t* g, int offset); 91 #define vft_dbg_glyph_desc(g,offset) argument
|
| /bsp/rx/RPDL/ |
| A D | r_pdl_iic_rx62nxnfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 142 R_IIC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h) ) : \ 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 155 ( ( (a) < IIC_CHANNELS ) && ((g) <= IPL_MAX) ) ? \ 156 R_IIC_MasterSendAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 160 #define R_IIC_MasterReceive(a, b, c, d, e, f, g) \ argument 162 ( ( (a) < IIC_CHANNELS ) && ((g) <= IPL_MAX) ) ? \ 163 R_IIC_MasterReceiveAll( (a), (b), (c), (d), (e), (f), (g) ) : \
|
| A D | r_pdl_iic_rx62nxfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 142 R_IIC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h) ) : \ 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 155 ( ( (a) < IIC_CHANNELS ) && ((g) <= IPL_MAX) ) ? \ 156 R_IIC_MasterSendAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 160 #define R_IIC_MasterReceive(a, b, c, d, e, f, g) \ argument 162 ( ( (a) < IIC_CHANNELS ) && ((g) <= IPL_MAX) ) ? \ 163 R_IIC_MasterReceiveAll( (a), (b), (c), (d), (e), (f), (g) ) : \
|
| A D | r_pdl_tmr_rx62nxx.h | 161 #define R_TMR_CreateChannel(a, b, c, d, e, f, g, h, i, j) \ argument 164 R_TMR_CreateChannelAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j) ) : \ 168 #define R_TMR_CreateUnit(a, b, c, d, e, f, g, h, i, j) \ argument 171 R_TMR_CreateUnitAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j) ): \ 175 #define R_TMR_CreatePeriodic(a, b, c, d, e, f, g) \ argument 177 ( ((a) > PDL_TMR_UNIT1) || ((g) > IPL_MAX) ) ? \ 180 R_TMR_CreatePeriodicChannelAll( (a), (b), (c), (d), (e), (f), (g) ) : \ 181 R_TMR_CreatePeriodicUnitAll( (a - PDL_TMR_UNIT0), (b), (c), (d), (e), (f), (g) ) \
|
| A D | r_pdl_bsc_rx62nxx.h | 92 #define R_BSC_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l, m, n, o) \ argument 95 R_BSC_CreateAreaAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l), (m), (n), (o) ) : \ 100 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 105 #define R_BSC_SDRAM_CreateArea(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 107 R_BSC_SDRAM_CreateAreaAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l) ) \
|
| A D | r_pdl_dmac_rx62nxx.h | 72 #define R_DMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l) \ argument 75 R_DMAC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l) ) : \ 79 #define R_DMAC_Control(a, b, c, d, e, f, g, h, i) \ argument 82 R_DMAC_ControlAll( (a), (b), (c), (d), (e), (f), (g), (h), (i) ) : \
|
| A D | r_pdl_exdmac_rx62nxx.h | 73 #define R_EXDMAC_Create(a, b, c, d, e, f, g, h, i, j, k, l, m) \ argument 76 R_EXDMAC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i), (j), (k), (l), (m) ) : \ 80 #define R_EXDMAC_Control(a, b, c, d, e, f, g, h, i) \ argument 83 R_EXDMAC_ControlAll( (a), (b), (c), (d), (e), (f), (g), (h), (i) ) : \
|
| A D | r_pdl_rtc_RX62Nxx.h | 58 #define R_RTC_Create(a, b, c, d, e, f, g, h, i) \ argument 60 ( ((g) <= IPL_MAX) && ((i) <= IPL_MAX) ) ? \ 61 R_RTC_CreateAll( (a), (b), (c), (d), (e), (f), (g), (h), (i) ): \
|
| A D | r_pdl_spi_rx62nxx.h | 109 #define R_SPI_Transfer(a, b, c, d, e, f, g) \ argument 111 ( ( ((a) < SPI_CHANNELS) && ((g) <= IPL_MAX) ) ) ? \ 112 R_SPI_TransferAll( (a), (b), (c), (d), (e), (f), (g) ): \
|
| /bsp/efm32/graphics/dmd/ssd2119/ |
| A D | dmd_ssd2119_16bit.c | 434 int r,g,b; in DMD_writeDataRLEFade() local 450 g = *ptr++; in DMD_writeDataRLEFade() 453 g = ((g * weight/100) + (green * (100-weight)/100)); in DMD_writeDataRLEFade() 468 g = *ptr++; in DMD_writeDataRLEFade() 471 g = ((g * weight/100) + (green * (100-weight)/100)); in DMD_writeDataRLEFade() 479 g = *ptr++; in DMD_writeDataRLEFade() 482 g = ((g * weight/100) + (green * (100-weight)/100)); in DMD_writeDataRLEFade() 520 uint8_t r,g,b; in DMD_writeDataRLE() local 534 g = *ptr++; in DMD_writeDataRLE() 550 g = *ptr++; in DMD_writeDataRLE() [all …]
|
| /bsp/raspberry-pi/raspi4-32/driver/lcd/ |
| A D | lcd_console.h | 16 #define RGB(r, g, b) ((((r))<<16) | (((g))<<8) | ((b))) argument 31 #define RGB16(r, g, b) ((((r))<<11) | (((g))<<5) | ((b))) argument
|
| A D | drv_hdmi.h | 13 #define RGB(r, g, b) ((((r))<<16) | (((g))<<8) | ((b))) argument
|
| /bsp/core-v-mcu/Libraries/core_v_hal_libraries/core_v_hal/include/ |
| A D | hal_apb_soc.h | 59 #define APB_SOC_PADFUN_OFFSET(g) (APB_SOC_PADFUN0_OFFSET+(g)*4) //sets the mux for pins g*16+0 (… argument 66 #define APB_SOC_PADCFG_OFFSET(g) (APB_SOC_PADCFG0_OFFSET+(g)*4) //sets config for pin g*4+0(bits… argument
|
| /bsp/raspberry-pi/raspi4-64/drivers/ |
| A D | drv_hdmi.h | 13 #define RGB(r, g, b) ((((r))<<16) | (((g))<<8) | ((b))) argument
|
| /bsp/raspberry-pi/raspi3-64/driver/ |
| A D | drv_fb.h | 13 #define RGB(r, g, b) ((((r))<<16) | (((g))<<8) | ((b))) argument
|
| /bsp/k210/drivers/test/ |
| A D | lcd_test.c | 37 unsigned char r = 0, g = 0, b = 0; in showcolor() local 54 g = atoi(argv[i]); in showcolor() 82 c = (uint16_t)(((r >> 3) << 11) | ((g >> 2) << 6) | ((b >> 3))); in showcolor()
|
| /bsp/bf533/vdsp/ |
| A D | bf533.mak | 43 …$(VDSP)/ccblkfn.exe -c ..\application.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -n… 47 …$(VDSP)/easmblkfn.exe .\bf533_basiccrt.s -proc ADSP-BF533 -file-attr ProjectName=bf533 -g -I ../..… 51 …$(VDSP)/ccblkfn.exe -c .\bf533_heaptab.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -… 55 …$(VDSP)/ccblkfn.exe -c ..\board.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap -no-mult… 59 …$(VDSP)/ccblkfn.exe -c ..\..\..\src\clock.c -file-attr ProjectName=bf533 -g -structs-do-not-overla… 67 …lackfin\bf53x\context_vdsp.S -proc ADSP-BF533 -file-attr ProjectName=bf533 -g -I ../../../include … 123 …$(VDSP)/ccblkfn.exe -c ..\..\..\src\ipc.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap … 127 …$(VDSP)/ccblkfn.exe -c ..\..\..\src\irq.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap … 135 …$(VDSP)/ccblkfn.exe -c ..\..\..\src\mem.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap … 147 …$(VDSP)/ccblkfn.exe -c ..\..\..\src\rtm.c -file-attr ProjectName=bf533 -g -structs-do-not-overlap … [all …]
|
| /bsp/raspberry-pi/raspi3-32/driver/ |
| A D | drv_fb.h | 13 #define RGB(r, g, b) ((((r))<<16) | (((g))<<8) | ((b))) argument
|
| /bsp/nxp/imx/imx6ull-smart/ |
| A D | mkimage.py | 199 with open(args.img, 'wb') as g: 202 g.write(struct.pack('<I', 0x00000000)) 212 g.write(raw) 213 g.close()
|
| /bsp/simulator/SDL2/include/ |
| A D | SDL_pixels.h | 331 Uint8 g; member 572 Uint8 r, Uint8 g, Uint8 b); 607 Uint8 r, Uint8 g, Uint8 b, 633 Uint8 * r, Uint8 * g, Uint8 * b); 662 Uint8 * r, Uint8 * g, Uint8 * b,
|
| /bsp/nuvoton/libraries/n9h30/rtt_port/ |
| A D | drv_vpost.c | 425 MSH_CMD_EXPORT(vpost_set_osd_colkey, e.g: vpost_set_osd_colkey R G B); 444 MSH_CMD_EXPORT(vpost_show_layer, e.g: vpost_show_layer layer); 463 MSH_CMD_EXPORT(vpost_hide_layer, e.g: vpost_hide_layer layer); 494 MSH_CMD_EXPORT(vpost_fill_color, e.g: vpost_fill_color layer R G B);
|