HomeSort by: relevance | last modified time | path
    Searched defs:tie (Results 1 - 5 of 5) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
basic_ios.h 299 tie() const function in class:basic_ios
308 * This sets up a new tie; see tie() for more.
311 tie(basic_ostream<_CharT, _Traits>* __tiestr) function in class:basic_ios
487 this->tie(__rhs.tie(nullptr));
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
basic_ios.h 295 tie() const function in class:basic_ios
304 * This sets up a new tie; see tie() for more.
307 tie(basic_ostream<_CharT, _Traits>* __tiestr) function in class:basic_ios
483 this->tie(__rhs.tie(nullptr));
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
raw_ostream.h 324 /// Tie this stream to the specified stream. Replaces any existing tied-to
326 void tie(raw_ostream *TieTo) { TiedStream = TieTo; } function in class:llvm::raw_ostream
  /src/sys/net80211/
ieee80211_output.c 1927 struct ieee80211_tim_ie *tie = (struct ieee80211_tim_ie *)frm; local
1929 tie->tim_ie = IEEE80211_ELEMID_TIM;
1930 tie->tim_len = 4; /* length */
1931 tie->tim_count = 0; /* DTIM count */
1932 tie->tim_period = ic->ic_dtim_period; /* DTIM period */
1933 tie->tim_bitctl = 0; /* bitmap control */
1934 tie->tim_bitmap[0] = 0; /* Partial Virtual Bitmap */
2042 struct ieee80211_tim_ie *tie = local
2080 memmove(tie->tim_bitmap+timlen, bo->bo_trailer,
2082 bo->bo_trailer = tie->tim_bitmap+timlen
    [all...]
  /src/external/bsd/wpa/dist/src/common/
wpa_common.h 587 const u8 *tie; member in struct:wpa_ft_ies

Completed in 24 milliseconds