Home
last modified time | relevance | path

Searched defs:opt (Results 1 – 25 of 8838) sorted by relevance

12345678910>>...354

/dports/sysutils/fcron/fcron-3.2.1/
H A Doption.h138 #define is_freq(opt) \ argument
140 #define is_td(opt) \ argument
142 #define set_freq(opt) \ argument
144 #define set_td(opt) \ argument
152 #define is_lavg(opt) \ argument
154 #define set_lavg(opt) \ argument
164 #define is_lor(opt) \ argument
166 #define is_land(opt) \ argument
168 #define set_lor(opt) \ argument
170 #define set_land(opt) \ argument
[all …]
/dports/science/dynare/dynare-4.6.4/matlab/ms-sbvar/
H A Dms_estimation.m56 opt = ['-estimate -seed ' num2str(options_.DynareRandomStreams.seed)]; variable
57 opt = [opt ' -ft ' options_.ms.file_tag]; variable
58 opt = [opt ' -fto ' options_.ms.output_file_tag]; variable
59 opt = [opt ' -cb ' num2str(options_.ms.convergence_starting_value)]; variable
60 opt = [opt ' -ce ' num2str(options_.ms.convergence_ending_value)]; variable
61 opt = [opt ' -ci ' num2str(options_.ms.convergence_increment_value)]; variable
62 opt = [opt ' -ib ' num2str(options_.ms.max_iterations_starting_value)]; variable
63 opt = [opt ' -ii ' num2str(options_.ms.max_iterations_increment_value)]; variable
64 opt = [opt ' -mb ' num2str(options_.ms.max_block_iterations)]; variable
68 opt = [opt ' -random ' num2str(options_.ms.number_of_large_perturbations)]; variable
[all …]
H A Dms_forecast.m43 opt = [opt ' -do ' forecastdir]; variable
44 opt = [opt ' -ft ' options_.ms.file_tag]; variable
45 opt = [opt ' -fto ' options_.ms.output_file_tag]; variable
46 opt = [opt ' -horizon ' num2str(options_.ms.horizon)]; variable
47 opt = [opt ' -thin ' num2str(options_.ms.thinning_factor)]; variable
48 opt = [opt ' -data ' num2str(options_.ms.forecast_data_obs)]; variable
51 opt = [opt ' -regimes']; variable
54 opt = [opt ' -regime ' num2str(options_.ms.regime-1)]; variable
59 opt = [opt ' -parameter_uncertainty']; variable
71 opt = [opt ' -percentiles ' num2str(percentiles_size)]; variable
[all …]
H A Dms_irf.m44 opt = [opt ' -do ' irfdir]; variable
45 opt = [opt ' -ft ' options_.ms.file_tag]; variable
46 opt = [opt ' -fto ' options_.ms.output_file_tag]; variable
47 opt = [opt ' -horizon ' num2str(options_.ms.horizon)]; variable
48 opt = [opt ' -thin ' num2str(options_.ms.thinning_factor)]; variable
51 opt = [opt ' -regimes']; variable
54 opt = [opt ' -regime ' num2str(options_.ms.regime-1)]; variable
56 opt = [opt ' -filtered']; variable
61 opt = [opt ' -parameter_uncertainty']; variable
73 opt = [opt ' -percentiles ' num2str(percentiles_size)]; variable
[all …]
H A Dms_simulation.m40 opt = ['-simulate -seed ' num2str(options_.DynareRandomStreams.seed)]; variable
41 opt = [opt ' -ft ' options_.ms.file_tag]; variable
42 opt = [opt ' -fto ' options_.ms.output_file_tag]; variable
43 opt = [opt ' -ndraws ' num2str(options_.ms.mh_replic)]; variable
44 opt = [opt ' -burnin ' num2str(options_.ms.drop)]; variable
45 opt = [opt ' -thin ' num2str(options_.ms.thinning_factor)]; variable
46 opt = [opt ' -mh ' num2str(options_.ms.adaptive_mh_draws)]; variable
49 opt = [opt ' -flat ']; variable
/dports/games/xbl/xbl-1.1.6/
H A Dopt.h23 struct opt struct
25 int verbose ; /* Verbose mode 0=off */
26 int newmap ; /* Use a new colormap */
28 int buffering ; /* Buffering mode */
31 int wx,wy,wz ; /* World size */
33 int level ; /* Start level of game */
34 int mode ; /* PLAY , TRAINING */
35 int land ; /* USER,SMALL,BIG */
43 int keyboard ; /* Key board type */
57 int stereo ; /* Stereo */
[all …]
/dports/textproc/sonic/sonic-1.3.0/cargo-crates/librocksdb-sys-6.7.4/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/mariadb103-client/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/mariadb103-server/mariadb-10.3.34/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/mariadb105-client/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java81 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
88 try (final DBOptions opt = new DBOptions(); in env()
97 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
105 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
114 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
123 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
132 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
141 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
150 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
159 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/test/Transforms/InstCombine/
H A D2011-09-03-Trampoline.ll24 i8* bitcast (i32 (i8*, i32)* @f to i8*),
25 i8* null)
26 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
27 %function = bitcast i8* %tramp to i32(i32)*
30 ; CHECK: define i32 @test1(i32 %n, i8* %trampmem) {
34 define i32 @test2(i32 %n, i8* %trampmem) {
35 %tramp = call i8* @llvm.adjust.trampoline(i8* %trampmem)
36 %functiona = bitcast i8* %tramp to i32(i32)*
37 %ret = call i32 %functiona(i32 %n)
/dports/sysutils/slurm-wlm/slurm-20.02.7/src/common/
H A Dslurm_opt.c619 static char *arg_get_bcast(slurm_opt_t *opt) in arg_get_bcast()
630 static void arg_reset_bcast(slurm_opt_t *opt) in arg_reset_bcast()
672 static char *arg_get_begin(slurm_opt_t *opt) in arg_get_begin()
697 static char *arg_get_bell(slurm_opt_t *opt) in arg_get_bell()
710 static void arg_reset_bell(slurm_opt_t *opt) in arg_reset_bell()
775 static void arg_reset_chdir(slurm_opt_t *opt) in arg_reset_chdir()
2029 static char *arg_get_help(slurm_opt_t *opt) in arg_get_help()
2704 static char *arg_get_nice(slurm_opt_t *opt) in arg_get_nice()
4006 slurm_opt_t *opt; member
4763 static char *arg_get_x11(slurm_opt_t *opt) in arg_get_x11()
[all …]
/dports/games/xpilot-ng-server/xpilot-ng-4.7.3/src/client/
H A Ddefault.c130 static const char *Get_nickName(xp_option_t *opt) in Get_nickName()
136 static const char *Get_userName(xp_option_t *opt) in Get_userName()
142 static const char *Get_hostName(xp_option_t *opt) in Get_hostName()
148 static bool Set_team(xp_option_t *opt, int value) in Set_team()
168 static const char *Get_texturePath(xp_option_t *opt) in Get_texturePath()
285 static const char *Get_shipShape(xp_option_t *opt) in Get_shipShape()
301 static const char *Get_shipShapeFile(xp_option_t *opt) in Get_shipShapeFile()
307 static bool Set_power(xp_option_t *opt, double val) in Set_power()
331 static bool Set_altPower(xp_option_t *opt, double val) in Set_altPower()
369 static bool Set_maxFPS(xp_option_t *opt, int val) in Set_maxFPS()
[all …]
/dports/databases/grass7/grass-7.8.6/vector/v.net/
H A Dproto.h9 struct opt { struct
13 struct Option *afield_opt, *tfield, *tucfield, *nfield_opt, *thresh_opt; argument
24 void define_options(struct opt *); argument
/dports/databases/slony1v2/slony1-2.2.10/src/slonik/
H A Dparser.y487 statement_option opt[] = { variable
546 statement_option opt[] = { variable
595 statement_option opt[] = { variable
623 statement_option opt[] = { variable
653 statement_option opt[] = { variable
725 statement_option opt[] = { variable
756 statement_option opt[] = { variable
779 statement_option opt[] = { variable
803 statement_option opt[] = { variable
829 statement_option opt[] = { variable
[all …]
/dports/multimedia/gavl/gavl-1.4.0/gavl/
H A Dvideooptions.c50 void gavl_video_options_set_defaults(gavl_video_options_t * opt) in gavl_video_options_set_defaults()
66 int gavl_video_options_get_num_threads(gavl_video_options_t * opt) in gavl_video_options_get_num_threads()
76 void gavl_video_options_set_run_func(gavl_video_options_t * opt, in gavl_video_options_set_run_func()
95 void gavl_video_options_set_stop_func(gavl_video_options_t * opt, in gavl_video_options_set_stop_func()
110 void gavl_video_options_set_rectangles(gavl_video_options_t * opt, in gavl_video_options_set_rectangles()
124 void gavl_video_options_get_rectangles(gavl_video_options_t * opt, in gavl_video_options_get_rectangles()
140 int gavl_video_options_get_quality(gavl_video_options_t * opt) in gavl_video_options_get_quality()
151 int gavl_video_options_get_accel_flags(gavl_video_options_t * opt) in gavl_video_options_get_accel_flags()
167 void gavl_video_options_set_alpha_mode(gavl_video_options_t * opt, in gavl_video_options_set_alpha_mode()
174 gavl_video_options_get_alpha_mode(gavl_video_options_t * opt) in gavl_video_options_get_alpha_mode()
[all …]
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java84 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
91 try (final DBOptions opt = new DBOptions(); in env()
100 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
108 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
117 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
126 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
135 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
144 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
153 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
162 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java84 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
91 try (final DBOptions opt = new DBOptions(); in env()
100 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
108 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
117 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
126 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
135 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
144 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
153 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
162 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/rocksdb-lite/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java84 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
91 try (final DBOptions opt = new DBOptions(); in env()
100 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
108 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
117 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
126 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
135 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
144 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
153 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
162 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/rocksdb/rocksdb-6.26.1/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java84 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
91 try (final DBOptions opt = new DBOptions(); in env()
100 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
108 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
117 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
126 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
135 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
144 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
153 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
162 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/rocksdb/rocksdb/java/src/test/java/org/rocksdb/
H A DDBOptionsTest.java84 try (final DBOptions opt = new DBOptions()) { in linkageOfPrepMethods()
91 try (final DBOptions opt = new DBOptions(); in env()
100 try(final DBOptions opt = new DBOptions()) { in setIncreaseParallelism()
108 try(final DBOptions opt = new DBOptions()) { in createIfMissing()
117 try(final DBOptions opt = new DBOptions()) { in createMissingColumnFamilies()
126 try(final DBOptions opt = new DBOptions()) { in errorIfExists()
135 try(final DBOptions opt = new DBOptions()) { in paranoidChecks()
144 try(final DBOptions opt = new DBOptions()) { in maxTotalWalSize()
153 try(final DBOptions opt = new DBOptions()) { in maxOpenFiles()
162 try(final DBOptions opt = new DBOptions()) { in maxFileOpeningThreads()
[all …]
/dports/misc/nut/nut-20.1/
H A Doptions.h28 struct opt struct
30 int delopt; argument
31 int defanal;
33 int defanalrec;
34 int screen;
35 int custom;
36 float n6hufa;
37 float lastwlw;
40 int wltweak;
45 char grams;
[all …]

12345678910>>...354