Home
last modified time | relevance | path

Searched refs:i_value (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/external/bsd/bc/dist/
H A Dbc.y61 int i_value; member
85 %token <i_value> ENDOFLINE AND OR NOT
95 %token <i_value> Define Break Quit Length
97 %token <i_value> Return For If While Sqrt Else
99 %token <i_value> Scale Ibase Obase Auto Read Random
101 %token <i_value> Warranty Halt Last Continue Print Limits
103 %token <i_value> UNARY_MINUS HistoryVar Void
107 %type <i_value> expression return_expression named_expression opt_expression
111 %type <i_value> program input_item semicolon_list statement_list
112 %type <i_value> statement function statement_or_error required_eol
[all …]
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Dbfin-parse.y3592 val.i_value = $2;
3613 val.i_value = $2;
4395 val.i_value = $3;
4420 val.i_value = $1;
4554 x->value.i_value += y->value.i_value; in binary()
4557 x->value.i_value -= y->value.i_value; in binary()
4560 x->value.i_value *= y->value.i_value; in binary()
4563 if (y->value.i_value == 0) in binary()
4566 x->value.i_value /= y->value.i_value; in binary()
4569 x->value.i_value %= y->value.i_value; in binary()
[all …]
H A Dbfin-parse.c6361 val.i_value = (yyvsp[0].value); in yyparse()
6388 val.i_value = (yyvsp[0].value); in yyparse()
7525 val.i_value = (yyvsp[0].value); in yyparse()
7559 val.i_value = (yyvsp[0].value); in yyparse()
7948 x->value.i_value += y->value.i_value; in binary()
7951 x->value.i_value -= y->value.i_value; in binary()
7954 x->value.i_value *= y->value.i_value; in binary()
7957 if (y->value.i_value == 0) in binary()
7960 x->value.i_value /= y->value.i_value; in binary()
7963 x->value.i_value %= y->value.i_value; in binary()
[all …]
H A Dbfin-defs.h304 long long i_value; /* if constant, the value. */ member
332 #define EXPR_VALUE(x) (((x)->type == Expr_Node_Constant) ? ((x)->value.i_value) : 0)
H A Dtc-bfin.c979 value = head->value.i_value; in Expr_Node_Gen_Reloc()
1025 int val = head->Right_Child->value.i_value; in Expr_Node_Gen_Reloc()
1055 …note = conscode (note_reloc2 (gencode (0), con, BFD_ARELOC_BFIN_CONST, head->value.i_value, 0), NU… in Expr_Node_Gen_Reloc_R()
1405 poffset->value.i_value)); in bfin_gen_ldstidxi()
1894 name = fb_label_name (exp->value.i_value, is_begin); in bfin_loop_attempt_create_label()
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Dbfin-parse.y3592 val.i_value = $2;
3613 val.i_value = $2;
4395 val.i_value = $3;
4420 val.i_value = $1;
4554 x->value.i_value += y->value.i_value; in binary()
4557 x->value.i_value -= y->value.i_value; in binary()
4560 x->value.i_value *= y->value.i_value; in binary()
4563 if (y->value.i_value == 0) in binary()
4566 x->value.i_value /= y->value.i_value; in binary()
4569 x->value.i_value %= y->value.i_value; in binary()
[all …]
H A Dbfin-parse.c6361 val.i_value = (yyvsp[0].value); in yyparse()
6388 val.i_value = (yyvsp[0].value); in yyparse()
7525 val.i_value = (yyvsp[0].value); in yyparse()
7559 val.i_value = (yyvsp[0].value); in yyparse()
7948 x->value.i_value += y->value.i_value; in binary()
7951 x->value.i_value -= y->value.i_value; in binary()
7954 x->value.i_value *= y->value.i_value; in binary()
7957 if (y->value.i_value == 0) in binary()
7960 x->value.i_value /= y->value.i_value; in binary()
7963 x->value.i_value %= y->value.i_value; in binary()
[all …]
H A Dbfin-defs.h304 long long i_value; /* if constant, the value. */ member
332 #define EXPR_VALUE(x) (((x)->type == Expr_Node_Constant) ? ((x)->value.i_value) : 0)
H A Dtc-bfin.c990 value = head->value.i_value; in Expr_Node_Gen_Reloc()
1036 int val = head->Right_Child->value.i_value; in Expr_Node_Gen_Reloc()
1066 …note = conscode (note_reloc2 (gencode (0), con, BFD_ARELOC_BFIN_CONST, head->value.i_value, 0), NU… in Expr_Node_Gen_Reloc_R()
1416 poffset->value.i_value)); in bfin_gen_ldstidxi()
1905 name = fb_label_name (exp->value.i_value, is_begin); in bfin_loop_attempt_create_label()
/netbsd-src/external/gpl2/lvm2/dist/tools/
H A Dlvmcmdline.c82 return arg_count(cmd, a) ? _the_args[a].i_value : def; in arg_int_value()
126 a->i_value = 1; in yes_no_arg()
131 a->i_value = 0; in yes_no_arg()
149 a->i_value = CHANGE_AE; in yes_no_excl_arg()
154 a->i_value = CHANGE_AY; in yes_no_excl_arg()
160 a->i_value = CHANGE_AN; in yes_no_excl_arg()
165 a->i_value = CHANGE_ALN; in yes_no_excl_arg()
170 a->i_value = CHANGE_ALY; in yes_no_excl_arg()
228 a->i_value = (int32_t) v; in _get_int_arg()
301 a->i_value = (int32_t) v; in _size_arg()
[all …]
H A Dtools.h112 int32_t i_value; member
/netbsd-src/usr.bin/menuc/
H A Dparse.y49 int i_value; member
55 %token <i_value> X Y W H NO BOX SUB HELP MENU NEXT EXIT ACTION ENDWIN OPTION
56 %token <i_value> TITLE DEFAULT DISPLAY ERROR EXITSTRING EXPAND ALLOW DYNAMIC
63 %type <i_value> act_opt
/netbsd-src/usr.bin/mkesdb/
H A Dyacc.y73 u_int32_t i_value; member
79 %token <i_value> L_IMM
H A Dlex.l73 yylval.i_value = strtoul(yytext, NULL, 0);
/netbsd-src/usr.bin/mkcsmapper/
H A Dlex.l76 yylval.i_value = strtoul(yytext, NULL, 0);
H A Dyacc.y108 u_int32_t i_value; member
118 %token <i_value> L_IMM
122 %type <i_value> dst types oob_mode_sel zone
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c7684 tree i_value, i_type; in native_encode_fixed() local
7695 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
7697 return native_encode_int (i_value, ptr, len, off); in native_encode_fixed()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc7781 tree i_value, i_type; in native_encode_fixed() local
7792 i_value = double_int_to_tree (i_type, value.data); in native_encode_fixed()
7794 return native_encode_int (i_value, ptr, len, off); in native_encode_fixed()
/netbsd-src/external/gpl3/binutils/dist/gas/
H A DChangeLog-2009953 * config/bfin-defs.h (Expr_Node_Value): Declare the i_value
/netbsd-src/external/gpl3/binutils.old/dist/gas/
H A DChangeLog-2009953 * config/bfin-defs.h (Expr_Node_Value): Declare the i_value