Searched refs:off_hi (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_base/tests/check/gst/ |
D | typefindfunctions.c | 430 generate_utf16 (guint off_lo, guint off_hi) in generate_utf16() argument 439 utf16[off_hi] = 0xfe; in generate_utf16() 442 utf16[2 + (2 * i) + off_hi] = 0x00; in generate_utf16()
|
/third_party/python/Modules/ |
D | mmapmodule.c | 508 DWORD off_hi, off_lo, newSizeLow, newSizeHigh; in mmap_resize_method() local 518 off_hi = (DWORD)(self->offset >> 32); in mmap_resize_method() 535 off_hi, in mmap_resize_method() 1316 DWORD off_hi; /* upper 32 bits of offset */ in new_mmap_object() local 1478 off_hi = (DWORD)(offset >> 32); in new_mmap_object() 1491 off_hi, in new_mmap_object()
|
/third_party/node/deps/v8/src/base/platform/ |
D | platform-win32.cc | 964 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()
|