Searched refs:moreBytes (Results 1 – 6 of 6) sorted by relevance
/external/gptfdisk/ |
D | diskio-windows.cc | 314 DWORD bytes, moreBytes; // low- and high-order bytes of file size in DiskSize() local 333 bytes = GetFileSize(fd, &moreBytes); in DiskSize() 334 sectors = ((uint64_t) bytes + ((uint64_t) moreBytes) * UINT32_MAX) / GetBlockSize(); in DiskSize()
|
/external/oss-fuzz/projects/dlplibs/ |
D | ofz3670.patch | 24 moreBytes:
|
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/ |
D | JimfsUnixLikeFileSystemTest.java | 1062 byte[] moreBytes = {1, 2, 3, 4, 5}; in testDelete_file_whenOpenReferencesRemain() 1063 out.write(moreBytes); in testDelete_file_whenOpenReferencesRemain() 1072 assertArrayEquals(moreBytes, b); in testDelete_file_whenOpenReferencesRemain() 1080 assertArrayEquals(concat(bytes, moreBytes), allBytes); in testDelete_file_whenOpenReferencesRemain() 1553 byte[] moreBytes = preFilledBytes(2048); in testCopy_fileToPath() 1554 Files.write(path("/baz"), moreBytes); in testCopy_fileToPath() 1557 assertThatPath("/bar").containsBytes(moreBytes); in testCopy_fileToPath()
|
D | RegularFileTest.java | 855 byte[] moreBytes = bytes("1234"); in testDeletedStoreRemainsUsableWhileOpen() 856 file.write(bytes.length, moreBytes, 0, 4); in testDeletedStoreRemainsUsableWhileOpen()
|
/external/icu/icu4c/source/common/ |
D | ucnv_u8.cpp | 718 goto moreBytes; in ucnv_UTF8FromUTF8() 762 moreBytes: in ucnv_UTF8FromUTF8()
|
D | ucnvmbcs.cpp | 5104 goto moreBytes; in ucnv_SBCSFromUTF8() 5187 moreBytes: in ucnv_SBCSFromUTF8() 5400 goto moreBytes; in ucnv_DBCSFromUTF8() 5461 moreBytes: in ucnv_DBCSFromUTF8()
|