Home
last modified time | relevance | path

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

/hal_rpi_pico-latest/src/rp2_common/pico_divider/
Ddivider_hardware.S258 b divmod_u64u64_unsafe
262 bl divmod_u64u64_unsafe
269 bl divmod_u64u64_unsafe
290 bge divmod_u64u64_unsafe @ both positive
294 bl divmod_u64u64_unsafe
330 bl divmod_u64u64_unsafe
338 bl divmod_u64u64_unsafe
342 regular_func divmod_u64u64_unsafe
/hal_rpi_pico-latest/src/common/pico_divider_headers/include/pico/
Ddivider.h318 uint64_t divmod_u64u64_unsafe(uint64_t a, uint64_t b);
/hal_rpi_pico-latest/src/host/pico_divider/
Ddivider.c114 uint64_t divmod_u64u64_unsafe(uint64_t a, uint64_t b) { return divmod_u64u64(a, b); } in divmod_u64u64_unsafe() function