Home
last modified time | relevance | path

Searched refs:total (Results 1 – 3 of 3) sorted by relevance

/hal_rpi_pico-latest/src/common/pico_sync/
Dmutex.c87 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
89 assert(total); // check for overflow in __time_critical_func()
133 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
134 assert(total); // check for overflow in __time_critical_func()
191 uint __unused total = ++mtx->enter_count; in __time_critical_func() local
193 assert(total); // check for overflow in __time_critical_func()
/hal_rpi_pico-latest/test/pico_time_test/
Dpico_time_test.c190 uint total = timeouts[i].fired_count + timeouts[i].cancelled; in main() local
192 PICOTEST_CHECK(total == 1, "Timer should have fired or been cancelled"); in main()
/hal_rpi_pico-latest/src/rp2_common/pico_double/
Ddouble_fma_dcp.S166 …adcs r3,r3,r5 @ r0:r1:r2:r3: mn + (a<<64); note this cannot overflow as total shift …