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

/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c615 MPI2_CONFIG_PAGE_EXPANDER_0 *exp0; local
632 exp0 = mps_read_extended_config_page(fd,
637 if (exp0 == NULL) {
646 nphys = exp0->NumPhys;
647 handle = exp0->DevHandle;
649 if (exp0->EnclosureHandle == 0x00)
652 snprintf(enchandle, 5, "%04d", exp0->EnclosureHandle);
653 if (exp0->ParentDevHandle == 0x0)
656 snprintf(parent, 5, "%04x", exp0->ParentDevHandle);
658 exp0
[all...]
/freebsd-11-stable/contrib/gcc/
H A Ddojump.c218 tree exp0 = TREE_OPERAND (exp, 0);
222 while ((TREE_CODE (exp0) == NOP_EXPR
223 || TREE_CODE (exp0) == CONVERT_EXPR
224 || TREE_CODE (exp0) == NON_LVALUE_EXPR)
225 && TREE_OPERAND (exp0, 0) != error_mark_node
226 && TYPE_PRECISION (TREE_TYPE (exp0))
227 <= TYPE_PRECISION (TREE_TYPE (TREE_OPERAND (exp0, 0))))
228 exp0 = TREE_OPERAND (exp0, 0);
230 /* "exp0
217 tree exp0 = TREE_OPERAND (exp, 0); local
[all...]
H A Dtree-ssa-operands.c2356 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) argument
2359 op0 = *exp0;
2372 if (USE_OP_PTR (ptr)->use == exp0)
2396 *exp0 = op1;
H A Dexpr.c6473 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
6478 if (operand_equal_p (exp0, exp1, 0))
6480 *op0 = expand_expr (exp0, target, VOIDmode, modifier);
6485 /* If we need to preserve evaluation order, copy exp0 into its own
6488 exp0 = save_expr (exp0);
6489 *op0 = expand_expr (exp0, target, VOIDmode, modifier);
6454 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
/freebsd-11-stable/contrib/tcsh/
H A Dsh.exp.c186 return (exp0(vp, 0));
190 exp0(Char ***vp, int ignore) function
194 etraci("exp0 p1", p1, vp);
201 exp0(vp, (ignore & TEXP_IGNORE) || p1) :
205 etraci("exp0 p1", p1, vp);
545 ccode = exp0(vp, ignore);
H A Dsh.decls.h130 extern tcsh_number_t exp0 (Char ***, int);
H A Dsh.func.c575 status = !exp0(&v, 1);

Completed in 103 milliseconds