Home
last modified time | relevance | path

Searched refs:bv (Results 1 – 10 of 10) sorted by relevance

/openbmc/qemu/util/
H A Dcpuinfo-i386.c48 unsigned bv = xgetbv_low(0); in cpuinfo_init() local
50 if ((bv & 6) == 6) { in cpuinfo_init()
55 if ((bv & 0xe0) == 0xe0) { in cpuinfo_init()
/openbmc/u-boot/board/CZ.NIC/turris_mox/
H A Dmox_sp.c108 int mbox_sp_get_board_info(u64 *sn, u8 *mac1, u8 *mac2, int *bv, int *ram) in mbox_sp_get_board_info() argument
123 if (bv) in mbox_sp_get_board_info()
124 *bv = out[2]; in mbox_sp_get_board_info()
H A Dmox_sp.h12 int mbox_sp_get_board_info(u64 *sn, u8 *mac1, u8 *mac2, int *bv,
/openbmc/openbmc/poky/meta/classes/
H A Dccmake.bbclass51 for bk, bkt, bv in b:
54 if bkt != akt or bv != av: # changed
56 added.append((bk, bkt, bv))
63 for bk, bkt, bv in b:
65 added.append((bk, bkt, bv))
/openbmc/bmcweb/http/
H A Dverb.hpp28 inline std::optional<HttpVerb> httpVerbFromBoost(boost::beast::http::verb bv) in httpVerbFromBoost() argument
30 switch (bv) in httpVerbFromBoost()
/openbmc/qemu/tests/unit/
H A Dcheck-qom-proplist.c65 bool bv; member
81 dobj->bv = value; in dummy_set_bv()
89 return dobj->bv; in dummy_get_bv()
355 g_assert(dobj->bv == true); in test_dummy_createv()
396 g_assert(dobj->bv == true); in test_dummy_createlist()
440 g_assert(dobj->bv == true); in test_dummy_createcmdl()
467 g_assert(dobj->bv == true); in test_dummy_createcmdl()
/openbmc/u-boot/include/linux/soc/ti/
H A Dti_sci_protocol.h250 u64 bv, u32 cfg_set, u32 cfg_clr);
256 u64 *bv, u32 *cfg_flags, u32 *ctrl_flags,
/openbmc/u-boot/drivers/firmware/
H A Dti_sci.c1759 u8 proc_id, u64 *bv, u32 *cfg_flags, in ti_sci_cmd_get_proc_boot_status() argument
1796 *bv = (resp->bootvector_low & TISCI_ADDR_LOW_MASK) | in ti_sci_cmd_get_proc_boot_status()
/openbmc/qemu/target/hppa/
H A Dinsns.decode454 bv 111010 b:5 x:5 110 00000000000 n:1 0
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch21353 - int32_t rv = rgb2yuv[RV_IDX], gv = rgb2yuv[GV_IDX], bv = rgb2yuv[BV_IDX];
21356 + int32_t rv = rgb2yuv[x[6]], gv = rgb2yuv[x[7]], bv = rgb2yuv[x[8]];
21370 + unsigned int V = ((rv * r + gv * g + bv * b) >> RGB2YUV_SHIFT) + 128;
21433 + int32_t rv = rgb2yuv[x[6]], gv = rgb2yuv[x[7]], bv = rgb2yuv[x[8]];
21445 + unsigned int V = ((rv * r + gv * g + bv * b) >> RGB2YUV_SHIFT) + 128;
21465 + unsigned int V = ((rv * r + gv * g + bv * b) >> RGB2YUV_SHIFT) + 128;