HomeSort by: relevance | last modified time | path
    Searched refs:wtmp2 (Results 1 - 4 of 4) sorted by relevancy

  /src/games/hack/
hack.worm.c 161 struct wseg *wtmp, *wtmp2; local
165 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
166 wtmp2 = wtmp->nseg;
209 struct wseg *wtmp, *wtmp2; local
269 wtmp2 = wtmp->nseg;
272 wtmp = wtmp2;
hack.lev.c 88 struct wseg *wtmp, *wtmp2; local
123 for (wtmp = wsegs[tmp]; wtmp; wtmp = wtmp2) {
124 wtmp2 = wtmp->nseg;
  /src/crypto/external/apache2/openssl/dist/crypto/sm4/asm/
vpsm4_ex-armv8.pl 42 my ($tmpw,$tmp,$wtmp0,$wtmp1,$wtmp2)=("w6","x6","w7","w8","w9");
261 eor $wtmp2,$wtmp0,$word1
262 eor $tmpw,$tmpw,$wtmp2
269 eor $wtmp2,$word0,$wtmp1
270 eor $tmpw,$tmpw,$wtmp2
278 eor $wtmp2,$wtmp0,$word3
279 eor $tmpw,$tmpw,$wtmp2
286 eor $wtmp2,$word2,$wtmp1
287 eor $tmpw,$tmpw,$wtmp2
519 and $wtmp1,$wtmp0,$wtmp2,asr#3
    [all...]
vpsm4-armv8.pl 39 my ($tmpw,$tmp,$wtmp0,$wtmp1,$wtmp2)=("w6","x6","w7","w8","w9");
239 mov $wtmp2,@vtmp[2].s[0]
242 add $wtmp0,$wtmp0,$wtmp2
260 eor $wtmp2,$wtmp0,$word1
261 eor $tmpw,$tmpw,$wtmp2
268 eor $wtmp2,$word0,$wtmp1
269 eor $tmpw,$tmpw,$wtmp2
277 eor $wtmp2,$wtmp0,$word3
278 eor $tmpw,$tmpw,$wtmp2
285 eor $wtmp2,$word2,$wtmp
    [all...]

Completed in 30 milliseconds