Home
last modified time | relevance | path

Searched defs:l (Results 1 – 25 of 126) sorted by relevance

123456

/qemu/linux-headers/linux/
A Dbits.h7 #define __GENMASK(h, l) \ argument
11 #define __GENMASK_ULL(h, l) \ argument
15 #define __GENMASK_U128(h, l) \ argument
/qemu/audio/
A Dmixeng.h30 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 Dcpu-float.h10 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 Datomic128-ldst.h30 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 Datomic128-ldst.h25 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 Dtest-resv-mem.c21 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 Dtest-int128.c41 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 Drange.c40 GList *l; in range_list_insert() local
84 GList *l = in, *out = *rev; in range_inverse_array() local
A Dreserved-region.c29 GList *l; in resv_region_list_insert() local
A Dmodule.c73 ModuleTypeList *l; in register_module_init() local
99 ModuleTypeList *l; in module_call_init() local
A Dthread-context.c90 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 Dqdev-fw.c65 int l = 0; in qdev_get_fw_dev_path_helper() local
89 int l; in qdev_get_fw_dev_path() local
/qemu/ui/
A Dinput-barrier.c123 #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 Dvnc-enc-zywrle.h312 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 Dtpm_tis_common.c77 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 Dstsi-topology.c210 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 Dtest-vma.c13 size_t l = (size_t)1 << i; in main() local
/qemu/tests/qtest/
A Dtpm-tis-i2c-test.c162 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 Dtpm-tis-util.c108 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 Dnpcm7xx_rng-test.c209 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 Dtcg-runtime.c99 uint64_t l, h; in HELPER() local
106 uint64_t l, h; in HELPER() local
/qemu/target/hexagon/
A Dgen_trans_funcs.py39 def ordered_unique(l): argument
A Dgen_decodetree.py39 def ordered_unique(l): argument
/qemu/hw/xen/
A Dxen_pt.c655 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 Ddenormal.c26 uint32_t l; in dump_ld() member

Completed in 25 milliseconds

123456