| /freebsd/share/misc/ |
| H A D | scsi_modes | 130 {IDLE_A Condition Timer} i4 131 {STANDBY_Z Condition Timer} i4 132 {IDLE_B Condition Timer} i4 133 {IDLE_C Condition Timer} i4 134 {STANDBY_Y Condition Timer} i4 135 {Reserved} *i4 136 {Reserved} *i4 137 {Reserved} *i4 150 {Reserved} *i4 151 {Reserved} *i4 [all …]
|
| /freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/inline/ |
| H A D | tst.InlineKinds.d | 50 inline int i4[int x, int y] = x + y; /* associative array */ 60 printf("i4[10, 20] = %d\n", i4[10, 20]);
|
| H A D | tst.InlineKinds.d.out | 5 i4[10, 20] = 30
|
| /freebsd/crypto/openssl/crypto/chacha/asm/ |
| H A D | chacha-ia64.pl | 232 my ($i1, $i2, $i3, $i4, $i5, $i6, $i7) = map($i0+$_,(1..7)); 239 { .mmi; (p$i4) ld1 @z[0]=[$inp],1 253 (p$i4) xor @z[0]=@z[0],@x[$k] 258 (p$i4) xor @z[0]=@z[0],@x[$k] };;
|
| /freebsd/contrib/netbsd-tests/ipf/ |
| H A D | t_filter_parse.sh | 89 test_case i4 itest text ipf 115 atf_add_test_case i4
|
| /freebsd/usr.bin/indent/tests/ |
| H A D | parens.0.pro | 1 -ts4 -i4 -di12 -Tallocfunc
|
| /freebsd/crypto/openssl/test/certs/ |
| H A D | x509-check.csr | 6 k/2vMn3ZNu8xWK0jGY32qmXPtGtfGx4v0oDTd+i4/r5z3LNg80vMpgSddGauonMu
|
| /freebsd/crypto/openssl/crypto/perlasm/ |
| H A D | s390x.pm | 2562 my ($opcode,$r1,$r2,$i3,$i4,$i5)=(shift,get_R(shift),get_R(shift), 2568 $out.=sprintf("%#06x",($i3<<8)|$i4).","; 2689 my ($opcode,$v1,$v2,$v3,$i4,$m5)=(shift,get_V(shift),get_V(shift), 2694 $out.=sprintf("%#06x",(($v3&0xf)<<12|$i4)).","; 2719 my ($opcode,$v1,$v2,$v3,$i4,$m5)=(shift,get_V(shift),get_V(shift), 2724 $out.=sprintf("%#06x",(($v3&0xf)<<12|$m5<<4)|$i4>>4).","; 2725 $out.=sprintf("%#06x",(($i4&0xf)<<12|RXB($v1,$v2,$v3)<<8|$opcode&0xff)); 2734 my ($opcode,$v1,$v2,$i3,$i4,$m5)=(shift,get_V(shift),get_V(shift), 2739 $out.=sprintf("%#06x",($i4<<8|$m5<<4|$i3>>4)).",";
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | int_mulo_impl.inc | 1 //===-- int_mulo_impl.inc - Implement __mulo[sdt]i4 ---------------*- C -*-===//
|
| /freebsd/crypto/openssl/crypto/bn/asm/ |
| H A D | sparct4-mont.pl | 168 ld [%i4+0],%f1 ! load *n0 169 ld [%i4+4],%f0 489 srl %i4,%g0,%i4 ! pack last arguments 491 or %i4,$pwr,$pwr
|
| H A D | sparcv9a-mont.pl | 84 $n0="%i4"; # const BN_ULONG *n0, 97 $carry="%i4"; # %i4 reused(!) for a carry bit 150 ld [%i4+0],$n0 ! $n0 reassigned, remember? 152 ld [%i4+4],%o0
|
| H A D | sparcv9-gf2m.pl | 88 or %i4,$b,$b
|
| H A D | sparcv9-mont.pl | 59 $n0="%i4"; # const BN_ULONG *n0,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
| H A D | ValueTypes.td | 76 def i4 : VTInt<4, 4>; // 4-bit integer value 109 def v64i4 : VTVec<64, i4, 33>; // 64 x i4 vector value 110 def v128i4 : VTVec<128, i4, 34>; // 128 x i4 vector value
|
| /freebsd/crypto/krb5/src/util/support/ |
| H A D | fake-addrinfo.c | 662 int i4, i6, aierr; in fai_add_hosts_by_name() local 740 for (ai2 = ai, i4 = i6 = 0; ai2; ai2 = ai2->ai_next) { in fai_add_hosts_by_name() 743 ce->addrs4[i4++] = ((struct sockaddr_in *)ai2->ai_addr)->sin_addr; in fai_add_hosts_by_name()
|
| /freebsd/contrib/wireguard-tools/ |
| H A D | curve25519-hacl64.h | 605 u64 i0, i1, i2, i3, i4, output0, output1, output2, output3, output4; in format_fexpand() local 610 i4 = get_unaligned_le64(x0); in format_fexpand() 615 output4 = i4 >> 12 & 0x7ffffffffffffLLU; in format_fexpand()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | README_P9.txt | 407 [(set v1f128:$XT, (insertelement v1f128:$XTi, f128:$XB, i4:$UIMM))]>, 411 (set v1f128:$XT, (int_ppc_vsx_xxinsertw v1f128:$XTi, f128:$XB, i4:$UIMM)) 423 [(set f128:$XT, (extractelement v1f128:$XB, i4:$UIMM))] 426 (set f128:$XT, (int_ppc_vsx_xxextractuw v1f128:$XB, i4:$UIMM))
|
| /freebsd/contrib/llvm-project/clang/lib/Headers/ |
| H A D | __clang_cuda_intrinsics.h | 338 typedef int i4 __attribute__((ext_vector_type(4))); in __ldg() typedef 339 i4 rv = __nvvm_ldg_i4(reinterpret_cast<const i4 *>(ptr)); in __ldg()
|
| /freebsd/crypto/openssl/crypto/sha/asm/ |
| H A D | sha1-sparcv9.pl | 57 $tmp1="%i4";
|
| H A D | sha1-sparcv9a.pl | 56 $tmp1="%i4";
|
| H A D | sha512-sparcv9.pl | 127 $tmp31="%i4";
|
| /freebsd/crypto/openssl/crypto/md5/asm/ |
| H A D | md5-sparcv9.pl | 44 ($shr,$shl1,$shl2)=("%i3","%i4","%i5");
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyInstrSIMD.td | 473 vec_i8imm_op:$i4, vec_i8imm_op:$i5, 480 ImmI8:$i4, ImmI8:$i5, ImmI8:$i6, ImmI8:$i7, 483 !strconcat("$i0, $i1, $i2, $i3, $i4, $i5, $i6, $i7, ", 488 vec_i16imm_op:$i4, vec_i16imm_op:$i5, 492 ImmI16:$i4, ImmI16:$i5, ImmI16:$i6, ImmI16:$i7), 493 "$i0, $i1, $i2, $i3, $i4, $i5, $i6, $i7">;
|
| /freebsd/crypto/openssl/util/ |
| H A D | indent.pro | 14 -i4
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
| H A D | TargetLoweringBase.cpp | 749 for (MVT VT : {MVT::i2, MVT::i4}) in initActions() 753 for (MVT VT : {MVT::i2, MVT::i4, MVT::v128i2, MVT::v64i4}) { in initActions() 761 for (MVT VT : {MVT::i2, MVT::i4}) { in initActions()
|