Home
last modified time | relevance | path

Searched refs:moreBytes (Results 1 – 6 of 6) sorted by relevance

/external/gptfdisk/
Ddiskio-windows.cc314 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/
Dofz3670.patch24 moreBytes:
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DJimfsUnixLikeFileSystemTest.java1062 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()
DRegularFileTest.java855 byte[] moreBytes = bytes("1234"); in testDeletedStoreRemainsUsableWhileOpen()
856 file.write(bytes.length, moreBytes, 0, 4); in testDeletedStoreRemainsUsableWhileOpen()
/external/icu/icu4c/source/common/
Ducnv_u8.cpp718 goto moreBytes; in ucnv_UTF8FromUTF8()
762 moreBytes: in ucnv_UTF8FromUTF8()
Ducnvmbcs.cpp5104 goto moreBytes; in ucnv_SBCSFromUTF8()
5187 moreBytes: in ucnv_SBCSFromUTF8()
5400 goto moreBytes; in ucnv_DBCSFromUTF8()
5461 moreBytes: in ucnv_DBCSFromUTF8()