Home
last modified time | relevance | path

Searched defs:for_all_choices (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/util/kconfig/
H A Dexpr.h206 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) macro
/aosp_15_r20/external/toybox/kconfig/
H A Dexpr.h129 #define for_all_choices(sym, st) for_all_properties(sym, st, P_CHOICE) macro