Home
last modified time | relevance | path

Searched refs:__likely (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/machine/spu/
Dspu_timer_slih.c50 int enable_val = (__likely (val)) ? val - 1 : 0; in __reset_spu_decr()
125 if (__likely (!t)) in __spu_timer_start()
219 if (__likely (was_enabled)) in spu_clock_slih()
Dspu_clock_stop.c63 if (__likely (!__spu_clock_state_was_enabled)) in spu_clock_stop()
Dspu_clock_svcs.c92 if (__likely (was_enabled)) in spu_clock_read()
Dspu_timer_free.c79 if (__likely (was_enabled)) in spu_timer_free()
Dspu_timer_stop.c96 if (__likely (was_enabled)) in spu_timer_stop()
Dspu_timer_svcs.c92 if (__likely (was_enabled)) in spu_timer_alloc()
Dspu_timer_internal.h131 #define __likely(_c) __builtin_expect((_c), 1) macro