Searched refs:byte (Results 1 - 25 of 659) sorted by relevance

1234567891011>>

/external/llvm/test/MC/ARM/
H A Dbracket-darwin.s5 .byte [4-3]
H A Dbracket-exprs.s3 // CHECK: .byte 1
5 .byte 1
7 .byte 2
10 // CHECK: .byte 3
12 .byte 3
14 .byte 4
/external/llvm/test/MC/ELF/
H A Dbracket-exprs.s3 // CHECK: .byte 1
5 .byte 1
7 .byte 2
10 // CHECK: .byte 3
12 .byte 3
14 .byte 4
H A Dn_bytes.s3 .2byte 42, 1, 2, 3
4 .4byte 42, 1, 2, 3
5 .8byte 42, 1, 2, 3
/external/llvm/test/MC/MachO/
H A Dsection-align-1.s4 .byte 0
H A Dsection-align-2.s3 .byte 0
12 .byte 0
H A Dzerofill-2.s3 .byte 0
H A Ddarwin-x86_64-nobase-relocs.s12 .byte 0x0f,0x1f,0x40,0x00
13 .byte 0x0f,0x1f,0x40,0x00
H A Dzerofill-1.s4 .byte 0 // Align to 2**3 bytes, not 2**1
H A Dzerofill-sect-align.s5 .byte 0
/external/llvm/test/MC/AsmParser/
H A Difb.s5 # CHECK-NOT: .byte 0
6 # CHECK: .byte 1
8 .byte 1
10 .byte 0
13 # CHECK-NOT: .byte 0
14 # CHECK: .byte 1
16 .byte 0
18 .byte 1
21 # CHECK-NOT: .byte 0
22 # CHECK: .byte
[all...]
H A Difdef.s3 # CHECK-NOT: .byte 0
4 # CHECK: .byte 1
6 .byte 0
8 .byte 1
13 # CHECK: .byte 1
14 # CHECK-NOT: .byte 0
16 .byte 1
18 .byte 0
23 # CHECK-NOT: .byte 0
24 # CHECK: .byte
[all...]
H A Difndef.s3 # CHECK: .byte 1
4 # CHECK-NOT: byte 0
6 .byte 1
8 .byte 0
13 # CHECK-NOT: byte 0
14 # CHECK: .byte 1
16 .byte 0
18 .byte 1
23 # CHECK: .byte 1
24 # CHECK-NOT: byte
[all...]
H A Difc.s3 # CHECK-NOT: .byte 0
4 # CHECK: .byte 1
6 .byte 1
8 .byte 0
11 # CHECK-NOT: .byte 0
12 # CHECK: .byte 1
14 .byte 1
16 .byte 0
19 # CHECK-NOT: .byte 0
20 # CHECK: .byte
[all...]
H A Dexprs-invalid.s11 .byte 256
H A Dconditional_asm.s3 # CHECK: .byte 2
6 .byte 1
8 .byte 1+1
10 .byte 0
H A Ddirective_ascii.s13 # CHECK: .byte 65
18 # CHECK: .byte 66
19 # CHECK: .byte 0
20 # CHECK: .byte 67
21 # CHECK: .byte 0
36 # CHECK: .byte 66
37 # CHECK: .byte 0
38 # CHECK: .byte 67
39 # CHECK: .byte 0
/external/elfutils/tests/
H A Dtestfile44.S.bz2
H A Dtestfile45.S.bz2
/external/tcpdump/
H A Ddecnet.h25 typedef u_int8_t byte[1]; /* single byte field */ typedef
28 * the keyword 'byte' generates conflicts in Windows
30 typedef unsigned char Byte[1]; /* single byte field */
31 #define byte Byte macro
33 typedef u_int8_t word[2]; /* 2 byte field */
66 byte sh_flags; /* route flags */
69 byte sh_visits; /* visit count */
74 byte lg_flags; /* route flags */
75 byte lg_dare
[all...]
/external/quake/quake/src/QW/client/
H A Dcrc.h23 void CRC_ProcessByte(unsigned short *crcvalue, byte data);
25 unsigned short CRC_Block (byte *start, int count);
/external/v8/src/
H A Ddisassembler.h39 static void Dump(FILE* f, byte* begin, byte* end);
44 static int Decode(FILE* f, byte* begin, byte* end);
53 static int Decode(FILE* f, byte* pc, int* char_count);
H A Dsnapshot.h53 static const byte* data() { return data_; }
56 static void set_raw_data(const byte* raw_data) {
59 static const byte* context_data() { return context_data_; }
63 const byte* context_raw_data) {
68 static const byte data_[];
69 static const byte* raw_data_;
70 static const byte context_data_[];
71 static const byte* context_raw_data_;
84 static bool Deserialize(const byte* content, int len);
H A Ddisasm.h33 typedef unsigned char byte; typedef in namespace:disasm
44 virtual const char* NameOfAddress(byte* addr) const;
45 virtual const char* NameOfConstant(byte* addr) const;
46 virtual const char* NameInCode(byte* addr) const;
63 int InstructionDecode(v8::internal::Vector<char> buffer, byte* instruction);
67 int ConstantPoolSizeAt(byte* instruction);
71 static void Disassemble(FILE* f, byte* begin, byte* end);
/external/quake/quake/src/WinQuake/
H A Dcrc.h23 void CRC_ProcessByte(unsigned short *crcvalue, byte data);

Completed in 421 milliseconds

1234567891011>>