Searched refs:SZ (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/crypto/fipsmodule/sha/asm/
H A Dsha512-x86_64.pl143 $SZ=8;
155 $SZ=4;
170 $_ctx="16*$SZ+0*8(%rsp)";
171 $_inp="16*$SZ+1*8(%rsp)";
172 $_end="16*$SZ+2*8(%rsp)";
173 $_rsp="16*$SZ+3*8(%rsp)";
174 $framesz="16*$SZ+4*8";
179 my $STRIDE=$SZ;
180 $STRIDE += 16 if ($i%(16/$SZ)==(16/$SZ
[all...]
H A Dsha512-armv8.pl58 $SZ=8;
67 $SZ=4;
96 ldp @X[$i+1],@X[$i+2],[$inp],#2*$SZ
102 ldr @X[($i-11)&15],[sp,#`$SZ*(($i-11)%4)`]
108 str @X[($i-8)&15],[sp,#`$SZ*(($i-8)%4)`]
136 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
165 ldr $t3,[$Ktbl],#$SZ // *K++, $t2 in next round
186 $code.=<<___ if ($SZ==4);
209 sub sp,sp,#4*$SZ
212 ldp $C,$D,[$ctx,#2*$SZ]
[all...]
/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dpack.c10 #define SZ (ZU(1) << (LG_PAGE - 2)) macro
12 #define SZ 4096 macro
44 if (size == SZ)
107 void *p = mallocx(SZ, MALLOCX_ARENA(arena_ind) |
112 SZ, arena_ind, i, j);
148 p = mallocx(SZ, MALLOCX_ARENA(arena_ind) |

Completed in 31 milliseconds