Searched refs:tie (Results 1 - 25 of 169) sorted by last modified time

1234567

/external/wpa_supplicant_8/hostapd/src/common/
H A Dwpa_common.c288 parse->tie = pos + 2;
H A Dwpa_common.h399 const u8 *tie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/src/common/
H A Dwpa_common.c288 parse->tie = pos + 2;
H A Dwpa_common.h399 const u8 *tie; member in struct:wpa_ft_ies
/external/wpa_supplicant_8/wpa_supplicant/src/common/
H A Dwpa_common.c288 parse->tie = pos + 2;
H A Dwpa_common.h399 const u8 *tie; member in struct:wpa_ft_ies
/external/stlport/src/
H A Diostream.cpp228 ptr_cin->tie(ptr_cout);
243 ptr_wcin->tie(ptr_wcout);
/external/stlport/stlport/stl/
H A D_ios.c101 this->tie(0);
H A D_ios.h62 basic_ostream<_CharT, _Traits>* tie() const { function in class:basic_ios
66 tie(basic_ostream<char_type, traits_type>* __new_tied_ostream) { function in class:basic_ios
H A D_istream.h296 if (__istr.tie())
297 __istr.tie()->flush();
312 if (__istr.tie())
313 __istr.tie()->flush();
H A D_ostream.h223 if (__str.tie())
224 __str.tie()->flush();
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/oprofile/pp/
H A Dopreport.cpp589 cout.tie(0);
/external/mesa3d/src/gallium/state_trackers/clover/core/
H A Dbase.hpp191 op, {}, std::tie(it0, its...));
214 ::step(op, {}, std::tie(it0, its...)));
232 op, a, std::tie(it0, its...));
249 op, {}, std::tie(it0, its...)))
/external/llvm/unittests/Support/
H A DConvertUTFTest.cpp142 std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsLenient(S);
145 std::tie(ErrorCode, Decoded) = ConvertUTF8ToUnicodeScalarsPartialLenient(S);
/external/llvm/utils/TableGen/
H A DAsmWriterEmitter.cpp704 std::tie(Name, I) = parseName(++I, E);
708 std::tie(OpIndex, PrintIndex) = getOpData(Name);
H A DCodeGenRegisters.cpp785 return std::tie(*Members, SpillSize, SpillAlignment) <
786 std::tie(*B.Members, B.SpillSize, B.SpillAlignment);
839 // Finally order by name as a tie breaker.
/external/llvm/unittests/ADT/
H A DStringMapTest.cpp211 std::tie(NewIt, Inserted) =
220 std::tie(ExistingIt, Inserted) =
/external/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp2199 std::tie(FirstCheckInst, StrideCheck) =
2223 std::tie(FirstCheckInst, MemRuntimeCheck) =
/external/llvm/include/llvm/CodeGen/
H A DLiveInterval.h176 return std::tie(start, end) < std::tie(Other.start, Other.end);
555 return std::tie(thisIndex, reg) < std::tie(otherIndex, other.reg);
H A DSelectionDAG.h1175 std::tie(LoVT, HiVT) = GetSplitDestVTs(N.getValueType());
H A DSelectionDAGNodes.h144 return std::tie(Node, ResNo) < std::tie(O.Node, O.ResNo);
/external/llvm/include/llvm/Support/
H A DFileSystem.h130 return std::tie(Device, File) < std::tie(Other.Device, Other.File);
H A DScaledNumber.h611 std::tie(Digits, Scale) =
619 std::tie(Digits, Scale) =
/external/llvm/lib/Analysis/
H A DCGSCCPassManager.cpp59 std::tie(RI, Inserted) = CGSCCAnalysisResults.insert(std::make_pair(

Completed in 430 milliseconds

1234567