Home
last modified time | relevance | path

Searched defs:conditional (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/tests/tcg/plugins/
H A Dinline.c72 const uint64_t conditional = in stats_insn() local
94 const uint64_t conditional = in stats_tb() local
/openbmc/u-boot/common/
H A Dbedbug.c1072 int conditional = 0; in find_next_address() local
/openbmc/openbmc/poky/meta/lib/oe/
H A Dutils.py29 def conditional(variable, checkvalue, truevalue, falsevalue, d): function