| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/external_resample/speexrate/ |
| A D | resample_neon.h | 68 uint32_t remainder = len % 16; in inner_product_single() local 69 len = len - remainder; in inner_product_single() 113 [len] "+r" (len), [remainder] "+r" (remainder) in inner_product_single() 142 uint32_t remainder = len % 16; in inner_product_single() local 143 len = len - remainder; in inner_product_single() 192 [len] "+l" (len), [remainder] "+l" (remainder) in inner_product_single()
|
| /bsp/rockchip/common/rk_hal/lib/hal/src/ |
| A D | hal_base_ex.c | 49 uint64_t remainder = numerator; in HAL_DivU64Rem() local 59 remainder -= (uint64_t)(high * denominator) << 32; in HAL_DivU64Rem() 62 while ((int64_t)b > 0 && b < remainder) { in HAL_DivU64Rem() 68 if (remainder >= b) { in HAL_DivU64Rem() 69 remainder -= b; in HAL_DivU64Rem() 77 *pRemainder = remainder; in HAL_DivU64Rem()
|
| /bsp/samd21/sam_d2x_asflib/sam0/drivers/divas/ |
| A D | divas.c | 165 int32_t remainder = DIVAS->REM.reg; in divas_idivmod() local 170 return remainder; in divas_idivmod() 200 uint32_t remainder = DIVAS->REM.reg; in divas_uidivmod() local 205 return remainder; in divas_uidivmod() 288 int32_t quotient, remainder; in __aeabi_idivmod() local 307 remainder = DIVAS->REM.reg; in __aeabi_idivmod() 311 (((uint64_t)remainder ) << 32); in __aeabi_idivmod() 332 uint32_t quotient, remainder; in __aeabi_uidivmod() local 351 remainder = DIVAS->REM.reg; in __aeabi_uidivmod() 423 result.remainder = DIVAS->REM.reg; in __aeabi_idivmod() [all …]
|
| A D | divas.h | 194 int32_t remainder; member 206 uint32_t remainder; member
|
| /bsp/synwit/libraries/SWM341_CSL/SWM341_StdPeriph_Driver/ |
| A D | SWM341_div.h | 60 static __INLINE void DIV_UDiv_Result(uint32_t *quotient, uint32_t *remainder) in DIV_UDiv_Result() argument 63 *remainder = DIV->REMAIN; in DIV_UDiv_Result() 74 static __INLINE void DIV_SDiv_Result(int32_t *quotient, int32_t *remainder) in DIV_SDiv_Result() argument 79 *remainder = DIV->REMAIN & 0x7FFFFFFF; in DIV_SDiv_Result() 80 if(DIV->REMAIN & (1u << 31)) *remainder = 0 - *remainder; in DIV_SDiv_Result()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/rtc/ |
| A D | rtc-lib.c | 119 static inline u64 div_u64_rem(u64 dividend, u32 divisor, u32 *remainder) in div_u64_rem() argument 121 *remainder = dividend % divisor; in div_u64_rem() 125 static s64 div_s64_rem(s64 dividend, s32 divisor, unsigned int *remainder) in div_s64_rem() argument 131 quotient = div_u64_rem(-dividend, abs(divisor), (u32 *)remainder); in div_s64_rem() 132 *remainder = -*remainder; in div_s64_rem() 140 quotient = div_u64_rem(dividend, abs(divisor), (u32 *)remainder); in div_s64_rem()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Source/ |
| A D | ald_calc.c | 80 uint32_t ald_calc_div(uint32_t dividend, uint32_t divisor, uint32_t *remainder) in ald_calc_div() argument 89 *remainder = READ_REG(CALC->DIVRR); in ald_calc_div() 100 int32_t ald_calc_div_sign(int32_t dividend, int32_t divisor, int32_t *remainder) in ald_calc_div_sign() argument 109 *remainder = READ_REG(CALC->DIVRR); in ald_calc_div_sign()
|
| /bsp/rockchip/rk3500/driver/clk/ |
| A D | clk-mmc-phase.c | 35 rt_uint8_t nineties, remainder, delay_num; in rk_clk_mmc_set_phase() local 57 remainder = (degrees % 90); in rk_clk_mmc_set_phase() 83 delay *= remainder; in rk_clk_mmc_set_phase()
|
| /bsp/essemi/es32f0654/libraries/ES32F065x_ALD_StdPeriph_Driver/Include/ |
| A D | ald_calc.h | 53 extern uint32_t ald_calc_div(uint32_t dividend, uint32_t divisor, uint32_t *remainder); 54 extern int32_t ald_calc_div_sign(int32_t dividend, int32_t divisor, int32_t *remainder);
|
| /bsp/efm32/Libraries/emlib/src/ |
| A D | em_leuart.c | 130 uint32_t remainder; in LEUART_BaudrateCalc() local 177 remainder = refFreq % divisor; in LEUART_BaudrateCalc() 186 br += (256 * remainder) / divisor; in LEUART_BaudrateCalc()
|
| A D | em_usart.c | 241 uint32_t remainder; in USART_BaudrateCalc() local 331 remainder = refFreq % divisor; in USART_BaudrateCalc() 342 br += (factor * remainder) / divisor; in USART_BaudrateCalc()
|
| /bsp/ft2004/libraries/bsp/ft_uart/ |
| A D | ft_uart.c | 301 u32 remainder; in FUart_SetBaudRate() local 313 remainder = UartPtr->Config.RefClockHz % temp; in FUart_SetBaudRate() 314 temp = (128 * remainder) / temp; in FUart_SetBaudRate()
|
| /bsp/cvitek/drivers/ |
| A D | drv_rtc.c | 160 static inline int64_t div_u64_rem(uint64_t dividend, uint32_t divisor, uint32_t *remainder) in div_u64_rem() argument 162 *remainder = dividend % divisor; in div_u64_rem()
|
| /bsp/at91/at91sam9260/link_scripts/ |
| A D | at91sam9260_ram.icf | 40 // Place the remainder of the read-only items into flash.
|
| /bsp/at91/at91sam9g45/link_scripts/ |
| A D | at91sam9g45_ram.icf | 40 // Place the remainder of the read-only items into flash.
|
| /bsp/asm9260t/link_scripts/ |
| A D | sdram.icf | 40 // Place the remainder of the read-only items into flash.
|
| /bsp/asm9260t/IAR_ASM9260T_DeviceSupportFile/arm/config/linker/AlphaScale/sam9260t/ |
| A D | sam9260t_sdram.icf | 41 // Place the remainder of the read-only items into flash.
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sdmmc/ |
| A D | sdio.c | 664 uint32_t remainder = size; in sdio_io_rw_ext_helper() local 674 while (remainder >= fn_bsize) { in sdio_io_rw_ext_helper() 675 blocks = remainder / fn_bsize; in sdio_io_rw_ext_helper() 684 remainder -= size; in sdio_io_rw_ext_helper() 691 while (remainder > 0) { in sdio_io_rw_ext_helper() 692 size = SDIO_MIN(remainder, 512); in sdio_io_rw_ext_helper() 700 remainder -= size; in sdio_io_rw_ext_helper()
|
| /bsp/tm4c123bsp/board/linker_scripts/ |
| A D | link.icf | 66 // Place the remainder of the read-only items into flash.
|
| /bsp/tm4c129x/ |
| A D | tm4c_rom.icf | 71 // Place the remainder of the read-only items into flash.
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | pcm_common.h | 273 static inline uint64_t div_u64_rem(uint64_t dividend, uint32_t divisor, uint32_t *remainder) in div_u64_rem() argument 275 *remainder = dividend % divisor; in div_u64_rem()
|
| /bsp/ht32/libraries/HT32_STD_5xxxx_FWLib/ |
| A D | Release_Notes.txt | 1326 "DIV_uGetLastRemainder()": Get remainder of last 32-bit unsigned division.
|