Home
last modified time | relevance | path

Searched refs:__builtin_expect (Results 1 – 4 of 4) sorted by relevance

/hal_rpi_pico-latest/src/rp2_common/hardware_boot_lock/include/hardware/
Dboot_lock.h59 while (__builtin_expect(!*lock, 0)) { // read from bootlock register (tries to acquire the lock) in boot_lock_unsafe_blocking()
/hal_rpi_pico-latest/src/rp2_common/pico_platform_compiler/include/pico/platform/
Dcompiler.h67 #define __builtin_expect(x, y) (x) macro
/hal_rpi_pico-latest/src/rp2_common/pico_clib_interface/
Dnewlib_interface.c61 if (__builtin_expect(next_heap_end > (&__StackLimit), false)) { in _sbrk()
/hal_rpi_pico-latest/src/rp2_common/hardware_sync_spin_lock/include/hardware/sync/
Dspin_lock.h265 while (__builtin_expect(!*lock, 0)) { // read from spinlock register (tries to acquire the lock) in spin_lock_unsafe_blocking()