| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/ |
| A D | arch.h | 75 #define MIN16(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 16-bit value. */ argument 76 #define MAX16(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 16-bit value. */ argument 78 #define MIN32(a,b) ((a) < (b) ? (a) : (b)) /**< Maximum 32-bit value. */ argument 79 #define MAX32(a,b) ((a) > (b) ? (a) : (b)) /**< Maximum 32-bit value. */ argument 173 #define ADD16(a,b) ((a)+(b)) argument 174 #define SUB16(a,b) ((a)-(b)) argument 175 #define ADD32(a,b) ((a)+(b)) argument 176 #define SUB32(a,b) ((a)-(b)) argument 177 #define MULT16_16_16(a,b) ((a)*(b)) argument 181 #define MULT16_32_Q11(a,b) ((a)*(b)) argument [all …]
|
| /bsp/avr32/software_framework/utils/preprocessor/ |
| A D | tpaste.h | 61 #define TPASTE2( a, b) a##b argument 62 #define TPASTE3( a, b, c) a##b##c argument 63 #define TPASTE4( a, b, c, d) a##b##c##d argument 64 #define TPASTE5( a, b, c, d, e) a##b##c##d##e argument 65 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument 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 82 #define ATPASTE2( a, b) TPASTE2( a, b) argument 83 #define ATPASTE3( a, b, c) TPASTE3( a, b, c) argument 84 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d) argument [all …]
|
| /bsp/samd21/sam_d2x_asflib/sam0/utils/preprocessor/ |
| A D | tpaste.h | 69 #define TPASTE2( a, b) a##b argument 70 #define TPASTE3( a, b, c) a##b##c argument 71 #define TPASTE4( a, b, c, d) a##b##c##d argument 72 #define TPASTE5( a, b, c, d, e) a##b##c##d##e argument 73 #define TPASTE6( a, b, c, d, e, f) a##b##c##d##e##f argument 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 90 #define ATPASTE2( a, b) TPASTE2( a, b) argument 91 #define ATPASTE3( a, b, c) TPASTE3( a, b, c) argument 92 #define ATPASTE4( a, b, c, d) TPASTE4( a, b, c, d) argument [all …]
|
| /bsp/rx/RPDL/ |
| A D | r_pdl_intc_rx62nxx.h | 74 #define R_INTC_CreateExtInterrupt(a, b, c, d) \ argument 88 #define R_INTC_ControlExtInterrupt(a, b) \ argument 91 R_INTC_ControlExtInterruptAll( (a), (b) ) : \ 95 #define R_INTC_GetExtInterruptStatus(a, b) \ argument 98 R_INTC_GetExtInterruptStatusAll( (a), (b) ) : \ 108 #define R_INTC_Read(a, b) \ argument 109 ( R_INTC_ReadAll( (a), (b) ) ) 111 #define R_INTC_Write(a, b) \ argument 112 ( R_INTC_WriteAll( (a), (b) ) ) 114 #define R_INTC_Modify(a, b, c) \ argument [all …]
|
| A D | r_pdl_io_port_rx62nxbg.h | 113 #define R_IO_PORT_Set(a, b) \ argument 122 #define R_IO_PORT_ReadControl(a, b, c) \ argument 133 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 144 #define R_IO_PORT_Read(a, b) \ argument 149 R_IO_PORT_ReadDataRegisterAll( (uint8_t)(a), (b) ) : \ 155 #define R_IO_PORT_Write(a, b) \ argument 160 R_IO_PORT_WriteRegisterAll( (uint8_t)(a), (b) ): \ 166 #define R_IO_PORT_Compare(a, b, c) \ argument 177 #define R_IO_PORT_Modify(a, b, c) \ argument 188 #define R_IO_PORT_Wait(a, b) \ argument [all …]
|
| A D | r_pdl_io_port_rx62nxfb.h | 114 #define R_IO_PORT_Set(a, b) \ argument 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 145 #define R_IO_PORT_Read(a, b) \ argument 150 R_IO_PORT_ReadDataRegisterAll( (uint8_t)(a), (b) ) : \ 156 #define R_IO_PORT_Write(a, b) \ argument 161 R_IO_PORT_WriteRegisterAll( (uint8_t)(a), (b) ): \ 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument 189 #define R_IO_PORT_Wait(a, b) \ argument [all …]
|
| A D | r_pdl_io_port_rx62nxfp.h | 114 #define R_IO_PORT_Set(a, b) \ argument 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 145 #define R_IO_PORT_Read(a, b) \ argument 150 R_IO_PORT_ReadDataRegisterAll( (uint8_t)(a), (b) ) : \ 156 #define R_IO_PORT_Write(a, b) \ argument 161 R_IO_PORT_WriteRegisterAll( (uint8_t)(a), (b) ): \ 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument 189 #define R_IO_PORT_Wait(a, b) \ argument [all …]
|
| A D | r_pdl_io_port_rx62nxld.h | 114 #define R_IO_PORT_Set(a, b) \ argument 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 145 #define R_IO_PORT_Read(a, b) \ argument 150 R_IO_PORT_ReadDataRegisterAll( (uint8_t)(a), (b) ) : \ 156 #define R_IO_PORT_Write(a, b) \ argument 161 R_IO_PORT_WriteRegisterAll( (uint8_t)(a), (b) ): \ 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument 189 #define R_IO_PORT_Wait(a, b) \ argument [all …]
|
| A D | r_pdl_io_port_rx62nxle.h | 114 #define R_IO_PORT_Set(a, b) \ argument 123 #define R_IO_PORT_ReadControl(a, b, c) \ argument 134 #define R_IO_PORT_ModifyControl(a, b, c) \ argument 145 #define R_IO_PORT_Read(a, b) \ argument 150 R_IO_PORT_ReadDataRegisterAll( (uint8_t)(a), (b) ) : \ 156 #define R_IO_PORT_Write(a, b) \ argument 161 R_IO_PORT_WriteRegisterAll( (uint8_t)(a), (b) ): \ 167 #define R_IO_PORT_Compare(a, b, c) \ argument 178 #define R_IO_PORT_Modify(a, b, c) \ argument 189 #define R_IO_PORT_Wait(a, b) \ argument [all …]
|
| A D | r_pdl_tmr_rx62nxx.h | 168 #define R_TMR_CreateUnit(a, b, c, d, e, f, g, h, i, j) \ argument 175 #define R_TMR_CreatePeriodic(a, b, c, d, e, f, g) \ argument 184 #define R_TMR_CreateOneShot(a, b, c, d, e) \ argument 200 #define R_TMR_ControlChannel(a, b, c, d, e) \ argument 203 R_TMR_ControlChannelAll( (a), (b), (c), (d), (e) ) : \ 207 #define R_TMR_ControlUnit(a, b, c, d, e) \ argument 210 R_TMR_ControlUnitAll( (a), (b), (c), (d), (e) ): \ 214 #define R_TMR_ControlPeriodic(a, b, c, d) \ argument 223 #define R_TMR_ReadChannel(a, b, c, d, e) \ argument 230 #define R_TMR_ReadUnit(a, b, c, d, e) \ argument [all …]
|
| A D | r_pdl_lpc_rx62nxx.h | 51 #define R_LPC_Create(a, b) \ argument 53 R_LPC_CreateAll( (a), (b) ) \ 61 #define R_LPC_WriteBackup(a, b) \ argument 63 ( ( ((b) > 0) && ((b) <= R_PDL_LPC_BACKUP_AREA_SIZE) ) ) ? \ 64 R_LPC_WriteBackupAll( (a), (b) ) : \ 68 #define R_LPC_ReadBackup(a, b) \ argument 70 ( ( ((b) > 0) && ((b) <= R_PDL_LPC_BACKUP_AREA_SIZE) ) ) ? \ 71 R_LPC_ReadBackupAll( (a), (b) ) : \
|
| A D | r_pdl_iic_rx62nxnfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 167 #define R_IIC_MasterReceiveLast(a, b) \ argument 170 R_IIC_MasterReceiveLastAll( (a), (b) ) : \ 174 #define R_IIC_SlaveMonitor(a, b, c, d, e, f) \ argument 181 #define R_IIC_SlaveSend(a, b, c) \ argument 184 R_IIC_SlaveSendAll( (a), (b), (c) ) : \ 188 #define R_IIC_Control(a, b) \ argument 191 R_IIC_ControlAll( (a), (b) ) : \ 195 #define R_IIC_GetStatus(a, b, c, d) \ argument [all …]
|
| A D | r_pdl_iic_rx62nxfp.h | 139 #define R_IIC_Create(a, b, c, d, e, f, g, h) \ argument 153 #define R_IIC_MasterSend(a, b, c, d, e, f, g) \ argument 167 #define R_IIC_MasterReceiveLast(a, b) \ argument 170 R_IIC_MasterReceiveLastAll( (a), (b) ) : \ 174 #define R_IIC_SlaveMonitor(a, b, c, d, e, f) \ argument 181 #define R_IIC_SlaveSend(a, b, c) \ argument 184 R_IIC_SlaveSendAll( (a), (b), (c) ) : \ 188 #define R_IIC_Control(a, b) \ argument 191 R_IIC_ControlAll( (a), (b) ) : \ 195 #define R_IIC_GetStatus(a, b, c, d) \ argument [all …]
|
| /bsp/yichip/yc3121-pos/Libraries/startup/ |
| A D | flash_start_gcc.s | 36 b isr 40 b isr 44 b isr 48 b isr 52 b isr 56 b isr 60 b isr 64 b isr 68 b isr 72 b isr [all …]
|
| A D | flash_start_iar.s | 32 b isr 37 b isr 42 b isr 47 b isr 52 b isr 57 b isr 62 b isr 67 b isr 72 b isr 77 b isr [all …]
|
| A D | flash_start.s | 45 b isr 51 b isr 57 b isr 63 b isr 69 b isr 75 b isr 81 b isr 87 b isr 93 b isr 99 b isr [all …]
|
| /bsp/mm32l07x/Libraries/MM32L0xx/Source/GCC_StartAsm/ |
| A D | startup_MM32L0xx.s | 65 b LoopCopyDataInit 80 b LoopFillZerobss 100 b LoopForever 167 b NMI_Handler 179 b SVC_Handler 185 b PendSV_Handler 203 b PVD_IRQHandler 209 b RTC_IRQHandler 341 b AES_IRQHandler 347 b CAN_IRQHandler [all …]
|
| /bsp/efm32/Libraries/emlib/inc/ |
| A D | em_common.h | 58 #define EFM32_MIN(a, b) ((a) < (b) ? (a) : (b)) argument 60 #define EFM32_MAX(a, b) ((a) > (b) ? (a) : (b)) argument 79 #define EFM32_MIN(a, b) ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); _a < _b ? _a : _b; }) 81 #define EFM32_MAX(a, b) ({ __typeof__(a) _a = (a); __typeof__(b) _b = (b); _a > _b ? _a : _b; })
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/RISCV/drivers/ |
| A D | riscv_bits.h | 8 #define ROUNDUP(a, b) ((((a)-1)/(b)+1)*(b)) argument 9 #define ROUNDDOWN(a, b) ((a)/(b)*(b)) argument 11 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 12 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
| /bsp/hifive1/freedom-e-sdk/bsp/include/sifive/ |
| A D | bits.h | 8 #define ROUNDUP(a, b) ((((a)-1)/(b)+1)*(b)) argument 9 #define ROUNDDOWN(a, b) ((a)/(b)*(b)) argument 11 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 12 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/include/sifive/ |
| A D | bits.h | 8 #define ROUNDUP(a, b) ((((a)-1)/(b)+1)*(b)) argument 9 #define ROUNDDOWN(a, b) ((a)/(b)*(b)) argument 11 #define MAX(a, b) ((a) > (b) ? (a) : (b)) argument 12 #define MIN(a, b) ((a) < (b) ? (a) : (b)) argument
|
| /bsp/nxp/imx/imxrt/libraries/drivers/vglite/font/ |
| A D | vft_debug.h | 54 #define VFT_DBG_FONT_FACE_DESC(a,b) vft_dbg_font_face_desc(a,b) argument 55 #define VFT_DBG_GLYPH_TABLE(a,b) vft_dbg_glyph_table(a,b) argument 56 #define VFT_DBG_KERN_TABLE(a,b) vft_dbg_kern_table(a,b) argument 57 #define VFT_DBG_PATH_TABLE(a,b) vft_dbg_path_table(a,b) argument 89 #define DBG_READ_32B(a,b,c) argument 94 #define vft_dbg_path_bounds(a,b,c) argument 95 #define vft_dbg_path(a,b,c) argument 97 #define VFT_DBG_FONT_FACE_DESC(a,b) argument 98 #define VFT_DBG_GLYPH_TABLE(a,b) argument 99 #define VFT_DBG_KERN_TABLE(a,b) argument [all …]
|
| /bsp/yichip/yc3121-pos/Libraries/core/ |
| A D | system.h | 18 #define BIT_SET(a,b) ((a) |= (1<<(b))) argument 19 #define BIT_CLEAR(a,b) ((a) &= ~(1<<(b))) argument 20 #define BIT_FLIP(a,b) ((a) ^= (1<<(b))) //bit Negation argument 21 #define BIT_GET(a,b) (((a) & (1<<(b)))>>(b)) argument
|
| /bsp/m16c62p/drivers/ |
| A D | start_gcc.S | 24 mov.b #0x00,0x0a /* write disable in protect register */ 29 mov.b #0xff,[a0] 32 mov.b #0x05,[a0] 35 mov.b #0x88,[a0] 38 mov.b #0x0F,[a0] 41 mov.b #0x00,[a0] 66 smovf.b 75 sstr.b 120 jmp.b label1 136 mov.b #0x00,r0l [all …]
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/ |
| A D | hal_base_ex.c | 50 uint64_t b = denominator; in HAL_DivU64Rem() local 62 while ((int64_t)b > 0 && b < remainder) { in HAL_DivU64Rem() 63 b = b + b; in HAL_DivU64Rem() 68 if (remainder >= b) { in HAL_DivU64Rem() 69 remainder -= b; in HAL_DivU64Rem() 72 b >>= 1; in HAL_DivU64Rem()
|