Home
last modified time | relevance | path

Searched refs:first_sc (Results 1 – 6 of 6) sorted by relevance

/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
458 first_sc, &type); in count_contiguous_subclusters()
483 if (first_sc + ret < s->subclusters_per_cluster) { in count_contiguous_subclusters()
1076 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1081 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
1083 l2_bitmap |= QCOW_OFLAG_SUB_ALLOC_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1084 l2_bitmap &= ~QCOW_OFLAG_SUB_ZERO_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1169 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
1172 first_sc, &type); in calculate_l2_meta()
1174 if (type != QCOW2_SUBCLUSTER_NORMAL || first_sc + cnt <= last_sc) { in calculate_l2_meta()
/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
458 first_sc, &type); in count_contiguous_subclusters()
483 if (first_sc + ret < s->subclusters_per_cluster) { in count_contiguous_subclusters()
1076 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1081 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
1083 l2_bitmap |= QCOW_OFLAG_SUB_ALLOC_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1084 l2_bitmap &= ~QCOW_OFLAG_SUB_ZERO_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1169 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
1172 first_sc, &type); in calculate_l2_meta()
1174 if (type != QCOW2_SUBCLUSTER_NORMAL || first_sc + cnt <= last_sc) { in calculate_l2_meta()
/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
458 first_sc, &type); in count_contiguous_subclusters()
483 if (first_sc + ret < s->subclusters_per_cluster) { in count_contiguous_subclusters()
1075 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1080 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
1082 l2_bitmap |= QCOW_OFLAG_SUB_ALLOC_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1083 l2_bitmap &= ~QCOW_OFLAG_SUB_ZERO_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1168 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
1171 first_sc, &type); in calculate_l2_meta()
1173 if (type != QCOW2_SUBCLUSTER_NORMAL || first_sc + cnt <= last_sc) { in calculate_l2_meta()
/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
458 first_sc, &type); in count_contiguous_subclusters()
483 if (first_sc + ret < s->subclusters_per_cluster) { in count_contiguous_subclusters()
1088 int first_sc, last_sc; in qcow2_alloc_cluster_link_l2() local
1093 first_sc = offset_to_sc_index(s, written_from); in qcow2_alloc_cluster_link_l2()
1095 l2_bitmap |= QCOW_OFLAG_SUB_ALLOC_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1096 l2_bitmap &= ~QCOW_OFLAG_SUB_ZERO_RANGE(first_sc, last_sc + 1); in qcow2_alloc_cluster_link_l2()
1181 int first_sc = offset_to_sc_index(s, write_from); in calculate_l2_meta() local
1184 first_sc, &type); in calculate_l2_meta()
1186 if (type != QCOW2_SUBCLUSTER_NORMAL || first_sc + cnt <= last_sc) { in calculate_l2_meta()
/dports/games/tads/tads-3.0.8/tads3/
H A Dtcprs.h448 *find_class_template(const class CTPNSuperclass *first_sc,
H A Dtcprsstm.cpp6663 find_class_template(const CTPNSuperclass *first_sc, in find_class_template() argument
6672 for (tpl = 0, sc = first_sc ; sc != 0 ; sc = sc->nxt_) in find_class_template()