Searched defs:b (Results 1 – 5 of 5) sorted by relevance
/scripts/kconfig/ |
A D | nconf.h | 26 #define max(a, b) ({\ argument 31 #define min(a, b) ({\ argument
|
A D | qconf.cc | 954 void ConfigView::setShowName(bool b) in setShowName() 963 void ConfigView::setShowRange(bool b) in setShowRange() 972 void ConfigView::setShowData(bool b) in setShowData() 1031 void ConfigInfoView::setShowDebug(bool b) in setShowDebug()
|
/scripts/dtc/ |
A D | dtc.h | 68 #define streq(a, b) (strcmp((a), (b)) == 0) argument 70 #define strprefixeq(a, n, b) (strlen(b) == (n) && (memcmp(a, b, n) == 0)) argument
|
A D | livetree.c | 676 const struct reserve_info *a, *b; in cmp_reserve_info() local 725 const struct property *a, *b; in cmp_prop() local 761 const struct node *a, *b; in cmp_subnode() local
|
/scripts/kconfig/lxdialog/ |
A D | util.c | 51 #define DLG_COLOR(dialog, f, b, h) \ argument
|
Completed in 54 milliseconds