Searched refs:positions (Results 1 – 7 of 7) sorted by relevance
/qemu/tests/unit/ |
H A D | test-hbitmap.c | 706 uint64_t positions[] = { 0, 1, L1 - 1, L1, L2 - 1, L2, L2 + 1, L3 - 1 }; in test_hbitmap_serialize_basic() local 707 int num_positions = ARRAY_SIZE(positions); in test_hbitmap_serialize_basic() 717 positions[i], in test_hbitmap_serialize_basic() 718 MIN(positions[j], L3 - positions[i])); in test_hbitmap_serialize_basic() 731 uint64_t positions[] = { 0, 1, L1 - 1, L1, L2 - 1, L2, L2 + 1, L3 - 1 }; in test_hbitmap_serialize_part() local 732 int num_positions = ARRAY_SIZE(positions); in test_hbitmap_serialize_part() 739 hbitmap_set(data->hb, positions[i], 1); in test_hbitmap_serialize_part() 754 if (positions[k] == j + i) { in test_hbitmap_serialize_part() 773 uint64_t positions[] = { 0, min_l1, L2, L3 - min_l1}; in test_hbitmap_serialize_zeroes() local 774 int num_positions = ARRAY_SIZE(positions); in test_hbitmap_serialize_zeroes() [all …]
|
/qemu/include/hw/audio/ |
H A D | virtio-snd.h | 143 uint8_t positions[VIRTIO_SND_CHMAP_MAX_SIZE]; member
|
/qemu/docs/system/devices/ |
H A D | virtio-snd.rst | 28 All streams are stereo and have the default channel positions ``Front left, right``.
|
/qemu/include/standard-headers/linux/ |
H A D | virtio_snd.h | 353 uint8_t positions[VIRTIO_SND_CHMAP_MAX_SIZE]; member
|
/qemu/hw/audio/ |
H A D | virtio-snd.c | 455 stream->positions[0] = VIRTIO_SND_CHMAP_FL; in virtio_snd_pcm_prepare() 456 stream->positions[1] = VIRTIO_SND_CHMAP_FR; in virtio_snd_pcm_prepare()
|
/qemu/docs/devel/ |
H A D | style.rst | 38 to use tab stops of eight positions.
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvv.c.inc | 111 * the vector register appears at different positions within two or more vector
|