Home
last modified time | relevance | path

Searched refs:sTemp (Results 1 – 7 of 7) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_imaadpcm.c108 EAS_I16 sTemp; in IMADecoderSample() local
137 …if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_S… in IMADecoderSample()
142 pState->decoderL.acc = pState->decoderL.x1 = sTemp; in IMADecoderSample()
145 …if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_S… in IMADecoderSample()
150 pState->decoderL.step = sTemp & 0xff; in IMADecoderSample()
155 …if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_S… in IMADecoderSample()
157 pState->decoderR.acc = pState->decoderR.x1 = sTemp; in IMADecoderSample()
160 …if ((result = EAS_HWGetWord(pEASData->hwInstData, pState->fileHandle, &sTemp, EAS_FALSE)) != EAS_S… in IMADecoderSample()
165 pState->decoderR.step = sTemp & 0xff; in IMADecoderSample()
/external/lzma/CPP/Common/
DCommandLineParser.cpp33 UString sTemp (s); in SplitCommandLine() local
34 sTemp.Trim(); in SplitCommandLine()
39 if (SplitCommandLine(sTemp, s1, s2)) in SplitCommandLine()
43 sTemp = s2; in SplitCommandLine()
/external/lzma/CPP/7zip/UI/GUI/
DExtractDialog.cpp400 UString sTemp; in OnOK() local
401 _path.GetLBText(i, sTemp); in OnOK()
402 sTemp.Trim(); in OnOK()
403 AddUniqueString(_info.Paths, sTemp); in OnOK()
/external/pdfium/fpdfsdk/pwl/
Dcpwl_font_map.cpp183 ByteString sTemp = sFontName; in GetFontIndex() local
184 pFont = AddFontToDocument(GetDocument(), sTemp, nCharset); in GetFontIndex()
185 sAlias = EncodeFontAlias(sTemp, nCharset); in GetFontIndex()
Dcpwl_appstream.cpp901 std::ostringstream sTemp; in GetPushButtonAppStream() local
902 sTemp << GenerateIconAppStream(IconFit, pIconStream, rcIcon); in GetPushButtonAppStream()
909 AutoClosedCommand bt(&sTemp, kTextBeginOperator, kTextEndOperator); in GetPushButtonAppStream()
910 sTemp << GetColorAppStream(crText, true) << sEdit; in GetPushButtonAppStream()
914 if (sTemp.tellp() <= 0) in GetPushButtonAppStream()
925 sAppStream << sTemp.str().c_str(); in GetPushButtonAppStream()
Dcpwl_scroll_bar.cpp919 PWL_SCROLL_PRIVATEDATA sTemp = m_sData; in TimerProc() local
925 if (sTemp != m_sData) { in TimerProc()
/external/pdfium/fxjs/
Dcjs_publicmethods.cpp1184 WideString sTemp; in MakeInterDate() local
1187 wsArray.push_back(sTemp); in MakeInterDate()
1188 sTemp.clear(); in MakeInterDate()
1191 sTemp += c; in MakeInterDate()
1193 wsArray.push_back(sTemp); in MakeInterDate()
1198 sTemp = wsArray[1]; in MakeInterDate()
1200 if (sTemp.Compare(kMonths[i]) == 0) { in MakeInterDate()