Searched defs:ToS (Results 1 - 5 of 5) sorted by relevance

/external/syslinux/efi32/include/efi/
H A Defipxebc.h242 UINT8 ToS; member in struct:__anon19569
/external/syslinux/efi64/include/efi/
H A Defipxebc.h242 UINT8 ToS; member in struct:__anon19749
/external/syslinux/gnu-efi/gnu-efi-3.0/inc/
H A Defipxebc.h242 UINT8 ToS; member in struct:__anon19952
/external/webrtc/webrtc/test/channel_transport/
H A Dudp_transport_impl.cc798 // Disable QoS before setting ToS on Windows XP. This is done by closing
923 int32_t UdpTransportImpl::ToS(int32_t& DSCP, function in class:webrtc::test::UdpTransportImpl
/external/clang/lib/AST/
H A DASTImporter.cpp6217 Stmt *ToS = Importer.Visit(FromS); local
6218 if (!ToS)
6222 ImportedStmts[FromS] = ToS;
6223 return ToS;

Completed in 184 milliseconds