Home
last modified time | relevance | path

Searched defs:fwk_expect (Results 1 – 1 of 1) sorted by relevance

/SCP-firmware-master/framework/include/
A Dfwk_assert.h210 # define fwk_expect(condition) (bool)__builtin_expect((condition), 1) macro
212 # define fwk_expect(condition) (bool)(fwk_check(condition), 1) macro

Completed in 3 milliseconds