Home
last modified time | relevance | path

Searched refs:long_index (Results 1 – 25 of 121) sorted by relevance

12345

/dports/games/libretro-yabause/yabause-ea5b118/yabause/src/libretro/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-cap32/libretro-cap32-ad7397f/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-freeintv/FreeIntv-5fc8d85/src/deps/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-mame2000/mame2000-libretro-e364a15/src/libretro/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/emulators/libretro-vice/vice-libretro-5725415/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-desmume2015/desmume2015-d6128e6/desmume/src/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burner/libretro/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-paralleln64/parallel-n64-6e26fbb/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/compat/
H A Dcompat_getopt.c180 int short_index, long_index; in getopt_long() local
191 long_index = find_long_index(&argv[optind]); in getopt_long()
194 if (short_index == -1 && long_index == -1) in getopt_long()
199 if ((short_index > 0) && ((short_index < long_index) || (long_index == -1))) in getopt_long()
204 else if ((long_index > 0) && ((long_index < short_index) in getopt_long()
207 shuffle_block(&argv[optind], &argv[optind + long_index], &argv[argc]); in getopt_long()
208 long_index = 0; in getopt_long()
211 retro_assert(short_index == 0 || long_index == 0); in getopt_long()
215 if (long_index == 0) in getopt_long()
/dports/net-mgmt/pandorafms_console/pandorafms_console-6.0SP2/include/graphs/
H A Dfgraph.php180 $legend, $long_index, $homeurl, $unit, $water_mark_url,
215 $legend, $long_index, $no_data_image, $xaxisname = "", argument
247 $long_index,
272 $long_index,
337 $long_index,
360 $long_index,
422 $long_index,
445 $long_index,
539 $legend, $long_index, $no_data_image, $xaxisname = "", argument
557 $long_index,
[all …]
H A Dfunctions_flot.php93 $legend, $long_index, $homeurl = '', $unit = '', $water_mark = '', argument
102 $legend, $long_index, $homeurl, $unit, 'area_stacked',
109 $legend, $long_index, $homeurl = '', $unit = '', $water_mark = '', argument
118 $legend, $long_index, $homeurl, $unit, 'area_simple',
125 $legend, $long_index, $homeurl = '', $unit = '', $water_mark = '', argument
134 $legend, $long_index, $homeurl, $unit, 'line_stacked',
150 $legend, $long_index, $homeurl, $unit, 'line_simple',
157 $long_index, $homeurl, $unit, $type, $water_mark, $serie_types, argument
391 if (!empty($long_index)) {
392 $labels_long = implode($separator, $long_index);
[all …]
/dports/math/igraph/igraph-0.9.5/vendor/plfit/
H A Dsampling.c239 long int short_index, long_index; in plfit_walker_alias_sampler_init() local
241 long_index = long_sticks[num_long_sticks-1]; in plfit_walker_alias_sampler_init()
242 sampler->indexes[short_index] = long_index; in plfit_walker_alias_sampler_init()
243 sampler->probs[long_index] = /* numerical stability */ in plfit_walker_alias_sampler_init()
244 (sampler->probs[long_index] + sampler->probs[short_index]) - 1; in plfit_walker_alias_sampler_init()
245 if (sampler->probs[long_index] < 1) { in plfit_walker_alias_sampler_init()
246 short_sticks[num_short_sticks++] = long_index; in plfit_walker_alias_sampler_init()
/dports/math/R-cran-igraph/igraph/src/plfit/
H A Dsampling.c239 long int short_index, long_index; in plfit_walker_alias_sampler_init() local
241 long_index = long_sticks[num_long_sticks-1]; in plfit_walker_alias_sampler_init()
242 sampler->indexes[short_index] = long_index; in plfit_walker_alias_sampler_init()
243 sampler->probs[long_index] = /* numerical stability */ in plfit_walker_alias_sampler_init()
244 (sampler->probs[long_index] + sampler->probs[short_index]) - 1; in plfit_walker_alias_sampler_init()
245 if (sampler->probs[long_index] < 1) { in plfit_walker_alias_sampler_init()
246 short_sticks[num_short_sticks++] = long_index; in plfit_walker_alias_sampler_init()
/dports/net/nbdkit/nbdkit-1.20.4/
H A Dwrapper.c204 int long_index = -1; in main() local
207 c = getopt_long (argc, argv, short_options, long_options, &long_index); in main()
215 is_long_option = long_index >= 0; in main()
236 passthru_format ("--%s=%s", long_options[long_index].name, optarg); in main()
238 passthru_format ("--%s", long_options[long_index].name); in main()
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/enforcer/
H A Denforce_cmd.c84 int long_index = 0, opt = 0; in run() local
113 while ((opt = getopt_long(argc, (char* const*)argv, "z:", long_options, &long_index)) != -1) { in run()
/dports/games/julius/julius-1.7.0/src/core/
H A Dzip.c262 int long_index = 1; in pk_implode_determine_copy() local
266 if (input_ptr[long_index] != input_ptr[long_offset]) { in pk_implode_determine_copy()
272 long_index++; in pk_implode_determine_copy()
274 buf->long_matcher[long_index] = long_offset; in pk_implode_determine_copy()
275 } while (long_index < max_matched_bytes); in pk_implode_determine_copy()
329 if (input_ptr[long_index] != input_ptr[long_offset]) { in pk_implode_determine_copy()
335 long_index++; in pk_implode_determine_copy()
337 buf->long_matcher[long_index] = long_offset; in pk_implode_determine_copy()
338 } while (long_index < matched_bytes); in pk_implode_determine_copy()
/dports/games/augustus/augustus-3.1.0/src/core/
H A Dzip.c262 int long_index = 1; in pk_implode_determine_copy() local
266 if (input_ptr[long_index] != input_ptr[long_offset]) { in pk_implode_determine_copy()
272 long_index++; in pk_implode_determine_copy()
274 buf->long_matcher[long_index] = long_offset; in pk_implode_determine_copy()
275 } while (long_index < max_matched_bytes); in pk_implode_determine_copy()
329 if (input_ptr[long_index] != input_ptr[long_offset]) { in pk_implode_determine_copy()
335 long_index++; in pk_implode_determine_copy()
337 buf->long_matcher[long_index] = long_offset; in pk_implode_determine_copy()
338 } while (long_index < matched_bytes); in pk_implode_determine_copy()
/dports/dns/opendnssec2/opendnssec-2.1.10/enforcer/src/policy/
H A Dpolicy_import_cmd.c82 int long_index = 0, opt = 0; in run() local
114 while ((opt = getopt_long(argc, (char* const*)argv, "r", long_options, &long_index)) != -1 ) { in run()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/compiler/unsafe/
H A DUnsafeRaw.java46 public static int long_index(Unsafe unsafe, long base, long index) throws Exception { in long_index() method in UnsafeRaw.Tests
96 if (Tests.long_index(unsafe, addr, 0) != magic) throw new Exception(); in main()
102 if (Tests.long_index(unsafe, addr1, idx1) != magic) throw new Exception(); in main()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DUnsafeRaw.java46 public static int long_index(Unsafe unsafe, long base, long index) throws Exception { in long_index() method in UnsafeRaw.Tests
96 if (Tests.long_index(unsafe, addr, 0) != magic) throw new Exception(); in main()
102 if (Tests.long_index(unsafe, addr1, idx1) != magic) throw new Exception(); in main()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/compiler/unsafe/
H A DUnsafeRaw.java47 public static int long_index(Unsafe unsafe, long base, long index) throws Exception { in long_index() method in UnsafeRaw.Tests
97 if (Tests.long_index(unsafe, addr, 0) != magic) throw new Exception(); in main()
103 if (Tests.long_index(unsafe, addr1, idx1) != magic) throw new Exception(); in main()

12345