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

1 2 3 4 5 6 7 8 91011>>

  /external/chromium/third_party/icu/source/stubdata/
stubdata.c 47 0x54, 0x6f, 0x43, 0x50}, /* "ToCP" */
  /external/bouncycastle/src/main/java/org/bouncycastle/crypto/engines/
RC2Engine.java 29 (byte)0x54, (byte)0xd6, (byte)0x65, (byte)0x93, (byte)0xce, (byte)0x60, (byte)0xb2, (byte)0x1c,
209 int x76, x54, x32, x10; local
212 x54 = ((in[inOff + 5] & 0xff) << 8) + (in[inOff + 4] & 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);
226 x54 += workingKey[x32 & 63]
266 int x76, x54, x32, x10; local
    [all...]
  /external/dropbear/libtomcrypt/src/ciphers/
rc2.c 141 unsigned x76, x54, x32, x10, i; local
150 x54 = ((unsigned)pt[5] << 8) + (unsigned)pt[4];
155 x10 = (x10 + (x32 & ~x76) + (x54 & x76) + xkey[4*i+0]) & 0xFFFF;
158 x32 = (x32 + (x54 & ~x10) + (x76 & x10) + xkey[4*i+1]) & 0xFFFF;
161 x54 = (x54 + (x76 & ~x32) + (x10 & x32) + xkey[4*i+2]) & 0xFFFF;
162 x54 = ((x54 << 3) | (x54 >> 13));
164 x76 = (x76 + (x10 & ~x54) + (x32 & x54) + xkey[4*i+3]) & 0xFFFF
218 unsigned x76, x54, x32, x10; local
    [all...]
  /external/icu4c/stubdata/
stubdata.c 59 0x54, 0x6f, 0x43, 0x50}, /* "ToCP" */
  /external/stlport/stlport/
rope 18 # define _STLP_OUTERMOST_HEADER_ID 0x54
35 #if (_STLP_OUTERMOST_HEADER_ID == 0x54)
  /ndk/sources/android/stlport/stlport/
rope 18 # define _STLP_OUTERMOST_HEADER_ID 0x54
35 #if (_STLP_OUTERMOST_HEADER_ID == 0x54)
  /packages/apps/Tag/tests/src/com/android/apps/tag/
MockNdefMessages.java 40 (byte) 0x54, // Type = {'T'} (Text data)
55 (byte) 0x54, // 'T'
62 (byte) 0x54, // 'T'
108 (byte) 0xd1, (byte) 0x01, (byte) 0x1c, (byte) 0x54, (byte) 0x02, (byte) 0x65,
122 (byte) 0x01, (byte) 0x09, (byte) 0x54, (byte) 0x02, (byte) 0x65, (byte) 0x6e,
154 (byte) 0x54, (byte) 0x59, (byte) 0x50, (byte) 0x45, (byte) 0x3d, (byte) 0x57,
163 (byte) 0x69, (byte) 0x65, (byte) 0x77, (byte) 0x0d, (byte) 0x0a, (byte) 0x54,
164 (byte) 0x45, (byte) 0x4c, (byte) 0x3b, (byte) 0x54, (byte) 0x59, (byte) 0x50,
170 (byte) 0x4c, (byte) 0x3b, (byte) 0x54, (byte) 0x59, (byte) 0x50, (byte) 0x45,
171 (byte) 0x3d, (byte) 0x49, (byte) 0x4e, (byte) 0x54, (byte) 0x45, (byte) 0x52
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp     [all...]
decoll.cpp 57 {0x54, 0x00F6, 0x6e, 0x65, 0},
58 {0x54, 0x00F6, 0x6e, 0x65, 0},
59 {0x54, 0x00F6, 0x6e, 0x65, 0},
73 {0x54, 0x6f, 0x6e, 0},
74 {0x54, 0x6f, 0x64, 0},
75 {0x54, 0x6f, 0x66, 0x75, 0},
  /external/icu4c/test/intltest/
tzrulets.cpp     [all...]
decoll.cpp 57 {0x54, 0x00F6, 0x6e, 0x65, 0},
58 {0x54, 0x00F6, 0x6e, 0x65, 0},
59 {0x54, 0x00F6, 0x6e, 0x65, 0},
73 {0x54, 0x6f, 0x6e, 0},
74 {0x54, 0x6f, 0x64, 0},
75 {0x54, 0x6f, 0x66, 0x75, 0},
  /bionic/libc/kernel/common/linux/
genhd.h 31 DM6_PARTITION = 0x54,
a1026.h 63 #define A1026_SYNC_CMD _IO(A1026_IOCTL_MAGIC, 0x54)
  /development/ndk/platforms/android-3/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
genhd.h 31 DM6_PARTITION = 0x54,
  /development/samples/NFCDemo/src/com/example/android/nfc/simulator/
MockNdefMessages.java 36 new byte[] {(byte) 0xd1, (byte) 0x01, (byte) 0x1c, (byte) 0x54, (byte) 0x02, (byte) 0x65,
48 (byte) 0x01, (byte) 0x09, (byte) 0x54, (byte) 0x02, (byte) 0x65, (byte) 0x6e,
  /external/libpcap/
atmuni31.h 64 #define ENDPT_REF 0x54 /* endpoint reference */
  /external/tcpdump/
atmuni31.h 64 #define ENDPT_REF 0x54 /* endpoint reference */
  /frameworks/base/tests/CoreTests/android/core/
ClassLoaderTest.java 54 (byte) 0x62, (byte) 0x65, (byte) 0x72, (byte) 0x54,
68 (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74,
72 (byte) 0x0e, (byte) 0x54, (byte) 0x68, (byte) 0x69,
78 (byte) 0x2f, (byte) 0x43, (byte) 0x4c, (byte) 0x54,
136 (byte) 0x62, (byte) 0x65, (byte) 0x72, (byte) 0x54,
150 (byte) 0x54, (byte) 0x65, (byte) 0x73, (byte) 0x74,
154 (byte) 0x0e, (byte) 0x54, (byte) 0x68, (byte) 0x69,
160 (byte) 0x2f, (byte) 0x43, (byte) 0x4c, (byte) 0x54,
  /external/chromium/third_party/icu/source/i18n/
regexst.cpp 117 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x54, 0x79, 0x70, 0x65, 0x3d, 0x4c, 0x7d, 0x5d, 0};
123 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x54, 0x79, 0x70, 0x65, 0x3d, 0x56, 0x7d, 0x5d, 0};
129 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x54, 0x79, 0x70, 0x65, 0x3d, 0x54, 0x7d, 0x5d, 0};
135 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x54, 0x79, 0x70, 0x65, 0x3d, 0x4c, 0x56, 0x7d, 0x5d, 0};
141 0x6c, 0x61, 0x62, 0x6c, 0x65, 0x5f, 0x54, 0x79, 0x70, 0x65, 0x3d, 0x4c, 0x56, 0x54, 0x7d, 0x5d, 0};

Completed in 3495 milliseconds

1 2 3 4 5 6 7 8 91011>>