/libcore/luni/src/main/java/javax/crypto/spec/ |
DESKeySpec.java | 48 {(byte) 0xFE, (byte) 0x1F, (byte) 0xFE, (byte) 0x1F, 51 {(byte) 0x1F, (byte) 0xFE, (byte) 0x1F, (byte) 0xFE, 54 {(byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F, 57 {(byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0, 66 {(byte) 0x01, (byte) 0x1F, (byte) 0x01, (byte) 0x1F, [all...] |
/external/icu4c/layout/ |
CanonData.cpp | 50 0x00, 0x02, 0x00, 0x1C, 0x00, 0x1D, 0x00, 0x00, 0x00, 0x02, 0x00, 0x1E, 0x00, 0x1F, 0x00, 0x00, 199 0x00, 0x02, 0xFE, 0xF2, 0x00, 0x02, 0x00, 0x06, 0x00, 0x0C, 0xFD, 0x1F, 0x00, 0x02, 0xFE, 0xF0, 209 0xFC, 0x1F, 0x00, 0x02, 0xFE, 0xE2, 0xFD, 0x61, 0x00, 0x03, 0xFE, 0xE4, 0xFE, 0xA0, 0xFD, 0x60, [all...] |
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/spec/ |
DESKeySpecTest.java | 58 {(byte) 0xFE, (byte) 0x1F, (byte) 0xFE, (byte) 0x1F, 61 {(byte) 0x1F, (byte) 0xFE, (byte) 0x1F, (byte) 0xFE, 64 {(byte) 0xE0, (byte) 0x1F, (byte) 0xE0, (byte) 0x1F, 67 {(byte) 0x1F, (byte) 0xE0, (byte) 0x1F, (byte) 0xE0, 76 {(byte) 0x01, (byte) 0x1F, (byte) 0x01, (byte) 0x1F, [all...] |
/system/core/libpixelflinger/ |
t32cb16blend.S | 59 and r6, r6, #0x1F 61 cmp lr, #0x1F 62 orrhs \FB, \FB, #(0x1F<<(16 + 11)) 76 and lr, \DREG, #(0x1F << 16) 79 and r6, r6, #0x1F 81 cmp lr, #0x1F 82 orrhs \FB, \FB, #(0x1F << 16) 89 and lr, lr, #0x1F 92 and r6, r6, #0x1F 94 cmp lr, #0x1F [all...] |
/external/dropbear/libtomcrypt/src/pk/asn1/der/short_integer/ |
der_decode_short_integer.c | 42 if ((in[x++] & 0x1F) != 0x02) {
|
/cts/tools/dex-tools/src/dex/structure/ |
DexEncodedValueType.java | 155 * VALUE_BOOLEAN 0x1f boolean (0...1) (none) 161 VALUE_BOOLEAN((byte) 0x1f); 188 if (type.value == (value & 0x1F)) {
|
/external/qemu/distrib/sdl-1.2.12/src/video/fbcon/ |
3dfx_mmio.h | 40 while ( (tdfx_in8(TDFX_STATUS) & 0x1F) < space ) \
|
/external/chromium/third_party/icu/source/test/perf/usetperf/ |
bitset.cpp | 32 int32_t bitInLong = bitIndex & 0x1F; 39 int32_t bitInLong = bitIndex & 0x1F;
|
/external/icu4c/test/perf/usetperf/ |
bitset.cpp | 32 int32_t bitInLong = bitIndex & 0x1F; 39 int32_t bitInLong = bitIndex & 0x1F;
|
/bionic/libc/string/ |
memmove.c | 58 c0 = n & 0x1F; /* cache-line is 32 bytes */
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/bit/ |
der_decode_bit_string.c | 44 if ((in[0]&0x1F) != 0x03) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/ia5/ |
der_decode_ia5_string.c | 45 if ((in[0] & 0x1F) != 0x16) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/octet/ |
der_decode_octet_string.c | 44 if ((in[0] & 0x1F) != 0x04) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/printable_string/ |
der_decode_printable_string.c | 45 if ((in[0] & 0x1F) != 0x13) {
|
/external/openssl/crypto/des/ |
set_key.c | 122 {0x1F,0x1F,0x1F,0x1F,0x0E,0x0E,0x0E,0x0E}, 127 {0x1F,0xE0,0x1F,0xE0,0x0E,0xF1,0x0E,0xF1}, 128 {0xE0,0x1F,0xE0,0x1F,0xF1,0x0E,0xF1,0x0E}, 131 {0x1F,0xFE,0x1F,0xFE,0x0E,0xFE,0x0E,0xFE} [all...] |
/external/libgsm/src/ |
gsm_print.c | 27 LARc[2] = (*c >> 3) & 0x1F; 41 xmaxc[0] = (*c++ & 0x1F) << 1; 64 xmaxc[1] = (*c++ & 0x1F) << 1; 88 xmaxc[2] = (*c++ & 0x1F) << 1; 111 xmaxc[3] = (*c++ & 0x1F) << 1;
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/integer/ |
der_decode_integer.c | 43 if ((in[x++] & 0x1F) != 0x02) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/object_identifier/ |
der_decode_object_identifier.c | 48 if ((in[x++] & 0x1F) != 0x06) {
|
/external/dropbear/libtomcrypt/src/pk/asn1/der/utf8/ |
der_decode_utf8_string.c | 45 if ((in[0] & 0x1F) != 0x0C) {
|
/external/webkit/JavaScriptCore/runtime/ |
Collector.h | 207 bool get(size_t n) const { return !!(bits[n >> 5] & (1 << (n & 0x1F))); } 208 void set(size_t n) { bits[n >> 5] |= (1 << (n & 0x1F)); } 209 void clear(size_t n) { bits[n >> 5] &= ~(1 << (n & 0x1F)); } 214 for ( ; (startCell & 0x1F) != 0; ++startCell) {
|
/libcore/luni/src/main/java/java/nio/charset/ |
ModifiedUtf8.java | 45 out[s++] = (char) (((a & 0x1F) << 6) | (b & 0x3F));
|
/libcore/luni/src/main/java/org/apache/harmony/security/asn1/ |
DerInputStream.java | 67 0x07, 0x0F, 0x1F, 0x3F, 0x7F };
|
/external/dropbear/libtomcrypt/src/mac/pelican/ |
pelican_test.c | 67 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F }, 80 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F,
|
/external/bluetooth/glib/gio/xdgmime/ |
xdgmimeint.c | 80 result = *source++ & 0x1F;
|
/external/chromium/base/third_party/xdg_mime/ |
xdgmimeint.c | 80 result = *source++ & 0x1F;
|