Home
last modified time | relevance | path

Searched refs:hv (Results 1 – 25 of 4972) sorted by relevance

12345678910>>...199

/dports/sysutils/slurm-wlm/slurm-20.02.7/contribs/perlapi/libslurm/perl/
H A Dconf.c22 STORE_FIELD(hv, conf, last_update, time_t); in slurm_ctl_conf_to_hv()
52 STORE_FIELD(hv, conf, authinfo, charp); in slurm_ctl_conf_to_hv()
54 STORE_FIELD(hv, conf, authtype, charp); in slurm_ctl_conf_to_hv()
59 STORE_FIELD(hv, conf, bb_type, charp); in slurm_ctl_conf_to_hv()
61 STORE_FIELD(hv, conf, boot_time, time_t); in slurm_ctl_conf_to_hv()
87 STORE_FIELD(hv, conf, cred_type, charp); in slurm_ctl_conf_to_hv()
98 STORE_FIELD(hv, conf, epilog, charp); in slurm_ctl_conf_to_hv()
177 STORE_FIELD(hv, conf, layouts, charp); in slurm_ctl_conf_to_hv()
180 STORE_FIELD(hv, conf, licenses, charp); in slurm_ctl_conf_to_hv()
252 STORE_FIELD(hv, conf, prolog, charp); in slurm_ctl_conf_to_hv()
[all …]
H A Dalloc.c431 HV *hv; in ping_cb() local
438 hv = newHV(); in ping_cb()
441 SvREFCNT_dec(hv); in ping_cb()
460 HV *hv; in job_complete_cb() local
467 hv = newHV(); in job_complete_cb()
489 HV *hv; in timeout_cb() local
496 hv = newHV(); in timeout_cb()
518 HV *hv; in user_msg_cb() local
525 hv = newHV(); in user_msg_cb()
547 HV *hv; in node_fail_cb() local
[all …]
H A Dpartition.c22 STORE_FIELD(hv, part_info, allow_groups, charp); in partition_info_to_hv()
24 STORE_FIELD(hv, part_info, alternate, charp); in partition_info_to_hv()
26 STORE_FIELD(hv, part_info, cr_type, uint16_t); in partition_info_to_hv()
33 STORE_FIELD(hv, part_info, deny_qos, charp); in partition_info_to_hv()
34 STORE_FIELD(hv, part_info, flags, uint16_t); in partition_info_to_hv()
41 STORE_FIELD(hv, part_info, max_nodes, uint32_t); in partition_info_to_hv()
43 STORE_FIELD(hv, part_info, max_time, uint32_t); in partition_info_to_hv()
46 STORE_FIELD(hv, part_info, name, charp); in partition_info_to_hv()
65 STORE_FIELD(hv, part_info, nodes, charp); in partition_info_to_hv()
70 STORE_FIELD(hv, part_info, qos_char, charp); in partition_info_to_hv()
[all …]
H A Djob.c184 job_info_to_hv(job_info_t *job_info, HV *hv) in job_info_to_hv() argument
190 STORE_FIELD(hv, job_info, account, charp); in job_info_to_hv()
201 STORE_FIELD(hv, job_info, command, charp); in job_info_to_hv()
203 STORE_FIELD(hv, job_info, comment, charp); in job_info_to_hv()
239 STORE_FIELD(hv, job_info, name, charp); in job_info_to_hv()
242 STORE_FIELD(hv, job_info, nice, uint32_t); in job_info_to_hv()
244 STORE_FIELD(hv, job_info, nodes, charp); in job_info_to_hv()
269 STORE_FIELD(hv, job_info, qos, charp); in job_info_to_hv()
307 STORE_FIELD(hv, job_info, wckey, charp); in job_info_to_hv()
311 _job_resrcs_to_hv(job_info, hv); in job_info_to_hv()
[all …]
H A Dslurm-perl.h46 resource_allocation_response_msg_t *resp_msg, HV *hv);
59 extern int job_info_to_hv(job_info_t *job_info, HV *hv);
61 extern int hv_to_job_info(HV *hv, job_info_t *job_info);
68 *job_step_info_msg, HV *hv);
69 extern int hv_to_job_step_info_response_msg(HV *hv,
74 *pids_msg, HV *hv);
77 *stat_msg, HV *hv);
80 extern int node_info_to_hv(node_info_t *node_info, HV *hv);
81 extern int hv_to_node_info(HV *hv, node_info_t *node_info);
115 extern int topo_info_to_hv(topo_info_t *topo_info, HV *hv);
[all …]
H A Dnode.c27 node_info_to_hv(node_info_t *node_info, HV *hv) in node_info_to_hv() argument
31 STORE_FIELD(hv, node_info, arch, charp); in node_info_to_hv()
32 STORE_FIELD(hv, node_info, boot_time, time_t); in node_info_to_hv()
33 STORE_FIELD(hv, node_info, cores, uint16_t); in node_info_to_hv()
35 STORE_FIELD(hv, node_info, cpus, uint16_t); in node_info_to_hv()
37 STORE_FIELD(hv, node_info, features, charp); in node_info_to_hv()
41 STORE_FIELD(hv, node_info, gres, charp); in node_info_to_hv()
43 STORE_FIELD(hv, node_info, name, charp); in node_info_to_hv()
50 STORE_FIELD(hv, node_info, os, charp); in node_info_to_hv()
53 STORE_FIELD(hv, node_info, reason, charp); in node_info_to_hv()
[all …]
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dhv.h259 #define HvARRAY(hv) ((hv)->sv_u.svu_hash) argument
279 #define HvRITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_riter : -1) argument
280 #define HvEITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_eiter : NULL) argument
281 #define HvRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_rand : 0) argument
282 #define HvLASTRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_last_rand : 0) argument
284 #define HvNAME(hv) HvNAME_get(hv) argument
285 #define HvNAMELEN(hv) HvNAMELEN_get(hv) argument
286 #define HvENAME(hv) HvENAME_get(hv) argument
287 #define HvENAMELEN(hv) HvENAMELEN_get(hv) argument
337 #define HvKEYS(hv) HvUSEDKEYS(hv) argument
[all …]
/dports/lang/perl5.34/perl-5.34.0/
H A Dhv.h263 #define HvARRAY(hv) ((hv)->sv_u.svu_hash) argument
278 #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) argument
283 #define HvRITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_riter : -1) argument
284 #define HvEITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_eiter : NULL) argument
285 #define HvRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_rand : 0) argument
286 #define HvLASTRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_last_rand : 0) argument
288 #define HvNAME(hv) HvNAME_get(hv) argument
289 #define HvNAMELEN(hv) HvNAMELEN_get(hv) argument
290 #define HvENAME(hv) HvENAME_get(hv) argument
344 #define HvKEYS(hv) HvUSEDKEYS(hv) argument
[all …]
/dports/lang/perl5.30/perl-5.30.3/
H A Dhv.h270 #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) argument
275 #define HvRITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_riter : -1) argument
276 #define HvEITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_eiter : NULL) argument
277 #define HvRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_rand : 0) argument
278 #define HvLASTRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_last_rand : 0) argument
280 #define HvNAME(hv) HvNAME_get(hv) argument
282 #define HvENAME(hv) HvENAME_get(hv) argument
301 ((SvOOK(hv) && HvAUX(hv)->xhv_name_u.xhvnameu_name && HvNAME_HEK_NN(hv)) \
304 ((SvOOK(hv) && HvAUX(hv)->xhv_name_u.xhvnameu_name && HvNAME_HEK_NN(hv)) \
336 #define HvKEYS(hv) HvUSEDKEYS(hv) argument
[all …]
/dports/lang/perl5.32/perl-5.32.1/
H A Dhv.h280 #define HvAUX(hv) ((struct xpvhv_aux*)&(HvARRAY(hv)[HvMAX(hv)+1])) argument
285 #define HvRITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_riter : -1) argument
286 #define HvEITER_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_eiter : NULL) argument
287 #define HvRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_rand : 0) argument
288 #define HvLASTRAND_get(hv) (SvOOK(hv) ? HvAUX(hv)->xhv_last_rand : 0) argument
290 #define HvNAME(hv) HvNAME_get(hv) argument
292 #define HvENAME(hv) HvENAME_get(hv) argument
311 ((SvOOK(hv) && HvAUX(hv)->xhv_name_u.xhvnameu_name && HvNAME_HEK_NN(hv)) \
314 ((SvOOK(hv) && HvAUX(hv)->xhv_name_u.xhvnameu_name && HvNAME_HEK_NN(hv)) \
346 #define HvKEYS(hv) HvUSEDKEYS(hv) argument
[all …]
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/net/ipxe/ipxe-2265a65/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_phys ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_phys ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
239 DBGC ( hv, "HV %p is owned by UEFI firmware\n", hv ); in hv_check_uefi()
334 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
369 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
572 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
587 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
614 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
637 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
664 if ( ! hv ) in hv_quiesce()
[all …]
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/arch/x86/drivers/hyperv/
H A Dhyperv.c134 hv->message = malloc_dma ( sizeof ( *hv->message ), in hv_alloc_message()
150 free_dma ( hv->message, sizeof ( *hv->message ) ); in hv_free_message()
311 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_map_synic()
346 DBGC2 ( hv, "HV %p SIMP MSR is %#08llx\n", hv, simp ); in hv_unmap_synic_no_scontrol()
549 hv = zalloc ( sizeof ( *hv ) ); in hv_probe()
560 if ( ( rc = hv_alloc_pages ( hv, &hv->hypercall, &hv->synic.message, in hv_probe()
587 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_probe()
609 hv_free_pages ( hv, hv->hypercall, hv->synic.message, hv->synic.event, in hv_remove()
636 if ( ! hv ) in hv_quiesce()
669 DBGC ( hv, "HV %p quiesced\n", hv ); in hv_quiesce()
[all …]
/dports/sysutils/slurm-wlm/slurm-20.02.7/contribs/perlapi/libslurmdb/perl/
H A Dcluster.c79 FETCH_LIST_FIELD(hv, assoc_cond, id_list); in hv_to_assoc_cond()
218 STORE_FIELD(hv, rec, alloc_secs, uint64_t); in tres_rec_to_hv()
219 STORE_FIELD(hv, rec, rec_count, uint32_t); in tres_rec_to_hv()
220 STORE_FIELD(hv, rec, count, uint64_t); in tres_rec_to_hv()
222 STORE_FIELD(hv, rec, name, charp); in tres_rec_to_hv()
223 STORE_FIELD(hv, rec, type, charp); in tres_rec_to_hv()
271 STORE_FIELD(hv, rec, acct, charp); in report_acct_grouping_to_hv()
322 STORE_FIELD(hv, rec, cluster, charp); in report_cluster_grouping_to_hv()
615 STORE_FIELD(hv, rec, acct, charp); in report_user_rec_to_hv()
616 STORE_FIELD(hv, rec, name, charp); in report_user_rec_to_hv()
[all …]
/dports/irc/irssi/irssi-1.2.3/src/perl/irc/
H A DIrc.xs8 perl_connect_fill_hash(hv, (SERVER_CONNECT_REC *) conn); in perl_irc_connect_fill_hash()
20 perl_irc_connect_fill_hash(hv, server->connrec); in perl_irc_server_fill_hash()
21 perl_server_fill_hash(hv, (SERVER_REC *) server); in perl_irc_server_fill_hash()
57 static void perl_ban_fill_hash(HV *hv, BAN_REC *ban) in perl_ban_fill_hash() argument
59 (void) hv_store(hv, "ban", 3, new_pv(ban->ban), 0); in perl_ban_fill_hash()
64 static void perl_dcc_fill_hash(HV *hv, DCC_REC *dcc) in perl_dcc_fill_hash() argument
77 (void) hv_store(hv, "arg", 3, new_pv(dcc->arg), 0); in perl_dcc_fill_hash()
88 perl_dcc_fill_hash(hv, (DCC_REC *) dcc); in perl_dcc_chat_fill_hash()
90 (void) hv_store(hv, "id", 2, new_pv(dcc->id), 0); in perl_dcc_chat_fill_hash()
97 perl_dcc_fill_hash(hv, (DCC_REC *) dcc); in perl_dcc_file_fill_hash()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/tools/testing/selftests/net/
H A Dtest_vxlan_under_vrf.sh52 for ns in hv-1 hv-2 vm-1 vm-2; do
69 ip netns add hv-$hv
70 ip link set veth-hv-$hv netns hv-$hv
71 ip -netns hv-$hv link set veth-hv-$hv name veth0
74 ip -netns hv-$hv link set vrf-underlay up
75 ip -netns hv-$hv addr add 172.16.0.$hv/24 dev veth0
76 ip -netns hv-$hv link set veth0 up
78 ip -netns hv-$hv link add br0 type bridge
79 ip -netns hv-$hv link set br0 up
82 ip -netns hv-$hv link set vxlan0 master br0
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/tools/testing/selftests/net/
H A Dtest_vxlan_under_vrf.sh52 for ns in hv-1 hv-2 vm-1 vm-2; do
69 ip netns add hv-$hv
70 ip link set veth-hv-$hv netns hv-$hv
71 ip -netns hv-$hv link set veth-hv-$hv name veth0
74 ip -netns hv-$hv link set vrf-underlay up
75 ip -netns hv-$hv addr add 172.16.0.$hv/24 dev veth0
76 ip -netns hv-$hv link set veth0 up
78 ip -netns hv-$hv link add br0 type bridge
79 ip -netns hv-$hv link set br0 up
82 ip -netns hv-$hv link set vxlan0 master br0
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/tools/testing/selftests/net/
H A Dtest_vxlan_under_vrf.sh52 for ns in hv-1 hv-2 vm-1 vm-2; do
69 ip netns add hv-$hv
70 ip link set veth-hv-$hv netns hv-$hv
71 ip -netns hv-$hv link set veth-hv-$hv name veth0
74 ip -netns hv-$hv link set vrf-underlay up
75 ip -netns hv-$hv addr add 172.16.0.$hv/24 dev veth0
76 ip -netns hv-$hv link set veth0 up
78 ip -netns hv-$hv link add br0 type bridge
79 ip -netns hv-$hv link set br0 up
82 ip -netns hv-$hv link set vxlan0 master br0
[all …]
/dports/irc/irssi/irssi-1.2.3/src/perl/
H A Dperl-common.c123 HV *stash, *hv; in irssi_bless_iobject() local
137 hv = newHV(); in irssi_bless_iobject()
146 HV *hv; in irssi_bless_plain() local
150 hv = newHV(); in irssi_bless_plain()
153 fill_func(hv, object); in irssi_bless_plain()
160 HV *hv; in irssi_is_ref_object() local
162 hv = hvref(o); in irssi_is_ref_object()
163 if (hv != NULL) { in irssi_is_ref_object()
175 HV *hv; in irssi_ref_object() local
178 hv = hvref(o); in irssi_ref_object()
[all …]
/dports/science/pagmo2/pagmo2-2.18.0/tests/
H A Dhypervolume.cpp73 hv.set_copy_points(false); in assertContribs()
199 hypervolume hv; in BOOST_AUTO_TEST_CASE() local
203 hv = hypervolume(x1, true); in BOOST_AUTO_TEST_CASE()
262 hv.set_copy_points(false); in BOOST_AUTO_TEST_CASE()
483 hypervolume hv; in BOOST_AUTO_TEST_CASE() local
525 hypervolume hv; in BOOST_AUTO_TEST_CASE() local
575 hypervolume hv; in BOOST_AUTO_TEST_CASE() local
612 hypervolume hv; in BOOST_AUTO_TEST_CASE() local
717 oarchive << hv; in BOOST_AUTO_TEST_CASE()
721 hv.set_copy_points(true); in BOOST_AUTO_TEST_CASE()
[all …]

12345678910>>...199