/external/dropbear/libtomcrypt/src/mac/pelican/ |
pelican_test.c | 67 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F }, 68 { 0x89, 0xcc, 0x36, 0x58, 0x1b, 0xdd, 0x4d, 0xb5, 80 0x18, 0x19, 0x1A, 0x1B, 0x1C, 0x1D, 0x1E, 0x1F,
|
/external/kernel-headers/original/linux/ |
serio.h | 204 #define SERIO_SPACEBALL 0x1b
|
/external/llvm/lib/Target/X86/InstPrinter/ |
X86IntelInstPrinter.cpp | 108 case 0x1b: O << "false_os"; break;
|
/external/llvm/test/MC/ARM/ |
neont2-pairwise-encoding.s | 9 @ CHECK: vpadd.i8 d1, d5, d11 @ encoding: [0x05,0xef,0x1b,0x1b]
|
neon-pairwise-encoding.s | 12 @ CHECK: vpadd.i8 d17, d17, d16 @ encoding: [0xb0,0x1b,0x41,0xf2] 14 @ CHECK: vpadd.i16 d17, d17, d16 @ encoding: [0xb0,0x1b,0x51,0xf2] 16 @ CHECK: vpadd.i32 d17, d17, d16 @ encoding: [0xb0,0x1b,0x61,0xf2]
|
/external/llvm/test/MC/ELF/ |
cfi.s | 103 .cfi_personality 0x1b, foo 415 // CHECK-NEXT: 0x560 R_X86_64_PC32 .text 0x1B
|
/external/llvm/test/MC/Mips/ |
mips64-register-names.s | 34 # CHECK: encoding: [0x64,0x1b,0x00,0x00]
|
/external/openssl/crypto/ |
ebcdic.c | 37 /*20*/ 0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b, 89 0x38, 0x39, 0x3a, 0x3b, 0x1a, 0x1b, 0x3e, 0x5f, /*................*/ 118 0x80, 0x81, 0x82, 0x83, 0x84, 0x92, 0x17, 0x1b, /* 20-2f: */ 173 0x38, 0x39, 0x3a, 0x3b, 0x1a, 0x1b, 0x3e, 0xff, /* ................ */
|
/external/sonivox/jet_tools/JetCreator/ |
img_Redo.py | 26 \x84\xb5\xb9e\x1b\xec\xfb\x06h\xdc\x0f\xdd\x1c\xd7>*\xf4\x95mY[\xf7\x9aoA\
28 \x1b\xddP\x89\x17\xa5\xfa\xa3\xb8\xd0\xf3Gbt\xec\xc6y\tk\xdd\xe1-\x98\xb8g\
55 k\x8c\xc6\x153v\xf3\xc2\xc5\xef\xe5\xb5\x8c\xdb+7:\xc4\xd1\x1b\xdd\xe0\x8e\
|
img_Print.py | 14 \xa5.Z(B\xb7.\xba.v\xe9>\x1b\x17\x82P\x8a\xf8\xe3\x11SS\x13\'\xc6\x9a\x99;s\
29 \x02\xd9lV\x86\x82\xc1B\xcd0>\xd9\xda\xdar7\x92\x1b\xbd\xb8\xb8\x18\t\x06\
30 \x83\xbf\xaf\xac\xac\xf4\'\x12\t\xd6\xd7\xd7\x19\x1b\x1b\xa3R\xa9\xb4$\xbe\
|
/libcore/dex/src/main/java/com/android/dex/ |
EncodedValueReader.java | 35 public static final int ENCODED_ENUM = 0x1b;
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/scsi/ |
scsi.h | 53 #define START_STOP 0x1b
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
scsi.h | 53 #define START_STOP 0x1b
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4114.h | 53 #define AK4114_REG_QSUB_FRAME 0x1b /* Q-subcode frame */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/scsi/ |
scsi.h | 53 #define START_STOP 0x1b
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sound/ |
ak4114.h | 53 #define AK4114_REG_QSUB_FRAME 0x1b /* Q-subcode frame */
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 32 ESC = 0x1b # ^[
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/ |
ascii.py | 32 ESC = 0x1b # ^[
|
/external/chromium_org/third_party/openssl/openssl/crypto/rc2/ |
tab.c | 5 0xb0,0x93,0xd1,0x9c,0x1b,0x33,0xfd,0xd0, 58 0xdd,0x79,0xf5,0x1b,0x0b,0xde,0x26,0x21,
|
/external/chromium_org/third_party/protobuf/java/src/test/java/com/google/protobuf/ |
CodedOutputStreamTest.java | 143 assertWriteVarint(bytes(0xbe, 0xf7, 0x92, 0x84, 0x1b), 154 (0x1b << 0) | (0x28 << 7) | (0x79 << 14) | (0x42 << 21) |
|
/external/dropbear/libtomcrypt/src/encauth/ocb/ |
ocb_test.c | 126 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f }, 151 0x18, 0x19, 0x1a, 0x1b, 0x1c, 0x1d, 0x1e, 0x1f,
|
/external/openssl/crypto/rc2/ |
tab.c | 5 0xb0,0x93,0xd1,0x9c,0x1b,0x33,0xfd,0xd0, 58 0xdd,0x79,0xf5,0x1b,0x0b,0xde,0x26,0x21,
|
/external/protobuf/java/src/test/java/com/google/protobuf/ |
CodedOutputStreamTest.java | 142 assertWriteVarint(bytes(0xbe, 0xf7, 0x92, 0x84, 0x1b), 153 (0x1b << 0) | (0x28 << 7) | (0x79 << 14) | (0x42 << 21) |
|
/external/chromium_org/ppapi/examples/video_decode/ |
testdata.h | 28 0x5b, 0xf1, 0x92, 0xd9, 0xb3, 0x63, 0x8f, 0xc4, 0x1b, 0x68, 0xf9, 0x87, 71 0x1b, 0xd6, 0xc4, 0x23, 0x79, 0x71, 0xf0, 0x3a, 0x37, 0x97, 0x1f, 0xff, 72 0x1f, 0x80, 0x21, 0x6d, 0xb6, 0xd8, 0x1b, 0xd6, 0xc0, 0x74, 0x65, 0x97, 109 0x1b, 0x93, 0xfe, 0xe9, 0x00, 0x01, 0x0a, 0x16, 0x0c, 0xfe, 0xde, 0x62, 124 0x34, 0x55, 0x75, 0xf2, 0x1b, 0x9e, 0xe7, 0x82, 0x2f, 0x00, 0x5a, 0xb2, 139 0x74, 0xfe, 0x70, 0xd5, 0x1b, 0x23, 0xe3, 0x3c, 0x04, 0x79, 0xf3, 0xf2, 260 0x20, 0x1f, 0x62, 0x1e, 0xf4, 0x7a, 0x9b, 0xf0, 0xcd, 0xb6, 0xb8, 0x1b, 280 0x00, 0x79, 0x5c, 0xc4, 0xd6, 0x79, 0xbc, 0xd5, 0x1b, 0xfd, 0xf1, 0xad, 304 0x8c, 0x5b, 0xce, 0x1d, 0x1b, 0xaa, 0xc6, 0x52, 0xf5, 0x29, 0x80, 0x27, 342 0x1b, 0xd7, 0xef, 0xf1, 0x80, 0x98, 0x7b, 0x80, 0x57, 0x83, 0x0b, 0xd3 [all...] |
/external/chromium/net/base/ |
x509_certificate.cc | 605 {0xff,0x2e,0x1b,0xda,0xa2,0xf4,0xc9,0x51,0x02,0x65,0xf7,0x26,0x11,0xdd,0x0c,0x44}, 607 {0x4b,0x72,0xe8,0x49,0x97,0x38,0x82,0x99,0xf5,0x83,0xcb,0x37,0x60,0xab,0x1b,0x20}, 618 {0x35,0x19,0x81,0x98,0xd1,0xbc,0xaf,0xcf,0x43,0x86,0xe6,0xb8,0x87,0xba,0xe6,0x1b}, 633 {0x4c,0x06,0x16,0x26,0x9a,0x64,0xa3,0xe5,0x7b,0xe9,0xd0,0xeb,0x9d,0x1b,0x59,0x97}, 653 {0x89,0x86,0xa0,0xfc,0x6f,0xd1,0xe6,0x1b,0xef,0x2f,0xc7,0x45,0x64,0xa7,0x0b,0x18}, 658 {0xd0,0x37,0xe2,0x1b,0x2f,0xe6,0xf1,0x9c,0x00,0x74,0x6e,0xb5,0xd6,0x32,0x9a,0xa2}, 697 {0xb8,0x05,0x89,0x79,0xa8,0x42,0x6d,0x1b,0xbc,0x23,0x3d,0xa0,0xf7,0x6d,0x59,0x88}, 706 {0x09,0xf7,0x2a,0x16,0xcf,0x28,0xd8,0x20,0xb5,0x34,0x8f,0x22,0x9e,0x1b,0x9e,0x51}, 708 {0x50,0x6f,0xc2,0xc4,0x67,0x9a,0x8f,0x41,0x07,0x19,0x85,0x1b,0xa5,0xaf,0x10,0x6c}, 709 {0xfa,0x8d,0x23,0xab,0x7f,0x1d,0x4e,0x6b,0xbf,0xd5,0x1b,0x11,0x23,0x62,0x8b,0xe0} [all...] |