Home
last modified time | relevance | path

Searched refs:sBuffer (Results 76 – 100 of 364) sorted by relevance

12345678910>>...15

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/src/plugins/
H A Dslap_delay.cpp253 vInputs[i].sBuffer.destroy(); in destroy()
470 vInputs[i].sBuffer.init(max_delay * 2, max_delay); in update_sample_rate()
471 vInputs[i].sBuffer.fill(0.0f); in update_sample_rate()
501 to_do = vInputs[0].sBuffer.append(vInputs[0].vIn, to_do); in process()
530 … dsp::mul_k3(vTemp, vInputs[0].sBuffer.tail(delay), p->vDelay[i].fGain[0], to_do); in process()
532 …dsp::mix_copy2(vTemp, vInputs[0].sBuffer.tail(delay), vInputs[1].sBuffer.tail(delay), p->vDelay[i]… in process()
542 const float *s0 = vInputs[0].sBuffer.tail(to_do); in process()
555 const float *s0 = vInputs[0].sBuffer.tail(to_do); in process()
556 const float *s1 = vInputs[1].sBuffer.tail(to_do); in process()
594 vInputs[0].sBuffer.shift(to_do); in process()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtftne.cxx283 OUStringBuffer sBuffer; in exportTextFootnoteConfigurationHelper() local
287 GetExport().GetMM100UnitConverter().convertNumFormat( sBuffer, nNumbering); in exportTextFootnoteConfigurationHelper()
289 sBuffer.makeStringAndClear() ); in exportTextFootnoteConfigurationHelper()
290 SvXMLUnitConverter::convertNumLetterSync( sBuffer, nNumbering); in exportTextFootnoteConfigurationHelper()
291 if (!sBuffer.isEmpty() ) in exportTextFootnoteConfigurationHelper()
294 sBuffer.makeStringAndClear()); in exportTextFootnoteConfigurationHelper()
H A DXMLFootnoteConfigurationImportContext.cxx60 OUStringBuffer sBuffer; member in __anon9f4df0540111::XMLFootnoteConfigHelper
83 , sBuffer() in XMLFootnoteConfigHelper()
93 rConfig.SetBeginNotice(sBuffer.makeStringAndClear()); in endFastElement()
97 rConfig.SetEndNotice(sBuffer.makeStringAndClear()); in endFastElement()
104 sBuffer.append(rChars); in characters()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtftne.cxx283 OUStringBuffer sBuffer; in exportTextFootnoteConfigurationHelper() local
287 GetExport().GetMM100UnitConverter().convertNumFormat( sBuffer, nNumbering); in exportTextFootnoteConfigurationHelper()
289 sBuffer.makeStringAndClear() ); in exportTextFootnoteConfigurationHelper()
290 SvXMLUnitConverter::convertNumLetterSync( sBuffer, nNumbering); in exportTextFootnoteConfigurationHelper()
291 if (!sBuffer.isEmpty() ) in exportTextFootnoteConfigurationHelper()
294 sBuffer.makeStringAndClear()); in exportTextFootnoteConfigurationHelper()
H A DXMLFootnoteConfigurationImportContext.cxx58 OUStringBuffer sBuffer; member in XMLFootnoteConfigHelper
84 , sBuffer() in XMLFootnoteConfigHelper()
94 rConfig.SetBeginNotice(sBuffer.makeStringAndClear()); in EndElement()
98 rConfig.SetEndNotice(sBuffer.makeStringAndClear()); in EndElement()
105 sBuffer.append(rChars); in Characters()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/src/
H A Dsysmem_allocator.cpp490 mfxU32 header_size = MSDK_ALIGN32(sizeof(sBuffer)); in AllocBuffer()
496 sBuffer *bs = (sBuffer *)buffer_ptr; in AllocBuffer()
509 sBuffer *bs = (sBuffer *)mid; in LockBuffer()
516 *ptr = (mfxU8*)((size_t)((mfxU8 *)bs+MSDK_ALIGN32(sizeof(sBuffer))+31)&(~((size_t)31))); in LockBuffer()
522 sBuffer *bs = (sBuffer *)mid; in UnlockBuffer()
532 sBuffer *bs = (sBuffer *)mid; in FreeBuffer()
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/src/
H A Dsysmem_allocator.cpp476 mfxU32 header_size = MSDK_ALIGN32(sizeof(sBuffer)); in AllocBuffer()
482 sBuffer* bs = (sBuffer*)buffer_ptr; in AllocBuffer()
494 sBuffer* bs = (sBuffer*)mid; in LockBuffer()
501 *ptr = (mfxU8*)((size_t)((mfxU8*)bs + MSDK_ALIGN32(sizeof(sBuffer)) + 31) & (~((size_t)31))); in LockBuffer()
506 sBuffer* bs = (sBuffer*)mid; in UnlockBuffer()
515 sBuffer* bs = (sBuffer*)mid; in FreeBuffer()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/saves/
H A DXpsSaveImporter.cpp94 char sBuffer[bufferSize]; in ExtractFiles() local
97 input.Read(sBuffer, nRead); in ExtractFiles()
98 output.Write(sBuffer, nRead); in ExtractFiles()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Ddbgoutsw.hxx92 char sBuffer[256]; in lcl_dbg_out() local
93 sprintf(sBuffer, "(%p)", aIt->second); in lcl_dbg_out()
94 aResult.appendAscii(sBuffer); in lcl_dbg_out()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Ddbgoutsw.hxx91 char sBuffer[256]; in lcl_dbg_out() local
92 sprintf(sBuffer, "(%p)", aIt->second); in lcl_dbg_out()
93 aResult.appendAscii(sBuffer); in lcl_dbg_out()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/core/
H A DSettingsExportHelper.cxx240 OUStringBuffer sBuffer; in exportDouble() local
241 ::sax::Converter::convertDouble(sBuffer, fValue); in exportDouble()
242 m_rContext.Characters( sBuffer.makeStringAndClear() ); in exportDouble()
262 OUStringBuffer sBuffer; in exportDateTime() local
263 ::sax::Converter::convertDateTime(sBuffer, aValue, nullptr); in exportDateTime()
265 m_rContext.Characters( sBuffer.makeStringAndClear() ); in exportDateTime()
344 OUStringBuffer sBuffer; in exportbase64Binary() local
345 ::comphelper::Base64::encode(sBuffer, aProps); in exportbase64Binary()
346 m_rContext.Characters( sBuffer.makeStringAndClear() ); in exportbase64Binary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/core/
H A DSettingsExportHelper.cxx240 OUStringBuffer sBuffer; in exportDouble() local
241 ::sax::Converter::convertDouble(sBuffer, fValue); in exportDouble()
242 m_rContext.Characters( sBuffer.makeStringAndClear() ); in exportDouble()
262 OUStringBuffer sBuffer; in exportDateTime() local
263 ::sax::Converter::convertDateTime(sBuffer, aValue, nullptr); in exportDateTime()
265 m_rContext.Characters( sBuffer.makeStringAndClear() ); in exportDateTime()
344 OUStringBuffer sBuffer; in exportbase64Binary() local
345 ::comphelper::Base64::encode(sBuffer, aProps); in exportbase64Binary()
346 m_rContext.Characters( sBuffer.makeStringAndClear() ); in exportbase64Binary()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/comphelper/
H A Dbase64.hxx49 static void decode(css::uno::Sequence<sal_Int8>& aPass, const OUString& sBuffer);
51 static sal_Int32 decodeSomeChars(css::uno::Sequence<sal_Int8>& aPass, const OUString& sBuffer);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/comphelper/
H A Dbase64.hxx46 static void decode(css::uno::Sequence<sal_Int8>& aPass, const OUString& sBuffer);
48 static sal_Int32 decodeSomeChars(css::uno::Sequence<sal_Int8>& aPass, const OUString& sBuffer);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx998 static char sBuffer[256]; in toString() local
1000 snprintf(sBuffer, sizeof(sBuffer), in toString()
1012 return sBuffer; in toString()
1278 static char sBuffer[1024]; in toString() local
1282 sResult += sBuffer; in toString()
1289 …snprintf(sBuffer, sizeof(sBuffer), "<cellInfo top=\"%" SAL_PRIdINT64 "\" bottom=\"%" SAL_PRIdINT64… in toString()
1291 sResult += sBuffer; in toString()
1317 snprintf(sBuffer, sizeof(sBuffer), "%" SAL_PRIxUINT32 "", *aIt); in toString()
1318 sResult += sBuffer; in toString()
1337 snprintf(sBuffer, sizeof(sBuffer), "%" SAL_PRIxUINT32 "", *aIt); in toString()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A DWW8TableInfo.cxx1002 static char sBuffer[256]; in toString() local
1004 snprintf(sBuffer, sizeof(sBuffer), in toString()
1016 return sBuffer; in toString()
1282 static char sBuffer[1024]; in toString() local
1286 sResult += sBuffer; in toString()
1293 …snprintf(sBuffer, sizeof(sBuffer), "<cellInfo top=\"%ld\" bottom=\"%ld\" left=\"%ld\" right=\"%ld\… in toString()
1295 sResult += sBuffer; in toString()
1321 snprintf(sBuffer, sizeof(sBuffer), "%" SAL_PRIxUINT32 "", *aIt); in toString()
1322 sResult += sBuffer; in toString()
1341 snprintf(sBuffer, sizeof(sBuffer), "%" SAL_PRIxUINT32 "", *aIt); in toString()
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Pop3/
H A DPop3Client.php303 $sBuffer = trim($this->sResponseBuffer);
304 $sStatus = $sBuffer;
305 if (false !== strpos($sBuffer, ' '))
307 list($sStatus, $sMessage) = explode(' ', $sBuffer, 2);
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Pop3/
H A DPop3Client.php303 $sBuffer = trim($this->sResponseBuffer);
304 $sStatus = $sBuffer;
305 if (false !== strpos($sBuffer, ' '))
307 list($sStatus, $sMessage) = explode(' ', $sBuffer, 2);
/dports/science/hypre/hypre-2.23.0/src/FEI_mv/femli/
H A Dmli_solver_seqsuperlu.cxx383 double *uData, *fData, *subUData, *sBuffer, *rBuffer, res, *AOffdA; in solve() local
440 rBuffer = sBuffer = NULL; in solve()
458 sBuffer = new double[length]; in solve()
460 else sBuffer = NULL; in solve()
533 sBuffer[index++] in solve()
565 if (sBuffer != NULL) delete [] sBuffer; in solve()
775 double *sBuffer=NULL, *rBuffer=NULL; in setupBlockColoring() local
785 sBuffer = new double[hypre_ParCSRCommPkgSendMapStart(commPkg,nSends)]; in setupBlockColoring()
800 sBuffer[mapIndex++] = (double) (k + myRowOffset); in setupBlockColoring()
808 commHandle = hypre_ParCSRCommHandleCreate(1,commPkg,sBuffer,rBuffer); in setupBlockColoring()
[all …]
/dports/irc/znc/znc-1.8.2/modules/
H A Dawaystore.cpp354 CString sBuffer = GetUser()->GetUsername(); in GetPath() local
356 sRet += "/.znc-away-" + CBlowfish::MD5(sBuffer, true); in GetPath()
448 bool DecryptMessages(CString& sBuffer) { in DecryptMessages() argument
451 sBuffer = ""; in DecryptMessages()
464 sBuffer = c.Crypt(sFile); in DecryptMessages()
466 if (sBuffer.Left(strlen(CRYPT_VERIFICATION_TOKEN)) != in DecryptMessages()
472 sBuffer.erase(0, strlen(CRYPT_VERIFICATION_TOKEN)); in DecryptMessages()
/dports/multimedia/opentoonz/opentoonz-1.5.0/toonz/sources/toonzlib/
H A Dtbinarizer.cpp116 std::vector<unsigned char> sBuffer(w * h, 255); // per ogni pixel: quando in process() local
261 sBuffer[k] = (vBuffer[k] + thrBuffer[k1]) / 2; in process()
281 if (tBuffer[ka] > 20 && vBuffer[ka] < sBuffer[k]) { in process()
284 sBuffer[ka] = sBuffer[k]; in process()
/dports/mail/libdkim/libdkim/src/
H A Ddkimbase.h53 static void RemoveSWSP( string& sBuffer );
56 static void CompressSWSP( string& sBuffer );
/dports/devel/sccache/sccache-0.2.15/cargo-crates/zstd-sys-1.4.19+zstd.1.4.8/zstd/lib/decompress/
H A Dzstd_ddict.c188 void* sBuffer, size_t sBufferSize, in ZSTD_initStaticDDict() argument
195 ZSTD_DDict* const ddict = (ZSTD_DDict*)sBuffer; in ZSTD_initStaticDDict()
196 assert(sBuffer != NULL); in ZSTD_initStaticDDict()
198 if ((size_t)sBuffer & 7) return NULL; /* 8-aligned */ in ZSTD_initStaticDDict()
/dports/emulators/ppsspp/ppsspp-1.12.3/ext/zstd/lib/decompress/
H A Dzstd_ddict.c188 void* sBuffer, size_t sBufferSize, in ZSTD_initStaticDDict() argument
195 ZSTD_DDict* const ddict = (ZSTD_DDict*)sBuffer; in ZSTD_initStaticDDict()
196 assert(sBuffer != NULL); in ZSTD_initStaticDDict()
198 if ((size_t)sBuffer & 7) return NULL; /* 8-aligned */ in ZSTD_initStaticDDict()
/dports/archivers/py-borgbackup/borgbackup-1.1.17/src/borg/algorithms/zstd/lib/decompress/
H A Dzstd_ddict.c188 void* sBuffer, size_t sBufferSize, in ZSTD_initStaticDDict() argument
195 ZSTD_DDict* const ddict = (ZSTD_DDict*)sBuffer; in ZSTD_initStaticDDict()
196 assert(sBuffer != NULL); in ZSTD_initStaticDDict()
198 if ((size_t)sBuffer & 7) return NULL; /* 8-aligned */ in ZSTD_initStaticDDict()

12345678910>>...15