Home
last modified time | relevance | path

Searched defs:streams (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Object/
H A DMinidump.h36 ArrayRef<minidump::Directory> streams() const { return Streams; } in streams() function
/freebsd/sys/net80211/
H A Dieee80211_phy.c596 int streams, int isht40, int isShortGI) in ieee80211_compute_duration_ht()
/freebsd/tools/tools/net80211/wlantxtime/
H A Dwlantxtime.c399 int streams, int isht40, int isShortGI) in ieee80211_compute_duration_ht()
/freebsd/sys/dev/sound/pci/hda/
H A Dhdacc.c57 device_t streams[2][16]; member
H A Dhdac_private.h213 struct hdac_stream *streams; member
/freebsd/contrib/telnet/libtelnet/
H A Denc_des.c77 } streams[2]; member
/freebsd/crypto/heimdal/appl/telnet/libtelnet/
H A Denc_des.c86 struct stinfo streams[2]; member
/freebsd/contrib/xz/src/xz/
H A Dlist.c205 uint64_t streams; member
/freebsd/usr.sbin/bhyve/
H A Dhda_codec.c199 struct hda_codec_stream streams[HDA_CODEC_STREAMS_COUNT]; member
H A Dpci_hda.c132 struct hda_stream_desc streams[HDA_IOSS_NO]; member
/freebsd/sys/dev/ath/ath_hal/
H A Dah.c403 ath_computedur_ht(uint32_t frameLen, uint16_t rate, int streams, in ath_computedur_ht()
/freebsd/lib/libc/isc/
H A Deventlib_p.h255 evStream *streams; member
/freebsd/sys/contrib/openzfs/contrib/pyzfs/libzfs_core/test/
H A Dtest_libzfs_core.py195 def streams(fs, first, second): function