Home
last modified time | relevance | path

Searched refs:SZ (Results 1 – 25 of 30) sorted by relevance

12

/trueos/crypto/openssl/crypto/sha/asm/
HDsha512-ia64.pl68 $SZ=8;
69 $BITS=8*$SZ;
82 $SZ=4;
83 $BITS=8*$SZ;
147 { .mib; add r8=0*$SZ,ctx
148 add r9=1*$SZ,ctx
150 { .mib; add r10=2*$SZ,ctx
151 add r11=3*$SZ,ctx
156 { .mmi; $LDW A_=[r8],4*$SZ
157 $LDW B_=[r9],4*$SZ
[all …]
HDsha512-sparcv9.pl55 $SZ=8;
68 $locals=16*$SZ; # X[16]
81 $SZ=4;
158 } if ($SZ==4);
185 $ST $tmp2,[%sp+`$bias+$frame+$i*$SZ`]
192 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+0`],%l2
195 ld [%sp+`$bias+$frame+(($i+1+1)%16)*$SZ+4`],%l3
197 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+0`],%l4
200 ld [%sp+`$bias+$frame+(($i+1+9)%16)*$SZ+4`],%l5
202 ld [%sp+`$bias+$frame+(($i+1+14)%16)*$SZ+0`],%l6
[all …]
HDsha512-s390x.pl72 $SZ=8;
86 $SZ=4;
102 $frame=$stdframe+16*$SZ;
108 $LD $T1,`$i*$SZ`($inp) ### $i
117 $ST $T1,`$stdframe+$SZ*($i%16)`($sp)
125 $ADD $T1,`$i*$SZ`($len,$tbl) # T1+=K[i]
146 $LD $T1,`$stdframe+$SZ*(($i+1)%16)`($sp) ### $i
147 $LD $t1,`$stdframe+$SZ*(($i+14)%16)`($sp)
155 $ADD $T1,`$stdframe+$SZ*($i%16)`($sp) # +=X[i]
158 $ADD $T1,`$stdframe+$SZ*(($i+9)%16)`($sp) # +=X[i+9]
[all …]
HDsha512-x86_64.pl60 $SZ=8;
72 $SZ=4;
88 $_ctx="16*$SZ+0*8(%rsp)";
89 $_inp="16*$SZ+1*8(%rsp)";
90 $_end="16*$SZ+2*8(%rsp)";
91 $_rsp="16*$SZ+3*8(%rsp)";
92 $framesz="16*$SZ+4*8";
101 mov $T1,`$SZ*($i&0xf)`(%rsp)
111 add ($Tbl,$round,$SZ),$T1 # T1+=K[round]
144 mov `$SZ*(($i+1)&0xf)`(%rsp),$a0
[all …]
HDsha512-mips.pl80 $SZ=8;
94 $SZ=4;
108 $MSB = $big_endian ? 0 : ($SZ-1);
109 $LSB = ($SZ-1)&~$MSB;
123 ${LD}l @X[1],`($i+1)*$SZ+$MSB`($inp)
124 ${LD}r @X[1],`($i+1)*$SZ+$LSB`($inp)
126 $code.=<<___ if (!$big_endian && $i<16 && $SZ==4);
137 $code.=<<___ if (!$big_endian && $i<16 && $SZ==8);
161 $SLL $tmp1,$e,`$SZ*8-@Sigma1[2]`
165 $SLL $tmp1,$e,`$SZ*8-@Sigma1[1]`
[all …]
HDsha512-ppc.pl68 $SZ=8;
80 $SZ=4;
92 $FRAME=32*$SIZE_T+16*$SZ;
126 $LD $T,`$i*$SZ`($Tbl)
187 $SHL $num,$num,`log(16*$SZ)/log(2)`
213 $LD $A,`0*$SZ`($ctx)
215 $LD $B,`1*$SZ`($ctx)
216 $LD $C,`2*$SZ`($ctx)
217 $LD $D,`3*$SZ`($ctx)
218 $LD $E,`4*$SZ`($ctx)
[all …]
HDsha512-parisc.pl54 $SZ=8;
66 $SZ=4;
80 $XOFF=16*$SZ+32; # local variables
126 `"$LDM $SZ($Tbl),$t1" if ($i<15)`
148 $LDM $SZ($Tbl),$t1
168 $code.=<<___ if ($SZ==8);
210 $code.=<<___ if ($SZ==4);
254 _shl $num,`log(16*$SZ)/log(2)`,$num
267 $code.=<<___ if ($SZ==8 && $SIZE_T==4);
275 $LD `0*$SZ`($ctx),$A ; load context
[all …]
/trueos/usr.bin/migcom/alpha/
HDmig_machine.h25 #define machine_alignment(SZ,ESZ) \ argument
26 (((((ESZ) > 4) && ((SZ) & 7)) ? \
27 (SZ) = ((SZ) + 7) & ~7 : (((ESZ == 4) && ((SZ) & 3)) ? \
28 (SZ) = ((SZ) + 3) & ~3 : 0)), (SZ) += (ESZ))
/trueos/crypto/openssl/crypto/rc4/asm/
HDrc4-parisc.pl49 $SZ=1; # defaults to RC4_CHAR
53 $SZ = ($1=~/char$/) ? 1 : 4;
60 if ($SZ==1) { # RC4_CHAR
157 $LD `0*$SZ`($key),$XX[0]
158 $LD `1*$SZ`($key),$YY
159 ldo `2*$SZ`($key),$key
232 $ST $XX[0],`-2*$SZ`($key)
233 $ST $YY,`-1*$SZ`($key)
252 $ST %r0,`0*$SZ`($key)
253 $ST %r0,`1*$SZ`($key)
[all …]
/trueos/usr.bin/migcom/i386/
HDmig_machine.h25 #define machine_alignment(SZ,ESZ) \ argument
26 (((SZ) = ((SZ) + 3) & ~3), (SZ) += (ESZ))
/trueos/usr.bin/migcom/hp_pa/
HDmig_machine.h25 #define machine_alignment(SZ,ESZ) \ argument
26 (((SZ) = ((SZ) + 3) & ~3), (SZ) += (ESZ))
/trueos/usr.bin/migcom/ppc/
HDmig_machine.h25 #define machine_alignment(SZ,ESZ) \ argument
26 (((SZ) = ((SZ) + 3) & ~3), (SZ) += (ESZ))
/trueos/sys/dev/fatm/
HDif_fatmvar.h300 #define H_SYNCQ_PREWRITE(M, P, SZ) \ argument
302 (volatile char *)(P) - (volatile char *)(M)->mem, (SZ), \
305 #define H_SYNCQ_POSTREAD(M, P, SZ) \ argument
307 (volatile char *)(P) - (volatile char *)(M)->mem, (SZ), \
312 #define H_SYNCQ_PREWRITE(M, P, SZ) do { } while (0) argument
313 #define H_SYNCQ_POSTREAD(M, P, SZ) do { } while (0) argument
/trueos/usr.bin/checknr/
HDchecknr.c95 #define SZ 0 macro
374 stk[stktop].opno == SZ) { in process()
381 stk[++stktop].opno = SZ; in process()
430 case SZ: in prop()
/trueos/lib/libelf/
HDlibelf_ehdr.c88 #define EHDR_INIT(E,SZ) do { \ argument
89 Elf##SZ##_Ehdr *eh = (E); \
94 eh->e_ident[EI_CLASS] = ELFCLASS##SZ; \
HDlibelf_convert.m4336 `SWAP_$2'SZ()`(t.$1);
343 `pushdef(`SZ',$2)/* Swap an Elf$2_$1 */
344 SWAP_MEMBERS(Elf$2_$1_DEF)popdef(`SZ')')
353 `WRITE_$2'SZ()`(dst,t.$1);
360 `pushdef(`SZ',$2)/* Write an Elf$2_$1 */
361 WRITE_MEMBERS(Elf$2_$1_DEF)popdef(`SZ')')
370 `READ_$2'SZ()`(s,t.$1);
378 `pushdef(`SZ',$2)/* Read an Elf$2_$1 */
379 READ_MEMBERS(Elf$2_$1_DEF)popdef(`SZ')')
/trueos/sys/dev/en/
HDmidwayreg.h126 #define MIDX_MKPLACE(SZ,LOC) ( ((SZ) << 11) | (LOC) ) argument
/trueos/contrib/binutils/include/coff/
HDti.h242 #define PUT_SCNHDR_SIZE(ABFD, SZ, SZP) \ argument
243 H_PUT_32 (ABFD, (SZ) / bfd_octets_per_byte (ABFD), SZP)
/trueos/lib/libpmc/
HDpmclog.c319 #define PMCLOG_GET_CALLCHAIN_SIZE(SZ,E) do { \ in pmclog_get_event() argument
320 (SZ) = ((E) - offsetof(struct pmclog_callchain, pl_pc)) \ in pmclog_get_event()
/trueos/usr.sbin/ctm/mkCTM/
HDmkCTM34 set CTMdate [exec date -u +%Y%m%d%H%M%SZ]
/trueos/contrib/llvm/lib/Analysis/
HDScalarEvolution.cpp851 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) in getTruncateExpr() local
852 return getTruncateOrZeroExtend(SZ->getOperand(), Ty); in getTruncateExpr()
915 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) in getZeroExtendExpr() local
916 return getZeroExtendExpr(SZ->getOperand(), Ty); in getZeroExtendExpr()
1177 if (const SCEVZeroExtendExpr *SZ = dyn_cast<SCEVZeroExtendExpr>(Op)) in getSignExtendExpr() local
1178 return getZeroExtendExpr(SZ->getOperand(), Ty); in getSignExtendExpr()
5101 const SCEVZeroExtendExpr *SZ = cast<SCEVZeroExtendExpr>(V); in BuildConstantFromSCEV() local
5102 if (Constant *CastOp = BuildConstantFromSCEV(SZ->getOperand())) in BuildConstantFromSCEV()
5103 return ConstantExpr::getZExt(CastOp, SZ->getType()); in BuildConstantFromSCEV()
/trueos/share/misc/
HDiso3166235 SZ SWZ 748 Swaziland
/trueos/contrib/tzdata/
HDzone.tab371 SZ -2618+03106 Africa/Mbabane
HDzone1970.tab372 ZA,LS,SZ -2615+02800 Africa/Johannesburg
/trueos/contrib/sendmail/contrib/
HDmail.local.linux74 MX(SZ.#,X!7.V$9WJA#H"VRF%=\;3"?/$53WO^<4V#F&?4?TY"K7HQX%*H:#!

12