/external/elfutils/tests/ |
testfile44.S.bz2 | |
testfile45.S.bz2 | |
/hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/ |
g722encsocket_ti.h | 43 0x3f, 0x66, 0x82, 0xa0, 0x2f, 0x76
|
/external/qemu-pc-bios/vgabios/ |
vgafonts.h | 17 0x00, 0x3c, 0x66, 0x42, 0x42, 0x66, 0x3c, 0x00, 20 0x3c, 0x66, 0x66, 0x66, 0x3c, 0x18, 0x7e, 0x18, 27 0x66, 0x66, 0x66, 0x66, 0x66, 0x00, 0x66, 0x00 [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/x86-64/ |
xform4.S | 62 .byte 0x66, 0x66, 0x66, 0x90 /* manual align += 3 */ 76 .byte 0x66, 0x66, 0x90 /* manual align += 3 */ 163 .byte 0x66, 0x66, 0x90 /* manual align += 3 */ 235 .byte 0x66, 0x66, 0x90 /* manual align += 3 */ 239 .byte 0x66, 0x66, 0x90 /* manual align += 3 * [all...] |
/external/mesa3d/src/mesa/x86-64/ |
xform4.S | 62 .byte 0x66, 0x66, 0x66, 0x90 /* manual align += 3 */ 76 .byte 0x66, 0x66, 0x90 /* manual align += 3 */ 163 .byte 0x66, 0x66, 0x90 /* manual align += 3 */ 235 .byte 0x66, 0x66, 0x90 /* manual align += 3 */ 239 .byte 0x66, 0x66, 0x90 /* manual align += 3 * [all...] |
/external/chromium_org/ash/system/tray/ |
tray_constants.cc | 57 const SkColor kPublicAccountUserCardTextColor = SkColorSetRGB(0x66, 0x66, 0x66);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/ |
x86arch.c | 276 {0x66, 0x90}; /* 2 - xchg ax, ax (o16 nop) */ 359 {0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00}; /* 6 - nop(6) */ 366 {0x66, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, /* 9 - nop(9) */ 371 {0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x00, 0x00, /* 10 - o16; cs; nop */ 374 {0x66, 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x00, /* 11 - 2x o16; cs; nop */ 377 {0x66, 0x66, 0x66, 0x2e, 0x0f, 0x1f, 0x84, /* 12 - 3x o16; cs; nop */ 380 {0x66, 0x66, 0x66, 0x66, 0x2e, 0x0f, 0x1f, /* 13 - 4x o16; cs; nop * [all...] |
gen_x86_insn.py | 220 elif self.special_prefix == "0x66": [all...] |
/external/qemu/ |
vgafont.h | 172 0x66, /* 01100110 */ 175 0x66, /* 01100110 */ 223 0x66, /* 01100110 */ 224 0x66, /* 01100110 */ 225 0x66, /* 01100110 */ 226 0x66, /* 01100110 */ 348 0x66, /* 01100110 */ 349 0x66, /* 01100110 */ 350 0x66, /* 01100110 */ 351 0x66, /* 01100110 * [all...] |
/external/llvm/test/MC/MachO/ |
x86_32-optimal_nop.s | 15 # 0x66, 0x90 49 # 0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00 83 # 0x66, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 96 # 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 107 # 0x66, 0x66, 0x2e, 0x0f, 0x1f, 0x84, 0x00, 0x00, 0x00, 0x00, 0x00 118 # 0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00, 119 # 0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00 129 # 0x66, 0x0f, 0x1f, 0x44, 0x00, 0x00,
|
/libcore/harmony-tests/src/test/java/tests/api/java/nio/charset/ |
CharsetTest.java | 162 assertEncodes(cs, "a\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66); 164 assertDecodes(cs, "a\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66); 165 assertDecodes(cs, "a\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06); 167 assertDecodes(cs, "a\u0666", 0, 'a', 0x06, 0x66); 173 assertEncodes(cs, "a\u0666", 0, 'a', 0x06, 0x66); 176 assertDecodes(cs, "\ufffda\u0666", 0xff, 0xfe, 0, 'a', 0x06, 0x66); 178 assertDecodes(cs, "\ufeffa\u0666", 0xfe, 0xff, 0, 'a', 0x06, 0x66); 180 assertDecodes(cs, "a\u0666", 0, 'a', 0x06, 0x66); 186 assertEncodes(cs, "a\u0666", 'a', 0, 0x66, 0x06); 188 assertDecodes(cs, "\ufeffa\u0666", 0xff, 0xfe, 'a', 0, 0x66, 0x06) [all...] |
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/ |
TrustAnchorTest.java | 405 (byte)0x0e,(byte)0x66,(byte)0x69,(byte)0x6c, 407 (byte)0x66,(byte)0x6f,(byte)0x6f,(byte)0x2e, 411 (byte)0x0e,(byte)0x66,(byte)0x69,(byte)0x6c, 417 (byte)0x0a,(byte)0x66,(byte)0x69,(byte)0x6c, 424 (byte)0x2f,(byte)0x2f,(byte)0x66,(byte)0x6f, 455 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 456 (byte)0x3a,(byte)0x2f,(byte)0x2f,(byte)0x66, 461 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 467 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 488 (byte)0x3a,(byte)0x2f,(byte)0x2f,(byte)0x66, // :// [all...] |
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
x86insn_nasm.gperf | 21 addpd, xmm_xmm128_insn, 2, SUF_Z, 0x66, 0x58, 0, 0, CPU_SSE2, 0, 0 25 addsubpd, xmm_xmm128_insn, 2, SUF_Z, 0x66, 0xD0, 0, 0, CPU_SSE3, 0, 0 35 andnpd, xmm_xmm128_insn, 2, SUF_Z, 0x66, 0x55, 0, 0, CPU_SSE2, 0, 0 37 andpd, xmm_xmm128_insn, 2, SUF_Z, 0x66, 0x54, 0, 0, CPU_SSE2, 0, 0 99 cmpeqpd, ssecmp_128_insn, 3, SUF_Z, 0x00, 0x66, 0, 0, CPU_SSE, 0, 0 103 cmplepd, ssecmp_128_insn, 3, SUF_Z, 0x02, 0x66, 0, 0, CPU_SSE, 0, 0 107 cmpltpd, ssecmp_128_insn, 3, SUF_Z, 0x01, 0x66, 0, 0, CPU_SSE, 0, 0 111 cmpneqpd, ssecmp_128_insn, 3, SUF_Z, 0x04, 0x66, 0, 0, CPU_SSE, 0, 0 115 cmpnlepd, ssecmp_128_insn, 3, SUF_Z, 0x06, 0x66, 0, 0, CPU_SSE, 0, 0 119 cmpnltpd, ssecmp_128_insn, 3, SUF_Z, 0x05, 0x66, 0, 0, CPU_SSE, 0, [all...] |
/external/chromium_org/net/quic/crypto/ |
null_decrypter_test.cc | 39 0xcf, 0x1d, 0x66, 0x5b, 57 0xcf, 0x1d, 0x66, 0x5b,
|
/external/llvm/test/MC/X86/ |
x86_64-sse4a.s | 5 # CHECK: encoding: [0x66,0x0f,0x78,0xc0,0x03,0x02] 9 # CHECK: encoding: [0x66,0x0f,0x79,0xc1]
|
/art/runtime/ |
disassembler_x86.cc | 49 size_t size = byte_operand ? 1 : (size_override == 0x66 ? 2 : 4); 126 case 0x66: 236 } else if (prefix[2] == 0x66) { 248 if (prefix[2] == 0x66) { 265 if (prefix[2] == 0x66) { 282 if (prefix[2] == 0x66) { 302 if (prefix[2] == 0x66) { 337 if (prefix[2] == 0x66) { 355 if (prefix[2] == 0x66) { 372 if (prefix[2] == 0x66) { [all...] |
/external/chromium/net/http/ |
des_unittest.cc | 41 0x82, 0xdc, 0xba, 0xfb, 0xde, 0xab, 0x66, 0x02
|
/external/chromium_org/net/http/ |
des_unittest.cc | 41 0x82, 0xdc, 0xba, 0xfb, 0xde, 0xab, 0x66, 0x02
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
calldata.h | 18 {0x66, 0x6f, 0x75, 0x72, 0}, 19 {0x66, 0x69, 0x76, 0x65, 0}, 39 {0x66, 0x6f, 0x75, 0x72, 0}, 40 {0x66, 0x69, 0x76, 0x65, 0},
|
/external/icu4c/test/cintltst/ |
calldata.h | 18 {0x66, 0x6f, 0x75, 0x72, 0}, 19 {0x66, 0x69, 0x76, 0x65, 0}, 39 {0x66, 0x6f, 0x75, 0x72, 0}, 40 {0x66, 0x69, 0x76, 0x65, 0},
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/java/security/cert/ |
TrustAnchor_ImplTest.java | 604 (byte)0x0e,(byte)0x66,(byte)0x69,(byte)0x6c, 606 (byte)0x66,(byte)0x6f,(byte)0x6f,(byte)0x2e, 610 (byte)0x0e,(byte)0x66,(byte)0x69,(byte)0x6c, 616 (byte)0x0a,(byte)0x66,(byte)0x69,(byte)0x6c, 623 (byte)0x2f,(byte)0x2f,(byte)0x66,(byte)0x6f, 654 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 655 (byte)0x3a,(byte)0x2f,(byte)0x2f,(byte)0x66, 660 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 666 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 687 (byte)0x3a,(byte)0x2f,(byte)0x2f,(byte)0x66, // :// [all...] |
/libcore/luni/src/test/java/tests/security/cert/ |
TrustAnchorTest.java | 620 (byte)0x0e,(byte)0x66,(byte)0x69,(byte)0x6c, 622 (byte)0x66,(byte)0x6f,(byte)0x6f,(byte)0x2e, 626 (byte)0x0e,(byte)0x66,(byte)0x69,(byte)0x6c, 632 (byte)0x0a,(byte)0x66,(byte)0x69,(byte)0x6c, 639 (byte)0x2f,(byte)0x2f,(byte)0x66,(byte)0x6f, 670 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 671 (byte)0x3a,(byte)0x2f,(byte)0x2f,(byte)0x66, 676 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 682 (byte)0x66,(byte)0x69,(byte)0x6c,(byte)0x65, 703 (byte)0x3a,(byte)0x2f,(byte)0x2f,(byte)0x66, // :// [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/perlasm/ |
x86asm.pl | 89 { &::data_byte(0x66,0x0f,0x3a,0x16,0xc0|($2<<3)|$regrm{$1},$imm); } 97 { &::data_byte(0x66,0x0f,0x3a,0x22,0xc0|($1<<3)|$regrm{$2},$imm); } 105 { &data_byte(0x66,0x0f,0x38,0x00,0xc0|($1<<3)|$2); } 113 { &::data_byte(0x66,0x0f,0x3a,0x0f,0xc0|($1<<3)|$2,$imm); } 121 { &::data_byte(0x66,0x0f,0x3a,0x44,0xc0|($1<<3)|$2,$imm); }
|
/external/openssl/crypto/perlasm/ |
x86asm.pl | 89 { &::data_byte(0x66,0x0f,0x3a,0x16,0xc0|($2<<3)|$regrm{$1},$imm); } 97 { &::data_byte(0x66,0x0f,0x3a,0x22,0xc0|($1<<3)|$regrm{$2},$imm); } 105 { &data_byte(0x66,0x0f,0x38,0x00,0xc0|($1<<3)|$2); } 113 { &::data_byte(0x66,0x0f,0x3a,0x0f,0xc0|($1<<3)|$2,$imm); } 121 { &::data_byte(0x66,0x0f,0x3a,0x44,0xc0|($1<<3)|$2,$imm); }
|