Searched refs:condition (Results 1 – 3 of 3) sorted by relevance
138 # define fwk_assert(condition) \ argument140 bool c = (condition); \144 # define fwk_assert(condition) ((void)(condition)) argument147 # define fwk_assert(condition) assert(condition) argument178 # define fwk_check(condition) ((void)(condition)) argument180 # define fwk_check(condition) fwk_assert(condition) argument210 # define fwk_expect(condition) (bool)__builtin_expect((condition), 1) argument212 # define fwk_expect(condition) (bool)(fwk_check(condition), 1) argument
69 if (condition) {80 if (condition) {93 while (condition) {
548 overall condition is ultimately architecture specific.
Completed in 4 milliseconds