Home
last modified time | relevance | path

Searched refs:sSize (Results 1 – 10 of 10) sorted by relevance

/external/gptfdisk/
Dsupport.cc102 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, in GetSectorNum() argument
112 response = IeeeToInt(line, sSize, low, high, def); in GetSectorNum()
134 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def) { in IeeeToInt() argument
141 if (sSize == 0) { in IeeeToInt()
142 sSize = SECTOR_SIZE; in IeeeToInt()
174 mult = bytesPerUnit / sSize; in IeeeToInt()
175 divide = sSize / bytesPerUnit; in IeeeToInt()
Dsupport.h77 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, const std::string&…
78 uint64_t IeeeToInt(string IeeeValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def = 0);
Dgptcl.cc66 uint64_t low, high, startSector, endSector, sSize; in DoOptions() local
158 sSize = GetBlockSize(); in DoOptions()
295 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low); in DoOptions()
296 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high); in DoOptions()
/external/icu/icu4c/source/io/
Dufmt_cmn.cpp227 ufmt_defaultCPToUnicode(const char *s, int32_t sSize, in ufmt_defaultCPToUnicode() argument
237 if(sSize <= 0) { in ufmt_defaultCPToUnicode()
238 sSize = static_cast<int32_t>(uprv_strlen(s)) + 1; in ufmt_defaultCPToUnicode()
245 ucnv_toUnicode(defConverter, &alias, alias + tSize, &s, s + sSize - 1, in ufmt_defaultCPToUnicode()
Dufmt_cmn.h156 ufmt_defaultCPToUnicode(const char *s, int32_t sSize,
/external/pdfium/xfa/fxfa/parser/
Dcxfa_layoutitem.cpp70 CFX_SizeF sSize = pThis->m_sSize; in GetRect() local
72 return CFX_RectF(sPos, sSize); in GetRect()
105 return CFX_RectF(sPos, sSize); in GetRect()
/external/icu/icu4c/source/test/intltest/
Dtscoll.cpp99 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local
104 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials()
107 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, &status); in compareUsingPartials()
/external/icu/icu4c/source/test/cintltst/
Dcallcoll.c239 int32_t sSize = pieceSize, tSize = pieceSize; in compareUsingPartials() local
250 while(sSize == pieceSize && tSize == pieceSize && partialSKResult == 0) { in compareUsingPartials()
253 sSize = ucol_nextSortKeyPart(coll, &sIter, sState, sBuf, pieceSize, status); in compareUsingPartials()
/external/skia/src/ports/
DSkFontHost_win.cpp96 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, nullptr, 0, nullptr, nullptr); in tchar_to_skstring() local
97 s->resize(sSize); in tchar_to_skstring()
98 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, nullptr, nullptr); in tchar_to_skstring()
/external/skqp/src/ports/
DSkFontHost_win.cpp96 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, nullptr, 0, nullptr, nullptr); in tchar_to_skstring() local
97 s->resize(sSize); in tchar_to_skstring()
98 WideCharToMultiByte(CP_UTF8, 0, t, -1, s->writable_str(), sSize, nullptr, nullptr); in tchar_to_skstring()