Home
last modified time | relevance | path

Searched refs:byte (Results 1576 - 1600 of 3415) sorted by relevance

1...<<61626364656667686970>>...137

/third_party/skia/third_party/externals/icu/source/common/
H A Ducnvmbcs.h80 * a UTF-8 trail byte. ASCII is allocated linearly with 128 contiguous entries.
85 * UTF-8 lead byte and middle trail byte. Unlike the older MBCS stage 2 table,
101 * U+0FFF covers UTF-8 two-byte sequences and three-byte sequences starting with
216 * -- stage 3 tables with byte results
218 * -- SBCS: each 16-bit result contains flags and the result byte, see ucnvmbcs.c
298 /* single-byte fromUnicode: get the 16-bit result word */
301 /* single-byte fromUnicode using the sbcsIndex */
304 /* single-byte fromUTF
[all...]
/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DCodedInputStream.php195 $byte = ord($this->buffer[$this->current]); variable
196 $result |= ($byte & 0x7f) << $shift;
200 } while ($byte > 0x7f);
/third_party/rust/crates/nom/src/bits/
H A Dstreaming.rs32 for byte in input.iter_elements().take(cnt + 1) { in take()
37 byte.into() in take()
39 ((byte << offset) as u8 >> offset).into() in take()
H A Dcomplete.rs27 /// // Consumes 4 bits, offset is 4, returns their values and increase offset to 0 of next byte
58 for byte in input.iter_elements().take(cnt + 1) { in take()
63 byte.into() in take()
65 ((byte << offset) as u8 >> offset).into() in take()
/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/des/
H A Ddes-586.S8 .byte 243,15,30,251
483 .byte 243,15,30,251
960 .byte 243,15,30,251
1077 .byte 243,15,30,251
1124 .byte 243,15,30,251
1249 .byte 243,15,30,251
1374 .byte 243,15,30,251
1440 .byte 243,15,30,251
1448 .byte 243,15,30,251
1455 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/BSD-x86/asm_avx2/crypto/des/
H A Ddes-586.S8 .byte 243,15,30,251
483 .byte 243,15,30,251
960 .byte 243,15,30,251
1077 .byte 243,15,30,251
1124 .byte 243,15,30,251
1249 .byte 243,15,30,251
1374 .byte 243,15,30,251
1440 .byte 243,15,30,251
1448 .byte 243,15,30,251
1455 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/des/
H A Ddes-586.S7 .byte 243,15,30,251
481 .byte 243,15,30,251
957 .byte 243,15,30,251
1073 .byte 243,15,30,251
1119 .byte 243,15,30,251
1243 .byte 243,15,30,251
1367 .byte 243,15,30,251
1433 .byte 243,15,30,251
1441 .byte 243,15,30,251
1448 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/des/
H A Ddes-586.S7 .byte 243,15,30,251
481 .byte 243,15,30,251
957 .byte 243,15,30,251
1073 .byte 243,15,30,251
1119 .byte 243,15,30,251
1243 .byte 243,15,30,251
1367 .byte 243,15,30,251
1433 .byte 243,15,30,251
1441 .byte 243,15,30,251
1448 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/des/
H A Ddes-586.S8 .byte 243,15,30,251
484 .byte 243,15,30,251
962 .byte 243,15,30,251
1080 .byte 243,15,30,251
1128 .byte 243,15,30,251
1254 .byte 243,15,30,251
1380 .byte 243,15,30,251
1446 .byte 243,15,30,251
1454 .byte 243,15,30,251
1461 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/des/
H A Ddes-586.S8 .byte 243,15,30,251
484 .byte 243,15,30,251
962 .byte 243,15,30,251
1080 .byte 243,15,30,251
1128 .byte 243,15,30,251
1254 .byte 243,15,30,251
1380 .byte 243,15,30,251
1446 .byte 243,15,30,251
1454 .byte 243,15,30,251
1461 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/des/
H A Ddes-586.S8 .byte 243,15,30,251
484 .byte 243,15,30,251
962 .byte 243,15,30,251
1080 .byte 243,15,30,251
1128 .byte 243,15,30,251
1254 .byte 243,15,30,251
1380 .byte 243,15,30,251
1446 .byte 243,15,30,251
1454 .byte 243,15,30,251
1461 .byte 24
[all...]
/third_party/node/deps/openssl/config/archs/linux-elf/asm/crypto/des/
H A Ddes-586.S8 .byte 243,15,30,251
484 .byte 243,15,30,251
962 .byte 243,15,30,251
1080 .byte 243,15,30,251
1128 .byte 243,15,30,251
1254 .byte 243,15,30,251
1380 .byte 243,15,30,251
1446 .byte 243,15,30,251
1454 .byte 243,15,30,251
1461 .byte 24
[all...]
/kernel/linux/linux-5.10/arch/sh/lib/
H A Dchecksum.S43 * is aligned on either a 2-byte or 4-byte boundary. We get at
44 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
45 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
72 ! buf is 2 byte aligned (len could be 0)
86 ! buf is 4 byte aligned (len could be 0)
218 ! This is not common, so simple byte by byte copy will do.
255 ! src and dest equally aligned, but to a two byte boundar
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_link_ddc.c77 uint8_t byte[2]; member
88 uint8_t byte[2]; member
102 uint8_t byte[7]; member
414 * skip mismatch in subversion byte.*/ in dal_ddc_service_i2c_query_dp_dual_mode_adaptor()
736 &offset, sizeof(offset), status_data.byte, in dal_ddc_service_read_scdc_data()
737 sizeof(status_data.byte)); in dal_ddc_service_read_scdc_data()
/kernel/linux/linux-6.6/arch/sh/lib/
H A Dchecksum.S43 * is aligned on either a 2-byte or 4-byte boundary. We get at
44 * least a twofold speedup on 486 and Pentium if it is 4-byte aligned.
45 * Fortunately, it is easy to convert 2-byte alignment to 4-byte
72 ! buf is 2 byte aligned (len could be 0)
86 ! buf is 4 byte aligned (len could be 0)
218 ! This is not common, so simple byte by byte copy will do.
255 ! src and dest equally aligned, but to a two byte boundar
[all...]
/kernel/linux/linux-5.10/drivers/media/pci/saa7146/
H A Dhexium_orion.c49 u8 byte; member
286 data.byte = hexium_saa7110[i]; in hexium_init_done()
304 data.byte = hexium_input_select[input].data[i].byte; in hexium_set_input()
308 pr_debug("%d: 0x%02x => 0x%02x\n", input, adr, data.byte); in hexium_set_input()
/kernel/linux/linux-5.10/sound/firewire/fireface/
H A Dff-protocol-latter.c403 u8 byte[3]; in latter_handle_midi_msg() local
429 byte[0] = (data & 0x0000ff00) >> 8; in latter_handle_midi_msg()
430 byte[1] = (data & 0x00ff0000) >> 16; in latter_handle_midi_msg()
431 byte[2] = (data & 0xff000000) >> 24; in latter_handle_midi_msg()
435 snd_rawmidi_receive(substream, byte, len); in latter_handle_midi_msg()
/kernel/linux/linux-6.6/drivers/media/pci/saa7146/
H A Dhexium_orion.c50 u8 byte; member
287 data.byte = hexium_saa7110[i]; in hexium_init_done()
305 data.byte = hexium_input_select[input].data[i].byte; in hexium_set_input()
309 pr_debug("%d: 0x%02x => 0x%02x\n", input, adr, data.byte); in hexium_set_input()
/kernel/linux/linux-6.6/sound/firewire/fireface/
H A Dff-protocol-latter.c401 u8 byte[3]; in latter_handle_midi_msg() local
427 byte[0] = (data & 0x0000ff00) >> 8; in latter_handle_midi_msg()
428 byte[1] = (data & 0x00ff0000) >> 16; in latter_handle_midi_msg()
429 byte[2] = (data & 0xff000000) >> 24; in latter_handle_midi_msg()
433 snd_rawmidi_receive(substream, byte, len); in latter_handle_midi_msg()
/kernel/uniproton/src/arch/cpu/armv7-m/cortex-m4/
H A Dprt_hw_exc.S94 .byte 0,0,0,0,0,0,UF_DIVBYZERO,UF_UNALIGNED
95 .byte 0,0,0,0,UF_NOCP,UF_INVPC,UF_INVSTATE,UF_UNDEFINSTR
96 .byte 0,0,0,BF_STKERR,BF_UNSTKERR,BF_IMPRECISERR,BF_PRECISERR,BF_IBUSERR
97 .byte 0,0,0,MF_MSTKERR,MF_MUNSTKERR,0,MF_DACCVIOL,MF_IACCVIOL
98 .byte NO_BMU_FAULT,0,0,0
/third_party/icu/icu4c/source/i18n/
H A Dcollationweights.cpp60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
61 uint32_t mask; /* 0xffffffff except a 00 "hole" for the index-th byte */ in setWeightByte()
80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte()
145 // We use only 6 bits per byte. in initForTertiary()
156 uint32_t byte=getWeightByte(weight, length); in incWeight() local
157 if(byte<maxBytes[length]) { in incWeight()
158 return setWeightByte(weight, length, byte+1); in incWeight()
160 // Roll over, set this byte to the minimum and increment the previous one. in incWeight()
175 // Split the offset between this byte and the previous one. in incWeightByOffset()
277 // Prevent overflow for primary lead byte F in getWeightRanges()
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_lower_alu_width.c274 nir_ssa_def *byte = nir_extract_u8(b, nir_ssa_for_alu_src(b, alu, 0), in lower_alu_instr_width() local
276 return nir_ior(b, nir_ior(b, nir_ishl(b, nir_channel(b, byte, 3), in lower_alu_instr_width()
278 nir_ishl(b, nir_channel(b, byte, 2), in lower_alu_instr_width()
280 nir_ior(b, nir_ishl(b, nir_channel(b, byte, 1), in lower_alu_instr_width()
282 nir_channel(b, byte, 0))); in lower_alu_instr_width()
/third_party/node/deps/icu-small/source/i18n/
H A Dcollationweights.cpp60 setWeightByte(uint32_t weight, int32_t idx, uint32_t byte) { in setWeightByte() argument
61 uint32_t mask; /* 0xffffffff except a 00 "hole" for the index-th byte */ in setWeightByte()
80 return (uint32_t)((weight&mask)|(byte<<idx)); in setWeightByte()
145 // We use only 6 bits per byte. in initForTertiary()
156 uint32_t byte=getWeightByte(weight, length); in incWeight() local
157 if(byte<maxBytes[length]) { in incWeight()
158 return setWeightByte(weight, length, byte+1); in incWeight()
160 // Roll over, set this byte to the minimum and increment the previous one. in incWeight()
175 // Split the offset between this byte and the previous one. in incWeightByOffset()
277 // Prevent overflow for primary lead byte F in getWeightRanges()
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Djsval_layout_opaque_1_0.rs27 let byte = self.storage.as_ref()[byte_index]; in get_bit()
34 byte & mask == mask in get_bit()
40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
48 *byte |= mask; in set_bit()
50 *byte &= !mask; in set_bit()
H A Djsval_layout_opaque.rs27 let byte = self.storage.as_ref()[byte_index]; in get_bit()
34 byte & mask == mask in get_bit()
40 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
48 *byte |= mask; in set_bit()
50 *byte &= !mask; in set_bit()

Completed in 20 milliseconds

1...<<61626364656667686970>>...137