Home
last modified time | relevance | path

Searched refs:sBuffer (Results 226 – 250 of 364) sorted by relevance

12345678910>>...15

/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/core/util/
H A DSidechain.h61 ShiftBuffer sBuffer; // Shift buffer for history
/dports/multimedia/onevpl/oneVPL-2022.0.6/tools/legacy/sample_common/include/
H A Dsysmem_allocator.h14 struct sBuffer { struct
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_camera/include/
H A Dcamera_sysmem_allocator.h26 struct sBuffer struct
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/samples/sample_common/include/
H A Dsysmem_allocator.h27 struct sBuffer struct
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2Util.hpp107 CTPP2DECL UINT_32 crc32(UCCHAR_P sBuffer, const UINT_32 & iSize);
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2Util.hpp107 CTPP2DECL UINT_32 crc32(UCCHAR_P sBuffer, const UINT_32 & iSize);
/dports/devel/codeworker/CodeWorker4_5_3/
H A DDtaPatternScript.cpp937 char sBuffer[16384]; in betweenCommands() local
946 …if ((iChar == (int) '@') || (iChar == (int) '<') || (iChar == (int) '%')) sBuffer[iIndex++] = (cha… in betweenCommands()
948 sBuffer[iIndex++] = '\\'; in betweenCommands()
949 if (iChar > 0) sBuffer[iIndex++] = (char) iChar; in betweenCommands()
958 sBuffer[iIndex++] = '<'; in betweenCommands()
960 sBuffer[iIndex++] = (char) iChar; in betweenCommands()
963 sBuffer[iIndex] = '\0'; in betweenCommands()
966 block.add(_pOutputFile->createText(script, sBuffer)); in betweenCommands()
971 sBuffer[iIndex] = '\0'; in betweenCommands()
973 block.add(_pOutputFile->createText(script, sBuffer)); in betweenCommands()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/svhtml/
H A Dhtmlout.cxx983 OStringBuffer sBuffer; in applyColor() local
987 sBuffer.append("#000000"); in applyColor()
991 sBuffer.append('#'); in applyColor()
999 sBuffer.append(sStringStream.str().c_str()); in applyColor()
1002 rHtmlWriter.attribute(aAttributeName, sBuffer.makeStringAndClear()); in applyColor()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/svhtml/
H A Dhtmlout.cxx998 OStringBuffer sBuffer; in applyColor() local
1002 sBuffer.append("#000000"); in applyColor()
1006 sBuffer.append('#'); in applyColor()
1014 sBuffer.append(sStringStream.str().c_str()); in applyColor()
1017 rHtmlWriter.attribute(aAttributeName, sBuffer.makeStringAndClear()); in applyColor()
/dports/devel/apitrace/apitrace-9.0/lib/trace/
H A Dtrace_writer.cpp94 Writer::_write(const void *sBuffer, size_t dwBytesToWrite) { in _write() argument
95 m_file->write(sBuffer, dwBytesToWrite); in _write()
/dports/editors/libreoffice/libreoffice-7.2.6.2/shell/source/backends/macbe/
H A Dmacbackend.mm160 char sBuffer[nStringLen];
162 CFStringGetCString(sOrig, sBuffer, nStringLen, kCFStringEncodingASCII);
166 return OUString::createFromAscii(sBuffer);
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/forms/
H A Dpropertyexport.cxx356 OUStringBuffer sBuffer; in exportEnumPropertyAttributeImpl() local
357 … SvXMLUnitConverter::convertEnum(sBuffer, static_cast<sal_uInt16>(nCurrentValue), _pValueMap); in exportEnumPropertyAttributeImpl()
359 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttributeImpl()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/xml/
H A Dxmlexp.cxx422 OUStringBuffer sBuffer; in SetBodyAttributes() local
423 ::sax::Converter::convertBool(sBuffer, true); in SetBodyAttributes()
425 sBuffer.makeStringAndClear()); in SetBodyAttributes()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/shell/source/backends/macbe/
H A Dmacbackend.mm165 char sBuffer[nStringLen];
167 CFStringGetCString(sOrig, sBuffer, nStringLen, kCFStringEncodingASCII);
171 return OUString::createFromAscii(sBuffer);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/forms/
H A Dpropertyexport.cxx356 OUStringBuffer sBuffer; in exportEnumPropertyAttributeImpl() local
357 … SvXMLUnitConverter::convertEnum(sBuffer, static_cast<sal_uInt16>(nCurrentValue), _pValueMap); in exportEnumPropertyAttributeImpl()
359 AddAttribute(_nNamespaceKey, _pAttributeName, sBuffer.makeStringAndClear()); in exportEnumPropertyAttributeImpl()
/dports/audio/lsp-plugins-lv2/lsp-plugins-1.1.31/include/plugins/
H A Dslap_delay.h88 ShiftBuffer sBuffer; // Shift buffer of input data member
/dports/textproc/sphinxsearch/sphinx-2.2.11-release/src/
H A Dspelldump.cpp484 char sBuffer [MAX_STR_LENGTH]; in DetectFormat() local
488 char * sLine = fgets ( sBuffer, MAX_STR_LENGTH, pFile ); in DetectFormat()
681 char sBuffer [MAX_STR_LENGTH]; in LoadMySpell() local
694 char * sLine = fgets ( sBuffer, MAX_STR_LENGTH, pFile ); in LoadMySpell()
H A Dsphinxstd.cpp39 char sBuffer [ 1024 ]; in sphAssert() local
40 _snprintf ( sBuffer, sizeof(sBuffer), "%s(%d): assertion %s failed\n", sFile, iLine, sExpr ); in sphAssert()
42 if ( MessageBox ( NULL, sBuffer, "Assert failed! Cancel to debug.", in sphAssert()
48 fprintf ( stdout, "%s", sBuffer ); in sphAssert()
/dports/textproc/libsphinxclient/sphinx-2.0.9-release/src/
H A Dspelldump.cpp490 char sBuffer [MAX_STR_LENGTH]; in DetectFormat() local
494 char * sLine = fgets ( sBuffer, MAX_STR_LENGTH, pFile ); in DetectFormat()
687 char sBuffer [MAX_STR_LENGTH]; in LoadMySpell() local
700 char * sLine = fgets ( sBuffer, MAX_STR_LENGTH, pFile ); in LoadMySpell()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/xml/
H A Dxmlexp.cxx451 OUStringBuffer sBuffer; in SetBodyAttributes() local
452 ::sax::Converter::convertBool(sBuffer, true); in SetBodyAttributes()
454 sBuffer.makeStringAndClear()); in SetBodyAttributes()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/filter/ppt/
H A Dpptinanimations.cxx742 OUStringBuffer sBuffer; in fillNode() local
743 sBuffer.append( "ppt_" ); in fillNode()
746 case EffectPresetClass::ENTRANCE: sBuffer.append( "entrance_" ); break; in fillNode()
747 case EffectPresetClass::EXIT: sBuffer.append( "exit_" ); break; in fillNode()
748 case EffectPresetClass::EMPHASIS: sBuffer.append( "emphasis_" ); break; in fillNode()
749 case EffectPresetClass::MOTIONPATH: sBuffer.append( "motionpath_" ); break; in fillNode()
750 case EffectPresetClass::OLEACTION: sBuffer.append( "oleaction_" ); break; in fillNode()
751 case EffectPresetClass::MEDIACALL: sBuffer.append( "mediacall_" ); break; in fillNode()
753 sBuffer.append( nPresetId ); in fillNode()
755 aUserData[nSize].Value <<= sBuffer.makeStringAndClear(); in fillNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/filter/ppt/
H A Dpptinanimations.cxx740 OUStringBuffer sBuffer; in fillNode() local
741 sBuffer.append( "ppt_" ); in fillNode()
744 case EffectPresetClass::ENTRANCE: sBuffer.append( "entrance_" ); break; in fillNode()
745 case EffectPresetClass::EXIT: sBuffer.append( "exit_" ); break; in fillNode()
746 case EffectPresetClass::EMPHASIS: sBuffer.append( "emphasis_" ); break; in fillNode()
747 case EffectPresetClass::MOTIONPATH: sBuffer.append( "motionpath_" ); break; in fillNode()
748 case EffectPresetClass::OLEACTION: sBuffer.append( "oleaction_" ); break; in fillNode()
749 case EffectPresetClass::MEDIACALL: sBuffer.append( "mediacall_" ); break; in fillNode()
751 sBuffer.append( nPresetId ); in fillNode()
753 aUserData[nSize].Value <<= sBuffer.makeStringAndClear(); in fillNode()
/dports/deskutils/cairo-dock/cairo-dock-core-3.4.1/src/
H A Dcairo-dock-gui-advanced.c146 static GString *sBuffer = NULL; variable
149 g_string_assign (sBuffer, cSentence); in _copy_string_to_buffer()
151 for (str = sBuffer->str; *str != '\0'; str ++) in _copy_string_to_buffer()
159 #define _search_in_buffer(cKeyWord) g_strstr_len (sBuffer->str, -1, cKeyWord)
167 cd_debug ("Found %s in '%s'", cKeyWord, sBuffer->str); in cairo_dock_highlight_key_word()
169 str = cBuffer + (str - sBuffer->str); in cairo_dock_highlight_key_word()
250 if (sBuffer == NULL) in cairo_dock_apply_filter_on_group_widget()
251 sBuffer = g_string_new (""); in cairo_dock_apply_filter_on_group_widget()
546 if (sBuffer == NULL) in cairo_dock_apply_filter_on_group_list()
547 sBuffer = g_string_new (""); in cairo_dock_apply_filter_on_group_list()
/dports/irc/znc/znc-1.8.2/src/
H A DZNCString.cpp1488 CString sBuffer; in ReadFromDisk() local
1490 while (cFile.ReadLine(sBuffer)) { in ReadFromDisk()
1491 sBuffer.Trim(); in ReadFromDisk()
1492 CString sKey = sBuffer.Token(0); in ReadFromDisk()
1493 CString sValue = sBuffer.Token(1); in ReadFromDisk()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/style/
H A Dxmlnume.cxx592 OUStringBuffer sBuffer; in exportLevelStyle() local
593 ::sax::Converter::convertColor( sBuffer, nColor ); in exportLevelStyle()
595 sBuffer.makeStringAndClear() ); in exportLevelStyle()

12345678910>>...15