Searched refs:byte (Results 76 - 100 of 953) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/boringssl/mac-x86_64/crypto/bn/
H A Drsaz-avx2.S9 .byte 0xf3,0xc3
31 .byte 0x0f,0x0b
32 .byte 0xf3,0xc3
/external/qemu/distrib/sdl-1.2.15/src/video/
H A DSDL_blit_0.c48 Uint8 byte = 0, bit; local
51 byte = *src++;
53 bit = (byte&0x80)>>7;
58 byte <<= 1;
65 Uint8 byte = 0, bit; local
68 byte = *src++;
70 bit = (byte&0x80)>>7;
75 byte <<= 1;
101 Uint8 byte = 0, bit; local
104 byte
135 Uint8 byte = 0, bit; local
173 Uint8 byte = 0, bit; local
207 Uint8 byte = 0, bit; local
224 Uint8 byte = 0, bit; local
259 Uint8 byte = 0, bit; local
292 Uint8 byte = 0, bit; local
326 Uint8 byte = 0, bit; local
362 Uint8 byte = 0, bit; local
409 Uint8 byte = 0, bit; local
[all...]
/external/arduino/libraries/SPI/
H A DSPI.h38 inline static byte transfer(byte _data);
55 byte SPIClass::transfer(byte _data) {
/external/elfutils/0.153/libasm/
H A Dasm_adduleb128.c57 uint32_t byte; local
61 byte = num & 0x7f;
65 /* This is the last byte. */
68 *dest++ = byte | 0x80;
71 *dest++ = byte;
/external/llvm/test/MC/AsmParser/
H A Ddirective_values.s4 # CHECK: .byte 0
6 .byte 0
45 .byte 'c'
46 .byte '\''
47 .byte '\\'
48 .byte '\#'
49 .byte '\t'
50 .byte '\n'
53 # CHECK: .byte 99
54 # CHECK: .byte 3
[all...]
/external/llvm/test/MC/ELF/
H A Ddebug-line.s45 .byte 0xc3
/external/chromium_org/third_party/boringssl/linux-x86/crypto/aes/
H A Daesni-x86.S20 .byte 102,15,56,220,209
25 .byte 102,15,56,221,209
45 .byte 102,15,56,222,209
50 .byte 102,15,56,223,209
68 .byte 102,15,56,220,209
69 .byte 102,15,56,220,217
72 .byte 102,15,56,220,208
73 .byte 102,15,56,220,216
76 .byte 102,15,56,220,209
77 .byte 10
[all...]
/external/chromium_org/third_party/boringssl/mac-x86/crypto/aes/
H A Daesni-x86.S19 .byte 102,15,56,220,209
24 .byte 102,15,56,221,209
42 .byte 102,15,56,222,209
47 .byte 102,15,56,223,209
63 .byte 102,15,56,220,209
64 .byte 102,15,56,220,217
67 .byte 102,15,56,220,208
68 .byte 102,15,56,220,216
71 .byte 102,15,56,220,209
72 .byte 10
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/modes/
H A Daesni-gcm-x86_64.S9 .byte 0xf3,0xc3
17 .byte 0xf3,0xc3
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/elf/tests/gas64/
H A Delf_gas64_reloc.asm11 .4byte 0
12 .4byte 0
13 .4byte 0
14 .4byte 0
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dins.h17 byte tag;
18 byte marked;
/external/llvm/test/MC/AArch64/
H A Darm64-mapping-within-section.s8 .byte 1
H A Dmapping-within-section.s8 .byte 1
/external/ltrace/sysdeps/linux-gnu/x86/
H A Dplt.c123 uint8_t byte; local
124 if (elf_read_next_u8(lte->plt_data, &offset, &byte) < 0
125 || byte != 0xff
126 || elf_read_next_u8(lte->plt_data, &offset, &byte) < 0
127 || (byte != 0xa3 && byte != 0x25))
133 if (elf_read_next_u8(lte->plt_data, &offset, &byte) < 0
134 || byte != 0x68
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Dea-warn.asm2 add [byte ebp*8+06h],ecx ;db 01,0c,0ed,06 probably wrong
6 add ecx,[byte ebp*8+06h] ;db 03,0c,0ed,06 probably wrong
12 add ecx,[byte ebx*8+06h] ;db 03,0c,0dd,06 probably wrong
/external/chromium_org/tools/relocation_packer/src/
H A Dleb128.cc19 // length. The least significant 7 bits of each byte hold 7 bits of data,
20 // and the most significant bit is set on each byte except the last.
23 const uint8_t byte = value & 127; local
25 encoding_.push_back((value ? 128 : 0) | byte);
45 // a byte without its most significant bit is found, then read the 7 bit
51 uint8_t byte; local
53 // Loop until we reach a byte with its high order bit clear.
55 byte = encoding_[cursor_++];
56 value |= static_cast<ELF::Xword>(byte & 127) << shift;
58 } while (byte
[all...]
/external/llvm/test/MC/Sparc/
H A Dsparc-directives.s4 ! SPARC32: .byte 24
5 ! SPARC64: .byte 24
6 .byte 24
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar_supp.stderr.exp1 Syscall param (syscallno) contains uninitialised byte(s)
5 Syscall param write(fd) contains uninitialised byte(s)
9 Syscall param write(count) contains uninitialised byte(s)
H A Dscalar.stderr.exp13 Syscall param (syscallno) contains uninitialised byte(s)
17 Syscall param read(fd) contains uninitialised byte(s)
21 Syscall param read(buf) contains uninitialised byte(s)
25 Syscall param read(count) contains uninitialised byte(s)
29 Syscall param read(buf) points to unaddressable byte(s)
37 Syscall param write(fd) contains uninitialised byte(s)
41 Syscall param write(buf) contains uninitialised byte(s)
45 Syscall param write(count) contains uninitialised byte(s)
49 Syscall param write(buf) points to unaddressable byte(s)
57 Syscall param open(filename) contains uninitialised byte(
[all...]
/external/openssl/crypto/aes/asm/
H A Daesni-x86.S18 .byte 102,15,56,220,209
23 .byte 102,15,56,221,209
42 .byte 102,15,56,222,209
47 .byte 102,15,56,223,209
63 .byte 102,15,56,220,209
64 .byte 102,15,56,220,217
66 .byte 102,15,56,220,225
68 .byte 102,15,56,220,208
69 .byte 102,15,56,220,216
71 .byte 10
[all...]
/external/chromium_org/third_party/WebKit/Source/wtf/
H A DHexNumber.h44 inline void appendByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase) argument
47 destination.append(hexDigits[byte >> 4]);
48 destination.append(hexDigits[byte & 0xF]);
52 inline void placeByteAsHexCompressIfPossible(unsigned char byte, T& destination, unsigned& index, HexConversionMode mode = Uppercase) argument
55 if (byte >= 0x10)
56 destination[index++] = hexDigits[byte >> 4];
57 destination[index++] = hexDigits[byte & 0xF];
61 inline void placeByteAsHex(unsigned char byte, T& destination, HexConversionMode mode = Uppercase) argument
64 *destination++ = hexDigits[byte >> 4];
65 *destination++ = hexDigits[byte
[all...]
/external/libvorbis/doc/
H A D02-bitpacking.tex21 In most contemporary architectures, a 'byte' is synonymous with an
24 purposes of the bitpacking convention, a byte implies the native,
32 The most ubiquitous architectures today consider a 'byte' to be an
35 convention is still well defined for any native byte size; Vorbis uses
37 that a byte is one octet for purposes of example.
41 A byte has a well-defined 'least significant' bit (LSb), which is the
42 only bit set when the byte is storing the two's complement integer
43 value +1. A byte's 'most significant' bit (MSb) is at the opposite
44 end of the byte. Bits in a byte ar
[all...]
/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar.stderr.exp10 Syscall param (syscallno) contains uninitialised byte(s)
13 Syscall param read(fd) contains uninitialised byte(s)
16 Syscall param read(buf) contains uninitialised byte(s)
19 Syscall param read(count) contains uninitialised byte(s)
22 Syscall param read(buf) points to unaddressable byte(s)
29 Syscall param write(fd) contains uninitialised byte(s)
32 Syscall param write(buf) contains uninitialised byte(s)
35 Syscall param write(count) contains uninitialised byte(s)
38 Syscall param write(buf) points to unaddressable byte(s)
45 Syscall param open(filename) contains uninitialised byte(
[all...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/objfmts/win32/tests/gas/
H A Dwin32at.asm6 .byte 109
7 .byte 121
8 .byte 87
9 .byte 105
10 .byte 110
11 .byte 100
12 .byte 111
13 .byte 119
14 .byte 67
15 .byte 10
[all...]
/external/chromium_org/third_party/boringssl/linux-x86_64/crypto/aes/
H A Dvpaes-x86_64.S31 .byte 102,15,56,0,208
33 .byte 102,15,56,0,193
45 .byte 102,15,56,0,226
46 .byte 102,15,56,0,195
51 .byte 102,15,56,0,234
54 .byte 102,15,56,0,211
57 .byte 102,15,56,0,193
60 .byte 102,15,56,0,220
63 .byte 102,15,56,0,193
75 .byte 10
[all...]

Completed in 6551 milliseconds

1234567891011>>