HomeSort by: relevance | last modified time | path
    Searched defs:for_each_if (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/include/drm/
drm_util.h 57 * for_each_if - helper for handling conditionals in various for_each macros
64 * for_each_if(x->something == SOMETHING)
66 * The for_each_if() macro makes the use of for_each_foo_bar() less error
69 #define for_each_if(condition) if (!(condition)) {} else macro
drm_util.h 57 * for_each_if - helper for handling conditionals in various for_each macros
64 * for_each_if(x->something == SOMETHING)
66 * The for_each_if() macro makes the use of for_each_foo_bar() less error
69 #define for_each_if(condition) if (!(condition)) {} else macro

Completed in 22 milliseconds