Home
last modified time | relevance | path

Searched refs:left (Results 1 – 25 of 39) sorted by relevance

12

/buildroot/support/kconfig/
A Dexpr.c76 e->left = org->left; in expr_copy()
79 e->left.expr = expr_copy(org->left.expr); in expr_copy()
87 e->left.sym = org->left.sym; in expr_copy()
93 e->left.expr = expr_copy(org->left.expr); in expr_copy()
167 e1->left.sym == e2->left.sym && in __expr_eliminate_eq()
266 return e1->left.sym == e2->left.sym; in expr_eq()
276 e1->left.sym == e2->left.sym); in expr_eq()
317 if (e->left.expr->left.sym == &symbol_no) { in expr_eliminate_yn()
444 sym2 = e2->left.expr->left.sym; in expr_join_or()
508 sym2 = e2->left.expr->left.sym; in expr_join_and()
[all …]
A Dexpr.h44 union expr_data left, right; member
52 for (e = (l); e && (s = e->right.sym); e = e->left.expr)
317 return !e || (e->type == E_SYMBOL && e->left.sym == &symbol_yes); in expr_is_yes()
322 return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); in expr_is_no()
A Dmenu.c88 e->left.expr = rewrite_m(e->left.expr); in rewrite_m()
92 e->left.expr = rewrite_m(e->left.expr); in rewrite_m()
97 if (e->left.sym == &symbol_mod) in rewrite_m()
286 if (!menu_validate_number(sym, prop->expr->left.sym) || in sym_check_prop()
533 for (ep = &prop->expr; *ep; ep = &(*ep)->left.expr) in menu_finalize()
A Dsymbol.c176 val2 = sym_get_range_val(prop->expr->left.sym, base); in sym_validate_range()
555 for (e = prop->expr; e; e = e->left.expr) { in sym_set_tristate_value()
649 return val >= sym_get_range_val(prop->expr->left.sym, 10) && in sym_string_within_range()
658 return val >= sym_get_range_val(prop->expr->left.sym, 16) && in sym_string_within_range()
1215 sym = sym_check_expr_deps(e->left.expr); in sym_check_expr_deps()
1220 return sym_check_expr_deps(e->left.expr); in sym_check_expr_deps()
1227 sym = sym_check_deps(e->left.sym); in sym_check_expr_deps()
1232 return sym_check_deps(e->left.sym); in sym_check_expr_deps()
1372 return prop->expr->left.sym; in prop_get_symbol()
A Dzconf.y81 %left T_OR
82 %left T_AND
83 %left T_EQUAL T_UNEQUAL
84 %left T_LESS T_LESS_EQUAL T_GREATER T_GREATER_EQUAL
/buildroot/docs/website/css/
A Dtimeline.css14 left: 50%;
15 margin-left: -1.5px;
45 float: left;
88 left: 50%;
105 left: -15px;
112 left: -14px;
152 left: 40px;
162 left: 15px;
163 margin-left: 0;
174 left: -15px;
[all …]
A Dmain.css162 margin-left: 10px;
201 margin-left: 15px;
234 left: 0;
/buildroot/package/python-httplib2/
A DConfig.in8 supports many features left out of other HTTP libraries.
/buildroot/package/datatables-fixedcolumns/
A DConfig.in6 (scrollX), you may wish to fix the left or right most columns
/buildroot/package/latencytop/
A DConfig.in12 server (while you have plenty of CPU power left).
/buildroot/package/mpv/
A D0001-fix-powerpc64-altivec.patch8 altivec) when using gcc. The generic flag '-std=c99' is left in place for other
/buildroot/package/esp-hosted/
A D0002-esp_hosted_ng-Fix-Bluetooth-build-failure-on-Linux-6.patch9 so at this point only HCI_PRIMARY has been left as unique controller type
/buildroot/package/exim/
A DConfig.in23 By default, when this option is left empty, Buildroot
/buildroot/package/qoriq-rcw/
A DConfig.in.host24 This is optional. If left empty, the rcw package will be
/buildroot/docs/manual/
A Dcustomize-directory-structure.adoc60 components may be superfluous and can be left out.
72 order, from left to right. By creating more than one such item, one for
A Dcustomize-post-image.adoc42 special handling (usage of fakeroot or sudo), which is left to the
/buildroot/package/intltool/
A D0001-perl-5.26-compatibility.patch3 Unescaped left brace in regex is illegal here in regex; marked by <-- HERE in m/^(.*)\${ <-- HERE ?…
/buildroot/board/avnet/rzboard_v2l/
A Dreadme.txt54 The uart pins are as follows (from left to right - orientation according to the
/buildroot/support/scripts/
A Dgraph-build-time152 plt.gcf().subplots_adjust(bottom=0.2, left=borders, right=1-borders)
296 plt.gcf().subplots_adjust(left=0.2)
/buildroot/package/flutter-engine/
A DConfig.in58 If this option is left unselected, the global option
/buildroot/board/solidrun/macchiatobin/
A Dreadme.txt51 from left to right:
/buildroot/boot/barebox/barebox/
A DConfig.in38 If left empty, defaults to:
/buildroot/boot/barebox/barebox-aux/
A DConfig.in38 If left empty, defaults to:
/buildroot/package/libwebsock/
A D0003-fix-incorrect-inline.patch40 left as an execise for an interested party. But since upstream hasn't
/buildroot/board/globalscale/espressobin/
A Dreadme.txt24 docs. They order the ports; LAN2, LAN1, WAN (left to right in figure

Completed in 43 milliseconds

12