Home
last modified time | relevance | path

Searched refs:off_hi (Results 1 - 2 of 2) sorted by relevance

/third_party/python/Modules/
H A Dmmapmodule.c1392 DWORD off_hi; /* upper 32 bits of offset */ in new_mmap_object() local
1554 off_hi = (DWORD)(offset >> 32); in new_mmap_object()
1567 off_hi, in new_mmap_object()
/third_party/node/deps/v8/src/base/platform/
H A Dplatform-win32.cc964 DWORD off_hi = static_cast<DWORD>(offset >> 32); in AllocateShared() local
970 MapViewOfFileEx(file_mapping, access, off_hi, off_lo, size, hint); in AllocateShared()
974 result = MapViewOfFile(file_mapping, access, off_hi, off_lo, size); in AllocateShared()

Completed in 5 milliseconds