Home
last modified time | relevance | path

Searched defs:opt_threshold (Results 1 – 13 of 13) sorted by path

/dports/graphics/sane-backends/sane-backends-1.0.32/backend/
H A Dcanon_lide70.c49 opt_threshold, enumerator
H A Dhp3900_sane.c82 opt_threshold, enumerator
/dports/graphics/sane-backends/sane-backends-1.0.32/backend/pixma/
H A Dpixma_sane_options.h40 opt_threshold, enumerator
/dports/misc/gnuls/coreutils-8.30/src/
H A Ddu.c158 static intmax_t opt_threshold = 0; variable
/dports/multimedia/mpv/mpv-0.34.1/video/out/
H A Dvo_sixel.c59 int opt_threshold; member
/dports/science/InsightToolkit/ITK-5.0.1/Modules/Filtering/Thresholding/include/
H A DitkRenyiEntropyThresholdCalculator.hxx166 auto opt_threshold = static_cast< InstanceIdentifier >( realOptThreshold ); in GenerateData() local
/dports/science/hdf5-18/hdf5-1.8.21/tools/perform/
H A Dperf.c88 hsize_t opt_threshold = 1; variable
/dports/science/hdf5/hdf5-1.10.6/tools/test/perform/
H A Dperf.c89 hsize_t opt_threshold = 1; variable
/dports/security/ssss/ssss-0.5/
H A Dssss.c81 int opt_threshold = -1; variable
/dports/sysutils/coreutils/coreutils-8.32/src/
H A Ddu.c159 static intmax_t opt_threshold = 0; variable
/dports/sysutils/ipa/ipa-2.1.2/src/
H A Dipastat_main.c812 output_threshold_stat_raw(const struct opt_threshold *opt_threshold) in output_threshold_stat_raw()
853 const struct opt_threshold *opt_threshold; in output_thresholds_stat_raw() local
886 struct opt_threshold *opt_threshold; in show_thresholds_stat() local
H A Dipastat_thresholds.c96 const struct opt_threshold *opt_threshold; in get_min_max_no() local
116 const struct opt_threshold *opt_threshold; in init_thresholds() local
149 const struct opt_threshold *opt_threshold; in deinit_thresholds() local
230 struct opt_threshold *opt_threshold; in opt_threshold_add() local
254 struct opt_threshold *opt_threshold; in opt_thresholds_parse() local
304 struct opt_threshold *opt_threshold, *opt_threshold_next; in opt_thresholds_free() local
H A Dipastat_thresholds.h72 struct opt_threshold { struct
87 STAILQ_HEAD(opt_thresholds, opt_threshold); argument