Home
last modified time | relevance | path

Searched refs:number_bytes (Results 1 – 5 of 5) sorted by relevance

/third_party/python/Modules/clinic/
D_winapi.c.h707 DWORD file_offset_low, size_t number_bytes);
717 size_t number_bytes; in _winapi_MapViewOfFile() local
721 …, &desired_access, &file_offset_high, &file_offset_low, _PyLong_Size_t_Converter, &number_bytes)) { in _winapi_MapViewOfFile()
724 …ViewOfFile_impl(module, file_map, desired_access, file_offset_high, file_offset_low, number_bytes); in _winapi_MapViewOfFile()
/third_party/gstreamer/gstplugins_bad/gst-libs/gst/mpegts/
Dgst-atsc-section.h232 guint32 number_bytes; member
Dgst-atsc-section.c387 mgt_table->number_bytes = GST_READ_UINT32_BE (data); in _parse_atsc_mgt()
/third_party/python/Modules/
D_winapi.c1389 DWORD file_offset_low, size_t number_bytes) in _winapi_MapViewOfFile_impl() argument
1396 file_offset_low, number_bytes); in _winapi_MapViewOfFile_impl()
/third_party/gstreamer/gstplugins_bad/tests/examples/mpegts/
Dts-parser.c1136 g_printf (" number_bytes : %u\n", table->number_bytes); in dump_mgt()