Home
last modified time | relevance | path

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

/buildroot/support/kconfig/
A Dconf.c166 tristate oldval, newval; in conf_sym() local
173 oldval = sym_get_tristate_value(sym); in conf_sym()
174 switch (oldval) { in conf_sym()
185 if (oldval != no && sym_tristate_within_range(sym, no)) in conf_sym()
187 if (oldval != mod && sym_tristate_within_range(sym, mod)) in conf_sym()
189 if (oldval != yes && sym_tristate_within_range(sym, yes)) in conf_sym()
216 newval = oldval; in conf_sym()
A Dsymbol.c359 struct symbol_value newval, oldval; in sym_calc_value() local
378 oldval = sym->curr; in sym_calc_value()
472 if (memcmp(&oldval, &sym->curr, sizeof(oldval))) { in sym_calc_value()
534 tristate oldval = sym_get_tristate_value(sym); in sym_set_tristate_value() local
562 if (oldval != val) in sym_set_tristate_value()
570 tristate oldval, newval; in sym_toggle_tristate_value() local
587 } while (oldval != newval); in sym_toggle_tristate_value()
678 const char *oldval; in sym_set_string_value() local
706 oldval = sym->def[S_DEF_USER].val; in sym_set_string_value()
713 } else if (!oldval || strcmp(oldval, newval)) in sym_set_string_value()
[all …]
A Dqconf.cc478 tristate oldval; in setValue() local
488 oldval = sym_get_tristate_value(sym); in setValue()
492 if (oldval == no && item->menu->list) in setValue()
/buildroot/package/berkeleydb/
A D0002-atomic_compare_exchange.patch25 db_atomic_t *p, atomic_value_t oldval, atomic_value_t newval)

Completed in 15 milliseconds