Home
last modified time | relevance | path

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

/external/gptfdisk/
Ddiskio-windows.cc307 DWORD bytes, moreBytes; // low- and high-order bytes of file size in DiskSize() local
326 bytes = GetFileSize(fd, &moreBytes); in DiskSize()
327 sectors = ((uint64_t) bytes + ((uint64_t) moreBytes) * UINT32_MAX) / GetBlockSize(); in DiskSize()
/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()