| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g77.f-torture/execute/ |
| D | 19990419-1.f | 3 common /x/ ival 10 if (ival .ne. 5) call abort 13 common /x/ ival local 14 ival = ival + 1 16 if (ival .lt. 5) i = 1 19 common /x/ ival local 20 data ival/0/
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/rdi-share/ |
| D | logging.c | 88 int ival; /* holder for integer arguments */ in va_warn0() local 124 ival = va_arg(args, int); in va_warn0() 125 CHAROUT((char)ival); in va_warn0() 152 ival = va_arg(args, int); in va_warn0() 154 if (ival < 0) in va_warn0() 156 ival = -ival; in va_warn0() 161 if (ival == 0) in va_warn0() 186 while (ival != 0) in va_warn0() 188 buffer[count++] = ('0' + ((unsigned int)ival % 10)); in va_warn0() 189 ival = ((unsigned int)ival / 10); in va_warn0()
|
| /openbsd/src/gnu/gcc/gcc/config/arm/ |
| D | 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 …]
|
| /openbsd/src/gnu/usr.bin/perl/ |
| D | perly.act | 11 (yyval.ival) = 0; 19 newPROG(block_end((ps[-1].val.ival),(ps[0].val.opval))); 21 (yyval.ival) = 0; 30 (yyval.ival) = 0; 39 (yyval.ival) = 0; 48 (yyval.ival) = 0; 58 (yyval.ival) = 0; 69 (yyval.ival) = 0; 79 (yyval.ival) = 0; 90 (yyval.ival) = 0; [all …]
|
| D | perly.y | 39 I32 ival; /* __DEFAULT__ (marker for regen_perly.pl; member 46 %token <ival> GRAMPROG GRAMEXPR GRAMBLOCK GRAMBARESTMT GRAMFULLSTMT GRAMSTMTSEQ GRAMSUBSIGNATURE 49 %token <ival> PERLY_AMPERSAND 50 %token <ival> PERLY_BRACE_OPEN 51 %token <ival> PERLY_BRACE_CLOSE 52 %token <ival> PERLY_BRACKET_OPEN 53 %token <ival> PERLY_BRACKET_CLOSE 54 %token <ival> PERLY_COMMA 55 %token <ival> PERLY_DOLLAR 56 %token <ival> PERLY_DOT [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/s390/ |
| D | 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 …]
|
| /openbsd/src/gnu/gcc/gcc/config/avr/ |
| D | constraints.md | 60 (match_test "ival >= 0 && ival <= 63"))) 65 (match_test "ival <= 0 && ival >= -63"))) 70 (match_test "ival == 2"))) 75 (match_test "ival == 0"))) 80 (match_test "ival >= 0 && ival <= 0xff"))) 85 (match_test "ival == -1"))) 90 (match_test "ival == 8 || ival == 16 || ival == 24"))) 95 (match_test "ival == 1")))
|
| /openbsd/src/gnu/gcc/gcc/config/m88k/ |
| D | constraints.md | 11 (match_test "SMALL_INTVAL (ival)"))) 16 (match_test "SMALL_INTVAL (-ival)"))) 21 (match_test "(unsigned HOST_WIDE_INT)ival < 32"))) 26 (match_test "(ival & 0xffff) == 0"))) 31 (match_test "integer_ok_for_set(ival)"))) 36 (match_test "ival < 0"))) 41 (match_test "ival == 0"))) 46 (match_test "ival >= 0")))
|
| /openbsd/src/gnu/gcc/gcc/config/mips/ |
| D | 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 …]
|
| /openbsd/src/gnu/gcc/gcc/config/i386/ |
| D | 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")))
|
| /openbsd/src/usr.sbin/npppd/l2tp/ |
| D | l2tpd.c | 263 int af, lvl, opt, sock, ival; in l2tpd_listener_start() local 281 ival = 1; in l2tpd_listener_start() 282 if (setsockopt(sock, IPPROTO_IP, IP_STRICT_RCVIF, &ival, sizeof(ival)) in l2tpd_listener_start() 287 ival = 1; in l2tpd_listener_start() 288 if (setsockopt(sock, SOL_SOCKET, SO_REUSEPORT, &ival, sizeof(ival)) in l2tpd_listener_start() 309 ival = 1; in l2tpd_listener_start() 310 if (setsockopt(sock, lvl, opt, &ival, sizeof(ival)) != 0) { in l2tpd_listener_start() 319 ival = 1; in l2tpd_listener_start() 320 if (setsockopt(sock, IPPROTO_IP, IP_IPSECFLOWINFO, &ival, in l2tpd_listener_start() 321 sizeof(ival)) != 0) { in l2tpd_listener_start() [all …]
|
| /openbsd/src/gnu/gcc/gcc/config/rs6000/ |
| D | 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")))
|
| /openbsd/src/games/atc/ |
| D | grammar.y | 45 %token <ival> HeightOp 46 %token <ival> WidthOp 47 %token <ival> UpdateOp 48 %token <ival> NewplaneOp 50 %token <ival> ConstOp 51 %token <ival> LineOp 52 %token <ival> AirportOp 53 %token <ival> BeaconOp 54 %token <ival> ExitOp 56 int ival; member
|
| /openbsd/src/gnu/usr.bin/binutils-2.17/opcodes/ |
| D | pj-dis.c | 30 unsigned char ival[4]; in get_int() local 31 int status = info->read_memory_func (memaddr, ival, 4, info); in get_int() 33 *iptr = (ival[0] << 24) in get_int() 34 | (ival[1] << 16) in get_int() 35 | (ival[2] << 8) in get_int() 36 | (ival[3] << 0); in get_int()
|
| /openbsd/src/gnu/usr.bin/binutils/opcodes/ |
| D | pj-dis.c | 35 unsigned char ival[4]; local 37 int status = info->read_memory_func (memaddr, ival, 4, info); 39 *iptr = (ival[0] << 24) 40 | (ival[1] << 16) 41 | (ival[2] << 8) 42 | (ival[3] << 0);
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
| D | 930120-1.c | 25 } ival; member 29 int ival; member 47 dw.ival.i1 = wx; 49 dw.ival.i2 = expvf; 127 fw.ival = wx;
|
| /openbsd/src/gnu/usr.bin/perl/dist/Time-HiRes/t/ |
| D | alarm.t | 64 my $ival = Time::HiRes::tv_interval ($r); 65 print("# Select returned! $i $ival\n"); 66 printf("# %s\n", abs($ival/3 - 1)); 72 if (abs($ival/3.3 - 1) < $limit) { 83 if (abs($ival/$exp - 1) > 4*$limit) { 84 my $ratio = abs($ival/$exp); 85 $not = "while: $exp sleep took $ival ratio $ratio"; 94 my $ival = Time::HiRes::tv_interval ($r); 95 print("# Tick! $i $ival\n"); 102 if (abs($ival/$exp - 1) > 4*$limit) { [all …]
|
| /openbsd/src/sys/dev/acpi/ |
| D | acpisbs.c | 247 uint16_t *ival = (uint16_t *)p; in acpisbs_read() local 248 if (*ival == 0) { in acpisbs_read() 256 if (*ival & SMBATT_BM_CAPACITY_MODE) in acpisbs_read() 309 uint16_t *ival = (uint16_t *)p; in acpisbs_refresh_sensors() local 320 sc->sc_sensors[i].value = *ival * 100; in acpisbs_refresh_sensors() 325 sc->sc_sensors[i].value = *ival * 10000; in acpisbs_refresh_sensors() 329 sc->sc_sensors[i].value = *ival * 1000; in acpisbs_refresh_sensors() 340 sc->sc_sensors[i].value = (*ival * 10000) + in acpisbs_refresh_sensors() 345 sc->sc_sensors[i].value = *ival * 1000; in acpisbs_refresh_sensors() 349 if (*ival == ACPISBS_VALUE_UNKNOWN) { in acpisbs_refresh_sensors() [all …]
|
| D | dsdt.c | 878 int64_t ival = 0; in aml_val2int() local 886 ival = rval->v_integer; in aml_val2int() 889 aml_bufcpy(&ival, 0, rval->v_buffer, 0, in aml_val2int() 893 ival = aml_hextoint(rval->v_string); in aml_val2int() 896 return (ival); in aml_val2int() 901 _aml_setvalue(struct aml_value *lhs, int type, int64_t ival, const void *bval) in _aml_setvalue() argument 909 lhs->v_integer = ival; in _aml_setvalue() 912 lhs->v_method.flags = ival; in _aml_setvalue() 919 lhs->v_objref.type = ival; in _aml_setvalue() 923 lhs->length = ival; in _aml_setvalue() [all …]
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| D | misc.cc | 199 int ival; in inheritance1() local 227 for (intp = (int *) &g_D, ival = 11; in inheritance1() 229 intp++, ival++) in inheritance1() 231 *intp = ival; in inheritance1() 264 for (intp = (int *) &g_E, ival = 21; in inheritance1() 266 intp++, ival++) in inheritance1() 268 *intp = ival; in inheritance1() 348 int ival; in inheritance3() local
|
| D | classes.cc | 199 int ival; in inheritance1() local 227 for (intp = (int *) &g_D, ival = 11; in inheritance1() 229 intp++, ival++) in inheritance1() 231 *intp = ival; in inheritance1() 264 for (intp = (int *) &g_E, ival = 21; in inheritance1() 266 intp++, ival++) in inheritance1() 268 *intp = ival; in inheritance1() 348 int ival; in inheritance3() local
|
| D | cplusfuncs.cc | 89 void foo::operator ++ (int ival) { ival = 0; } in operator ++() argument 107 void foo::operator -- (int ival) { ival = 0; } in operator --() argument 117 void* foo::operator new (size_t ival) throw () { ival = 0; return 0; } in operator new() argument
|
| /openbsd/src/lib/libcurses/base/ |
| D | safe_sprintf.c | 47 #define VA_INTGR(type) ival = (int) va_arg(ap, type) 82 int ival = 0; in _nc_printf_length() local 111 width = ival; in _nc_printf_length() 113 prec = ival; in _nc_printf_length() 117 "%d", ival); in _nc_printf_length() 195 _nc_SPRINTF(buffer, _nc_SLIMIT(length) format, ival); in _nc_printf_length()
|
| /openbsd/src/usr.sbin/npppd/pptp/ |
| D | pptpd.c | 291 int sock, ival, sock_gre; in pptpd_listener_start() local 308 ival = 1; in pptpd_listener_start() 309 if(setsockopt(sock, SOL_SOCKET, SO_REUSEPORT, &ival, sizeof(ival)) < 0){ in pptpd_listener_start() 314 ival = 1; in pptpd_listener_start() 315 if (setsockopt(sock, IPPROTO_IP, IP_STRICT_RCVIF, &ival, sizeof(ival)) in pptpd_listener_start() 347 ival = 1; in pptpd_listener_start() 348 if (setsockopt(sock_gre, IPPROTO_IP, IP_STRICT_RCVIF, &ival, in pptpd_listener_start() 349 sizeof(ival)) != 0) in pptpd_listener_start() 354 ival = 1; in pptpd_listener_start() 355 if (setsockopt(sock_gre, IPPROTO_IP, IP_PIPEX, &ival, sizeof(ival)) in pptpd_listener_start() [all …]
|
| /openbsd/src/gnu/usr.bin/perl/dist/Data-Dumper/ |
| D | Dumper.xs | 659 SV *sv, *ipad, *ival; in DD_dump() local 707 ival = SvRV(val); in DD_dump() 708 realtype = SvTYPE(ival); in DD_dump() 709 id_buffer = PTR2UV(ival); in DD_dump() 711 if (SvOBJECT(ival)) in DD_dump() 712 realpack = HvNAME_get(SvSTASH(ival)); in DD_dump() 761 warn("ref name not found for 0x%" UVxf, PTR2UV(ival)); in DD_dump() 791 if (realpack && realtype == SVt_PVMG && mg_find(ival, PERL_MAGIC_qr)) in DD_dump() 851 DD_dump(aTHX_ ival, SvPVX_const(namesv), SvCUR(namesv), retval, seenhv, in DD_dump() 857 DD_dump(aTHX_ ival, SvPVX_const(namesv), SvCUR(namesv), retval, seenhv, in DD_dump() [all …]
|