Home
last modified time | relevance | path

Searched refs:handle_alloc (Results 1 – 25 of 44) sorted by relevance

12

/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/panel/
H A Ddzl-dock-bin.c906 GtkAllocation handle_alloc = { 0 }; in dzl_dock_bin_child_size_allocate() local
1005 handle_alloc = child_alloc; in dzl_dock_bin_child_size_allocate()
1019 handle_alloc.x += handle_alloc.width - (HANDLE_WIDTH / 2); in dzl_dock_bin_child_size_allocate()
1024 handle_alloc.x += handle_alloc.width - HANDLE_WIDTH; in dzl_dock_bin_child_size_allocate()
1028 handle_alloc.x -= margin.right; in dzl_dock_bin_child_size_allocate()
1038 handle_alloc.x += margin.left; in dzl_dock_bin_child_size_allocate()
1044 handle_alloc.y += margin.top; in dzl_dock_bin_child_size_allocate()
1048 handle_alloc.y += handle_alloc.height - HANDLE_HEIGHT; in dzl_dock_bin_child_size_allocate()
1049 handle_alloc.y -= margin.bottom; in dzl_dock_bin_child_size_allocate()
1061 handle_alloc.x, handle_alloc.y, in dzl_dock_bin_child_size_allocate()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/
H A Ddrcuml.cpp232 uml::code_handle *drcuml_state::handle_alloc(char const *name) in handle_alloc() function in drcuml_state
700 handles[0] = drcuml->handle_alloc("test_entry");
701 handles[1] = drcuml->handle_alloc("code_start");
702 handles[2] = drcuml->handle_alloc("code_end");
H A Ddrcuml.h182 uml::code_handle *handle_alloc(char const *name);
/dports/emulators/mame/mame-mame0226/src/devices/cpu/
H A Ddrcuml.cpp232 uml::code_handle *drcuml_state::handle_alloc(char const *name) in handle_alloc() function in drcuml_state
700 handles[0] = drcuml->handle_alloc("test_entry");
701 handles[1] = drcuml->handle_alloc("code_start");
702 handles[2] = drcuml->handle_alloc("code_end");
H A Ddrcuml.h182 uml::code_handle *handle_alloc(char const *name);
/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c4194 void* handle_alloc ( ThreadId tid, in handle_alloc() function
4234 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli__malloc()
4239 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli____builtin_new()
4244 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli____builtin_vec_new()
4249 return handle_alloc ( tid, n, align, in hg_cli__memalign()
4254 return handle_alloc ( tid, nmemb*size1, VG_(clo_alignment), in hg_cli__calloc()
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/helgrind/
H A Dhg_main.c4194 void* handle_alloc ( ThreadId tid, in handle_alloc() function
4234 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli__malloc()
4239 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli____builtin_new()
4244 return handle_alloc ( tid, n, VG_(clo_alignment), in hg_cli____builtin_vec_new()
4249 return handle_alloc ( tid, n, align, in hg_cli__memalign()
4254 return handle_alloc ( tid, nmemb*size1, VG_(clo_alignment), in hg_cli__calloc()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/block/
H A Dqcow2-cluster.c1284 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1556 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_cluster_offset()
/dports/emulators/qemu-utils/qemu-4.2.1/block/
H A Dqcow2-cluster.c1308 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1572 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_cluster_offset()
/dports/emulators/qemu42/qemu-4.2.1/block/
H A Dqcow2-cluster.c1308 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1572 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_cluster_offset()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/block/
H A Dqcow2-cluster.c1319 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1583 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_cluster_offset()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/block/
H A Dqcow2-cluster.c1319 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1583 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_cluster_offset()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c1623 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1836 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_host_offset()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c1623 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1836 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_host_offset()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c1640 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1853 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_host_offset()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c1653 static int handle_alloc(BlockDriverState *bs, uint64_t guest_offset, in handle_alloc() function
1866 ret = handle_alloc(bs, start, &cluster_offset, &cur_bytes, m); in qcow2_alloc_host_offset()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/rsp/
H A Drspdrc.cpp81 handleptr = drcuml.handle_alloc(name); in alloc_handle()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/rsp/
H A Drspdrc.cpp81 handleptr = drcuml.handle_alloc(name); in alloc_handle()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dspp/
H A Ddsppdrc.cpp36 *handleptr = drcuml->handle_alloc(name); in alloc_handle()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/dspp/
H A Ddsppdrc.cpp36 *handleptr = drcuml->handle_alloc(name); in alloc_handle()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/unsp/
H A Dunspdrc.cpp255 handleptr = drcuml.handle_alloc(name); in alloc_handle()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/unsp/
H A Dunspdrc.cpp255 handleptr = drcuml.handle_alloc(name); in alloc_handle()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc.cpp332 handleptr = drcuml.handle_alloc(name); in alloc_handle()
/dports/emulators/mame/mame-mame0226/src/devices/cpu/e132xs/
H A De132xsdrc.cpp332 handleptr = drcuml.handle_alloc(name); in alloc_handle()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/mb86235/
H A Dmb86235drc.cpp84 handleptr = m_drcuml->handle_alloc(name); in alloc_handle()

12