Home
last modified time | relevance | path

Searched refs:byte (Results 1201 - 1225 of 3484) sorted by relevance

1...<<41424344454647484950>>...140

/third_party/node/deps/openssl/config/archs/BSD-x86/asm/crypto/bn/
H A Dx86-gf2m.S7 .byte 243,15,30,251
114 .byte 243,15,30,251
252 .byte 243,15,30,251
270 .byte 102,15,58,68,192,1
353 .byte 71,70,40,50,94,109,41,32,77,117,108,116,105,112,108,105
354 .byte 99,97,116,105,111,110,32,102,111,114,32,120,56,54,44,32
355 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
356 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
357 .byte 62,0
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm/crypto/bn/
H A Dx86-gf2m.S6 .byte 243,15,30,251
112 .byte 243,15,30,251
249 .byte 243,15,30,251
266 .byte 102,15,58,68,192,1
349 .byte 71,70,40,50,94,109,41,32,77,117,108,116,105,112,108,105
350 .byte 99,97,116,105,111,110,32,102,111,114,32,120,56,54,44,32
351 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
352 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
353 .byte 62,0
/third_party/node/deps/openssl/config/archs/darwin-i386-cc/asm_avx2/crypto/bn/
H A Dx86-gf2m.S6 .byte 243,15,30,251
112 .byte 243,15,30,251
249 .byte 243,15,30,251
266 .byte 102,15,58,68,192,1
349 .byte 71,70,40,50,94,109,41,32,77,117,108,116,105,112,108,105
350 .byte 99,97,116,105,111,110,32,102,111,114,32,120,56,54,44,32
351 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
352 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
353 .byte 62,0
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm_avx2/crypto/bn/
H A Dx86-gf2m.S7 .byte 243,15,30,251
115 .byte 243,15,30,251
254 .byte 243,15,30,251
271 .byte 102,15,58,68,192,1
355 .byte 71,70,40,50,94,109,41,32,77,117,108,116,105,112,108,105
356 .byte 99,97,116,105,111,110,32,102,111,114,32,120,56,54,44,32
357 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
358 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
359 .byte 62,0
/third_party/node/deps/openssl/config/archs/solaris-x86-gcc/asm/crypto/bn/
H A Dx86-gf2m.S7 .byte 243,15,30,251
115 .byte 243,15,30,251
254 .byte 243,15,30,251
271 .byte 102,15,58,68,192,1
355 .byte 71,70,40,50,94,109,41,32,77,117,108,116,105,112,108,105
356 .byte 99,97,116,105,111,110,32,102,111,114,32,120,56,54,44,32
357 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
358 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
359 .byte 62,0
/third_party/node/deps/openssl/config/archs/linux-elf/asm_avx2/crypto/bn/
H A Dx86-gf2m.S7 .byte 243,15,30,251
115 .byte 243,15,30,251
254 .byte 243,15,30,251
271 .byte 102,15,58,68,192,1
355 .byte 71,70,40,50,94,109,41,32,77,117,108,116,105,112,108,105
356 .byte 99,97,116,105,111,110,32,102,111,114,32,120,56,54,44,32
357 .byte 67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97
358 .byte 112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103
359 .byte 62,0
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
H A DSurface.hpp362 typedef unsigned char byte; typedef in sw::Surface
389 byte a0;
390 byte a1;
407 byte y0;
408 byte y1;
418 byte x0;
419 byte x1;
432 byte r0;
433 byte r1;
/third_party/node/deps/v8/src/strings/
H A Dunicode.h20 using byte = unsigned char;
118 // trail produces 1 byte net, because the encoding of the pair is
162 static uchar CalculateValue(const byte* str, size_t length, size_t* cursor);
175 // A single surrogate is coded as a 3 byte UTF-8 sequence, but two together
176 // that match are coded as a 4 byte UTF-8 sequence.
182 static inline uchar ValueOf(const byte* str, size_t length, size_t* cursor);
185 static inline uchar ValueOfIncremental(const byte** cursor, State* state,
200 static bool ValidateEncoding(const byte* str, size_t length);
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
H A Dunion_bitfield.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 Dbitfield_align_2.rs28 let byte = self.storage.as_ref()[byte_index]; in get_bit()
35 byte & mask == mask in get_bit()
41 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
49 *byte |= mask; in set_bit()
51 *byte &= !mask; in set_bit()
H A Dbitfield-large.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 Dissue-739-pointer-wide-bitfield.rs28 let byte = self.storage.as_ref()[byte_index]; in get_bit()
35 byte & mask == mask in get_bit()
41 let byte = &mut self.storage.as_mut()[byte_index]; in set_bit()
49 *byte |= mask; in set_bit()
51 *byte &= !mask; in set_bit()
H A Dunion_with_anon_struct_bitfield.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 Dpacked-bitfield.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 Dderive-partialeq-bitfield.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()
/third_party/node/deps/openssl/config/archs/darwin64-x86_64-cc/asm/crypto/chacha/
H A Dchacha-x86_64.s19 .byte 0x2,0x3,0x0,0x1, 0x6,0x7,0x4,0x5, 0xa,0xb,0x8,0x9, 0xe,0xf,0xc,0xd
21 .byte 0x3,0x0,0x1,0x2, 0x7,0x4,0x5,0x6, 0xb,0x8,0x9,0xa, 0xf,0xc,0xd,0xe
34 .byte 101,120,112,97,110,100,32,51,50,45,98,121,116,101,32,107,0
35 .byte 67,104,97,67,104,97,50,48,32,102,111,114,32,120,56,54,95,54,52,44,32,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,111,112,101,110,115,115,108,46,111,114,103,62,0
98 .byte 102,72,15,126,214
320 .byte 0xf3,0xc3
367 .byte 102,15,56,0,222
376 .byte 102,15,56,0,223
389 .byte 102,15,56,0,222
398 .byte 10
[all...]
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmac_asc.h18 #define ASC_FREQ(chan,byte) ((0x810)+((chan)<<3)+(byte))
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmac_asc.h18 #define ASC_FREQ(chan,byte) ((0x810)+((chan)<<3)+(byte))
/third_party/node/deps/v8/src/diagnostics/
H A Ddisassembler.h24 byte* begin, byte* end,
/kernel/linux/linux-5.10/drivers/media/pci/dm1105/
H A Ddm1105.c478 int addr, rc, i, j, k, len, byte, data; in dm1105_i2c_xfer() local
489 for (byte = 0; byte < msgs[i].len; byte++) in dm1105_i2c_xfer()
490 dm_writeb(DM1105_I2CDAT + byte + 1, 0); in dm1105_i2c_xfer()
502 for (byte = 0; byte < msgs[i].len; byte++) { in dm1105_i2c_xfer()
503 rc = dm_readb(DM1105_I2CDAT + byte + 1); in dm1105_i2c_xfer()
506 msgs[i].buf[byte] in dm1105_i2c_xfer()
[all...]
/kernel/linux/linux-6.6/drivers/media/pci/dm1105/
H A Ddm1105.c478 int addr, rc, i, j, k, len, byte, data; in dm1105_i2c_xfer() local
489 for (byte = 0; byte < msgs[i].len; byte++) in dm1105_i2c_xfer()
490 dm_writeb(DM1105_I2CDAT + byte + 1, 0); in dm1105_i2c_xfer()
502 for (byte = 0; byte < msgs[i].len; byte++) { in dm1105_i2c_xfer()
503 rc = dm_readb(DM1105_I2CDAT + byte + 1); in dm1105_i2c_xfer()
506 msgs[i].buf[byte] in dm1105_i2c_xfer()
[all...]
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DDevice.cpp390 void Device::copyBuffer(byte *sourceBuffer, byte *destBuffer, unsigned int width, unsigned int height, unsigned int sourcePitch, unsigned int destPitch, unsigned int bytes, bool flipX, bool flipY) in copyBuffer()
399 byte *srcX = sourceBuffer + (width - 1) * bytes; in copyBuffer()
400 byte *dstX = destBuffer; in copyBuffer()
411 byte *srcX = sourceBuffer + (width - 1) * bytes; in copyBuffer()
412 byte *dstX = destBuffer; in copyBuffer()
590 byte *sourceBuffer = isStencil ? (byte*)source->lockStencil(0, 0, 0, PUBLIC) : (byte*)source->lockInternal(0, 0, 0, LOCK_READONLY, PUBLIC); in stretchRect()
591 byte *destBuffe in stretchRect()
[all...]
/third_party/rust/crates/nom/src/number/
H A Dstreaming.rs15 /// Recognizes an unsigned 1 byte integer.
69 for byte in input.iter_elements().take(bound) { in be_u16()
70 res = (res << 8) + byte as u16; in be_u16()
77 /// Recognizes a big endian unsigned 3 byte integer.
102 for byte in input.iter_elements().take(bound) { in be_u24()
103 res = (res << 8) + byte as u32; in be_u24()
135 for byte in input.iter_elements().take(bound) { in be_u32()
136 res = (res << 8) + byte as u32; in be_u32()
168 for byte in input.iter_elements().take(bound) { in be_u64()
169 res = (res << 8) + byte a in be_u64()
[all...]
H A Dcomplete.rs16 /// Recognizes an unsigned 1 byte integer.
71 for byte in input.iter_elements().take(bound) { in be_u16()
72 res = (res << 8) + byte as u16; in be_u16()
79 /// Recognizes a big endian unsigned 3 byte integer.
104 for byte in input.iter_elements().take(bound) { in be_u24()
105 res = (res << 8) + byte as u32; in be_u24()
137 for byte in input.iter_elements().take(bound) { in be_u32()
138 res = (res << 8) + byte as u32; in be_u32()
170 for byte in input.iter_elements().take(bound) { in be_u64()
171 res = (res << 8) + byte a in be_u64()
[all...]
/kernel/linux/linux-5.10/drivers/i2c/busses/
H A Di2c-brcmstb.c30 * PER_I2C/BSC count register mask depends on 1 byte/4 byte data register
31 * size. Cable modem and DSL SoCs with Peripheral i2c cores use 1 byte per
32 * data register whereas STB SoCs use 4 byte per data register transfer,
338 int cnt, byte, i, rc; in brcmstb_i2c_xfer_bsc_data() local
373 for (byte = 0; byte < data_regsz; byte++) { in brcmstb_i2c_xfer_bsc_data()
375 if ((cnt + byte) < len) in brcmstb_i2c_xfer_bsc_data()
376 word |= buf[cnt + byte] << in brcmstb_i2c_xfer_bsc_data()
[all...]

Completed in 14 milliseconds

1...<<41424344454647484950>>...140