Home
last modified time | relevance | path

Searched refs:overflow (Results 1 – 6 of 6) sorted by relevance

/lk-master/platform/stm32f0xx/
A Dtimer_capture.c205 static uint64_t stm32_timer_inc_overflow(stm32_timer_capture_t *tc, uint64_t overflow) { in stm32_timer_inc_overflow() argument
212 return overflow + inc; in stm32_timer_inc_overflow()
225 uint64_t overflow = tc->overflow; in stm32_timer_calc_value() local
231 overflow = stm32_timer_inc_overflow(tc, overflow); in stm32_timer_calc_value()
233 return overflow | val; in stm32_timer_calc_value()
272 tc->overflow = stm32_timer_inc_overflow(tc, tc->overflow); in stm32_timer_capture_irq()
330 tc->overflow = 0; in stm32_timer_capture_setup()
/lk-master/app/loader/
A Drules.mk9 MODULE_COMPILEFLAGS += -Wno-array-bounds -Wno-stringop-overflow
/lk-master/platform/stm32f0xx/include/platform/
A Dtimer_capture.h31 volatile uint64_t overflow; member
/lk-master/external/platform/pico/rp2_common/pico_float/
A Dfloat_v1_rom_shim.S92 bne 1f @ next shift will overflow?
282 mvns r1,r3 @ overflow: clamp to extreme fixed-point values
/lk-master/external/platform/pico/rp2_common/pico_double/
A Ddouble_v1_rom_shim.S264 @ here exponent overflow: return signed infinity
380 bcc l\@_1 @ addition of the two cross terms can overflow, so add carry into H
451 mvns \rt3,\rt3 @ ¯Msx flip sign extension bits if overflow
996 subs r2,r3 @ if(a2>=0x10000) a2=0xffff; to prevent overflow of a2*a2
/lk-master/external/platform/cc13xx/cc13xxware/startup_files/
A Dstartup_keil.s127 ; done, ADC underflow, ADC overflow

Completed in 12 milliseconds