Home
last modified time | relevance | path

Searched refs:nFileIndexHigh (Results 1 – 11 of 11) sorted by relevance

/third_party/boost/boost/interprocess/detail/
Dfile_locking_helpers.hpp59 unsigned long nFileIndexHigh; member
156 id.nFileIndexHigh = info.nFileIndexHigh; in fill_file_serial_id()
169 id.nFileIndexHigh == info.nFileIndexHigh && in compare_file_serial()
/third_party/boost/boost/process/detail/windows/
Dcompare_handles.hpp33 return (lhs_info.nFileIndexHigh == rhs_info.nFileIndexHigh) in compare_handles()
/third_party/boost/libs/winapi/test/run/
Dfile_management_abi.cpp60 …)(dwVolumeSerialNumber)(nFileSizeHigh)(nFileSizeLow)(nNumberOfLinks)(nFileIndexHigh)(nFileIndexLow… in main()
/third_party/flutter/skia/src/ports/
DSkOSFile_win.cpp57 id->fLsbSize = info.nFileIndexLow + (((ULONGLONG)info.nFileIndexHigh) << 32); in sk_ino()
/third_party/skia/src/ports/
DSkOSFile_win.cpp57 id->fLsbSize = info.nFileIndexLow + (((ULONGLONG)info.nFileIndexHigh) << 32); in sk_ino()
/third_party/python/Python/
Dfileutils.c1091 result->st_ino = (((uint64_t)info->nFileIndexHigh) << 32) + info->nFileIndexLow; in _Py_attribute_data_to_stat()
1164 status->st_ino = (((uint64_t)info.nFileIndexHigh) << 32) + info.nFileIndexLow; in _Py_fstat_noraise()
/third_party/boost/boost/winapi/
Dfile_management.hpp454 DWORD_ nFileIndexHigh; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/
DPath.inc513 if (FI.nFileIndexHigh != FI2.nFileIndexHigh ||
691 Info.nFileIndexHigh, Info.nFileIndexLow);
/third_party/glib/glib/
Dgstdio.c324 buf->file_index = (((guint64) handle_info->nFileIndexHigh) << 32) | handle_info->nFileIndexLow; in _g_win32_fill_privatestat()
/third_party/boost/libs/filesystem/src/
Doperations.cpp1684 && info1.nFileIndexHigh == info2.nFileIndexHigh in equivalent()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/lib/Support/Windows/
DPath.inc452 Info.nFileSizeLow, Info.nFileIndexHigh, Info.nFileIndexLow);