| /netbsd/src/usr.bin/rpcgen/ |
| D | rpc_util.c | 301 expected1(tok_kind exp1) in expected1() argument 303 error("Expected '%s'", toktostr(exp1)); in expected1() 309 expected2(tok_kind exp1, tok_kind exp2) in expected2() argument 312 toktostr(exp1), in expected2() 319 expected3(tok_kind exp1, tok_kind exp2, tok_kind exp3) in expected3() argument 322 toktostr(exp1), in expected3()
|
| /netbsd/src/external/mit/lua/dist/src/ |
| D | lobject.c | 215 int exp1 = 0; /* exponent value */ in lua_strx2number() local 222 exp1 = exp1 * 10 + *(s++) - '0'; in lua_strx2number() 223 if (neg1) exp1 = -exp1; in lua_strx2number() 224 e += exp1; in lua_strx2number()
|
| D | lparser.c | 1531 static void exp1 (LexState *ls) { in exp1() function 1592 exp1(ls); /* initial value */ in fornum() 1594 exp1(ls); /* limit */ in fornum() 1596 exp1(ls); /* optional step */ in fornum()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | combine-stack-adj.cc | 404 rtx exp1, exp2; in maybe_merge_cfa_adjust() local 425 exp1 = dexp, exp2 = sexp; in maybe_merge_cfa_adjust() 427 exp1 = sexp, exp2 = dexp; in maybe_merge_cfa_adjust() 429 SET_SRC (exp1) = simplify_replace_rtx (SET_SRC (exp1), SET_DEST (exp2), in maybe_merge_cfa_adjust() 431 XEXP (dnote, 0) = exp1; in maybe_merge_cfa_adjust()
|
| D | tree-ssa-operands.cc | 1158 swap_ssa_operands (gimple *stmt, tree *exp0, tree *exp1) in swap_ssa_operands() argument 1162 op1 = *exp1; in swap_ssa_operands() 1181 if (USE_OP_PTR (ptr)->use == exp1) in swap_ssa_operands() 1190 USE_OP_PTR (use0)->use = exp1; in swap_ssa_operands() 1196 *exp1 = op0; in swap_ssa_operands()
|
| D | postreload-gcse.cc | 142 expr_hasher::equal (const expr *exp1, const expr *exp2) in equal() argument 144 int equiv_p = exp_equiv_p (exp1->expr, exp2->expr, 0, true); in equal() 146 gcc_assert (!equiv_p || exp1->hash == exp2->hash); in equal()
|
| D | tree-sra.cc | 2042 same_access_path_p (tree exp1, tree exp2) in same_access_path_p() argument 2044 if (TREE_CODE (exp1) != TREE_CODE (exp2)) in same_access_path_p() 2052 if (is_gimple_reg_type (TREE_TYPE (exp1)) in same_access_path_p() 2053 && TREE_CODE (exp1) == COMPONENT_REF in same_access_path_p() 2054 && (TYPE_MAIN_VARIANT (TREE_TYPE (TREE_OPERAND (exp1, 0))) in same_access_path_p() 2056 exp1 = TREE_OPERAND (exp1, 0); in same_access_path_p() 2061 if (!operand_equal_p (exp1, exp2, OEP_ADDRESS_OF)) in same_access_path_p()
|
| D | expr.cc | 8305 expand_operands (tree exp0, tree exp1, rtx target, rtx *op0, rtx *op1, in expand_operands() argument 8308 if (! safe_from_p (target, exp1, 1)) in expand_operands() 8310 if (operand_equal_p (exp0, exp1, 0)) in expand_operands() 8318 *op1 = expand_expr (exp1, NULL_RTX, VOIDmode, modifier); in expand_operands() 9464 tree exp1 = treeop1; in expand_expr_real_2() local 9474 op1 = gen_int_mode (tree_to_shwi (exp1), in expand_expr_real_2() 9475 TYPE_MODE (TREE_TYPE (exp1))); in expand_expr_real_2()
|
| /netbsd/src/external/bsd/atf/dist/tools/ |
| D | io_test.cpp | 419 std::ostringstream exp0, exp1; in muxer_test() local 421 exp1 << "stderr " << i; in muxer_test() 426 ATF_REQUIRE_EQ(exp1.str(), mux.lines1[i]); in muxer_test()
|
| /netbsd/src/bin/csh/ |
| D | exp.c | 72 static int exp1(Char ***, int); 102 p1 = exp1(vp, ignore); in exp0() 120 exp1(Char ***vp, int ignore) in exp1() function 132 p2 = exp1(vp, (ignore & IGNORE) || !p1); in exp1()
|
| /netbsd/src/external/gpl3/gdb/dist/gdb/ |
| D | go-exp.y | 119 %type <voidval> exp exp1 type_exp start variable lcurly 190 start : exp1 199 exp1 : exp 200 | exp1 ',' exp 265 exp : exp '[' exp1 ']' 315 exp : '(' exp1 ')'
|
| D | cp-name-parser.y | 221 %type <comp> exp exp1 type start start_opt oper colon_name 951 exp : '(' exp1 ')' 957 exp1 : exp 960 exp1 : exp '>' exp 967 exp1 : '&' start 1005 exp : STATIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY 1012 exp : DYNAMIC_CAST '<' type '>' '(' exp1 ')' %prec UNARY 1019 exp : REINTERPRET_CAST '<' type '>' '(' exp1 ')' %prec UNARY
|
| D | p-exp.y | 124 %type <voidval> exp exp1 type_exp start normal_start variable qualified_name 201 exp1 211 exp1 : exp 212 | exp1 ',' exp 317 exp1 ']' 362 exp : '(' exp1 ')'
|
| D | c-exp.y | 172 %type <voidval> exp exp1 type_exp start variable qualified_name lcurly function_method 276 start : exp1 299 exp1 : exp 300 | exp1 ',' exp 482 exp : exp '[' exp1 ']' 486 exp : exp OBJC_LBRAC exp1 ']' 675 exp : '(' exp1 ')'
|
| D | ada-exp.y | 534 start : exp1 538 exp1 : exp 539 | exp1 ';' exp 631 primary : '(' exp1 ')' { }
|
| /netbsd/src/external/gpl3/binutils/dist/gas/config/ |
| D | tc-s12z.c | 1256 expressionS exp1; in mul_reg_opr_opr() local 1257 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in mul_reg_opr_opr() 1296 f = emit_opr (f, buffer1, n_bytes1, &exp1); in mul_reg_opr_opr() 1741 expressionS exp1; in imm_opr() local 1742 if (!lex_opr (buffer, &n_bytes, &exp1, false)) in imm_opr() 1754 emit_opr (f, buffer, n_bytes, &exp1); in imm_opr() 1771 expressionS exp1; in opr_opr() local 1772 if (!lex_opr (buffer1, &n_bytes1, &exp1, false)) in opr_opr() 1788 f = emit_opr (f, buffer1, n_bytes1, &exp1); in opr_opr() 2101 expressionS exp1; in shift_opr_imm() local [all …]
|
| D | tc-s390.c | 916 s390_exp_compare (expressionS *exp1, expressionS *exp2) in s390_exp_compare() argument 918 if (exp1->X_op != exp2->X_op) in s390_exp_compare() 921 switch (exp1->X_op) in s390_exp_compare() 925 return exp1->X_add_number == exp2->X_add_number; in s390_exp_compare() 936 return (exp1->X_add_symbol == exp2->X_add_symbol) in s390_exp_compare() 937 && (exp1->X_add_number == exp2->X_add_number); in s390_exp_compare() 958 return (exp1->X_add_symbol == exp2->X_add_symbol) in s390_exp_compare() 959 && (exp1->X_op_symbol == exp2->X_op_symbol) in s390_exp_compare() 960 && (exp1->X_add_number == exp2->X_add_number); in s390_exp_compare()
|
| D | tc-msp430.c | 503 expressionS exp1; in msp430_profiler() local 605 exp1.X_op = O_constant; in msp430_profiler() 606 exp1.X_add_number = abs_section_offset; in msp430_profiler() 611 exp1.X_op = O_symbol; in msp430_profiler() 612 exp1.X_add_symbol = symbol_temp_new_now (); in msp430_profiler() 613 exp1.X_add_number = 0; in msp430_profiler() 631 emit_expr (& exp1, 2); in msp430_profiler()
|
| D | tc-xtensa.c | 2946 expressionS *exp1; in xg_instruction_matches_rule() local 2955 exp1 = &insn->tok[cond->op_num]; in xg_instruction_matches_rule() 2956 if (expr_is_const (exp1)) in xg_instruction_matches_rule() 2961 if (get_expr_const (exp1) != cond->op_data) in xg_instruction_matches_rule() 2965 if (get_expr_const (exp1) == cond->op_data) in xg_instruction_matches_rule() 2972 else if (expr_is_register (exp1)) in xg_instruction_matches_rule() 2977 if (get_expr_register (exp1) != cond->op_data) in xg_instruction_matches_rule() 2981 if (get_expr_register (exp1) == cond->op_data) in xg_instruction_matches_rule() 2995 exp1 = &insn->tok[cond->op_num]; in xg_instruction_matches_rule() 3001 if (!expr_is_equal (exp1, exp2)) in xg_instruction_matches_rule() [all …]
|
| /netbsd/src/tests/lib/libm/ |
| D | t_ldexp.c | 51 int exp1; member 174 v = ldexp(table->x, table->exp1); in run_test()
|
| /netbsd/src/external/lgpl3/mpc/dist/tests/ |
| D | tgeneric.c | 531 mpc_ptr exp1, mpc_ptr exp2) in reuse_cc_c() argument 535 function->pointer.CC_C (exp1, exp2, z, MPC_RNDNN, MPC_RNDNN); in reuse_cc_c() 538 if ( !same_mpc_value (got1, exp1, ks) in reuse_cc_c() 542 MPC_OUT (exp1); in reuse_cc_c() 550 if ( !same_mpc_value (got1, exp1, ks) in reuse_cc_c() 554 MPC_OUT (exp1); in reuse_cc_c()
|
| /netbsd/src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| D | rsaz_exp_x2.c | 118 const BN_ULONG *exp1, 211 exp[0] = exp1;
|
| /netbsd/src/tests/lib/libc/db/ |
| D | t_db.sh | 1127 }' > exp1 1128 atf_check -o file:exp1 \
|
| /netbsd/src/external/gpl3/gcc/dist/libcpp/ |
| D | traditional.cc | 1288 const uchar *exp1 = macro1->exp.text, *exp2 = macro2->exp.text; in _cpp_expansions_different_trad() local 1293 struct block *b1 = (struct block *) exp1; in _cpp_expansions_different_trad() 1308 exp1 += BLOCK_LEN (b1->text_len); in _cpp_expansions_different_trad()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/cp/ |
| D | pt.cc | 21143 tree exp1, exp2; in tsubst_copy_and_build() local 21150 exp1 = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build() 21156 exp1 = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build() 21165 exp1 = RECUR (TREE_OPERAND (t, 1)); in tsubst_copy_and_build() 21171 cond, exp1, exp2, complain)); in tsubst_copy_and_build()
|