HomeSort by relevance Sort by last modified time
    Searched refs:x32 (Results 1 - 25 of 672) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 26 (byte)0x61, (byte)0x45, (byte)0x6d, (byte)0x8d, (byte)0x9, (byte)0x81, (byte)0x7d, (byte)0x32,
209 int x76, x54, x32, x10; local
213 x32 = ((in[inOff + 3] & 0xff) << 8) + (in[inOff + 2] & 0xff);
218 x10 = rotateWordLeft(x10 + (x32 & ~x76) + (x54 & x76) + workingKey[i ], 1);
219 x32 = rotateWordLeft(x32 + (x54 & ~x10) + (x76 & x10) + workingKey[i+1], 2);
220 x54 = rotateWordLeft(x54 + (x76 & ~x32) + (x10 & x32) + workingKey[i+2], 3);
221 x76 = rotateWordLeft(x76 + (x10 & ~x54) + (x32 & x54) + workingKey[i+3], 5);
225 x32 += workingKey[x10 & 63]
266 int x76, x54, x32, x10; local
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
rc2.c 141 unsigned x76, x54, x32, x10, i; local
151 x32 = ((unsigned)pt[3] << 8) + (unsigned)pt[2];
155 x10 = (x10 + (x32 & ~x76) + (x54 & x76) + xkey[4*i+0]) & 0xFFFF;
158 x32 = (x32 + (x54 & ~x10) + (x76 & x10) + xkey[4*i+1]) & 0xFFFF;
159 x32 = ((x32 << 2) | (x32 >> 14));
161 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF
218 unsigned x76, x54, x32, x10; local
    [all...]
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/
GeneralizedTimeTest.java 65 0x32, 0x30, 0x33, 0x30, 0x34, 0x30, 0x35, 0x30,
70 new byte[] { 0x18, 0x0F, 0x32, 0x30, 0x30, 0x30, 0x30,
76 new byte[] { 0x18, 0x0F, 0x32, 0x30, 0x35, 0x30, 0x31,
77 0x32, 0x31, 0x33, 0x31, 0x34, 0x31, 0x35, 0x31,
82 new byte[] { 0x18, 0x0F, 0x32, 0x33, 0x33, 0x32, 0x30,
83 0x33, 0x32, 0x39, 0x30, 0x36, 0x35, 0x36, 0x34,
UTCTimeTest.java 61 new byte[] { 0x17, 0x0D, 0x39, 0x39, 0x31, 0x32, 0x31,
73 new byte[] { 0x17, 0x0D, 0x34, 0x39, 0x30, 0x32, 0x30,
  /external/icu4c/samples/numfmt/
capi.c 23 0x32, 0x31, 0x30, 0x2E, 0x31, 0x32, 0x33, 0 };
  /external/quake/quake/src/WinQuake/
dosasm.s 11 .byte 0x32 // RDMSR
43 .byte 0x32 // RDMSR
  /external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/icons/
Makefile 4 SIZES := 16x16 22x22 32x32 48x48 64x64 128x128
20 convert hicolor/32x32/apps/$(@:.xpm=.png) pixmaps/$@
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/source/
h264bsd_cavlc.c 283 0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32,
284 0x32,0x32,0x32,0x32,0x32,0x32,0x32,0x32}
    [all...]
  /external/chromium/net/base/
test_certificate_data.h 40 0x32, 0x37, 0x32, 0x32, 0x32, 0x30, 0x30, 0x37, 0x5a, 0x17, 0x0d, 0x31,
41 0x30, 0x30, 0x33, 0x32, 0x37, 0x32, 0x32, 0x32, 0x30, 0x30, 0x37, 0x5a,
78 0x05, 0x07, 0x30, 0x02, 0x86, 0x32, 0x68, 0x74, 0x74, 0x70, 0x3a, 0x2f,
121 0x13, 0x08, 0x30, 0x37, 0x39, 0x36, 0x39, 0x32, 0x38, 0x37, 0x30, 0x1e
    [all...]
  /external/dropbear/libtomcrypt/src/modes/lrw/
lrw_test.c 37 { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46 },
46 { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46 },
55 { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46 },
65 { 0x30, 0x31, 0x32, 0x33, 0x34, 0x35, 0x36, 0x37, 0x38, 0x39, 0x41, 0x42, 0x43, 0x44, 0x45, 0x46 },
67 { 0x76, 0x32, 0x21, 0x83, 0xed, 0x8f, 0xf1, 0x82, 0xf9, 0x59, 0x62, 0x03, 0x69, 0x0e, 0x5e, 0x01 },
  /frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
GsmSmsCbTest.java 71 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x40, (byte)0x11, (byte)0x41,
95 (byte)0x01, (byte)0x00, (byte)0x32, (byte)0xC0, (byte)0x00, (byte)0x40,
125 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x40, (byte)0x11, (byte)0x41,
148 (byte)0x01, (byte)0x00, (byte)0x32, (byte)0xC0, (byte)0x00, (byte)0x40,
225 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x40, (byte)0x11, (byte)0x41,
250 (byte)0x01, (byte)0x00, (byte)0x32, (byte)0xC0, (byte)0x00, (byte)0x40,
282 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x04, (byte)0x11, (byte)0x41,
307 (byte)0xC0, (byte)0x00, (byte)0x00, (byte)0x32, (byte)0x10, (byte)0x11, (byte)0x73,
314 (byte)0x32, (byte)0xBD, (byte)0x2E, (byte)0x77, (byte)0x83, (byte)0xE0, (byte)0x61,
315 (byte)0x32, (byte)0x39, (byte)0xED, (byte)0x3E, (byte)0x37, (byte)0x1A, (byte)0x8D
    [all...]
  /bionic/libc/kernel/common/media/
soc2030.h 42 #define EXP_TARGET 0x32
  /external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
MDGoldenData.java 65 (byte)0x32, (byte)0x55, (byte)0xbf, (byte)0xef,
113 (byte)0x4c, (byte)0xd9, (byte)0x32, (byte)0x7e,
127 (byte)0x03, (byte)0x32, (byte)0x69, (byte)0xcb,
157 (byte)0xa5, (byte)0x38, (byte)0x32, (byte)0x7a,
  /external/icu4c/test/cintltst/
cdtrgtst.c 511 static const UChar dMyGGGText[] = { 0x30,0x32,0x20,0x4A,0x75,0x6C,0x20,0x32,0x30,0x30,0x38,0x20,0x41,0x44,0 }; /* "02 Jul 2008 AD" */
512 static const UChar dMyGGGGGText[] = { 0x30,0x32,0x20,0x4A,0x75,0x6C,0x20,0x32,0x30,0x30,0x38,0x20,0x41,0 }; /* "02 Jul 2008 A" */
517 static const UChar edMyText[] = { 0x34,0x20,0x30,0x32,0x20,0x4A,0x75,0x6C,0x20,0x32,0x30,0x30,0x38,0 }; /* "4 02 Jul 2008" */
518 static const UChar eedMyText[] = { 0x30,0x34,0x20,0x30,0x32,0x20,0x4A,0x75,0x6C,0x20,0x32,0x30,0x30,0x38,0 }; /* "04 02 Jul 2008" */
522 static const UChar eeedMyText[] = { 0x57,0x65,0x64,0x20,0x30,0x32,0x20,0x4A,0x75,0x6C,0x20,0x32,0x30,0x30,0x38,0 }; /* "Wed 02 Jul 2008" *
    [all...]
calldata.h 23 {0x32, 0},
24 {0x32, 0},
  /external/kernel-headers/original/media/
soc2030.h 43 #define EXP_TARGET 0x32
  /external/llvm/test/MC/X86/
gnux32-dwarf-gen.s 8 # assembler, looking at the difference between the x32 ABI and default x86-64
  /external/openssl/crypto/dsa/
dsagen.c 76 0x62,0xba,0x32,0x24,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/
ResultCode.java 125 CMD_DATA_NOT_UNDERSTOOD(0x32),
Tone.java 126 URGENT(0x32),
  /libcore/support/src/test/java/org/apache/harmony/security/tests/support/
MDGoldenData.java 66 (byte)0x32, (byte)0x55, (byte)0xbf, (byte)0xef,
114 (byte)0x4c, (byte)0xd9, (byte)0x32, (byte)0x7e,
128 (byte)0x03, (byte)0x32, (byte)0x69, (byte)0xcb,
158 (byte)0xa5, (byte)0x38, (byte)0x32, (byte)0x7a,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
serio.h 67 #define SERIO_TOUCHRIGHT 0x32
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serio.h 67 #define SERIO_TOUCHRIGHT 0x32
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
serio.h 67 #define SERIO_TOUCHRIGHT 0x32
  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
DRLCertFactoryTest.java 57 (byte) 0x30,(byte) 0x31,(byte) 0x31,(byte) 0x32,(byte) 0x31,
60 (byte) 0x37,(byte) 0x30,(byte) 0x30,(byte) 0x31,(byte) 0x32,
62 (byte) 0x32,(byte) 0x30,(byte) 0x5a,(byte) 0x30,(byte) 0x1f,
93 (byte) 0x66,(byte) 0x63,(byte) 0x40,(byte) 0x38,(byte) 0x32,
94 (byte) 0x32,(byte) 0x2e,(byte) 0x4e,(byte) 0x61,(byte) 0x6d,
157 (byte) 0x38,(byte) 0x32,(byte) 0x32,(byte) 0x2e,(byte) 0x4e,

Completed in 569 milliseconds

1 2 3 4 5 6 7 8 91011>>