Home
last modified time | relevance | path

Searched refs:highPart (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/libs/beast/include/boost/beast/http/impl/
Dfile_body_win32.hpp307 highPart(Unsigned n, std::true_type) in highPart() function
316 highPart(Unsigned, std::false_type) in highPart() function
323 highPart(Unsigned n) in highPart() function
325 return highPart(n, std::integral_constant< in highPart()
445 ov.OffsetHigh = highPart(w.pos_); in operator ()()
/third_party/boost/boost/beast/http/impl/
Dfile_body_win32.hpp307 highPart(Unsigned n, std::true_type) in highPart() function
316 highPart(Unsigned, std::false_type) in highPart() function
323 highPart(Unsigned n) in highPart() function
325 return highPart(n, std::integral_constant< in highPart()
445 ov.OffsetHigh = highPart(w.pos_); in operator ()()
/third_party/boost/boost/interprocess/detail/
Dwin32_api.hpp802 long highPart = distance >> 32u; in set_file_pointer() local
803 …:DWORD_ r = boost::winapi::SetFilePointer(handle, (unsigned long)distance, &highPart, move_method); in set_file_pointer()
806 *new_file_pointer = (unsigned __int64)r + ((__int64)highPart << 32); in set_file_pointer()