HomeSort by relevance Sort by last modified time
    Searched refs:byte (Results 1 - 25 of 962) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/llvm/test/MC/ARM/
bracket-darwin.s 5 .byte [4-3]
bracket-exprs.s 3 // CHECK: .byte 1
5 .byte 1
7 .byte 2
10 // CHECK: .byte 3
12 .byte 3
14 .byte 4
  /external/llvm/test/MC/ELF/
bracket-exprs.s 3 // CHECK: .byte 1
5 .byte 1
7 .byte 2
10 // CHECK: .byte 3
12 .byte 3
14 .byte 4
n_bytes.s 3 .2byte 42, 1, 2, 3
4 .4byte 42, 1, 2, 3
5 .8byte 42, 1, 2, 3
  /external/llvm/test/MC/MachO/
section-align-1.s 4 .byte 0
section-align-2.s 3 .byte 0
12 .byte 0
zerofill-2.s 3 .byte 0
darwin-x86_64-nobase-relocs.s 12 .byte 0x0f,0x1f,0x40,0x00
13 .byte 0x0f,0x1f,0x40,0x00
zerofill-1.s 4 .byte 0 // Align to 2**3 bytes, not 2**1
  /frameworks/base/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/m4p10/src_gcc/
armVCM4P10_DequantTables_s.S 24 .byte 0, 2, 0, 2
25 .byte 2, 1, 2, 1
26 .byte 0, 2, 0, 2
27 .byte 2, 1, 2, 1
30 .byte 0, 2
31 .byte 2, 1
34 .byte 10, 16, 13
35 .byte 11, 18, 14
36 .byte 13, 20, 16
37 .byte 14, 23, 1
    [all...]
armVCM4P10_QuantTables_s.S 57 .byte 16, 16, 16, 16, 16, 16
58 .byte 17, 17, 17, 17, 17, 17
59 .byte 18, 18, 18, 18, 18, 18
60 .byte 19, 19, 19, 19, 19, 19
61 .byte 20, 20, 20, 20, 20, 20
62 .byte 21, 21, 21, 21, 21, 21
63 .byte 22, 22, 22, 22, 22, 22
64 .byte 23, 23, 23, 23, 23, 23
65 .byte 24, 24, 24, 24, 24, 24
  /external/llvm/test/MC/AsmParser/
ifdef.s 3 # 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...]
ifndef.s 3 # 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...]
exprs-invalid.s 11 .byte 256
conditional_asm.s 3 # CHECK: .byte 2
6 .byte 1
8 .byte 1+1
10 .byte 0
directive_ascii.s 13 # 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
  /device/google/accessory/arduino/USB_Host_Shield/
Usb.h 72 // byte usb_task_state = USB_DETACHED_SUBSTATE_INITIALIZE
77 byte bmRequestType; // 0 Bit-map of request type
79 byte recipient: 5; // Recipient of the request
80 byte type: 2; // Type of request
81 byte direction: 1; // Direction of data X-fer
84 byte bRequest; // 1 Request
88 byte wValueLo;
89 byte wValueHi;
100 byte epAddr; //copy from endpoint descriptor. Bit 7 indicates direction ( ignored for control endpoints )
101 byte Attr; // Endpoint transfer type.
    [all...]
Max3421e.h 41 // byte vbusState;
44 byte getVbusState( void );
45 // void toggle( byte pin );
46 static void regWr( byte, byte );
47 char * bytesWr( byte, byte, char * );
48 static void gpioWr( byte );
49 byte regRd( byte );
    [all...]
ch9.h 131 byte bLength; // Length of this descriptor.
132 byte bDescriptorType; // DEVICE descriptor type (USB_DESCRIPTOR_DEVICE).
134 byte bDeviceClass; // Class code (assigned by the USB-IF). 0xFF-Vendor specific.
135 byte bDeviceSubClass; // Subclass code (assigned by the USB-IF).
136 byte bDeviceProtocol; // Protocol code (assigned by the USB-IF). 0xFF-Vendor specific.
137 byte bMaxPacketSize0; // Maximum packet size for endpoint 0.
141 byte iManufacturer; // Index of String Descriptor describing the manufacturer.
142 byte iProduct; // Index of String Descriptor describing the product.
143 byte iSerialNumber; // Index of String Descriptor with the device's serial number.
144 byte bNumConfigurations; // Number of possible configurations.
    [all...]
  /external/v8/src/
disassembler.h 37 static void Dump(FILE* f, byte* begin, byte* end);
42 static int Decode(FILE* f, byte* begin, byte* end);
51 static int Decode(FILE* f, byte* pc, int* char_count);
disasm.h 33 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/tcpdump/
decnet.h 25 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 *
    [all...]
  /external/quake/quake/src/QW/client/
crc.h 23 void CRC_ProcessByte(unsigned short *crcvalue, byte data);
25 unsigned short CRC_Block (byte *start, int count);
  /external/valgrind/main/memcheck/tests/x86-linux/
scalar_supp.stderr.exp 1 Syscall param (syscallno) contains uninitialised byte(s)
4 Syscall param write(fd) contains uninitialised byte(s)
7 Syscall param write(count) contains uninitialised byte(s)
  /bionic/libc/arch-arm/bionic/
ffs.S 71 .byte 0, 1, 2, 13, 3, 7, 0, 14 /* 0- 7 */
72 .byte 4, 0, 8, 0, 0, 0, 0, 15 /* 8-15 */
73 .byte 11, 5, 0, 0, 9, 0, 0, 26 /* 16-23 */
74 .byte 0, 0, 0, 0, 0, 22, 28, 16 /* 24-31 */
75 .byte 32, 12, 6, 0, 0, 0, 0, 0 /* 32-39 */
76 .byte 10, 0, 0, 25, 0, 0, 21, 27 /* 40-47 */
77 .byte 31, 0, 0, 0, 0, 24, 0, 20 /* 48-55 */
78 .byte 30, 0, 23, 19, 29, 18, 17, 0 /* 56-63 */

Completed in 476 milliseconds

1 2 3 4 5 6 7 8 91011>>