Home
last modified time | relevance | path

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

/openbmc/openbmc/poky/meta/recipes-devtools/gcc/
H A Dlibgcc-common.inc82 binv = d.getVar('BINV')
97 d.getVar('TARGET_SYS_MULTILIB_ORIGINAL') + '/' + binv + '/'
100 d.getVar('TARGET_SYS') + '/' + binv + '/' + orig_tune_bitness
133 '-' + d.getVar('TARGET_OS') + libcextension + '/' + binv + '/'
136 d.getVar('TARGET_SYS') + '/' + binv + '/' + tune_bitness
/openbmc/linux/drivers/media/i2c/ccs/
H A Dccs-core.c2322 unsigned int binh = 1, binv = 1; in ccs_set_compose_binner() local
2340 binv = sensor->binning_subtypes[i].vertical; in ccs_set_compose_binner()
2345 sensor->binning_vertical = binv; in ccs_set_compose_binner()
2350 sel->r.height = (crops[CCS_PAD_SINK]->height / binv) & ~1; in ccs_set_compose_binner()
/openbmc/qemu/target/riscv/
H A Dinsn32.decode834 binv 0110100 .......... 001 ..... 0110011 @r
/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_rvi.c.inc891 /* The helper may raise ILLEGAL_INSN -- record binv for unwind. */