Home
last modified time | relevance | path

Searched refs:byte (Results 1526 - 1550 of 2198) sorted by relevance

1...<<61626364656667686970>>...88

/third_party/curl/lib/vssh/
H A Dwolfssh.c262 (byte *)mem, (word32)len); in wsftp_send()
306 (byte *)mem, (word32)len); in wsftp_recv()
347 static int userauth(byte authtype, in userauth()
356 authdata->sf.password.password = (byte *)data->conn->passwd; in userauth()
/third_party/backends/backend/
H A Dsm3840_lib.c226 int index, unsigned char byte) in write_vctl()
229 &byte, 1, wr_timeout); in write_vctl()
234 int index, unsigned char *byte) in read_vctl()
237 byte, 1, wr_timeout); in read_vctl()
225 write_vctl(p_usb_dev_handle udev, int request, int value, int index, unsigned char byte) write_vctl() argument
233 read_vctl(p_usb_dev_handle udev, int request, int value, int index, unsigned char *byte) read_vctl() argument
/third_party/ntfs-3g/ntfsprogs/
H A Dntfscmp.c506 u8 *byte; member
518 cia->byte = cia->bitmap; in setup_cmp_ia()
563 if (*cia1.byte & (1 << bit)) { in cmp_index_allocation()
589 cia1.byte++; in cmp_index_allocation()
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/bn/
H A Dppc-mont.s211 .byte 0,12,4,0,0x80,12,6,0
779 .byte 0,12,4,0x20,0x80,18,6,0
1778 .byte 0,12,4,0x20,0x80,18,6,0
1781 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,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
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm_avx2/crypto/bn/
H A Dppc-mont.s211 .byte 0,12,4,0,0x80,12,6,0
779 .byte 0,12,4,0x20,0x80,18,6,0
1778 .byte 0,12,4,0x20,0x80,18,6,0
1781 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,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
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm_avx2/crypto/bn/
H A Dppc-mont.s215 .byte 0,12,4,0,0x80,12,6,0
786 .byte 0,12,4,0x20,0x80,18,6,0
1785 .byte 0,12,4,0x20,0x80,18,6,0
1788 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,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
/third_party/node/deps/openssl/config/archs/linux-ppc64le/asm/crypto/bn/
H A Dppc-mont.s215 .byte 0,12,4,0,0x80,12,6,0
786 .byte 0,12,4,0x20,0x80,18,6,0
1785 .byte 0,12,4,0x20,0x80,18,6,0
1788 .byte 77,111,110,116,103,111,109,101,114,121,32,77,117,108,116,105,112,108,105,99,97,116,105,111,110,32,102,111,114,32,80,80,67,44,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
/third_party/node/deps/v8/src/objects/
H A Dcode.h524 inline byte* relocation_start() const;
527 inline byte* relocation_end() const;
975 inline byte get(int index) const;
976 inline void set(int index, byte value);
1049 // |SourcePositionTable| will return an empty byte array rather than crashing
/third_party/node/deps/v8/src/strings/
H A Dunicode.cc194 uchar Utf8::CalculateValue(const byte* str, size_t max_length, size_t* cursor) { in CalculateValue()
202 const byte* start = str; in CalculateValue()
203 const byte* end = str + max_length; in CalculateValue()
225 bool Utf8::ValidateEncoding(const byte* bytes, size_t length) { in ValidateEncoding()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp544 deUint8 byte = opacityMicromapData[index / 8]; in iterate() local
545 state = (byte >> (index % 8)) & 0x1; in iterate()
548 deUint8 byte = opacityMicromapData[index / 4]; in iterate() local
549 state = (byte >> 2*(index % 4)) & 0x3; in iterate()
/third_party/skia/third_party/externals/libjpeg-turbo/simd/i386/
H A Djfdctfst-mmx.asm86 sub esp, byte 4
87 and esp, byte (-SIZEOF_MMWORD) ; align to 64 bits
236 add edx, byte 4*DCTSIZE*SIZEOF_DCTELEM
377 add edx, byte 4*SIZEOF_DCTELEM
/third_party/protobuf/src/google/protobuf/io/
H A Dzero_copy_stream_unittest.cc243 uint8 byte; in ReadStuff() local
244 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0); in ReadStuff()
274 uint8 byte; in ReadStuffLarge() local
275 EXPECT_EQ(ReadFromInput(input, &byte, 1), 0); in ReadStuffLarge()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/
H A DvktRayTracingOpacityMicromapTests.cpp546 deUint8 byte = opacityMicromapData[index / 8]; in iterate() local
547 state = (byte >> (index % 8)) & 0x1; in iterate()
550 deUint8 byte = opacityMicromapData[index / 4]; in iterate() local
551 state = (byte >> 2*(index % 4)) & 0x3; in iterate()
/third_party/rust/crates/regex/regex-syntax/src/hir/
H A Dtranslate.rs150 /// A byte-oriented character class. This frame is mutated as we descend
155 /// If `allow_invalid_utf8` is disabled (the default), then a byte
208 /// Assert that the current stack frame is a byte class expression and
214 "tried to unwrap byte class \ in unwrap_class_bytes()
417 let byte = self.class_literal_byte(x)?; in visit_class_set_item_post()
418 cls.push(hir::ClassBytesRange::new(byte, byte)); in visit_class_set_item_post()
632 byte @ hir::Literal::Byte(_) => return Ok(Hir::literal(byte)), in hir_literal()
647 /// When Unicode mode is disabled, then a raw byte i
[all...]
/third_party/jerryscript/jerry-core/parser/js/
H A Djs-parser.c276 * During byte code post processing certain bytes are not
277 * copied into the final byte code buffer. For example, if
278 * one byte is enough for encoding a literal index, the
279 * second byte is not copied. However, when a byte is skipped,
281 * that byte code should also be decreased by one. Instead
282 * of finding these jumps every time when a byte is skipped,
304 * copied bytes before a given byte including the byte
305 * itself. The last byte alway
741 uint8_t byte; parse_print_final_cbc() local
1131 uint8_t byte = page_p->bytes[offset]; parser_post_processing() local
1506 uint8_t byte = page_p->bytes[offset]; parser_post_processing() local
[all...]
/third_party/ffmpeg/libavcodec/x86/
H A Dlossless_videodsp.asm98 movzx r2d, byte [dstq-1]
100 movzx r2d, byte [topq-1]
149 movzx eax, byte [dstq - 1]
/third_party/ffmpeg/libavfilter/
H A Dvf_bilateral.c223 BILATERAL_H(uint8_t, byte)
326 BILATERAL_V(uint8_t, byte)
347 BILATERAL_O(uint8_t, byte)
/third_party/alsa-lib/src/pcm/
H A Dpcm_iec958.c107 unsigned int byte = iec->counter >> 3; in iec958_subframe() local
108 unsigned int mask = 1 << (iec->counter - (byte << 3)); in iec958_subframe()
115 if (iec->status[byte] & mask) in iec958_subframe()
557 * \param preamble_vals The preamble byte values
649 [status status-bytes] # IEC958 status bits (given in byte array)
/third_party/libsnd/src/
H A Ddwvw.c429 { int byte ; in dwvw_encode_store_bits() local
437 { byte = pdwvw->bits >> (pdwvw->bit_count - 8) ; in dwvw_encode_store_bits()
439 pdwvw->b.buffer [pdwvw->b.index] = byte & 0xFF ; in dwvw_encode_store_bits()
/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects-inl.h185 SANDBOXED_POINTER_ACCESSORS(WasmInstanceObject, memory_start, byte*,
204 PRIMITIVE_ACCESSORS(WasmInstanceObject, globals_start, byte*,
220 PRIMITIVE_ACCESSORS(WasmInstanceObject, dropped_elem_segments, byte*,
H A Dwasm-external-refs.cc463 inline byte* EffectiveAddress(WasmInstanceObject instance, uintptr_t index) { in EffectiveAddress()
495 byte* seg_start = in memory_init_wrapper()
496 reinterpret_cast<byte*>(instance.data_segment_starts()[seg_index]); in memory_init_wrapper()
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
H A Dghashv8-armx.S8 # define INST(a,b,c,d) .byte c,0xef,a,b
11 # define INST(a,b,c,d) .byte a,b,c,0xf2
240 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,56,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
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
H A Dghashv8-armx.S8 # define INST(a,b,c,d) .byte c,0xef,a,b
11 # define INST(a,b,c,d) .byte a,b,c,0xf2
240 .byte 71,72,65,83,72,32,102,111,114,32,65,82,77,118,56,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
/third_party/node/deps/openssl/config/archs/aix64-gcc-as/asm/crypto/sha/
H A Dsha256-ppc.s125 .byte 0,12,4,1,0x80,18,3,0
1291 .byte 0,12,0x14,0,0,0,0,0
1302 .byte 0,12,0x14,0,0,0,0,0
H A Dsha1-ppc.s105 .byte 0,12,4,1,0x80,18,3,0
1113 .byte 0,12,0x14,0,0,0,0,0
1115 .byte 83,72,65,49,32,98,108,111,99,107,32,116,114,97,110,115,102,111,114,109,32,102,111,114,32,80,80,67,44,67,82,89,80,84,79,71,65,77,83,32,98,121,32,60,97,112,112,114,111,64,102,121,46,99,104,97,108,109,101,114,115,46,115,101,62,0

Completed in 29 milliseconds

1...<<61626364656667686970>>...88