/netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
H A D | bn_local.h | 477 # define Lw(t) (((BN_ULONG)(t))&BN_MASK2) argument 478 # define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) argument 487 # define mul(r,a,w,c) { \ macro 514 # define mul(r,a,w,c) { \ macro 542 # define mul(r,a,w,c) { \ macro 622 # define mul(r,a,bl,bh,c) { \ macro
|
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/bn/ |
H A D | bn_local.h | 502 # define Lw(t) (((BN_ULONG)(t))&BN_MASK2) argument 503 # define Hw(t) (((BN_ULONG)((t)>>BN_BITS2))&BN_MASK2) argument 512 # define mul(r,a,w,c) { \ macro 539 # define mul(r,a,w,c) { \ macro 567 # define mul(r,a,w,c) { \ macro 647 # define mul(r,a,bl,bh,c) { \ macro
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
H A D | optimize.c | 905 dinteger_t mul = 1; in Expression_optimize() local 1024 Type *t = arr->type->toBasetype(); in Expression_optimize() local 1066 Type *t = e->e1->type->toBasetype(); in Expression_optimize() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
H A D | dmangle.d | 34 extern (C++) void mangleToBuffer(Type t, OutBuffer* buf) in mangleToBuffer() 110 Type t = cast(Type)sv.value; in decoToType() local 254 void mangleType(Type t) in mangleType() 270 void visitWithMask(Type t, ubyte modMask) in visitWithMask() 279 override void visit(Type t) in visit() 284 override void visit(TypeNext t) in visit() 290 override void visit(TypeVector t) in visit() 296 override void visit(TypeSArray t) in visit() 305 override void visit(TypeDArray t) in visit() 312 override void visit(TypeAArray t) in visit() [all …]
|
H A D | parse.d | 2003 AST.TypeQualified t; in parseTypeof() local 3496 AST.Type t; variable 3509 AST.Type t; variable 3748 AST.Type t = maybeArray; variable 3797 AST.Type t = maybeArray ? maybeArray : cast(AST.Type)tid; variable 4455 auto t = parseDeclarator(ts, alt, &ident, &tpl, storage_class, &disable, &udas); variable 4680 auto t = parseType(); in parseAliasReassignment() local 4856 auto t = parseType(); in parseAliasDeclarations() local 5014 AST.Type t = new AST.TypeIdentifier(loc, id); in parseFunctionLiteral() local 5226 TOK t = token.value; variable [all …]
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | bfin-parse.y | 79 #define BRCC(t, b, offset) \ argument 121 #define CCMV(src, dst, t) \ argument 131 #define IS_RANGE(bits, expr, sign, mul) \ argument 133 #define IS_URANGE(bits, expr, sign, mul) \ argument 4506 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() 4601 Expr_Node *t = x; in binary() local
|
H A D | bfin-parse.c | 130 #define BRCC(t, b, offset) \ argument 172 #define CCMV(src, dst, t) \ argument 182 #define IS_RANGE(bits, expr, sign, mul) \ argument 184 #define IS_URANGE(bits, expr, sign, mul) \ argument 7900 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() 7995 Expr_Node *t = x; in binary() local
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | bfin-parse.y | 79 #define BRCC(t, b, offset) \ argument 121 #define CCMV(src, dst, t) \ argument 131 #define IS_RANGE(bits, expr, sign, mul) \ argument 133 #define IS_URANGE(bits, expr, sign, mul) \ argument 4506 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() 4601 Expr_Node *t = x; in binary() local
|
H A D | bfin-parse.c | 130 #define BRCC(t, b, offset) \ argument 172 #define CCMV(src, dst, t) \ argument 182 #define IS_RANGE(bits, expr, sign, mul) \ argument 184 #define IS_URANGE(bits, expr, sign, mul) \ argument 7900 value_match (Expr_Node *exp, int sz, int sign, int mul, int issigned) in value_match() 7995 Expr_Node *t = x; in binary() local
|
/netbsd-src/sys/dev/i2c/ |
H A D | si70xx.c | 109 int error, t; in si70xx_verify_sysctl() local 163 bool t; in si70xx_verify_sysctl_heateron() local 184 int error = 0, t; in si70xx_verify_sysctl_heatervalue() local 839 int64_t mul, offs; si70xx_exec() local [all...] |
/netbsd-src/external/gpl3/binutils/dist/bfd/ |
H A D | merge.c | 284 uint32_t mul = (1 << 0) + (1 << 2) + (1 << 3) + (1 << 5) + (1 << 7); in hash_blob() local 812 const unsigned char *t = (const unsigned char *) B->str + lenB - 1; in strrevcmp() local 837 const unsigned char *t = (const unsigned char *) B->str + lenB - 1; in strrevcmp_align() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | fold-const.c | 147 expr_location_or (tree t, location_t loc) in expr_location_or() 356 may_negate_without_overflow_p (const_tree t) in may_negate_without_overflow_p() 373 negate_expr_p (tree t) in negate_expr_p() 531 fold_negate_expr_1 (location_t loc, tree t) in fold_negate_expr_1() 729 fold_negate_expr (location_t loc, tree t) in fold_negate_expr() 744 negate_expr (tree t) in negate_expr() 1253 tree t, type; in const_binop() local 1352 tree t, type; in const_binop() local 2027 tree t; in fold_convert_const_int_from_real() local 2100 tree t; in fold_convert_const_int_from_fixed() local [all …]
|
H A D | omp-low.c | 705 tree t = omp_member_access_dummy_var (var); variable 819 tree t; in install_var_field() local 1021 tree t; in delete_omp_context() local 1027 tree t; in delete_omp_context() local 1183 tree t = TREE_OPERAND (decl, 0); in scan_sharing_clauses() local 1770 tree decl, type, name, t; in create_omp_child_function() local 2048 tree name, t; in scan_omp_task() local 2124 tree t = maybe_lookup_decl_in_outer_ctx (*tp, ctx); in finish_taskreg_remap() local 2296 tree t = fold_convert_loc (loc, long_integer_type_node, in finish_taskreg_scan() local 3504 tree t = *tp; in scan_omp_1_op() local [all …]
|
H A D | tree-ssa-reassoc.c | 480 constant_type (tree t) in constant_type() 2165 tree t; in eliminate_redundant_comparison() local 3864 tree t = gimple_assign_rhs2 (stmt); in ovce_extract_ops() local 6138 tree mul = const_binop (MULT_EXPR, type, cst, arg0); in attempt_builtin_copysign() local
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | fold-const.cc | 159 expr_location_or (tree t, location_t loc) in expr_location_or() 368 may_negate_without_overflow_p (const_tree t) in may_negate_without_overflow_p() 385 negate_expr_p (tree t) in negate_expr_p() 543 fold_negate_expr_1 (location_t loc, tree t) in fold_negate_expr_1() 741 fold_negate_expr (location_t loc, tree t) in fold_negate_expr() 756 negate_expr (tree t) in negate_expr() 1258 tree t, type; in const_binop() local 1357 tree t, type; in const_binop() local 2032 tree t; in fold_convert_const_int_from_real() local 2105 tree t; in fold_convert_const_int_from_fixed() local [all …]
|
H A D | omp-low.cc | 743 tree t = omp_member_access_dummy_var (var); in build_outer_var_ref() local 858 tree t; in install_var_field() local 1060 tree t; in delete_omp_context() local 1066 tree t; in delete_omp_context() local 1255 tree t = TREE_OPERAND (decl, 0); in scan_sharing_clauses() local 2007 tree decl, type, name, t; in create_omp_child_function() local 2317 tree name, t; in scan_omp_task() local 2393 tree t = maybe_lookup_decl_in_outer_ctx (*tp, ctx); in finish_taskreg_remap() local 2610 tree t = fold_convert_loc (loc, long_integer_type_node, in finish_taskreg_scan() local 3900 tree t = *tp; in scan_omp_1_op() local [all …]
|
H A D | tree-ssa-reassoc.cc | 521 constant_type (tree t) in constant_type() 2237 tree t; in eliminate_redundant_comparison() local 4188 tree t = gimple_assign_rhs2 (stmt); in ovce_extract_ops() local 6559 tree mul = const_binop (MULT_EXPR, type, cst, arg0); in attempt_builtin_copysign() local
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/c6x/ |
H A D | c6x.c | 714 rtx t = (i & 1) ? t2 : t1; in c6x_initialize_trampoline() local 1419 rtx t = gen_reg_rtx (SImode); in c6x_expand_compare() local 2071 tree t; in c6x_print_operand() local 2831 tree t; in c6x_expand_prologue() local 3139 int t = exact_log2 (this_rsrv) + side * UNIT_QID_SIDE_OFFSET; in assign_reservations() local 3671 int t = get_jump_cycle (n); in first_jump_index() local 3741 rtx t = COND_EXEC_CODE (pat); in condjump_opposite_condition() local 3985 int t = ++ss.tmp_reg_n_accesses[regno]; in c6x_mark_regno_read() local 4587 rtx_insn *t; in gen_one_bundle() local 4772 rtx_insn *t = insn; in find_next_cycle_insn() local [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/c6x/ |
H A D | c6x.cc | 715 rtx t = (i & 1) ? t2 : t1; in c6x_initialize_trampoline() local 1421 rtx t = gen_reg_rtx (SImode); in c6x_expand_compare() local 2073 tree t; in c6x_print_operand() local 2833 tree t; in c6x_expand_prologue() local 3141 int t = exact_log2 (this_rsrv) + side * UNIT_QID_SIDE_OFFSET; in assign_reservations() local 3673 int t = get_jump_cycle (n); in first_jump_index() local 3743 rtx t = COND_EXEC_CODE (pat); in condjump_opposite_condition() local 3987 int t = ++ss.tmp_reg_n_accesses[regno]; in c6x_mark_regno_read() local 4589 rtx_insn *t; in gen_one_bundle() local 4774 rtx_insn *t = insn; in find_next_cycle_insn() local [all …]
|
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/internal/math/ |
H A D | biguintcore.d | 599 static BigUint mul(BigUint x, BigUint y) pure nothrow in mul() function 976 BigUint t = BigUint([7]); variable
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/spu/ |
H A D | spu.c | 886 rtx t = op1; in spu_emit_branch_or_set() local 2699 enum attr_type t; in get_pipe() local 3989 tree args, skip, t; in spu_va_start() local 4871 tree t = MEM_EXPR (x); in mem_is_padded_component_ref() local 6845 unsigned t[4] = {0, 0, 0, 0}; in spu_sms_res_mii() local 6970 rtx mul = gen_reg_rtx (mode); in spu_gen_exp2() local
|