Searched refs:byte (Results 226 - 250 of 953) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm636 .byte 128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0
637 .byte 112, 16, 0, 0,112, 16, 0, 0,112, 16, 0, 0,112, 16, 0, 0
638 .byte 96, 32, 0, 0, 96, 32, 0, 0, 96, 32, 0, 0, 96, 32, 0, 0
639 .byte 80, 48, 0, 0, 80, 48, 0, 0, 80, 48, 0, 0, 80, 48, 0, 0
640 .byte 64, 64, 0, 0, 64, 64, 0, 0, 64, 64, 0, 0, 64, 64, 0, 0
641 .byte 48, 80, 0, 0, 48, 80, 0, 0, 48, 80, 0, 0, 48, 80, 0, 0
642 .byte 32, 96, 0, 0, 32, 96, 0, 0, 32, 96, 0, 0, 32, 96, 0, 0
643 .byte 16,112, 0, 0, 16,112, 0, 0, 16,112, 0, 0, 16,112, 0, 0
647 .byte 128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128
648 .byte
[all...]
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/encoder/
H A Dtemporal_filter.c100 int byte = 0; local
108 int src_byte = frame1[byte];
130 byte++;
133 byte += stride - block_size;
231 int byte; local
367 byte = mb_y_offset;
376 dst1[byte] = (unsigned char)pval;
379 byte++;
382 byte += stride - 16;
388 byte
[all...]
/external/libvpx/libvpx/vp8/common/ppc/
H A Dfilter_bilinear_altivec.asm636 .byte 128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0,128, 0, 0, 0
637 .byte 112, 16, 0, 0,112, 16, 0, 0,112, 16, 0, 0,112, 16, 0, 0
638 .byte 96, 32, 0, 0, 96, 32, 0, 0, 96, 32, 0, 0, 96, 32, 0, 0
639 .byte 80, 48, 0, 0, 80, 48, 0, 0, 80, 48, 0, 0, 80, 48, 0, 0
640 .byte 64, 64, 0, 0, 64, 64, 0, 0, 64, 64, 0, 0, 64, 64, 0, 0
641 .byte 48, 80, 0, 0, 48, 80, 0, 0, 48, 80, 0, 0, 48, 80, 0, 0
642 .byte 32, 96, 0, 0, 32, 96, 0, 0, 32, 96, 0, 0, 32, 96, 0, 0
643 .byte 16,112, 0, 0, 16,112, 0, 0, 16,112, 0, 0, 16,112, 0, 0
647 .byte 128,128,128,128,128,128,128,128,128,128,128,128,128,128,128,128
648 .byte
[all...]
/external/libvpx/libvpx/vp8/encoder/
H A Dtemporal_filter.c100 int byte = 0; local
107 int src_byte = frame1[byte];
129 byte++;
132 byte += stride - block_size;
230 int byte; local
366 byte = mb_y_offset;
375 dst1[byte] = (unsigned char)pval;
378 byte++;
381 byte += stride - 16;
387 byte
[all...]
/external/libvpx/libvpx/vp9/encoder/
H A Dvp9_temporal_filter.c93 int byte = 0; local
97 int src_byte = frame1[byte];
118 byte++;
121 byte += stride - block_size;
195 int byte; local
315 byte = mb_y_offset;
322 dst1[byte] = (uint8_t)pval;
325 byte++;
328 byte += stride - 16;
334 byte
[all...]
/external/chromium_org/third_party/skia/experimental/Intersection/
H A DCubicIntersection_TestData.cpp113 for (unsigned byte = 0; byte < sizeof(input); ++byte) {
114 output[byte] = input >> (7 - byte) * 8;
/external/skia/experimental/Intersection/
H A DCubicIntersection_TestData.cpp113 for (unsigned byte = 0; byte < sizeof(input); ++byte) {
114 output[byte] = input >> (7 - byte) * 8;
/external/valgrind/main/exp-bbv/tests/arm-linux/
H A Dll.S56 ldrb r4,[r3],#+1 @ load a byte, increment pointer
59 orr r5,r4,r5,LSL #8 @ shift 0xff left by 8 and or in the byte we loaded
69 ldrb r0,[r3],#+1 @ load a byte, increment pointer
70 ldrb r4,[r3],#+1 @ load a byte, increment pointer
88 ldrb r4,[r9,r7] @ load byte from text_buf[]
92 strb r4,[r1],#+1 @ store a byte, increment pointer
93 strb r4,[r9,r2] @ store a byte to text_buf[r]
108 ldrb r4,[r3],#+1 @ load a byte, increment pointer
109 mov r6,#1 @ we set r6 to one so byte
266 ldrb r5,[r7],#+1 @ load a byte, incremen
[all...]
/external/chromium_org/v8/src/
H A Dregexp-macro-assembler.cc42 const byte* NativeRegExpMacroAssembler::StringCharacterPosition(
50 const byte* address;
53 address = reinterpret_cast<const byte*>(data);
57 address = reinterpret_cast<const byte*>(data);
68 return reinterpret_cast<const byte*>(data + start_index);
110 const byte* input_start =
113 const byte* input_end = input_start + byte_length;
130 const byte* input_start,
131 const byte* input_end,
161 const byte NativeRegExpMacroAssemble
[all...]
H A Dscanner-character-streams.h59 Utf8ToUtf16CharacterStream(const byte* data, unsigned length);
62 static unsigned CopyChars(uint16_t* dest, unsigned length, const byte* src,
70 const byte* raw_data_;
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
H A Davx.asm170 blendpd xmm1, [rax], byte 5
173 vblendpd xmm1, [rax], byte 5
176 vblendpd xmm1, xmm2, [rax], byte 5
179 vblendpd ymm1, ymm2, [rax], byte 5
183 blendps xmm1, [rax], byte 5
186 vblendps xmm1, [rax], byte 5
189 vblendps xmm1, xmm2, [rax], byte 5
192 vblendps ymm1, ymm2, [rax], byte 5
235 cmppd xmm1, [rax], byte 5
238 vcmppd xmm1, [rax], byte
[all...]
H A Dssewidth.asm147 extrq xmm1, byte 0, byte 1
163 insertq xmm1, xmm2, byte 0, byte 1
363 pextrw ebx, xmm2, byte 0
365 pinsrw xmm1, ebx, byte 0
366 pinsrw xmm1, word [rbx], byte 0
403 pshufd xmm1, xmm2, byte 0
404 pshufd xmm1, dqword [rbx], byte 0
406 pshufhw xmm1, xmm2, byte
[all...]
H A Dgenopcode.asm3 mov byte al, 0
4 mov al, byte 0
5 mov byte al, byte 0
7 mov byte [0], 0
32 movzx ecx, byte [ebx]
H A Dsse5-all.asm5 compd xmm2, xmm5, [0], byte 5 ; 0F 25 2D 056 20 00 00 05
9 comps xmm2, xmm5, [0], byte 5 ; 0F 25 2C 056 20 00 00 05
13 comsd xmm2, xmm5, [0], byte 5 ; 0F 25 2F 056 20 00 00 05
17 comss xmm2, xmm5, [0], byte 5 ; 0F 25 2E 056 20 00 00 05
232 pcomb xmm2, xmm5, [0], byte 5 ; 0F 25 4C 056 20 00 00 05
236 pcomd xmm2, xmm5, [0], byte 5 ; 0F 25 4E 056 20 00 00 05
240 pcomq xmm2, xmm5, [0], byte 5 ; 0F 25 4F 056 20 00 00 05
244 pcomub xmm2, xmm5, [0], byte 5 ; 0F 25 6C 056 20 00 00 05
248 pcomud xmm2, xmm5, [0], byte 5 ; 0F 25 6E 056 20 00 00 05
252 pcomuq xmm2, xmm5, [0], byte
[all...]
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
H A Dnfc_hal_nci.c179 static BOOLEAN nfc_hal_nci_receive_nci_msg (tNFC_HAL_NCIT_CB *p_cb, UINT8 byte) argument
200 *((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len++) = byte;
213 *((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len++) = byte;
221 p_cb->rcv_len = byte;
224 if (byte > 0)
241 *((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len++) = byte;
276 static BOOLEAN nfc_hal_nci_receive_bt_msg (tNFC_HAL_NCIT_CB *p_cb, UINT8 byte) argument
296 *((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len++) = byte;
308 *((UINT8 *) (p_cb->p_rcv_msg + 1) + p_cb->p_rcv_msg->offset + p_cb->p_rcv_msg->len++) = byte;
315 /* Received entire preamble. Length is in the last byte(
478 nfc_hal_nci_receive_msg(UINT8 byte) argument
[all...]
/external/openssl/crypto/bn/asm/
H A Dx86_64-gf2m.S186 .byte 102,72,15,126,198
191 .byte 102,72,15,126,199
196 .byte 0xf3,0xc3
208 .byte 102,72,15,110,198
209 .byte 102,72,15,110,201
210 .byte 102,72,15,110,210
211 .byte 102,73,15,110,216
214 .byte 102,15,58,68,193,0
217 .byte 102,15,58,68,211,0
218 .byte 10
[all...]
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
H A Dparser.py117 # Class definitions look like branches in the byte code, so
312 """Parse byte codes to understand the structure of code."""
369 """Map byte offsets to line numbers in `code`.
371 Uses co_lnotab described in Python/compile.c to map byte offsets to
509 if chunks[-1].byte != penult.offset:
520 chunks[-1].length = bc.next_offset - chunks[-1].byte
522 chunks[i].length = chunks[i+1].byte - chunks[i].byte
536 # A map from byte offsets to chunks jumped into.
537 byte_chunks = dict([(c.byte,
[all...]
/external/chromium_org/third_party/smhasher/src/
H A DBitvec.cpp24 unsigned char byte = data[i]; local
26 int hi = (byte >> 4);
27 int lo = (byte & 0xF);
126 int byte = bit >> 3; local
129 if(byte < len) return (b[byte] >> bit) & 1;
138 int byte = bit >> 3; local
141 byte %= len;
143 return (b[byte] >> bit) & 1;
150 int byte local
165 int byte = bit >> 3; local
175 int byte = bit >> 3; local
[all...]
/external/linux-tools-perf/perf-3.12.0/arch/xtensa/lib/
H A Dmemset.S20 * Create a word with c in all byte positions
66 .byte 0 # (0 mod 4 alignment for LBEG)
102 # set 1 byte
113 bltui a4, 8, .Lbyteset # do short copies byte by byte
115 # dst is only byte aligned
116 # set 1 byte
131 * Byte by byte set
134 .byte 0 # 1 mod 4 alignment for LOOPNEZ
/external/chromium_org/media/formats/mp4/
H A Des_descriptor.cc11 // The MSB of a byte indicates if there are more bytes for the size.
14 uint8 byte; local
20 RCHECK(reader->ReadBits(7, &byte));
21 *size = (*size << 7) + byte;
/external/openssl/crypto/
H A Dx86cpuid.S25 .byte 0x0f,0xa2
49 .byte 0x0f,0xa2
54 .byte 0x0f,0xa2
60 .byte 0x0f,0xa2
65 .byte 0x0f,0xa2
80 .byte 0x0f,0xa2
87 .byte 0x0f,0xa2
115 .byte 15,1,208
150 .byte 0x0f,0x31
173 .byte
[all...]
/external/chromium_org/third_party/boringssl/linux-arm/crypto/aes/
H A Daes-armv4.S17 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
27 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
32 @ improvement on Cortex A8 core and ~21.5 cycles per byte.
121 .byte 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
122 .byte 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
123 .byte 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
124 .byte 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
125 .byte 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
126 .byte 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
127 .byte
[all...]
/external/openssl/crypto/aes/asm/
H A Daes-armv4.S17 @ is endian-neutral. The performance is ~42 cycles/byte for 128-bit
27 @ Cortex A8 core and ~25 cycles per byte processed with 128-bit key.
32 @ improvement on Cortex A8 core and ~21.5 cycles per byte.
120 .byte 0x63, 0x7c, 0x77, 0x7b, 0xf2, 0x6b, 0x6f, 0xc5
121 .byte 0x30, 0x01, 0x67, 0x2b, 0xfe, 0xd7, 0xab, 0x76
122 .byte 0xca, 0x82, 0xc9, 0x7d, 0xfa, 0x59, 0x47, 0xf0
123 .byte 0xad, 0xd4, 0xa2, 0xaf, 0x9c, 0xa4, 0x72, 0xc0
124 .byte 0xb7, 0xfd, 0x93, 0x26, 0x36, 0x3f, 0xf7, 0xcc
125 .byte 0x34, 0xa5, 0xe5, 0xf1, 0x71, 0xd8, 0x31, 0x15
126 .byte
[all...]
/external/llvm/lib/Target/X86/Disassembler/
H A DX86DisassemblerDecoder.cpp25 /// Specifies whether a ModR/M byte is needed and (if so) which
26 /// instruction each possible value of the ModR/M byte corresponds to. Once
71 * the ModR/M byte is required to decode a particular instruction.
76 * @param opcode - The last byte of the instruction's opcode, not counting
78 * @return - true if the ModR/M byte is required, false otherwise.
120 * @param modRM - The ModR/M byte if required, or any value if not.
190 * byte from the instruction's memory and advance the cursor.
194 * @param byte - A pointer to a pre-allocated memory buffer to be populated
198 static int consumeByte(struct InternalInstruction* insn, uint8_t* byte) { argument
199 int ret = insn->reader(insn->readerArg, byte, ins
214 lookAtByte(struct InternalInstruction* insn, uint8_t* byte) argument
333 uint8_t byte = 0; local
[all...]
/external/chromium_org/sdch/open-vcdiff/src/
H A Djsonwriter.h55 // Encode a RUN opcode for "size" copies of the value "byte".
56 virtual void Run(size_t size, unsigned char byte);

Completed in 680 milliseconds

1234567891011>>