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

/freebsd-12-stable/contrib/bc/include/
H A Dparse.h91 BcVec conds; member in struct:BcParse
/freebsd-12-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-12-stable/contrib/gcc/
H A Dloop-unswitch.c268 rtx cond, rcond = NULL_RTX, conds, rconds, acond, cinsn; local
369 conds = alloc_EXPR_LIST (0, cond, cond_checked);
384 unswitch_single_loop (loops, loop, conds, num + 1);
386 free_EXPR_LIST_node (conds);
H A Dgimplify.c239 int conds = --(gimplify_ctxp->conditions); local
241 gcc_assert (conds >= 0);
242 if (conds == 0)
/freebsd-12-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-12-stable/contrib/byacc/test/yacc/
H A Dexpr.oxout.tab.c538 #define condStg unsigned int conds;
539 #define yyyClearConds {yyyTST->conds = 0;}
540 #define yyySetCond(n) {yyyTST->conds += (1<<(n));}
541 #define yyyCond(n) ((yyyTST->conds & (1<<(n)))?1:0)
/freebsd-12-stable/contrib/byacc/test/btyacc/
H A Dexpr.oxout.tab.c687 #define condStg unsigned int conds;
688 #define yyyClearConds {yyyTST->conds = 0;}
689 #define yyySetCond(n) {yyyTST->conds += (1<<(n));}
690 #define yyyCond(n) ((yyyTST->conds & (1<<(n)))?1:0)
/freebsd-12-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
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-arm.c5046 /* Parse a conditional code (from conds[] below). The value returned is in the
14742 static const struct asm_cond conds[] =
19626 for (i = 0; i < sizeof (conds) / sizeof (struct asm_cond); i++)
19627 hash_insert (arm_cond_hsh, conds[i].template, (PTR) (conds + i));
14730 static const struct asm_cond conds[] = variable in typeref:struct:asm_cond

Completed in 415 milliseconds