/openbsd/sys/arch/luna88k/stand/boot/ |
H A D | sc.c | 501 u_char ints, temp; in scintr() local 506 if ((ints = hd->scsi_ints) == 0) in scintr() 514 if (ints & INTS_RESEL) { in scintr() 524 } else if (ints & INTS_DISCON) { in scintr() 535 hd->scsi_ints = ints; in scintr() 544 hd->scsi_ints = ints; in scintr() 550 } else if (ints & INTS_SRV_REQ) { in scintr() 561 hd->scsi_ints = ints; in scintr() 570 hd->scsi_ints = ints; in scintr() 578 hd->scsi_ints = ints; in scintr() [all …]
|
/openbsd/gnu/gcc/gcc/config/crx/ |
H A D | crx.c | 422 (MIN_REG_FOR_PASSING_ARGS + cum->ints) + 1); in enough_regs_for_param() 447 if (targetm.calls.must_pass_in_stack (mode, type) || (cum->ints < 0)) in crx_function_arg() 457 return gen_rtx_REG (mode, MIN_REG_FOR_PASSING_ARGS + cum->ints); in crx_function_arg() 461 if (MIN_REG_FOR_PASSING_ARGS + cum->ints > MAX_REG_FOR_PASSING_ARGS) in crx_function_arg() 468 return gen_rtx_REG (mode, MIN_REG_FOR_PASSING_ARGS + cum->ints); in crx_function_arg() 483 cum->ints = 0; in crx_init_cumulative_args() 494 cum->ints = -1; in crx_init_cumulative_args() 519 cum->ints += 1; in crx_function_arg_advance() 521 cum->ints += l; in crx_function_arg_advance() 524 cum->ints += l; in crx_function_arg_advance() [all …]
|
H A D | crx.h | 316 int ints; member
|
/openbsd/sys/arch/luna88k/dev/ |
H A D | mb89352.c | 1580 u_char ints; in spc_intr() local 1612 SPC_MISC(("ints = 0x%x ", ints)); in spc_intr() 1615 SPC_MISC(("ints = 0x%x ", ints)); in spc_intr() 1618 if ((ints & INTS_RST) != 0) { in spc_intr() 1649 SPC_MISC(("ints:0x%02x ", ints)); in spc_intr() 1651 if ((ints & INTS_SEL) != 0) { in spc_intr() 1659 } else if ((ints & INTS_RESEL) != 0) { in spc_intr() 1766 if ((ints & INTS_DISCON) != 0) { in spc_intr() 1852 ints = 0; in spc_intr() 1941 ints = 0; in spc_intr() [all …]
|
/openbsd/gnu/llvm/clang/utils/ABITest/ |
H A D | ABITestGen.py | 489 ints = [] 490 if opts.useChar: ints.append(('char',1)) 491 if opts.useShort: ints.append(('short',2)) 492 if opts.useInt: ints.append(('int',4)) 494 if opts.useLong: ints.append(('long',4)) 495 if opts.useLongLong: ints.append(('long long',8)) 497 ints = ([('unsigned %s'%i,s) for i,s in ints] + 498 [('signed %s'%i,s) for i,s in ints]) 499 builtins.extend(ints)
|
/openbsd/lib/libcbor/ |
H A D | Makefile | 20 SRCS+= ints.c maps.c serialization.c streaming.c tags.c strings.c 29 HDRS+= cbor/ints.h cbor/maps.h cbor/serialization.h cbor/streaming.h
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/ |
H A D | 920501-4.x | 2 # the 'r0' array is too large. Force to use 16-bit ints for it.
|
H A D | 920501-12.x | 2 # the stack arrays are too large. Force to use 16-bit ints for it.
|
H A D | 20010518-2.x | 2 # the array is too large (INT_MAX/2 > 64K). Force to use 16-bit ints for it.
|
/openbsd/gnu/llvm/lldb/tools/debugserver/source/ |
H A D | DNB.cpp | 1221 Integers ints; in DNBProcessMemoryReadInteger() local 1222 if (DNBProcessMemoryRead(pid, addr, integer_size, &ints) == integer_size) { in DNBProcessMemoryReadInteger() 1225 return ints.u8; in DNBProcessMemoryReadInteger() 1227 return ints.u16; in DNBProcessMemoryReadInteger() 1229 return ints.u32 & 0xffffffu; in DNBProcessMemoryReadInteger() 1231 return ints.u32; in DNBProcessMemoryReadInteger() 1233 return ints.u32 & 0x000000ffffffffffull; in DNBProcessMemoryReadInteger() 1235 return ints.u32 & 0x0000ffffffffffffull; in DNBProcessMemoryReadInteger() 1237 return ints.u32 & 0x00ffffffffffffffull; in DNBProcessMemoryReadInteger() 1239 return ints.u64; in DNBProcessMemoryReadInteger()
|
/openbsd/gnu/usr.bin/gcc/gcc/testsuite/objc.dg/ |
H A D | bitfield-1.m | 2 being "promoted" to ints). */
|
/openbsd/sys/dev/pci/ |
H A D | if_tl.c | 1239 u_int16_t ints = 0; in tl_intr() local 1245 ints = CSR_READ_2(sc, TL_HOST_INT); in tl_intr() 1246 CSR_WRITE_2(sc, TL_HOST_INT, ints); in tl_intr() 1247 type = (ints << 16) & 0xFFFF0000; in tl_intr() 1248 ivec = (ints & TL_VEC_MASK) >> 5; in tl_intr() 1249 ints = (ints & TL_INT_MASK) >> 2; in tl_intr() 1253 switch(ints) { in tl_intr()
|
/openbsd/gnu/llvm/llvm/lib/Target/PowerPC/ |
H A D | PPCCallingConv.td | 121 // Only handle ints and floats. All ints are promoted to i64. 122 // Vector types and quadword ints are not handled. 136 // All small ints are promoted to i64. Vector types, quadword ints,
|
/openbsd/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstrInfo.td | 160 // out = max(a, b, c) a, b, and c are signed ints 165 // out = max(a, b, c) a, b and c are unsigned ints 175 // out = min(a, b, c) a, b and c are signed ints 180 // out = min(a, b) a and b are unsigned ints
|
/openbsd/gnu/usr.bin/perl/t/op/ |
H A D | range.t | 461 my @ints = map $_+1, 0..($max-1); 463 $sum += $_ for @ints;
|
/openbsd/gnu/usr.bin/binutils-2.17/cpu/ |
H A D | sh.cpu | 337 ; Join 2 ints together in natural bit order. 342 ; Join 4 half-ints together in natural bit order. 349 ; Join 8 quarter-ints together in natural bit order.
|
/openbsd/gnu/gcc/gcc/config/c4x/ |
H A D | c4x.c | 517 cum->floats = cum->ints = 0; in c4x_init_cumulative_args() 569 cum->ints++; in c4x_init_cumulative_args() 605 cum->ints++; in c4x_function_arg_advance() 613 cum->ints++; in c4x_function_arg_advance() 645 cum->maxints = (cum->ints > 6 - cum->maxfloats) ? in c4x_function_arg() 646 6 - cum->maxfloats : cum->ints; in c4x_function_arg() 652 cum->ints = cum->floats = 0; in c4x_function_arg() 675 if (cum->ints < cum->maxints) in c4x_function_arg() 676 reg = c4x_int_reglist[cum->maxfloats][cum->ints]; in c4x_function_arg() 691 reg = c4x_int_reglist[0][cum->ints]; in c4x_function_arg()
|
/openbsd/gnu/usr.bin/gcc/gcc/config/c4x/ |
H A D | c4x.c | 515 cum->floats = cum->ints = 0; 567 cum->ints++; 606 cum->ints++; 614 cum->ints++; 649 cum->maxints = (cum->ints > 6 - cum->maxfloats) ? 650 6 - cum->maxfloats : cum->ints; 656 cum->ints = cum->floats = 0; 679 if (cum->ints < cum->maxints) 680 reg = c4x_int_reglist[cum->maxfloats][cum->ints]; 695 reg = c4x_int_reglist[0][cum->ints];
|
/openbsd/gnu/usr.bin/perl/cpan/perlfaq/lib/ |
H A D | perlfaq4.pod | 1965 foreach( 0 .. $#ints ) { 1966 vec($vec,$_,1) = 1 if $ints[$_]; 1974 your C<@ints> array: 1978 my @ints; 1987 push @ints, $i if vec($vec, ++$i, 1); 1988 push @ints, $i if vec($vec, ++$i, 1); 1989 push @ints, $i if vec($vec, ++$i, 1); 1990 push @ints, $i if vec($vec, ++$i, 1); 2005 return \@ints; 2021 $vector->Index_List_Store(@ints); [all …]
|
/openbsd/gnu/usr.bin/gcc/gcc/config/i370/ |
H A D | README | 60 last register, it prevents 64-bit ints and small structures from being
|
/openbsd/gnu/llvm/llvm/lib/Target/Sparc/ |
H A D | SparcCallingConv.td | 85 // Two ints in a struct are simply coerced to i64:
|
/openbsd/sys/dev/ic/ |
H A D | dc.c | 2423 u_int32_t status, ints; in dc_intr() local 2430 ints = CSR_READ_4(sc, DC_ISR); in dc_intr() 2431 if ((ints & DC_INTRS) == 0) in dc_intr() 2433 if (ints == 0xffffffff) in dc_intr()
|
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | machmode.def | 85 ints. Useful if a pointer is 4 bytes but has some bits that are
|
/openbsd/gnu/gcc/include/ |
H A D | ChangeLog | 224 when __GNUC__ is defined and ints are less than 32-bits wide.
|
/openbsd/lib/libpcap/ |
H A D | CHANGES | 83 - Fixed Linux networking include files to use ints instead of longs to
|