Home
last modified time | relevance | path

Searched refs:old_sn (Results 1 – 22 of 22) sorted by relevance

/dports/german/BBBike/BBBike-3.18/ext/Strassen-Inline/
H A DInline.pm742 search_node* old_sn = (search_node*)SvIV(*tmp2);
743 if (f < old_sn->heuristic_dist) {
744 old_sn->predecessor = min_node; /*XXX free old predecessor? */
745 old_sn->dist = g;
746 old_sn->heuristic_dist = f;
/dports/german/BBBike/BBBike-3.18/ext/Strassen-Inline2/
H A DInline2.pm734 search_node* old_sn = (search_node*)SvIV(*tmp2);
735 if (f < old_sn->heuristic_dist) {
736 old_sn->predecessor = min_node; /*XXX free old predecessor? */
737 old_sn->dist = g;
738 old_sn->heuristic_dist = f;
/dports/misc/otter/otter-3.3f/source/
H A Dformula.c604 int old_sn, in rename_free_formula() argument
610 subst_sn_term(old_sn, f->t, new_sn, NAME); in rename_free_formula()
612 if (old_sn != f->t->sym_num) in rename_free_formula()
617 rename_free_formula(f1, old_sn, new_sn); in rename_free_formula()
1378 void subst_sn_term(int old_sn, in subst_sn_term() argument
1386 if (type == NAME && t->sym_num == old_sn) in subst_sn_term()
1390 if (type == VARIABLE && t->sym_num == old_sn) in subst_sn_term()
1395 subst_sn_term(old_sn, r->argval, new_sn, type); in subst_sn_term()
1405 void subst_sn_formula(int old_sn, in subst_sn_formula() argument
1413 subst_sn_term(old_sn, f->t, new_sn, type); in subst_sn_formula()
[all …]
H A Dproto.h594 void subst_sn_term(int old_sn,
598 void subst_sn_formula(int old_sn,
/dports/security/afl++/AFLplusplus-3.14c/src/
H A Dafl-fuzz-run.c301 u8 *old_sn = afl->stage_name; in calibrate_case() local
510 afl->stage_name = old_sn; in calibrate_case()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/migration/
H A Dsavevm.c2407 QEMUSnapshotInfo sn1, *sn = &sn1, old_sn1, *old_sn = &old_sn1; in save_snapshot() local
2467 ret = bdrv_snapshot_find(bs, old_sn, name); in save_snapshot()
2469 pstrcpy(sn->name, sizeof(sn->name), old_sn->name); in save_snapshot()
2470 pstrcpy(sn->id_str, sizeof(sn->id_str), old_sn->id_str); in save_snapshot()
/dports/emulators/qemu42/qemu-4.2.1/migration/
H A Dsavevm.c2622 QEMUSnapshotInfo sn1, *sn = &sn1, old_sn1, *old_sn = &old_sn1; in save_snapshot() local
2686 ret = bdrv_snapshot_find(bs, old_sn, name); in save_snapshot()
2688 pstrcpy(sn->name, sizeof(sn->name), old_sn->name); in save_snapshot()
2689 pstrcpy(sn->id_str, sizeof(sn->id_str), old_sn->id_str); in save_snapshot()
/dports/emulators/qemu-utils/qemu-4.2.1/migration/
H A Dsavevm.c2622 QEMUSnapshotInfo sn1, *sn = &sn1, old_sn1, *old_sn = &old_sn1; in save_snapshot() local
2686 ret = bdrv_snapshot_find(bs, old_sn, name); in save_snapshot()
2688 pstrcpy(sn->name, sizeof(sn->name), old_sn->name); in save_snapshot()
2689 pstrcpy(sn->id_str, sizeof(sn->id_str), old_sn->id_str); in save_snapshot()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/migration/
H A Dsavevm.c2630 QEMUSnapshotInfo sn1, *sn = &sn1, old_sn1, *old_sn = &old_sn1; in save_snapshot() local
2694 ret = bdrv_snapshot_find(bs, old_sn, name); in save_snapshot()
2696 pstrcpy(sn->name, sizeof(sn->name), old_sn->name); in save_snapshot()
2697 pstrcpy(sn->id_str, sizeof(sn->id_str), old_sn->id_str); in save_snapshot()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/migration/
H A Dsavevm.c2630 QEMUSnapshotInfo sn1, *sn = &sn1, old_sn1, *old_sn = &old_sn1; in save_snapshot() local
2694 ret = bdrv_snapshot_find(bs, old_sn, name); in save_snapshot()
2696 pstrcpy(sn->name, sizeof(sn->name), old_sn->name); in save_snapshot()
2697 pstrcpy(sn->id_str, sizeof(sn->id_str), old_sn->id_str); in save_snapshot()
/dports/emulators/qemu5/qemu-5.2.0/migration/
H A Dsavevm.c2731 QEMUSnapshotInfo sn1, *sn = &sn1, old_sn1, *old_sn = &old_sn1; in save_snapshot() local
2800 ret = bdrv_snapshot_find(bs, old_sn, name); in save_snapshot()
2802 pstrcpy(sn->name, sizeof(sn->name), old_sn->name); in save_snapshot()
2803 pstrcpy(sn->id_str, sizeof(sn->id_str), old_sn->id_str); in save_snapshot()
/dports/emulators/qemu/qemu-6.2.0/
H A Dblockdev.c1268 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1325 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu60/qemu-6.0.0/
H A Dblockdev.c1270 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1327 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu5/qemu-5.2.0/
H A Dblockdev.c1282 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1339 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/
H A Dblockdev.c1268 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1325 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/
H A Dblockdev.c1311 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1368 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/
H A Dblockdev.c1311 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1368 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/
H A Dblockdev.c1374 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1431 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu42/qemu-4.2.1/
H A Dblockdev.c1376 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1433 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/emulators/qemu-utils/qemu-4.2.1/
H A Dblockdev.c1376 QEMUSnapshotInfo old_sn, *sn; in internal_snapshot_prepare() local
1433 ret = bdrv_snapshot_find_by_id_and_name(bs, NULL, name, &old_sn, in internal_snapshot_prepare()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/afl/src/
H A Dafl-fuzz.c2546 u8* old_sn = stage_name; in calibrate_case() local
2670 stage_name = old_sn; in calibrate_case()
/dports/security/afl/afl-2.52b/
H A Dafl-fuzz.c2543 u8* old_sn = stage_name; in calibrate_case() local
2667 stage_name = old_sn; in calibrate_case()