| /NextBSD/contrib/byacc/test/ |
| HD | ok_syntax1.y | 46 int ival; member 70 { printf("%d\n",$<ival>1);} 72 { regs[$<ival>1] = $<ival>3; } 76 { $<ival>$ = $<ival>2; } 78 { $<ival>$ = $<ival>1 + $<ival>3; } 80 { $<ival>$ = $<ival>1 - $<ival>3; } 82 { $<ival>$ = $<ival>1 * $<ival>3; } 84 { $<ival>$ = $<ival>1 / $<ival>3; } 86 { $<ival>$ = $<ival>1 % $<ival>3; } 88 { $<ival>$ = $<ival>1 & $<ival>3; } [all …]
|
| HD | btyacc_calc1.y | 31 int ival; member 36 %token <ival> DREG VREG /* indices into dreg, vreg arrays */ 207 (*yylval).ival = c - 'A'; in YYLEX_DECL() 209 yylval.ival = c - 'A'; in YYLEX_DECL() 216 (*yylval).ival = c - 'a'; in YYLEX_DECL() 218 yylval.ival = c - 'a'; in YYLEX_DECL()
|
| HD | varsyntax_calc1.y | 34 int ival; // dreg & vreg array index values member 39 %token <ival> DREG VREG // indices into dreg, vreg arrays */ 83 $<dval>$ = dreg[$<ival>1]; // $$ & $1 are sufficient here 201 yylval.ival = c - 'A'; 206 yylval.ival = c - 'a';
|
| HD | calc1.y | 33 int ival; member 38 %token <ival> DREG VREG /* indices into dreg, vreg arrays */ 199 yylval.ival = c - 'A'; in yylex() 204 yylval.ival = c - 'a'; in yylex()
|
| /NextBSD/contrib/byacc/test/yacc/ |
| HD | ok_syntax1.tab.c | 123 int ival; member 379 yylval->ival = (c - 'a'); in YYLEX_DECL() 383 yylval->ival = (c - '0') % (*base); in YYLEX_DECL() 603 { printf("%d\n",yystack.l_mark[0].ival);} in YYPARSE_DECL() 607 { regs[yystack.l_mark[-2].ival] = yystack.l_mark[0].ival; } in YYPARSE_DECL() 611 { yyval.ival = yystack.l_mark[-1].ival; } in YYPARSE_DECL() 615 { yyval.ival = yystack.l_mark[-2].ival + yystack.l_mark[0].ival; } in YYPARSE_DECL() 619 { yyval.ival = yystack.l_mark[-2].ival - yystack.l_mark[0].ival; } in YYPARSE_DECL() 623 { yyval.ival = yystack.l_mark[-2].ival * yystack.l_mark[0].ival; } in YYPARSE_DECL() 627 { yyval.ival = yystack.l_mark[-2].ival / yystack.l_mark[0].ival; } in YYPARSE_DECL() [all …]
|
| HD | calc1.tab.c | 135 int ival; member 383 yylval.ival = c - 'A'; in yylex() 388 yylval.ival = c - 'a'; in yylex() 707 dreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].dval; in YYPARSE_DECL() 713 vreg[yystack.l_mark[-3].ival] = yystack.l_mark[-1].vval; in YYPARSE_DECL() 725 yyval.dval = dreg[yystack.l_mark[0].ival]; in YYPARSE_DECL() 785 yyval.vval = vreg[yystack.l_mark[0].ival]; in YYPARSE_DECL()
|
| /NextBSD/contrib/gcc/config/arm/ |
| HD | constraints.md | 76 (match_test "TARGET_ARM ? const_ok_for_arm (ival) 77 : ival >= 0 && ival <= 255"))) 83 (match_test "TARGET_ARM ? (ival >= -4095 && ival <= 4095) 84 : (ival >= -255 && ival <= -1)"))) 91 (match_test "TARGET_ARM ? const_ok_for_arm (~ival) 92 : thumb_shiftable_const (ival)"))) 98 (match_test "TARGET_ARM ? const_ok_for_arm (-ival) 99 : (ival >= -7 && ival <= 7)"))) 106 (match_test "TARGET_ARM ? ((ival >= 0 && ival <= 32) 107 || ((ival & (ival - 1)) == 0)) [all …]
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | constraints.md | 116 (match_test "(unsigned int) ival <= 255"))) 122 (match_test "(unsigned int) ival <= 4095"))) 128 (match_test "ival >= -32768 && ival <= 32767"))) 138 (ival >= -524288 && ival <= 524287) 139 : (ival >= 0 && ival <= 4095)"))) 145 (match_test "ival == 2147483647"))) 152 (match_test "legitimate_reload_constant_p (GEN_INT (ival))"))) 185 (match_test "s390_N_constraint_str (\"xQS0\", ival)"))) 191 (match_test "s390_N_constraint_str (\"xQD0\", ival)"))) 197 (match_test "s390_N_constraint_str (\"3HD0\", ival)"))) [all …]
|
| /NextBSD/sys/fs/procfs/ |
| HD | procfs_ioctl.c | 70 int ival; in procfs_ioctl() local 84 ival = IOCPARM_IVAL(data); in procfs_ioctl() 85 data = &ival; in procfs_ioctl() 95 ival = IOCPARM_IVAL(data); in procfs_ioctl() 96 data = &ival; in procfs_ioctl() 106 ival = IOCPARM_IVAL(data); in procfs_ioctl() 107 data = &ival; in procfs_ioctl() 171 ival = IOCPARM_IVAL(data); in procfs_ioctl() 172 data = &ival; in procfs_ioctl()
|
| /NextBSD/contrib/gcc/config/mips/ |
| HD | constraints.md | 86 (match_test "SMALL_OPERAND (ival)"))) 91 (match_test "ival == 0"))) 96 (match_test "SMALL_OPERAND_UNSIGNED (ival)"))) 102 (match_test "LUI_OPERAND (ival)"))) 108 (match_test "!SMALL_OPERAND (ival)") 109 (match_test "!SMALL_OPERAND_UNSIGNED (ival)") 110 (match_test "!LUI_OPERAND (ival)"))) 115 (match_test "ival >= -0xffff && ival < 0"))) 120 (match_test "ival >= -0x4000 && ival < 0x4000"))) 125 (match_test "ival > 0 && ival < 0x10000"))) [all …]
|
| /NextBSD/contrib/byacc/test/btyacc/ |
| HD | ok_syntax1.tab.c | 143 int ival; member 487 yylval->ival = (c - 'a'); in YYLEX_DECL() 491 yylval->ival = (c - '0') % (*base); in YYLEX_DECL() 1209 { printf("%d\n",yystack.l_mark[0].ival);} in YYPARSE_DECL() 1213 { regs[yystack.l_mark[-2].ival] = yystack.l_mark[0].ival; } in YYPARSE_DECL() 1217 { yyval.ival = yystack.l_mark[-1].ival; } in YYPARSE_DECL() 1221 { yyval.ival = yystack.l_mark[-2].ival + yystack.l_mark[0].ival; } in YYPARSE_DECL() 1225 { yyval.ival = yystack.l_mark[-2].ival - yystack.l_mark[0].ival; } in YYPARSE_DECL() 1229 { yyval.ival = yystack.l_mark[-2].ival * yystack.l_mark[0].ival; } in YYPARSE_DECL() 1233 { yyval.ival = yystack.l_mark[-2].ival / yystack.l_mark[0].ival; } in YYPARSE_DECL() [all …]
|
| /NextBSD/contrib/gcc/config/i386/ |
| HD | constraints.md | 93 (match_test "ival >= 0 && ival <= 31"))) 98 (match_test "ival >= 0 && ival <= 63"))) 103 (match_test "ival >= -128 && ival <= 127"))) 108 (match_test "ival == 0xFF || ival == 0xFFFF"))) 113 (match_test "ival >= 0 && ival <= 3"))) 119 (match_test "ival >= 0 && ival <= 255"))) 124 (match_test "ival >= 0 && ival <= 127")))
|
| /NextBSD/contrib/gcc/config/rs6000/ |
| HD | constraints.md | 59 (match_test "(unsigned HOST_WIDE_INT) (ival + 0x8000) < 0x10000"))) 64 (match_test "(ival & (~ (unsigned HOST_WIDE_INT) 0xffff0000)) == 0"))) 69 (match_test "(ival & (~ (HOST_WIDE_INT) 0xffff)) == 0"))) 74 (match_test "((ival & 0xffff) == 0 75 && (ival >> 31 == -1 || ival >> 31 == 0))"))) 80 (match_test "ival > 31"))) 85 (match_test "ival > 0 && exact_log2 (ival) >= 0"))) 90 (match_test "ival == 0"))) 95 (match_test "(unsigned HOST_WIDE_INT) ((- ival) + 0x8000) < 0x10000")))
|
| /NextBSD/contrib/ncurses/ncurses/base/ |
| HD | safe_sprintf.c | 44 #define VA_INTGR(type) ival = va_arg(ap, type) 79 int ival = 0; in _nc_printf_length() local 108 width = ival; in _nc_printf_length() 110 prec = ival; in _nc_printf_length() 114 "%d", ival); in _nc_printf_length() 192 _nc_SPRINTF(buffer, _nc_SLIMIT(length) format, ival); in _nc_printf_length()
|
| /NextBSD/contrib/smbfs/lib/smb/ |
| HD | rcfile.c | 423 if (len > ap->ival) { in opt_args_parse() 430 error = rc_getbool(rcp, sect, ap->name, &ap->ival); in opt_args_parse() 438 if (rc_getint(rcp, sect, ap->name, &ap->ival) != 0) in opt_args_parse() 440 if (((ap->flag & OPTFL_HAVEMIN) && ap->ival < ap->min) || in opt_args_parse() 441 ((ap->flag & OPTFL_HAVEMAX) && ap->ival > ap->max)) { in opt_args_parse() 469 if (len > ap->ival) { in opt_args_parseopt() 477 ap->ival = 0; in opt_args_parseopt() 482 ap->ival = strtol(arg, NULL, 0); in opt_args_parseopt() 488 (ap->ival < ap->min)) || in opt_args_parseopt() 490 (ap->ival > ap->max))) { in opt_args_parseopt()
|
| /NextBSD/contrib/ntp/libntp/ |
| HD | atoint.c | 14 long *ival in atoint() argument 47 *ival = -u; in atoint() 49 *ival = u; in atoint()
|
| HD | octtoint.c | 14 u_long *ival in octtoint() argument 34 *ival = u; in octtoint()
|
| /NextBSD/sys/arm/versatile/ |
| HD | pl050.c | 321 int ival; in kmi_ioctl_locked() local 334 ival = IOCPARM_IVAL(arg); in kmi_ioctl_locked() 335 arg = (caddr_t)&ival; in kmi_ioctl_locked() 366 ival = IOCPARM_IVAL(arg); in kmi_ioctl_locked() 367 arg = (caddr_t)&ival; in kmi_ioctl_locked() 396 ival = IOCPARM_IVAL(arg); in kmi_ioctl_locked() 397 arg = (caddr_t)&ival; in kmi_ioctl_locked() 431 ival = IOCPARM_IVAL(arg); in kmi_ioctl_locked() 432 arg = (caddr_t)&ival; in kmi_ioctl_locked()
|
| /NextBSD/contrib/ofed/libsdp/src/ |
| HD | config_scanner.c | 799 yylval.ival = atoi(yytext); 801 printf("INT:%d\n",yylval.ival); 810 yylval.ival = LOG; 821 yylval.ival = DEST; 832 yylval.ival = LEVEL; 843 yylval.ival = STDERR; 854 yylval.ival = SYSLOG; 865 yylval.ival = FILENAME; 877 yylval.ival = USE; 888 yylval.ival = TCP; [all …]
|
| HD | config_parser.c | 265 int ival; member 1533 { __sdp_log_set_min_level((yyvsp[(2) - (2)].ival)); } 1583 { __sdp_rule.match_by_addr = 1; __sdp_rule.prefixlen = (yyvsp[(3) - (3)].ival); } 1593 …__sdp_set_ipv4_addr((yyvsp[(1) - (7)].ival),(yyvsp[(3) - (7)].ival),(yyvsp[(5) - (7)].ival),(yyvsp… 1598 …tch_by_port = 1; __sdp_rule.sport= (yyvsp[(1) - (1)].ival); __sdp_rule.eport= (yyvsp[(1) - (1)].iv… 1603 …tch_by_port = 1; __sdp_rule.sport= (yyvsp[(1) - (3)].ival); __sdp_rule.eport= (yyvsp[(3) - (3)].iv…
|
| /NextBSD/contrib/dtc/ |
| HD | fdtput.c | 77 int ival; in encode_value() local 114 sscanf(*arg, fmt, &ival); in encode_value() 116 *iptr = cpu_to_fdt32(ival); in encode_value() 118 *ptr = (uint8_t)ival; in encode_value() 123 ival); in encode_value()
|
| /NextBSD/sbin/camcontrol/ |
| HD | modeedit.c | 239 int ival; /* New integral value. */ in editentry_set() local 266 ival = (int)strtol(newvalue, &convertend, 0); in editentry_set() 269 if (ival > RESOLUTION_MAX(dest->size) || ival < 0) { in editentry_set() 270 int newival = (ival < 0)? 0: RESOLUTION_MAX(dest->size); in editentry_set() 272 "to %d", ival, name, newival); in editentry_set() 273 ival = newival; in editentry_set() 275 if (dest->value.ivalue != ival) in editentry_set() 277 dest->value.ivalue = ival; in editentry_set()
|
| /NextBSD/contrib/ncurses/ncurses/trace/ |
| HD | varargs.c | 47 #define VA_INT(type) ival = (int) va_arg(ap, type) 81 int ival = 0; in _nc_varargs() local 153 "%d", ival); in _nc_varargs()
|
| /NextBSD/contrib/libxo/encoder/cbor/ |
| HD | enc_cbor.c | 223 unsigned long long ival; in cbor_content() local 224 ival = strtoull(value, &ep, 0); in cbor_content() 225 if (ival == ULLONG_MAX) /* Sometimes a string is just a string */ in cbor_content() 230 ival -= 1; /* Don't waste a negative zero */ in cbor_content() 231 cbor_encode_uint(xbp, ival, negative ? CBOR_NLIMIT : CBOR_ULIMIT); in cbor_content()
|
| /NextBSD/sys/dev/uart/ |
| HD | uart_kbd_sun.c | 655 int ival; local 666 ival = IOCPARM_IVAL(data); 667 data = (caddr_t)&ival; 696 ival = IOCPARM_IVAL(data); 697 data = (caddr_t)&ival; 725 ival = IOCPARM_IVAL(data); 726 data = (caddr_t)&ival;
|