Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/include/
A Dfwk_assert.h138 # define fwk_assert(condition) \ argument
144 # define fwk_assert(condition) ((void)(condition)) argument
147 # define fwk_assert(condition) assert(condition) argument
178 # define fwk_check(condition) ((void)(condition)) argument
180 # define fwk_check(condition) fwk_assert(condition) argument
210 # define fwk_expect(condition) (bool)__builtin_expect((condition), 1) argument
212 # define fwk_expect(condition) (bool)(fwk_check(condition), 1) argument

Completed in 4 milliseconds