Searched refs:rem (Results 1 – 9 of 9) sorted by relevance
| /bsp/w60x/ |
| A D | makeimg.bat | 7 @rem Setting firmware output directory 9 @rem Setting the bin file path 36 @rem Get the full path 40 @rem Create output folder 43 @rem Copy the required files 60 @rem Print Debug Information 68 @rem Create command parameters 89 @rem Delete temporary files 119 @rem Delete temporary files 126 @rem Get the full path [all …]
|
| /bsp/bouffalo_lab/libraries/bl_mcu_sdk/drivers/lhal/src/ |
| A D | bflb_mtimer.c | 69 uint64_t rem = *n; in __div64_32() local 72 uint32_t high = rem >> 32; in __div64_32() 78 rem -= (uint64_t) (high*base) << 32; in __div64_32() 80 while ((int64_t)b > 0 && b < rem) { in __div64_32() 86 if (rem >= b) { in __div64_32() 87 rem -= b; in __div64_32() 95 return rem; in __div64_32()
|
| /bsp/ft2004/libraries/bsp/ft_can/ |
| A D | ft_can_calc.c | 83 u64 rem = *n; in div64_32() local 86 u32 high = rem >> 32; in div64_32() 94 rem -= (u64)(high * base) << 32; in div64_32() 97 while ((u64)b > 0 && b < rem) in div64_32() 105 if (rem >= b) in div64_32() 107 rem -= b; in div64_32() 115 return rem; in div64_32()
|
| /bsp/Vango/v85xxp/ |
| A D | keil_Kill.bat | 28 rem del *.sct /s
|
| /bsp/allwinner/libraries/sunxi-hal/include/hal/sound/ |
| A D | pcm_common.h | 325 uint32_t rem; in muldiv32() local 330 n = div_u64_rem(n, c, &rem); in muldiv32() 335 *r = rem; in muldiv32()
|
| /bsp/allwinner/libraries/sunxi-hal/hal/source/sound/component/aw-alsa-lib/ |
| A D | pcm_rate.c | 241 static inline void _div64_32(u_int64_t *n, uint32_t d, uint32_t *rem) 243 *rem = *n % d; 249 uint32_t rem; 252 _div64_32(&n, c, &rem);
|
| /bsp/gd32/risc-v/libraries/GD32VF103_Firmware_Library/RISCV/drivers/ |
| A D | riscv_encoding.h | 978 DECLARE_INSN(rem, MATCH_REM, MASK_REM)
|
| /bsp/hifive1/freedom-e-sdk/bsp/env/ |
| A D | encoding.h | 934 DECLARE_INSN(rem, MATCH_REM, MASK_REM)
|
| /bsp/sparkfun-redv/freedom-e-sdk/bsp/env/ |
| A D | encoding.h | 934 DECLARE_INSN(rem, MATCH_REM, MASK_REM)
|
Completed in 53 milliseconds