Home
last modified time | relevance | path

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

/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/rust/tvm-graph-rt/tests/
H A Dtest_graph_serde.rs24 macro_rules! mf_dir { macro
30 static PARAMS_FIXTURE_PATH: &str = mf_dir!("/tests/graph.params");
34 let output = std::process::Command::new(mf_dir!("/tests/build_model.py")) in test_load_graph()
37 concat!(mf_dir!("/../../python"), ":", mf_dir!("/../../nnvm/python")), in test_load_graph()
/dports/net/zebra-server/idzebra-2.0.55/bfile/
H A Dmfile.h55 typedef struct mf_dir struct
60 struct mf_dir *next; argument
61 } mf_dir; typedef
69 mf_dir *dir;
96 mf_dir *dirs;
H A Dmfile.c49 mf_dir **dp = &ma->dirs, *dir = *dp; in scan_areadef()
120 *dp = dir = (mf_dir *) xmalloc(sizeof(mf_dir)); in scan_areadef()
199 mf_dir *dirp; in mf_init()
309 mf_dir *dp; in mf_destroy()
316 mf_dir *d = dp; in mf_destroy()
356 mf_dir *dp; in mf_open()
490 mf_dir *dp; in mf_write()
613 mf_dir *d = ma->dirs; in mf_area_directory_stat()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/apps/sgx/
H A Dbuild.rs22 macro_rules! mf_dir { macro
31 let build_output = Command::new(mf_dir!("/src/build_model.py")) in main()
36 mf_dir!("/../../python"), in main()
38 mf_dir!("/../../nnvm/python") in main()
/dports/security/p5-openxpki/openxpki-3.16.1/core/htdocs_source/
H A Dupdate-manifest.pl23 my $mf_dir = dirname($mf_path);
38 find({ no_chdir => 1, wanted => sub { push @files, abs2rel($_, $mf_dir) if -f } }, $htdocs_path);
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/htdocs_source/
H A Dupdate-manifest.pl23 my $mf_dir = dirname($mf_path);
38 find({ no_chdir => 1, wanted => sub { push @files, abs2rel($_, $mf_dir) if -f } }, $htdocs_path);