/external/icu4c/test/testdata/ |
test1.ucm | 20 <U20ac> \x00 |0 21 <U20ad> \x00 |1
|
/external/llvm/test/MC/Disassembler/Mips/ |
mips-dsp.txt | 4 0x10 0xa8 0x60 0x00 7 0x12 0xa8 0x60 0x00
|
/external/llvm/test/MC/Mips/ |
micromips-loadstore-instructions.s | 7 # CHECK: lb $5, 8($4) # encoding: [0x08,0x00,0xa4,0x1c] 8 # CHECK: lbu $6, 8($4) # encoding: [0x08,0x00,0xc4,0x14] 9 # CHECK: lh $2, 8($4) # encoding: [0x08,0x00,0x44,0x3c] 10 # CHECK: lhu $4, 8($2) # encoding: [0x08,0x00,0x82,0x34] 11 # CHECK: lw $6, 4($5) # encoding: [0x04,0x00,0xc5,0xfc] 12 # CHECK: sb $5, 8($4) # encoding: [0x08,0x00,0xa4,0x18] 13 # CHECK: sh $2, 8($4) # encoding: [0x08,0x00,0x44,0x38] 14 # CHECK: sw $5, 4($6) # encoding: [0x04,0x00,0xa6,0xf8]
|
micromips-shift-instructions.s | 7 # CHECK: sll $4, $3, 7 # encoding: [0x00,0x38,0x83,0x00] 8 # CHECK: sllv $2, $3, $5 # encoding: [0x10,0x10,0x65,0x00] 9 # CHECK: sra $4, $3, 7 # encoding: [0x80,0x38,0x83,0x00] 10 # CHECK: srav $2, $3, $5 # encoding: [0x90,0x10,0x65,0x00] 11 # CHECK: srl $4, $3, 7 # encoding: [0x40,0x38,0x83,0x00] 12 # CHECK: srlv $2, $3, $5 # encoding: [0x50,0x10,0x65,0x00] 14 # CHECK: rotrv $9, $6, $7 # encoding: [0xd0,0x48,0xc7,0x00]
|
mips-coprocessor-encodings.s | 5 # MIPS64: dmtc0 $12, $16, 0 # encoding: [0x40,0xac,0x80,0x00] 7 # MIPS64: mtc0 $12, $16, 0 # encoding: [0x40,0x8c,0x80,0x00] 9 # MIPS64: dmfc0 $12, $16, 0 # encoding: [0x40,0x2c,0x80,0x00] 11 # MIPS64: mfc0 $12, $16, 0 # encoding: [0x40,0x0c,0x80,0x00] 23 # MIPS64: dmtc2 $12, $16, 0 # encoding: [0x48,0xac,0x80,0x00] 25 # MIPS64: mtc2 $12, $16, 0 # encoding: [0x48,0x8c,0x80,0x00] 27 # MIPS64: dmfc2 $12, $16, 0 # encoding: [0x48,0x2c,0x80,0x00] 29 # MIPS64: mfc2 $12, $16, 0 # encoding: [0x48,0x0c,0x80,0x00]
|
mips-memory-instructions.s | 7 # CHECK: sb $4, 16($5) # encoding: [0x10,0x00,0xa4,0xa0] 8 # CHECK: sc $4, 16($5) # encoding: [0x10,0x00,0xa4,0xe0] 9 # CHECK: sh $4, 16($5) # encoding: [0x10,0x00,0xa4,0xa4] 10 # CHECK: sw $4, 16($5) # encoding: [0x10,0x00,0xa4,0xac] 11 # CHECK: sw $7, 0($5) # encoding: [0x00,0x00,0xa7,0xac] 12 # CHECK: swc1 $f2, 16($5) # encoding: [0x10,0x00,0xa2,0xe4] 13 # CHECK: swl $4, 16($5) # encoding: [0x10,0x00,0xa4,0xa8] 26 # CHECK: lb $4, 4($5) # encoding: [0x04,0x00,0xa4,0x80] 27 # CHECK: lw $4, 4($5) # encoding: [0x04,0x00,0xa4,0x8c [all...] |
mips64-alu-instructions.s | 7 # CHECK: and $9, $6, $7 # encoding: [0x24,0x48,0xc7,0x00] 13 # CHECK: nor $9, $6, $7 # encoding: [0x27,0x48,0xc7,0x00] 14 # CHECK: or $3, $3, $5 # encoding: [0x25,0x18,0x65,0x00] 17 # CHECK: rotr $9, $6, 7 # encoding: [0xc2,0x49,0x26,0x00] 18 # CHECK: rotrv $9, $6, $7 # encoding: [0x46,0x48,0xe6,0x00] 19 # CHECK: sll $4, $3, 7 # encoding: [0xc0,0x21,0x03,0x00] 20 # CHECK: sllv $2, $3, $5 # encoding: [0x04,0x10,0xa3,0x00] 21 # CHECK: slt $3, $3, $5 # encoding: [0x2a,0x18,0x65,0x00] 22 # CHECK: slti $3, $3, 103 # encoding: [0x67,0x00,0x63,0x28] 23 # CHECK: slti $3, $3, 103 # encoding: [0x67,0x00,0x63,0x28 [all...] |
/external/qemu/hw/ |
piix_pci.c | 241 pci_conf[0x05] = 0x00; 242 pci_conf[0x06] = 0x00; 246 pci_conf[0x4f] = 0x00; 256 pci_conf[0x79] = 0x00; 257 pci_conf[0x80] = 0x00; 258 pci_conf[0x82] = 0x00; 260 pci_conf[0xa2] = 0x00; 261 pci_conf[0xa3] = 0x00; 262 pci_conf[0xa4] = 0x00; 263 pci_conf[0xa5] = 0x00; [all...] |
/external/smali/smali/src/test/resources/LexerTest/ |
ByteLiteralTest.smali | 2 0x00 8 -0x00
|
ShortLiteralTest.smali | 2 0x00 8 -0x00
|
/external/valgrind/main/none/tests/s390x/ |
icm.c | 23 char *b1="\x80\x00\x00\x00"; 24 char *b2="\x00\x00\x00\x01"; 25 char *b3="\xff\x00\x00\x00"; 26 char *b4="\x00\xff\x00\x00" [all...] |
/external/chromium_org/media/base/ |
container_names_unittest.cc | 61 0xd9, 0x00, 0xaa, 0x00, 0x62, 0xce, 0x6c }; 75 uint8 kWtvBuffer[] = { 0xb7, 0xd8, 0x00, 0x20, 0x37, 0x49, 0xda, 0x11, 0xa6, 76 0x4e, 0x00, 0x07, 0xe9, 0x5e, 0xad, 0x8d }; 78 0x00, 0x00, 0x00, 0x18, 0x66, 0x74, 0x79, 0x70, 0x6d, 0x70, 0x34, 0x32, 79 0x00, 0x00, 0x00, 0x00, 0x69, 0x73, 0x6f, 0x6d, 0x6d, 0x70, 0x34, 0x32 [all...] |
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/ |
alternate_format.cc | 24 0x0A, 0x36, 0x4A, 0x00, 0x50, 0xCB, 0x07, 0x5A, 0x00, 0x9A, 0x01, 0x2C, 0x0A, 27 0x24, 0x31, 0x20, 0x24, 0x32, 0x20, 0x24, 0x33, 0x1A, 0x01, 0x35, 0x22, 0x00, 28 0x2A, 0x00, 0x30, 0x00, 0x0A, 0xF4, 0x01, 0x4A, 0x00, 0x50, 0x3D, 0x5A, 0x00, 34 0x39, 0x30, 0x29, 0x22, 0x00, 0x2A, 0x00, 0x30, 0x00, 0x9A, 0x01, 0x33, 0x0A [all...] |
/external/llvm/test/MC/Disassembler/X86/ |
simple-tests.txt | 88 0xc7 0x45 0xfc 0x00 0x00 0x00 0x00 97 0xc8 0x01 0x00 0x02 133 0xc4 0xe2 0x71 0x2f 0x00 309 0xc4 0xe3 0x79 0x09 0xc0 0x00 312 0xc4 0xe3 0x79 0x08 0xc0 0x00 315 0xc4 0xe3 0x7d 0x09 0xc0 0x00 318 0xc4 0xe3 0x7d 0x08 0xc0 0x00 [all...] |
intel-syntax-32.txt | 4 0x0f 0x01 0x00
|
/external/llvm/test/MC/SystemZ/ |
regs-good.s | 21 #CHECK: lgr %r0, %r1 # encoding: [0xb9,0x04,0x00,0x01] 22 #CHECK: lgr %r2, %r3 # encoding: [0xb9,0x04,0x00,0x23] 23 #CHECK: lgr %r4, %r5 # encoding: [0xb9,0x04,0x00,0x45] 24 #CHECK: lgr %r6, %r7 # encoding: [0xb9,0x04,0x00,0x67] 25 #CHECK: lgr %r8, %r9 # encoding: [0xb9,0x04,0x00,0x89] 26 #CHECK: lgr %r10, %r11 # encoding: [0xb9,0x04,0x00,0xab] 27 #CHECK: lgr %r12, %r13 # encoding: [0xb9,0x04,0x00,0xcd] 28 #CHECK: lgr %r14, %r15 # encoding: [0xb9,0x04,0x00,0xef] 39 #CHECK: dlr %r0, %r0 # encoding: [0xb9,0x97,0x00,0x00] [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/ |
BERGenerator.java | 91 _out.write(0x00); 92 _out.write(0x00); 96 _out.write(0x00); 97 _out.write(0x00);
|
/external/chromium_org/crypto/ |
ghash_unittest.cc | 67 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 68 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00 [all...] |
/external/grub/netboot/ |
timer.h | 18 #define TIMER0_SEL 0x00 23 #define LATCH_COUNT 0x00 28 #define MODE0 0x00 35 #define BINARY_COUNT 0x00
|
/external/llvm/test/MC/AArch64/ |
neon-mov.s | 23 // CHECK: movi v0.2s, #0x1 // encoding: [0x20,0x04,0x00,0x0f] 24 // CHECK: movi v1.2s, #0x0 // encoding: [0x01,0x04,0x00,0x0f] 25 // CHECK: movi v15.2s, #0x1, lsl #8 // encoding: [0x2f,0x24,0x00,0x0f] 26 // CHECK: movi v16.2s, #0x1, lsl #16 // encoding: [0x30,0x44,0x00,0x0f] 27 // CHECK: movi v31.2s, #0x1, lsl #24 // encoding: [0x3f,0x64,0x00,0x0f] 28 // CHECK: movi v0.4s, #0x1 // encoding: [0x20,0x04,0x00,0x4f] 29 // CHECK: movi v0.4s, #0x1, lsl #8 // encoding: [0x20,0x24,0x00,0x4f] 30 // CHECK: movi v0.4s, #0x1, lsl #16 // encoding: [0x20,0x44,0x00,0x4f] 31 // CHECK: movi v0.4s, #0x1, lsl #24 // encoding: [0x20,0x64,0x00,0x4f] 32 // CHECK: movi v0.4h, #0x1 // encoding: [0x20,0x84,0x00,0x0f [all...] |
/external/llvm/test/MC/Disassembler/AArch64/ |
ldp-offset-predictable.txt | 4 0xe0 0x83 0x00 0xa9
|
/external/lzma/CPP/7zip/Compress/ |
CopyRegister.cpp | 12 { CreateCodec, CreateCodec, 0x00, L"Copy", 1, false };
|
/external/oprofile/events/i386/piii/ |
unit_masks | 12 0x00 self-generated transactions 15 0x00 prefetch NTA 22 0x00 packed and scalar 35 0x00 MMX->float operations
|
/frameworks/av/cmds/stagefright/ |
WaveWriter.h | 29 fwrite("RIFFxxxxWAVEfmt \x10\x00\x00\x00\x01\x00", 1, 22, mFile);
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
ipaddress_unittest.cc | 37 static const in6_addr kIPv6LinkLocalAddr = {{{0xfe, 0x80, 0x00, 0x00, 38 0x00, 0x00, 0x00, 0x00, 40 0xfe, 0xe5, 0x00, 0xc3}}}; 41 static const in6_addr kIPv6PublicAddr = {{{0x24, 0x01, 0xfa, 0x00, 42 0x00, 0x04, 0x10, 0x00, [all...] |