Home
last modified time | relevance | path

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

/SCP-firmware-master/framework/include/
A Dfwk_assert.h138 # define fwk_assert(condition) \ argument
140 bool c = (condition); \
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
/SCP-firmware-master/doc/
A Dcode_style.md69 if (condition) {
80 if (condition) {
93 while (condition) {
A Dframework.md548 overall condition is ultimately architecture specific.

Completed in 4 milliseconds