Home
last modified time | relevance | path

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

/external/gptfdisk/
Dsupport.cc123 uint64_t GetSectorNum(uint64_t low, uint64_t high, uint64_t def, uint64_t sSize, in GetSectorNum() argument
133 response = IeeeToInt(line, sSize, low, high, def); in GetSectorNum()
155 uint64_t IeeeToInt(string inValue, uint64_t sSize, uint64_t low, uint64_t high, uint64_t def) { in IeeeToInt() argument
162 if (sSize == 0) { in IeeeToInt()
163 sSize = SECTOR_SIZE; in IeeeToInt()
195 mult = bytesPerUnit / sSize; in IeeeToInt()
196 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, mainTableLBA; in DoOptions() local
160 sSize = GetBlockSize(); in DoOptions()
301 startSector = IeeeToInt(GetString(newPartInfo, 2), sSize, low, high, low); in DoOptions()
302 endSector = IeeeToInt(GetString(newPartInfo, 3), sSize, startSector, high, high); in DoOptions()
/external/pdfium/xfa/fxfa/layout/
Dcxfa_contentlayoutitem.cpp66 CFX_SizeF sSize = m_sSize; in GetRect() local
68 return CFX_RectF(sPos, sSize); in GetRect()
98 return CFX_RectF(sPos, sSize); in GetRect()
/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/ms-tpm-20-ref/TPMCmd/tpm/src/support/
DMemory.c58 int sSize in MemoryCopy() argument
62 memmove(dest, src, sSize); in MemoryCopy()
/external/ms-tpm-20-ref/TPMCmd/tpm/include/prototypes/
DMemory_fp.h51 int sSize
/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.cpp97 size_t sSize = WideCharToMultiByte(CP_UTF8, 0, t, -1, nullptr, 0, nullptr, nullptr); in tchar_to_skstring() local
98 s->resize(sSize); in tchar_to_skstring()
99 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()