Home
last modified time | relevance | path

Searched refs:MAX_PASS (Results 1 – 19 of 19) sorted by relevance

/dports/games/egoboo/egoboo-2.8.1/src/game/
H A Dpassage.h36 #define MAX_PASS 256 ///< Maximum number of passages ( mul 32 ) macro
37 #define MAX_SHOP MAX_PASS
56 DECLARE_STACK_EXTERN( passage_t, PassageStack, MAX_PASS );
58 #define VALID_PASSAGE_RANGE( IPASS ) ( ((IPASS) >= 0) && ((IPASS) < MAX_PASS) )
H A Dpassage.c39 INSTANTIATE_STACK( ACCESS_TYPE_NONE, passage_t, PassageStack, MAX_PASS );
52 int ipass = ( PASS_REF ) MAX_PASS; in PasageStack_get_free()
54 if ( PassageStack.count < MAX_PASS ) in PasageStack_get_free()
69 for ( cnt = 0; cnt < MAX_PASS; cnt++ ) in ShopStack_free_all()
80 int ishop = ( PASS_REF ) MAX_PASS; in ShopStack_get_free()
82 if ( ShopStack.count < MAX_PASS ) in ShopStack_get_free()
447 if ( ipass >= MAX_PASS ) return; in add_passage()
H A Dscript_functions.c1216 if ( pstate->argument >= 0 && pstate->argument < MAX_PASS ) in scr_PassageOpen()
6009 if ( pstate->argument >= 0 && pstate->argument < MAX_PASS ) in scr_ClearMusicPassage()
6073 if ( pstate->argument >= 0 && pstate->argument < MAX_PASS ) in scr_set_MusicPassage()
/dports/dns/dhisd/dhisd-5.5/
H A Ddhisd.h73 #define MAX_PASS 16 macro
H A Dnetwork.c594 mp->pass[MAX_PASS-1]='\0'; in net_do_dgram()
847 mp->pass[MAX_PASS-1]='\0'; in net_do_dgram()
/dports/devel/tass64/64tass-1.56.2625-src/
H A D64tass.h30 #define MAX_PASS 20 macro
H A D64tass.c81 uint8_t pass = 0, max_pass = MAX_PASS; /* pass */
/dports/graphics/vips/vips-8.12.0/libvips/morphology/
H A Dmorph.c78 #define MAX_PASS (10) macro
121 Pass pass[MAX_PASS];
384 if( morph->n_pass == MAX_PASS ) in vips_morph_compile()
638 VipsExecutor executor[MAX_PASS]; in vips_morph_gen_vector()
/dports/graphics/vips/vips-8.12.0/libvips/resample/
H A Dreducev.cpp79 #define MAX_PASS (10) macro
133 Pass pass[MAX_PASS];
311 if( reducev->n_pass == MAX_PASS ) in vips_reducev_compile()
652 VipsExecutor executor[MAX_PASS]; in vips_reducev_vector_gen()
/dports/graphics/vips/vips-8.12.0/libvips/convolution/
H A Dconvi.c132 #define MAX_PASS (20) macro
170 Pass pass[MAX_PASS];
473 if( convi->n_pass == MAX_PASS ) in vips_convi_compile()
510 VipsExecutor executor[MAX_PASS]; in vips_convi_gen_vector()
/dports/security/stoken/stoken-0.92/src/
H A Dsecurid.c338 uint8_t key[MAX_PASS + DEVID_CHARS + MAGIC_LEN + 1], *devid_buf; in generate_key_hash()
346 if (pos > MAX_PASS) in generate_key_hash()
572 uint8_t hash_buf[V3_NONCE_BYTES + V3_DEVID_CHARS + MAX_PASS]; in v3_compute_hash()
583 strncpy(&hash_buf[V3_NONCE_BYTES + V3_DEVID_CHARS], pass, MAX_PASS); in v3_compute_hash()
740 if (strlen(pass) > MAX_PASS) in securid_decrypt_seed()
H A Dsecurid.h40 #define MAX_PASS 40 macro
H A Dcli.c275 if (len > MAX_PASS) in request_new_pass()
284 if (len > MAX_PASS) in request_new_pass()
/dports/devel/z88dk/z88dk/src/copt/
H A Dcopt.c30 #define MAX_PASS 16 macro
654 } while (global_again && pass < MAX_PASS); in main()
657 fprintf(stderr, "error: maximum of %d passes exceeded\n", MAX_PASS); in main()
/dports/graphics/blender/blender-2.91.0/source/blender/draw/engines/eevee/shaders/
H A Deffect_minmaxz_frag.glsl26 #else /* MAX_PASS */
/dports/devel/p5-Perl-Tidy/Perl-Tidy-20211029/lib/Perl/Tidy/
H A DVerticalAligner.pm4454 my $MAX_PASS = @todo > 1 ? 2 : 1;
4458 for ( my $PASS = 1 ; $PASS <= $MAX_PASS ; $PASS++ ) {
4463 if ( $PASS == $MAX_PASS ) {
4478 if ( $PASS < $MAX_PASS && $is_hanging_side_comment );
4523 if ( $PASS < $MAX_PASS ) {
/dports/sysutils/vector/vector-0.10.0/cargo-crates/krb5-src-0.2.4+1.18.2/krb5/src/lib/krb5/os/
H A Dsendto_kdc.c78 #define MAX_PASS 3 macro
1548 for (pass = 1; pass < MAX_PASS && !done; pass++) { in k5_sendto()
/dports/security/krb5/krb5-1.19.2/src/lib/krb5/os/
H A Dsendto_kdc.c78 #define MAX_PASS 3 macro
1551 for (pass = 1; pass < MAX_PASS && !done; pass++) { in k5_sendto()
/dports/cad/calculix/CalculiX/cgx_2.18/src/
H A DuselibSNL.cpp41 #define MAX_PASS 500 macro
1328 maxPass=MAX_PASS; in projSurfToNurbs()
1476 maxPass=MAX_PASS; in projSetToNurbs()
1580 maxPass=MAX_PASS; in projPntsToNurbs()
1690 maxPass=MAX_PASS; in proj1PntToNurbs()
2321 maxPass=MAX_PASS; in trimNurbs()