Home
last modified time | relevance | path

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

/hardware/intel/common/wrs_omxil_core/utils/src/
Dmodule.c33 #define for_each_module(__module, __head) \ argument
34 for ((__module) = (__head); (__module) != NULL; \
37 #define find_last_module(__head) \ argument
41 for_each_module(m, (__head)) { \