Searched refs:conds (Results 1 - 7 of 7) sorted by relevance

/freebsd-13-stable/contrib/bc/include/
H A Dparse.h91 BcVec conds; member in struct:BcParse
/freebsd-13-stable/contrib/bc/src/
H A Dparse.c163 bc_vec_popAll(&p->conds);
183 bc_vec_free(&p->conds);
207 bc_vec_init(&p->conds, sizeof(size_t), NULL);
H A Dbc_parse.c118 bc_vec_push(&p->conds, &idx);
552 size_t *label = bc_vec_top(&p->conds);
557 bc_vec_pop(&p->conds);
767 else i = *((size_t*) bc_vec_top(&p->conds));
/freebsd-13-stable/contrib/byacc/test/
H A Dexpr.oxout.y341 #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-13-stable/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c540 #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-13-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c690 #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)
/freebsd-13-stable/sys/dev/ice/
H A Dice_flow.c784 * @conds: additional conditions to be checked (ICE_FLOW_FIND_PROF_CHK_*)
789 u8 segs_cnt, u16 vsi_handle, u32 conds)
795 if ((p->dir == dir || conds & ICE_FLOW_FIND_PROF_NOT_CHK_DIR) &&
800 if ((conds & ICE_FLOW_FIND_PROF_CHK_VSI) &&
810 ((conds & ICE_FLOW_FIND_PROF_CHK_FLDS) &&
787 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) argument

Completed in 105 milliseconds