Searched refs:exp1 (Results 1 - 22 of 22) sorted by last modified time

/freebsd-11-stable/contrib/tcsh/
H A Dsh.exp.c57 static tcsh_number_t exp1 (Char ***, int);
192 tcsh_number_t p1 = exp1(vp, ignore);
202 exp1(vp, (ignore & TEXP_IGNORE) || p1);
213 exp1(Char ***vp, int ignore) function
217 etraci("exp1 p1", p1, vp);
223 exp1(vp, (ignore & TEXP_IGNORE) || !p1) :
226 etraci("exp1 p2", p2, vp);
229 etraci("exp1 p1", p1, vp);
/freebsd-11-stable/contrib/lua/src/
H A Dlparser.c647 /* recfield -> (NAME | '['exp1']') = exp1 */
905 case '[': { /* '[' exp1 ']' */
1280 static int exp1 (LexState *ls) { function
1318 /* fornum -> NAME = exp1,exp1[,exp1] forbody */
1326 exp1(ls); /* initial value */
1328 exp1(ls); /* limit */
1330 exp1(l
[all...]
H A Dlobject.c226 int exp1 = 0; /* exponent value */ local
233 exp1 = exp1 * 10 + *(s++) - '0';
234 if (neg1) exp1 = -exp1;
235 e += exp1;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/lua/
H A Dlparser.c652 /* recfield -> (NAME | `['exp1`]') = exp1 */
910 case '[': { /* `[' exp1 `]' */
1271 static int exp1 (LexState *ls) { function
1309 /* fornum -> NAME = exp1,exp1[,exp1] forbody */
1317 exp1(ls); /* initial value */
1319 exp1(ls); /* limit */
1321 exp1(l
[all...]
H A Dlobject.c134 int exp1 = 0; local
141 exp1 = exp1 * 10 + *(s++) - '0';
142 if (neg1) exp1 = -exp1;
143 e += exp1;
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/db/
H A Dt_db.sh1163 }' > exp1
1164 atf_check -o file:exp1 \
/freebsd-11-stable/contrib/netbsd-tests/lib/libm/
H A Dt_ldexp.c50 int exp1; member in struct:ldexp_test
173 v = ldexp(table->x, table->exp1);
/freebsd-11-stable/contrib/gdb/gdb/
H A Dada-exp.y156 %type <voidval> exp exp1 simple_exp start variable
209 start : exp1
216 exp1 : exp
217 | exp1 ';' exp
268 simple_exp : '(' exp1 ')' { }
215 exp1 : exp label
H A Dc-exp.y155 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
234 start : exp1
245 exp1 : exp
246 | exp1 ',' exp
327 exp : exp '[' exp1 ']'
378 exp : '(' exp1 ')'
244 exp1 : exp label
H A Djv-exp.y205 start : exp1
358 exp1 : Expression
359 | exp1 ',' Expression
357 exp1 : Expression label
H A Dobjc-exp.y157 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly
232 start : exp1
243 exp1 : exp
244 | exp1 ',' exp
325 exp : exp '[' exp1 ']'
442 exp : '(' exp1 ')'
242 exp1 : exp label
H A Dp-exp.y166 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name
242 exp1
253 exp1 : exp
254 | exp1 ',' exp
320 exp1 ']'
361 exp : '(' exp1 ')'
252 exp1 : exp label
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c720 static int s390_exp_compare PARAMS ((expressionS *exp1, expressionS *exp2));
836 s390_exp_compare (exp1, exp2)
837 expressionS *exp1;
840 if (exp1->X_op != exp2->X_op)
843 switch (exp1->X_op)
847 return exp1->X_add_number == exp2->X_add_number;
857 return (exp1->X_add_symbol == exp2->X_add_symbol)
858 && (exp1->X_add_number == exp2->X_add_number);
879 return (exp1->X_add_symbol == exp2->X_add_symbol)
880 && (exp1
[all...]
/freebsd-11-stable/contrib/gcc/
H A Dexpr.c6473 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1,
6476 if (! safe_from_p (target, exp1, 1))
6478 if (operand_equal_p (exp0, exp1, 0))
6486 temporary variable so that it can't be clobbered by exp1. */
6487 if (flag_evaluation_order && TREE_SIDE_EFFECTS (exp1))
6490 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier);
7221 tree exp1 = TREE_OPERAND (exp, 0);
7232 op0 = expand_expr (exp1, NULL_RTX, VOIDmode, EXPAND_SUM);
8104 tree exp1 = TREE_OPERAND (exp, 1);
8115 gen_int_mode (tree_low_cst (exp1,
6454 expand_operands(tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, enum expand_modifier modifier) argument
7201 tree exp1 = TREE_OPERAND (exp, 0); local
8084 tree exp1 = TREE_OPERAND (exp, 1); local
[all...]
H A Dfold-const.c12977 tree exp1 = TREE_OPERAND (exp, 0);
12982 string = string_constant (exp1, &index);
12998 string = exp1;
12942 tree exp1 = TREE_OPERAND (exp, 0); local
H A Dpostreload-gcse.c308 Return nonzero if exp1 is equivalent to exp2. */
313 struct expr *exp1 = (struct expr *) exp1p;
315 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true);
317 gcc_assert (!equiv_p || exp1->hash == exp2->hash);
309 struct expr *exp1 = (struct expr *) exp1p; local
H A Dtree-ssa-operands.c2356 swap_tree_operands (tree stmt, tree *exp0, tree *exp1) argument
2360 op1 = *exp1;
2379 if (USE_OP_PTR (ptr)->use == exp1)
2397 *exp1 = op0;
H A Dc-parser.c3724 tree exp1, exp2;
3726 exp1 = c_parser_expr_no_commas (parser, NULL).value;
3730 label = do_case (exp1, NULL_TREE);
3737 label = do_case (exp1, exp2);
4683 struct c_expr cond, exp1, exp2, ret;
4695 exp1.value = save_expr (default_conversion (cond.value));
4696 cond.value = c_objc_common_truthvalue_conversion (exp1.value);
4705 exp1 = c_parser_expression_conv (parser);
4719 ret.value = build_conditional_expr (cond.value, exp1.value, exp2.value);
3722 tree exp1, exp2; local
4681 struct c_expr cond, exp1, exp2, ret; local
/freebsd-11-stable/bin/sh/tests/errors/
H A DMakefile16 ${PACKAGE}FILES+= bad-parm-exp1.0
/freebsd-11-stable/usr.bin/rpcgen/
H A Drpc_util.c293 expected1(tok_kind exp1) argument
296 toktostr(exp1));
304 expected2(tok_kind exp1, tok_kind exp2) argument
307 toktostr(exp1),
316 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) argument
319 toktostr(exp1),
H A Drpc_util.h180 void expected1(tok_kind exp1);
181 void expected2(tok_kind exp1, tok_kind exp2);
182 void expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3);
/freebsd-11-stable/usr.sbin/mpsutil/
H A Dmps_show.c447 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; local
513 exp1 = mps_read_extended_config_page(fd,
520 if (exp1 == NULL) {
531 speed = get_device_speed(exp1->NegotiatedLinkRate);
532 free(exp1);
616 MPI2_CONFIG_PAGE_EXPANDER_1 *exp1; local
664 exp1 = mps_read_extended_config_page(fd,
670 if (exp1 == NULL) {
676 type = get_device_type(exp1->AttachedDeviceInfo);
677 if ((exp1
[all...]

Completed in 472 milliseconds