Home
last modified time | relevance | path

Searched refs:byte_slice (Results 1 – 23 of 23) sorted by relevance

/dports/lang/rust/rustc-1.58.1-src/src/test/mir-opt/
H A Dbyte_slice.main.SimplifyCfg-elaborate-drops.after.mir5 let _1: &[u8; 3]; // in scope 0 at $DIR/byte_slice.rs:5:9: 5:10
7 debug x => _1; // in scope 1 at $DIR/byte_slice.rs:5:9: 5:10
8 let _2: [u8; 2]; // in scope 1 at $DIR/byte_slice.rs:6:9: 6:10
10 debug y => _2; // in scope 2 at $DIR/byte_slice.rs:6:9: 6:10
15 StorageLive(_1); // scope 0 at $DIR/byte_slice.rs:5:9: 5:10
16 _1 = const b"foo"; // scope 0 at $DIR/byte_slice.rs:5:13: 5:19
21 // + span: $DIR/byte_slice.rs:5:13: 5:19
23 StorageLive(_2); // scope 1 at $DIR/byte_slice.rs:6:9: 6:10
26 StorageDead(_2); // scope 1 at $DIR/byte_slice.rs:7:1: 7:2
27 StorageDead(_1); // scope 0 at $DIR/byte_slice.rs:7:1: 7:2
[all …]
/dports/security/arti/arti-9d0ede26801cdb182daa85c3eb5f0058dc178eb6/cargo-crates/der-0.4.4/src/
H A Dlib.rs355 mod byte_slice; module
389 pub(crate) use crate::byte_slice::ByteSlice;
/dports/devel/dtool/dtool-0.11.0/cargo-crates/der-0.4.1/src/
H A Dlib.rs363 mod byte_slice; module
397 pub(crate) use crate::byte_slice::ByteSlice;
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-verilog.r/systemverilog-struct.d/
H A Dinput.sv68 bit [52:0][7:0] byte_slice; member
H A Dexpected.tags44 byte_slice input.sv /^ bit [52:0][7:0] byte_slice;$/;" w typedef:U.u_atmcell
/dports/lang/zig-devel/zig-0.9.0/lib/std/mem/
H A DAllocator.zig301 const byte_slice = try self.rawAlloc(byte_count, a, len_align, return_address);
303 .exact => assert(byte_slice.len == byte_count),
304 .at_least => assert(byte_slice.len >= byte_count),
307 @memset(byte_slice.ptr, undefined, byte_slice.len);
310 return @intToPtr([*]T, @ptrToInt(byte_slice.ptr))[0..@divExact(byte_slice.len, @sizeOf(T))];
312 return mem.bytesAsSlice(T, @alignCast(a, byte_slice));
/dports/lang/zig/zig-0.9.0/lib/std/mem/
H A DAllocator.zig301 const byte_slice = try self.rawAlloc(byte_count, a, len_align, return_address);
303 .exact => assert(byte_slice.len == byte_count),
304 .at_least => assert(byte_slice.len >= byte_count),
307 @memset(byte_slice.ptr, undefined, byte_slice.len);
310 return @intToPtr([*]T, @ptrToInt(byte_slice.ptr))[0..@divExact(byte_slice.len, @sizeOf(T))];
312 return mem.bytesAsSlice(T, @alignCast(a, byte_slice));
/dports/security/rustscan/RustScan-2.0.1/cargo-crates/subprocess-0.2.6/src/
H A Dposix.rs225 for byte_slice in byte_slices { in set_exe()
226 exe_buf.extend_from_slice(byte_slice); in set_exe()
/dports/security/cargo-audit/rustsec-cargo-audit-v0.15.2/cargo-audit/cargo-crates/subprocess-0.2.6/src/
H A Dposix.rs225 for byte_slice in byte_slices { in set_exe()
226 exe_buf.extend_from_slice(byte_slice); in set_exe()
/dports/lang/gleam/gleam-0.18.2/cargo-crates/capnp-0.14.4/src/
H A Dserialize.rs667 let mut byte_slice = &bytes[..]; in read_message_from_flat_slice_with_remainder() localVariable
668 …let message = read_message_from_flat_slice(&mut byte_slice, message::ReaderOptions::new()).unwrap(… in read_message_from_flat_slice_with_remainder()
669 assert_eq!(byte_slice, extra_bytes); in read_message_from_flat_slice_with_remainder()
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/net-im/fractal/fractal-4.4.0/vendor/tendril/src/
H A Dtendril.rs757 let byte_slice = unsafe_slice(self.as_byte_slice(), in try_subtendril() localVariable
759 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/editors/helix/helix-0.5.0/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/tendril/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/audio/gnome-podcasts/podcasts-c86f7bfdef7692bbf20f315a90450321f6ca9ce7/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/tendril-0.2.4/src/
H A Dtendril.rs757 let byte_slice = unsafe_slice(self.as_byte_slice(), in try_subtendril() localVariable
759 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/devel/texlab/texlab-3.3.0/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/www/zola/zola-0.15.2/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/textproc/mdbook/mdBook-0.4.13/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/lang/rust/rustc-1.58.1-src/vendor/tendril/src/
H A Dtendril.rs757 let byte_slice = unsafe_slice(self.as_byte_slice(), in try_subtendril() localVariable
759 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/textproc/htmlq/htmlq-0.3.0/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()
/dports/www/monolith/monolith-2.6.1/cargo-crates/tendril-0.4.2/src/
H A Dtendril.rs809 let byte_slice = unsafe_slice(self.as_byte_slice(), offset as usize, length as usize); in try_subtendril() localVariable
810 if !F::validate_subseq(byte_slice) { in try_subtendril()