Searched refs:conds (Results 1 – 10 of 10) sorted by relevance
| /freebsd/crypto/openssl/util/perl/OpenSSL/Config/ |
| H A D | Query.pm | 160 my %conds = @_; # key => type 164 foreach (keys %conds) { 169 foreach (sort keys %conds) { 170 push @messages, "'$_' value not a $conds{$_} reference" 171 if (defined $conds{$_} && defined $opts->{$_} 172 && ref $opts->{$_} ne $conds{$_});
|
| /freebsd/crypto/openssl/util/perl/OpenSSL/ |
| H A D | ParseC.pm | 135 my $conds = $1; 136 if ($conds =~ m|^defined<<<\(([^\)]*)\)>>>(.*)$|) { 151 $conds =~ s/<<<|>>>//g; 152 warn "Warning: complicated #if expression(1): $conds$opts{PLACE}" 155 } elsif ($conds =~ m|^!defined<<<\(([^\)]*)\)>>>(.*)$|) { 170 $conds =~ s/<<<|>>>//g; 171 warn "Warning: complicated #if expression(2): $conds$opts{PLACE}" 175 $conds =~ s/<<<|>>>//g; 176 warn "Warning: complicated #if expression(3): $conds$opts{PLACE}" 1201 conds => [ @massaged ]
|
| /freebsd/crypto/openssl/util/ |
| H A D | mknum.pl | 65 next if grep { $_ eq 'CONST_STRICT' } @{$_->{conds}}; 72 join(', ', @{$_->{conds}}) 78 $ordinals->add_alias($f, $_->{value}, $_->{name}, @{$_->{conds}}); 86 $ordinals->add($f, $_->{name}, $type, @{$_->{conds}});
|
| /freebsd/contrib/bc/src/ |
| H A D | parse.c | 214 bc_vec_popAll(&p->conds); in bc_parse_reset() 239 bc_vec_free(&p->conds); in bc_parse_free() 268 bc_vec_init(&p->conds, sizeof(size_t), BC_DTOR_NONE); in bc_parse_init()
|
| H A D | bc_parse.c | 207 bc_vec_push(&p->conds, &idx); in bc_parse_createCondLabel() 993 size_t* label = bc_vec_top(&p->conds); in bc_parse_endBody() 998 bc_vec_pop(&p->conds); in bc_parse_endBody() 1356 else i = *((size_t*) bc_vec_top(&p->conds)); in bc_parse_loopExit()
|
| /freebsd/contrib/byacc/test/ |
| H A D | expr.oxout.y | 341 #define condStg unsigned int conds; 342 #define yyyClearConds {yyyTST->conds = 0;} 343 #define yyySetCond(n) {yyyTST->conds += (1<<(n));} 344 #define yyyCond(n) ((yyyTST->conds & (1<<(n)))?1:0)
|
| /freebsd/contrib/bc/include/ |
| H A D | parse.h | 173 BcVec conds; member
|
| /freebsd/contrib/byacc/test/yacc/ |
| H A D | expr.oxout.tab.c | 540 #define condStg unsigned int conds; 541 #define yyyClearConds {yyyTST->conds = 0;} 542 #define yyySetCond(n) {yyyTST->conds += (1<<(n));} 543 #define yyyCond(n) ((yyyTST->conds & (1<<(n)))?1:0)
|
| /freebsd/sys/dev/ice/ |
| H A D | ice_flow.c | 782 * @conds: additional conditions to be checked (ICE_FLOW_FIND_PROF_CHK_*) 787 u8 segs_cnt, u16 vsi_handle, u32 conds) 793 if ((p->dir == dir || conds & ICE_FLOW_FIND_PROF_NOT_CHK_DIR) && in ice_flow_find_prof_conds() 798 if ((conds & ICE_FLOW_FIND_PROF_CHK_VSI) && in ice_flow_find_prof_conds() 808 ((conds & ICE_FLOW_FIND_PROF_CHK_FLDS) && in ice_flow_find_prof_conds() 792 ice_flow_find_prof_conds(struct ice_hw * hw,enum ice_block blk,enum ice_flow_dir dir,struct ice_flow_seg_info * segs,u8 segs_cnt,u16 vsi_handle,u32 conds) ice_flow_find_prof_conds() argument
|
| /freebsd/contrib/byacc/test/btyacc/ |
| H A D | expr.oxout.tab.c | 690 #define condStg unsigned int conds; 691 #define yyyClearConds {yyyTST->conds = 0;} 692 #define yyySetCond(n) {yyyTST->conds += (1<<(n));} 693 #define yyyCond(n) ((yyyTST->conds & (1<<(n)))?1:0)
|