/external/e2fsprogs/lib/blkid/ |
D | getsize.c | 78 unsigned long long size64; in blkid_get_dev_size() local 84 if (ioctl(fd, DKIOCGETBLOCKCOUNT, &size64) >= 0 && in blkid_get_dev_size() 87 (size64 * size) > 0xFFFFFFFF) in blkid_get_dev_size() 89 return (blkid_loff_t)size64 * size; in blkid_get_dev_size() 105 ioctl(fd, BLKGETSIZE64, &size64) >= 0) { in blkid_get_dev_size() 107 (size64 > 0xFFFFFFFF)) in blkid_get_dev_size() 109 return size64; in blkid_get_dev_size() 125 if (ioctl(fd, DIOCGMEDIASIZE, &size64) >= 0) in blkid_get_dev_size() 126 return (off_t)size64; in blkid_get_dev_size()
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upbc/ |
D | message_layout.h | 16 size64 += other.size64; in Add() 21 size64 = std::max(size64, other.size64); in MaxFrom() 26 size64 = Align(size64, align.size64); in AlignUp() 30 int64_t size64; member
|
D | protoc-gen-upb.cc | 95 return absl::Substitute("UPB_SIZE($0, $1)", size.size32, size.size64); in GetSizeInit() 740 uint64_t data = offset.size64 << 48 | expected_tag; in TryFillTableEntry() 747 if (case_offset.size64 > 0xffff) return false; in TryFillTableEntry() 750 data |= case_offset.size64 << 32; in TryFillTableEntry() 774 size = sub_layout.message_size().size64 + 8; in TryFillTableEntry() 889 case_offset.size64 = ~case_offset.size64; in WriteSource() 891 assert(case_offset.size64 < 0); in WriteSource()
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
D | ioctl05.c | 24 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()
|
/external/e2fsprogs/lib/ext2fs/ |
D | getsize.c | 147 unsigned long long size64; in ext2fs_get_device_size2() local 157 if (ioctl(fd, DKIOCGETBLOCKCOUNT, &size64) >= 0 && in ext2fs_get_device_size2() 159 *retblocks = size64 * size / blocksize; in ext2fs_get_device_size2() 176 ioctl(fd, BLKGETSIZE64, &size64) >= 0) { in ext2fs_get_device_size2() 177 *retblocks = size64 / blocksize; in ext2fs_get_device_size2() 271 size64 = low + 1; in ext2fs_get_device_size2() 272 *retblocks = size64 / blocksize; in ext2fs_get_device_size2()
|
/external/llvm-project/clang/test/CodeGen/ |
D | arm64-microsoft-struct-align.cpp | 9 struct size64 { char str[64]; }; struct 26 struct size64 s64;
|
/external/rust/crates/grpcio-sys/grpc/third_party/upb/upb/ |
D | port_def.inc | 34 #define UPB_SIZE(size32, size64) size32 36 #define UPB_SIZE(size32, size64) size64
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | formatutils11.cpp | 44 static const DXGIFormatSize size64(64, 1, 1); in GetDXGIFormatSizeInfo() local 83 return size64; in GetDXGIFormatSizeInfo()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9 #define UPB_SIZE(size32, size64) size32 argument 11 #define UPB_SIZE(size32, size64) size64 argument 4600 #define UPB_SIZE(size32, size64) size32 argument 4602 #define UPB_SIZE(size32, size64) size64 argument
|
D | upb.h | 15 #define UPB_SIZE(size32, size64) size32 argument 17 #define UPB_SIZE(size32, size64) size64 argument
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 6 #define UPB_SIZE(size32, size64) size32 argument 8 #define UPB_SIZE(size32, size64) size64 argument 5471 #define UPB_SIZE(size32, size64) size32 argument 5473 #define UPB_SIZE(size32, size64) size64 argument
|
D | upb.h | 4 #define UPB_SIZE(size32, size64) size32 argument 6 #define UPB_SIZE(size32, size64) size64 argument
|