Home
last modified time | relevance | path

Searched defs:Packet (Results 51 – 75 of 3967) sorted by path

12345678910>>...159

/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/lewton-0.10.2/src/
H A Dinside_ogg.rs114 fn read_next_audio_packet(&mut self) -> Result<Option<Packet>, VorbisError> { in read_next_audio_packet()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nix-0.18.0/src/sys/socket/
H A Daddr.rs45 Packet = libc::AF_PACKET, enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/nix-0.20.0/src/sys/socket/
H A Daddr.rs46 Packet = libc::AF_PACKET, enumerator
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ogg-0.8.0/examples/
H A Ddump-all.rs49 fn dump_pck_info(p :&Packet, ctr :usize) { in dump_pck_info()
H A Dformat-info.rs23 fn dump_pck_info(p :&Packet) { in dump_pck_info()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/ogg-0.8.0/src/
H A Dlib.rs55 pub struct Packet { struct
71 /*/// Packet counter argument
76 impl Packet { impl
H A Dreading.rs353 pub fn read_packet(&mut self) -> Option<Packet> { in read_packet()
733 pub fn read_packet(&mut self) -> Result<Option<Packet>, OggReadError> { in read_packet()
753 pub fn read_packet_expected(&mut self) -> Result<Packet, OggReadError> { in read_packet_expected()
1137 fn poll(&mut self) -> Poll<Option<Packet>, OggReadError> { in poll()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/parking_lot-0.10.2/src/
H A Dmutex.rs123 struct Packet<T>(Arc<(Mutex<T>, Condvar)>); struct
128 unsafe impl<T: Send> Send for Packet<T> {} implementation
129 unsafe impl<T> Sync for Packet<T> {} implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/parking_lot-0.11.2/src/
H A Dmutex.rs123 struct Packet<T>(Arc<(Mutex<T>, Condvar)>); struct
128 unsafe impl<T: Send> Send for Packet<T> {} implementation
129 unsafe impl<T> Sync for Packet<T> {} implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/redox_syscall-0.1.57/src/
H A Ddata.rs82 pub struct Packet { struct
93 impl Deref for Packet { argument
102 impl DerefMut for Packet { implementation
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/redox_syscall-0.1.57/src/scheme/
H A Dscheme.rs8 fn handle(&self, packet: &mut Packet) { in handle()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/redox_syscall-0.2.10/src/scheme/
H A Dscheme.rs10 fn handle(&self, packet: &mut Packet) { in handle()
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/wavpack/decode/
H A Dweights.tex10 \subsection{Reading Decorrelation Weights}
/dports/audio/py-fmoo-audiotools/audiotools-3.0/docs/reference/wavpack/encode/
H A Dterms.tex10 \subsection{Writing Decorrelation Terms}
/dports/audio/sonata/sonata-1.7b1-22-gcee3555/po/
H A Dde.po8 # Sebastian Wicki <gandro@gmx.net>, 2008, 2009.
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/futures-core-0.3.5/
H A DCargo.toml.orig-cargo23 cfg-target-has-atomic = []
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/nix-0.20.0/src/sys/socket/
H A Daddr.rs46 Packet = libc::AF_PACKET, enumerator
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/redox_syscall-0.1.57/src/scheme/
H A Dscheme.rs8 fn handle(&self, packet: &mut Packet) { in handle()
H A Dscheme_mut.rs8 fn handle(&mut self, packet: &mut Packet) { in handle()
/dports/audio/spotify-tui/spotify-tui-0.25.0/cargo-crates/x11rb-0.8.1/tests/
H A Dmultithread_test.rs116 enum Packet { enum
121 impl Packet { implementation
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/fuchsia-zircon-0.3.3/src/
H A Dport.rs23 pub struct Packet(sys::zx_port_packet_t); struct
49 impl Packet { implementation
51 pub fn from_user_packet(key: u64, status: i32, user: UserPacket) -> Packet { in from_user_packet()
152 pub fn wait(&self, deadline: Time) -> Result<Packet, Status> { in wait()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/lewton-0.9.4/src/
H A Dinside_ogg.rs114 fn read_next_audio_packet(&mut self) -> Result<Option<Packet>, VorbisError> { in read_next_audio_packet()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/libmdns-0.2.4/src/dns_parser/
H A Dparser.rs9 impl<'a> Packet<'a> { impl
10 pub fn parse(data: &[u8]) -> Result<Packet, Error> { in parse()
H A Dstructs.rs6 pub struct Packet<'a> { struct
7 pub header: Header,
8 pub questions: Vec<Question<'a>>,
9 pub answers: Vec<ResourceRecord<'a>>,
10 pub nameservers: Vec<ResourceRecord<'a>>,
11 pub additional: Vec<ResourceRecord<'a>>,
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/librespot-tremor-0.1.0/src/
H A Dlib.rs78 pub struct Packet { struct
79 pub data: Vec<i16>,
80 pub channels: u16,
81 pub rate: u64,
82 pub bitrate_upper: u64,
83 pub bitrate_nominal: u64,
84 pub bitrate_lower: u64,
85 pub bitrate_window: u64,
192 fn next_packet(&mut self) -> Option<Result<Packet, VorbisError>> { in next_packet()
239 fn next(&mut self) -> Option<Result<Packet, VorbisError>> { in next()
[all …]

12345678910>>...159