Searched defs:E_AND (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/toybox/kconfig/ |
H A D | expr.h | 35 E_NONE, E_OR, E_AND, E_NOT, E_EQUAL, E_UNEQUAL, E_CHOICE, E_SYMBOL, E_RANGE enumerator 49 #define E_AND(dep1, dep2) (((dep1)<(dep2))?(dep1):(dep2)) macro
|
/aosp_15_r20/external/coreboot/util/kconfig/ |
H A D | expr.h | 32 E_NONE, E_OR, E_AND, E_NOT, enumerator
|