HomeSort by relevance Sort by last modified time
    Searched defs:x32 (Results 1 - 5 of 5) sorted by null

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 27 (byte)0x61, (byte)0x45, (byte)0x6d, (byte)0x8d, (byte)0x9, (byte)0x81, (byte)0x7d, (byte)0x32,
210 int x76, x54, x32, x10; local
214 x32 = ((in[inOff + 3] & 0xff) << 8) + (in[inOff + 2] & 0xff);
219 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1);
220 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2);
221 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3);
222 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5);
226 x32 += workingKey[x10 & 63]
267 int x76, x54, x32, x10; local
    [all...]
  /external/ipsec-tools/src/racoon/missing/crypto/rijndael/
rijndael-alg-fst.c 43 word32 x32[MAXKC]; member in union:__anon13454
146 word32 x32[4]; member in union:__anon13455
152 word32 x32[4]; member in union:__anon13456
311 word32 x32[4]; member in union:__anon13457
317 word32 x32[4]; member in union:__anon13458
  /external/flac/libFLAC/
bitreader.c 455 FLAC__uint32 x8, x32 = 0; local
459 if(!FLAC__bitreader_read_raw_uint32(br, &x32, 8))
464 x32 |= (x8 << 8);
468 x32 |= (x8 << 16);
472 x32 |= (x8 << 24);
474 *val = x32;
  /external/zxing/core/
core.jar 
  /prebuilts/sdk/tools/lib/
signapk.jar 

Completed in 571 milliseconds