Home
last modified time | relevance | path

Searched refs:size64 (Results 1 – 9 of 9) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/ioctl/
Dioctl05.c24 uint64_t size64 = 0; in verify_ioctl() local
31 SAFE_IOCTL(fd, BLKGETSIZE64, &size64); in verify_ioctl()
33 if (size == size64/512) { in verify_ioctl()
35 size, (unsigned long long)size64); in verify_ioctl()
39 size, (unsigned long long)size64); in verify_ioctl()
/third_party/skia/third_party/externals/dawn/src/dawn_wire/server/
DServerBuffer.cpp57 uint64_t size64) { in DoBufferMapAsync() argument
82 if (offset64 > std::numeric_limits<size_t>::max() || size64 >= WGPU_WHOLE_MAP_SIZE) { in DoBufferMapAsync()
88 size_t size = static_cast<size_t>(size64); in DoBufferMapAsync()
/third_party/gstreamer/gstplugins_good/gst/wavparse/
Dgstwavparse.c1325 guint64 size64; in gst_wavparse_stream_headers() local
1328 size64 = size; in gst_wavparse_stream_headers()
1331 size64 = 0; in gst_wavparse_stream_headers()
1342 if (size64 == -1 && wav->datasize > 0) { in gst_wavparse_stream_headers()
1344 size64 = wav->datasize; in gst_wavparse_stream_headers()
1346 wav->chunk_size = size64; in gst_wavparse_stream_headers()
1350 if (size64 == 0 && upstream_size) { in gst_wavparse_stream_headers()
1351 size64 = upstream_size - wav->datastart; in gst_wavparse_stream_headers()
1355 size64 = MIN (size64, (upstream_size - wav->datastart)); in gst_wavparse_stream_headers()
1357 wav->datasize = size64; in gst_wavparse_stream_headers()
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp44 static const DXGIFormatSize size64(64, 1, 1); in GetDXGIFormatSizeInfo() local
83 return size64; in GetDXGIFormatSizeInfo()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
Dformatutils11.cpp44 static const DXGIFormatSize size64(64, 1, 1); in GetDXGIFormatSizeInfo() local
83 return size64; in GetDXGIFormatSizeInfo()
/third_party/protobuf/php/ext/google/protobuf/
Dphp-upb.h28 #define UPB_SIZE(size32, size64) size32 argument
30 #define UPB_SIZE(size32, size64) size64 argument
Dphp-upb.c29 #define UPB_SIZE(size32, size64) size32 argument
31 #define UPB_SIZE(size32, size64) size64 argument
/third_party/protobuf/ruby/ext/google/protobuf_c/
Dupb.h27 #define UPB_SIZE(size32, size64) size32 argument
29 #define UPB_SIZE(size32, size64) size64 argument
Dupb.c28 #define UPB_SIZE(size32, size64) size32 argument
30 #define UPB_SIZE(size32, size64) size64 argument