| /qemu/linux-headers/linux/ |
| A D | bits.h | 7 #define __GENMASK(h, l) \ argument 11 #define __GENMASK_ULL(h, l) \ argument 15 #define __GENMASK_U128(h, l) \ argument
|
| /qemu/audio/ |
| A D | mixeng.h | 30 struct mixeng_volume { int mute; mixeng_real r; mixeng_real l; }; member 31 struct st_sample { mixeng_real l; mixeng_real r; }; member 33 struct mixeng_volume { int mute; int64_t r; int64_t l; }; member 34 struct st_sample { int64_t l; int64_t r; }; member
|
| /qemu/include/qemu/ |
| A D | cpu-float.h | 10 uint32_t l; member 19 } l; member 24 } l; member 34 } l; member 45 } l; member 56 } l; member
|
| /qemu/host/include/aarch64/host/ |
| A D | atomic128-ldst.h | 30 uint64_t l, h; in atomic16_read_ro() local 42 uint64_t l, h; in atomic16_read_rw() local 62 uint64_t l = int128_getlo(val), h = int128_gethi(val); in atomic16_set() local
|
| /qemu/host/include/loongarch64/host/ |
| A D | atomic128-ldst.h | 25 uint64_t l, h; in atomic16_read_ro() local 43 uint64_t l = int128_getlo(val), h = int128_gethi(val); in atomic16_set() local
|
| /qemu/tests/unit/ |
| A D | test-resv-mem.c | 21 GList *l; in print_ranges() local 41 GList *l, *e; in compare_ranges() local 203 for (GList *l = list; l; l = l->next) { in print_resv_region_list() local 223 GList *l = NULL; in check_resv_region_list_insert() local
|
| A D | test-int128.c | 41 uint64_t l, h; in expand() local 179 test_rshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_rshift_one() 210 test_urshift_one(uint32_t x, int n, uint64_t h, uint64_t l) in test_urshift_one()
|
| /qemu/util/ |
| A D | range.c | 40 GList *l; in range_list_insert() local 84 GList *l = in, *out = *rev; in range_inverse_array() local
|
| A D | reserved-region.c | 29 GList *l; in resv_region_list_insert() local
|
| A D | module.c | 73 ModuleTypeList *l; in register_module_init() local 99 ModuleTypeList *l; in module_call_init() local
|
| A D | thread-context.c | 90 uint16List *l, *host_cpus = NULL; in thread_context_set_cpu_affinity() local 175 uint16List *l, *host_nodes = NULL; in thread_context_set_node_affinity() local
|
| /qemu/hw/core/ |
| A D | qdev-fw.c | 65 int l = 0; in qdev_get_fw_dev_path_helper() local 89 int l; in qdev_get_fw_dev_path() local
|
| /qemu/ui/ |
| A D | input-barrier.c | 123 #define read_char(x, p, l) \ argument 134 #define read_short(x, p, l) \ argument 145 #define write_short(p, x, l) \ argument 156 #define read_int(x, p, l) \ argument 167 #define write_int(p, x, l) \ argument 178 #define write_cmd(p, c, l) \ argument 189 #define write_string(p, s, l) \ argument
|
| A D | vnc-enc-zywrle.h | 312 static inline void wavelet_level(int *data, int size, int l, int skip_pixel) in wavelet_level() 337 int level, int l) in filter_wavelet_square() 413 int level, int l) in filter_wavelet_square() 446 int l, s; in wavelet() local
|
| /qemu/hw/tpm/ |
| A D | tpm_tis_common.c | 77 static void tpm_tis_sts_set(TPMLocality *l, uint32_t flags) in tpm_tis_sts_set() 124 uint8_t l; in tpm_tis_check_request_use_except() local 238 uint8_t l; in tpm_tis_request_completed() local 480 uint8_t active_locty, l; in tpm_tis_mmio_write() local
|
| /qemu/target/s390x/kvm/ |
| A D | stsi-topology.c | 210 static int s390_topology_id_cmp(const S390TopologyId *l, in s390_topology_id_cmp() 231 static bool s390_topology_id_eq(const S390TopologyId *l, in s390_topology_id_eq() 237 static bool s390_topology_id_lt(const S390TopologyId *l, in s390_topology_id_lt()
|
| /qemu/tests/tcg/multiarch/ |
| A D | test-vma.c | 13 size_t l = (size_t)1 << i; in main() local
|
| /qemu/tests/qtest/ |
| A D | tpm-tis-i2c-test.c | 162 uint8_t locty, l; in tpm_tis_i2c_test_check_localities() local 229 int locty, l; in tpm_tis_i2c_test_check_access_reg_seize() local 427 int locty, l; in tpm_tis_i2c_test_check_access_reg_release() local
|
| A D | tpm-tis-util.c | 108 int locty, l; in tpm_tis_test_check_access_reg_seize() local 301 int locty, l; in tpm_tis_test_check_access_reg_release() local
|
| A D | npcm7xx_rng-test.c | 209 unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; in test_continuous_runs() member 254 unsigned long l[TEST_INPUT_BITS / BITS_PER_LONG]; in test_first_byte_runs() member
|
| /qemu/accel/tcg/ |
| A D | tcg-runtime.c | 99 uint64_t l, h; in HELPER() local 106 uint64_t l, h; in HELPER() local
|
| /qemu/target/hexagon/ |
| A D | gen_trans_funcs.py | 39 def ordered_unique(l): argument
|
| A D | gen_decodetree.py | 39 def ordered_unique(l): argument
|
| /qemu/hw/xen/ |
| A D | xen_pt.c | 655 static void xen_pt_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_add() 664 static void xen_pt_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_region_del() 673 static void xen_pt_io_region_add(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_add() 682 static void xen_pt_io_region_del(MemoryListener *l, MemoryRegionSection *sec) in xen_pt_io_region_del()
|
| /qemu/tests/tcg/m68k/ |
| A D | denormal.c | 26 uint32_t l; in dump_ld() member
|