OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Tue Sep 30 07:10:03 GMT 2025