Home
last modified time | relevance | path

Searched refs:eff_type (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/cataclysm-dda-tiles/Cataclysm-DDA-0.F/src/
H A Deffect.cpp531 return !eff_type; in is_null()
536 if( eff_type->name.empty() ) { in disp_name()
556 if( eff_type->id == effect_bandaged || eff_type->id == effect_disinfected ) { in disp_name()
772 return eff_type->part_descs; in use_part_descs()
787 if( eff_type->max_duration > 0_turns && duration > eff_type->max_duration ) { in set_duration()
904 ret.insert( ret.end(), eff_type->blocks_effects.begin(), eff_type->blocks_effects.end() ); in get_blocks_effects()
1209 return eff_type->int_add_val; in get_int_add_val()
1214 return eff_type->miss_msgs; in get_miss_msgs()
1238 return eff_type; in get_effect_type()
1397 json.member( "eff_type", eff_type != nullptr ? eff_type->id.str() : "" ); in serialize()
[all …]
H A Deffect.h165 effect() : eff_type( nullptr ), duration( 0_turns ), bp( bodypart_str_id::NULL_ID() ), in effect()
171 eff_type( peff_type ), duration( dur ), bp( part ), in effect()
306 return eff_type->id; in get_id()
315 const effect_type *eff_type;
/dports/games/cataclysm-dda/Cataclysm-DDA-0.F/src/
H A Deffect.cpp531 return !eff_type; in is_null()
536 if( eff_type->name.empty() ) { in disp_name()
556 if( eff_type->id == effect_bandaged || eff_type->id == effect_disinfected ) { in disp_name()
772 return eff_type->part_descs; in use_part_descs()
787 if( eff_type->max_duration > 0_turns && duration > eff_type->max_duration ) { in set_duration()
904 ret.insert( ret.end(), eff_type->blocks_effects.begin(), eff_type->blocks_effects.end() ); in get_blocks_effects()
1209 return eff_type->int_add_val; in get_int_add_val()
1214 return eff_type->miss_msgs; in get_miss_msgs()
1238 return eff_type; in get_effect_type()
1397 json.member( "eff_type", eff_type != nullptr ? eff_type->id.str() : "" ); in serialize()
[all …]
H A Deffect.h165 effect() : eff_type( nullptr ), duration( 0_turns ), bp( bodypart_str_id::NULL_ID() ), in effect()
171 eff_type( peff_type ), duration( dur ), bp( part ), in effect()
306 return eff_type->id; in get_id()
315 const effect_type *eff_type;
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/
H A DMessage.pm949 } elsif ($eff_type eq 'text/html') {
1492 type => $eff_type,
1858 if ($eff_type eq 'text/plain' or $eff_type eq 'text/html') {
2038 if ($eff_type eq 'text/plain') {
2078 } elsif ($eff_type eq 'text/html') {
2132 unless ($eff_type eq 'multipart/mixed'
2166 if ($eff_type eq 'multipart/mixed') {
2371 my $eff_type = $entity->effective_type;
2428 } elsif ($eff_type eq 'text/plain'
2553 if ($eff_type eq lc $preferred_type) {
[all …]
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Message/Plugin/
H A DFixEncoding.pm60 my $eff_type = $entity->effective_type || 'text/plain';
69 return 0 if $eff_type =~ m{^multipart/(signed|encrypted)$};
85 if ($eff_type eq 'text/plain') {
/dports/graphics/wings/libigl-2.1.0/include/igl/
H A Dmassmatrix.cpp32 MassMatrixType eff_type = type; in massmatrix() local
36 eff_type = (simplex_size == 3?MASSMATRIX_TYPE_VORONOI:MASSMATRIX_TYPE_BARYCENTRIC); in massmatrix()
55 assert(eff_type == MASSMATRIX_TYPE_BARYCENTRIC); in massmatrix()
H A Dmassmatrix_intrinsic.cpp39 MassMatrixType eff_type = type; in massmatrix_intrinsic() local
45 eff_type = (simplex_size == 3?MASSMATRIX_TYPE_VORONOI:MASSMATRIX_TYPE_BARYCENTRIC); in massmatrix_intrinsic()
54 switch(eff_type) in massmatrix_intrinsic()
/dports/audio/audacity/audacity-Audacity-3.1.3/lib-src/libnyquist/nyquist/nyqstk/
H A Dstkint.cpp19 struct stkEffect *initStkEffect(int eff_type, ::StkFloat trev, int sample_rate) { in initStkEffect() argument
22 switch(eff_type) { in initStkEffect()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/libigl/igl/
H A Dmassmatrix.cpp30 MassMatrixType eff_type = type; in massmatrix() local
34 eff_type = (simplex_size == 3?MASSMATRIX_TYPE_VORONOI:MASSMATRIX_TYPE_BARYCENTRIC); in massmatrix()
58 switch(eff_type) in massmatrix()
127 assert(eff_type == MASSMATRIX_TYPE_BARYCENTRIC); in massmatrix()
/dports/biology/sra-tools/sra-tools-2.11.0/tools/kar/
H A Dkar+util.c202 if ( self -> eff_type == ktocentrytype_dir ) { in kar_entry_for_each()
659 if ( Entry -> eff_type == ktocentrytype_file in list_files_callback()
660 || Entry -> eff_type == ktocentrytype_chunked ) { in list_files_callback()
846 uint8_t eff_type in kar_entry_create() argument
872 entry -> eff_type = eff_type; in kar_entry_create()
H A Dkar+.c107 uint8_t eff_type in kar_entry_create() argument
133 entry -> eff_type = eff_type; in kar_entry_create()
165 uint64_t mod_time, uint32_t access_mode, uint8_t type, uint8_t eff_type ) in kar_entry_inflate() argument
194 entry -> eff_type = eff_type; in kar_entry_inflate()
247 file -> dad . eff_type = ktocentrytype_emptyfile; in kar_add_file()
1234 the_dir . dad . eff_type = ktocentrytype_dir; in kar_create()
H A Dkar+.h55 uint8_t eff_type; member
/dports/mail/sympa/sympa-6.2.62/src/lib/Sympa/Spindle/
H A DProcessBounce.pm176 my $eff_type = $message->as_entity->effective_type || '';
184 if ( $eff_type eq 'multipart/report'
235 if ( $eff_type eq 'multipart/report'
294 if ( $eff_type eq 'multipart/report'
662 my $eff_type = $p->effective_type || '';
663 next unless grep { $_ eq $eff_type } @subpart_types;
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Ddbxout.c3047 tree eff_type; in dbxout_parms() local
3095 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3107 eff_type = TREE_TYPE (parms); in dbxout_parms()
3142 eff_type = TREE_TYPE (parms); in dbxout_parms()
3164 eff_type = TREE_TYPE (parms); in dbxout_parms()
3185 eff_type = TREE_TYPE (parms); in dbxout_parms()
3218 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/
H A Ddbxout.c3470 tree eff_type; in dbxout_parms() local
3519 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3531 eff_type = TREE_TYPE (parms); in dbxout_parms()
3568 eff_type = TREE_TYPE (parms); in dbxout_parms()
3590 eff_type = TREE_TYPE (parms); in dbxout_parms()
3611 eff_type = TREE_TYPE (parms); in dbxout_parms()
3643 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/
H A Ddbxout.c3470 tree eff_type; in dbxout_parms() local
3519 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3531 eff_type = TREE_TYPE (parms); in dbxout_parms()
3568 eff_type = TREE_TYPE (parms); in dbxout_parms()
3590 eff_type = TREE_TYPE (parms); in dbxout_parms()
3611 eff_type = TREE_TYPE (parms); in dbxout_parms()
3643 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/lang/gcc9/gcc-9.4.0/gcc/
H A Ddbxout.c3466 tree eff_type; in dbxout_parms() local
3515 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3527 eff_type = TREE_TYPE (parms); in dbxout_parms()
3564 eff_type = TREE_TYPE (parms); in dbxout_parms()
3586 eff_type = TREE_TYPE (parms); in dbxout_parms()
3607 eff_type = TREE_TYPE (parms); in dbxout_parms()
3639 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Ddbxout.c3444 tree eff_type; in dbxout_parms() local
3493 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3505 eff_type = TREE_TYPE (parms); in dbxout_parms()
3542 eff_type = TREE_TYPE (parms); in dbxout_parms()
3564 eff_type = TREE_TYPE (parms); in dbxout_parms()
3585 eff_type = TREE_TYPE (parms); in dbxout_parms()
3618 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/lang/gnat_util/gcc-6-20180516/gcc/
H A Ddbxout.c3413 tree eff_type; in dbxout_parms() local
3462 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3474 eff_type = TREE_TYPE (parms); in dbxout_parms()
3511 eff_type = TREE_TYPE (parms); in dbxout_parms()
3533 eff_type = TREE_TYPE (parms); in dbxout_parms()
3554 eff_type = TREE_TYPE (parms); in dbxout_parms()
3587 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/
H A Ddbxout.c3470 tree eff_type; in dbxout_parms() local
3519 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3531 eff_type = TREE_TYPE (parms); in dbxout_parms()
3568 eff_type = TREE_TYPE (parms); in dbxout_parms()
3590 eff_type = TREE_TYPE (parms); in dbxout_parms()
3611 eff_type = TREE_TYPE (parms); in dbxout_parms()
3643 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/
H A Ddbxout.c3466 tree eff_type; in dbxout_parms() local
3515 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3527 eff_type = TREE_TYPE (parms); in dbxout_parms()
3564 eff_type = TREE_TYPE (parms); in dbxout_parms()
3586 eff_type = TREE_TYPE (parms); in dbxout_parms()
3607 eff_type = TREE_TYPE (parms); in dbxout_parms()
3639 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/
H A Ddbxout.c3467 tree eff_type; in dbxout_parms() local
3516 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3528 eff_type = TREE_TYPE (parms); in dbxout_parms()
3565 eff_type = TREE_TYPE (parms); in dbxout_parms()
3587 eff_type = TREE_TYPE (parms); in dbxout_parms()
3608 eff_type = TREE_TYPE (parms); in dbxout_parms()
3640 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Ddbxout.c3442 tree eff_type; in dbxout_parms() local
3491 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3503 eff_type = TREE_TYPE (parms); in dbxout_parms()
3540 eff_type = TREE_TYPE (parms); in dbxout_parms()
3562 eff_type = TREE_TYPE (parms); in dbxout_parms()
3583 eff_type = TREE_TYPE (parms); in dbxout_parms()
3616 dbxout_type (eff_type, 0); in dbxout_parms()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/
H A Ddbxout.c3466 tree eff_type; in dbxout_parms() local
3515 eff_type = DECL_ARG_TYPE (parms); in dbxout_parms()
3527 eff_type = TREE_TYPE (parms); in dbxout_parms()
3564 eff_type = TREE_TYPE (parms); in dbxout_parms()
3586 eff_type = TREE_TYPE (parms); in dbxout_parms()
3607 eff_type = TREE_TYPE (parms); in dbxout_parms()
3639 dbxout_type (eff_type, 0); in dbxout_parms()

123