Home
last modified time | relevance | path

Searched defs:first_sc (Results 1 – 5 of 5) sorted by relevance

/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c454 unsigned first_sc = (i == 0) ? sc_index : 0; in count_contiguous_subclusters() local
1088 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1181 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c454 unsigned first_sc = (i == 0) ? sc_index : 0; in count_contiguous_subclusters() local
1076 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1169 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c454 unsigned first_sc = (i == 0) ? sc_index : 0; in count_contiguous_subclusters() local
1076 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1169 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c454 unsigned first_sc = (i == 0) ? sc_index : 0; in count_contiguous_subclusters() local
1075 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1168 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
/dports/games/tads/tads-3.0.8/tads3/
H A Dtcprsstm.cpp6663 find_class_template(const CTPNSuperclass *first_sc, in find_class_template()