Home
last modified time | relevance | path

Searched refs:iDataLength (Results 1 – 25 of 54) sorted by relevance

123

/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A DX86.c604 int iDataLength) in dsp_x86_3dnow_mulf_nip() argument
646 int iDataLength) in dsp_x86_sse_mulf_nip() argument
669 int iDataLength) in dsp_x86_sse_mul_nip() argument
1719 int iDataLength) in dsp_x86_3dnow_macf() argument
1770 int iDataLength) in dsp_x86_sse_macf() argument
1802 int iDataLength) in dsp_x86_sse_mac() argument
1834 int iDataLength) in dsp_x86_3dnow_minmaxf() argument
1888 int iDataLength) in dsp_x86_sse_minmaxf() argument
1922 int iDataLength) in dsp_x86_sse_minmax() argument
1956 int iDataLength) in dsp_x86_3dnow_crosscorrf() argument
[all …]
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2StaticText.cpp119 UINT_32 StaticText::StoreData(CCHAR_P sStoreData, const UINT_32 iDataLength) in StoreData() argument
122 UINT_32 iDataOffset = iUsedDataSize + iDataLength; in StoreData()
139 memcpy(sData + iUsedDataSize, sStoreData, iDataLength); in StoreData()
155 aDataOffsets[iUsedDataOffsetsSize].length = iDataLength; in StoreData()
H A DCTPP2StringOutputCollector.cpp58 const UINT_32 iDataLength) in Collect() argument
60 sResult.append((char *)vData, iDataLength); in Collect()
H A DCTPP2StreamOutputCollector.cpp59 const UINT_32 iDataLength) in Collect() argument
61 oOutputStream.write((char *)vData, iDataLength); in Collect()
H A DCTPP2FileOutputCollector.cpp80 INT_32 FileOutputCollector::Collect(const void * vData, const UINT_32 iDataLength) in Collect() argument
82 if (fwrite(vData, iDataLength, 1, oF) != 1) { return -1; } in Collect()
H A DCTPP2StringIconvOutputCollector.cpp81 const UINT_32 iDataLength) in Collect() argument
84 size_t iSrcLength = iDataLength; in Collect()
H A DCTPP2Util.cpp787 const UINT_32 iDataLength = sData.size(); in Base64Encode() local
788 const UINT_32 iDataLengthFixed = 3 * (iDataLength / 3); in Base64Encode()
791 CHAR_P szBuffer = new CHAR_8[iDataLength * 4 / 3 + 4]; in Base64Encode()
814 const UINT_32 iDelta = iDataLength - iDataLengthFixed; in Base64Encode()
872 UINT_32 iDataLength = sData.size(); in Base64Decode() local
875 UCHAR_P szBuffer = new UCHAR_8[ ( (iDataLength + 3) / 4) * 3]; in Base64Decode()
879 while (iDataLength > 4) in Base64Decode()
885 iDataLength -= 4; in Base64Decode()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2StaticText.cpp119 UINT_32 StaticText::StoreData(CCHAR_P sStoreData, const UINT_32 iDataLength) in StoreData() argument
122 UINT_32 iDataOffset = iUsedDataSize + iDataLength; in StoreData()
139 memcpy(sData + iUsedDataSize, sStoreData, iDataLength); in StoreData()
155 aDataOffsets[iUsedDataOffsetsSize].length = iDataLength; in StoreData()
H A DCTPP2StreamOutputCollector.cpp59 const UINT_32 iDataLength) in Collect() argument
61 oOutputStream.write((char *)vData, iDataLength); in Collect()
H A DCTPP2StringOutputCollector.cpp58 const UINT_32 iDataLength) in Collect() argument
60 sResult.append((char *)vData, iDataLength); in Collect()
H A DCTPP2FileOutputCollector.cpp80 INT_32 FileOutputCollector::Collect(const void * vData, const UINT_32 iDataLength) in Collect() argument
82 if (fwrite(vData, iDataLength, 1, oF) != 1) { return -1; } in Collect()
H A DCTPP2StringIconvOutputCollector.cpp81 const UINT_32 iDataLength) in Collect() argument
84 size_t iSrcLength = iDataLength; in Collect()
H A DCTPP2Util.cpp787 const UINT_32 iDataLength = sData.size(); in Base64Encode() local
788 const UINT_32 iDataLengthFixed = 3 * (iDataLength / 3); in Base64Encode()
791 CHAR_P szBuffer = new CHAR_8[iDataLength * 4 / 3 + 4]; in Base64Encode()
814 const UINT_32 iDelta = iDataLength - iDataLengthFixed; in Base64Encode()
872 UINT_32 iDataLength = sData.size(); in Base64Decode() local
875 UCHAR_P szBuffer = new UCHAR_8[ ( (iDataLength + 3) / 4) * 3]; in Base64Decode()
879 while (iDataLength > 4) in Base64Decode()
885 iDataLength -= 4; in Base64Decode()
/dports/games/corsix-th/CorsixTH-0.65.1/CorsixTH/Src/
H A Dth_sound.cpp41 size_t iDataLength) { in load_from_th_file() argument
42 if (iDataLength < sizeof(uint32_t) + sizeof(sound_dat_file_header)) { in load_from_th_file()
47 bytes_to_uint32_le(pData + iDataLength - sizeof(uint32_t)); in load_from_th_file()
50 iDataLength - sizeof(sound_dat_file_header)) { in load_from_th_file()
58 data = new (std::nothrow) uint8_t[iDataLength]; in load_from_th_file()
62 std::memcpy(data, pData, iDataLength); in load_from_th_file()
H A Dth_gfx_sdl.cpp127 if (iDataLength != 256 * 3) return false; in load_from_th_file()
802 if (iDataLength < 1) return false; in testSprite()
803 iDataLength--; in testSprite()
811 iDataLength -= iLength * 3; in testSprite()
816 if (iDataLength < 1) return false; in testSprite()
817 iDataLength--; in testSprite()
822 iDataLength -= iLength * 3; in testSprite()
832 if (iDataLength < 2) return false; in testSprite()
833 iDataLength -= 2; in testSprite()
838 iDataLength -= iLength; in testSprite()
[all …]
H A Dth_lua.cpp158 size_t iDataLength; in l_load_strings() local
159 const uint8_t* pData = luaT_checkfile(L, 1, &iDataLength); in l_load_strings()
162 th_string_list oStrings(pData, iDataLength); in l_load_strings()
/dports/www/itop/web/core/
H A Dcsvparser.class.inc.php189 $iDataLength = strlen($this->m_sCSVData);
199 for($i = 0; $i <= $iDataLength ; $i++)
201 if ($i == $iDataLength)
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/functions/
H A DFnMD5.cpp121 const UINT_32 iDataLength = sTMP.size(); in Handler() local
123 MD5_Update(&oMD5Context, (const unsigned char *)szData, iDataLength); in Handler()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/functions/
H A DFnMD5.cpp121 const UINT_32 iDataLength = sTMP.size(); in Handler() local
123 MD5_Update(&oMD5Context, (const unsigned char *)szData, iDataLength); in Handler()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/include/
H A DCTPP2OutputCollector.hpp58 virtual INT_32 Collect(const void * vData, const UINT_32 iDataLength) = 0;
H A DCTPP2StringOutputCollector.hpp76 const UINT_32 iDataLength);
H A DCTPP2StreamOutputCollector.hpp76 const UINT_32 iDataLength);
/dports/textproc/ctpp2/ctpp2-2.8.3/include/
H A DCTPP2OutputCollector.hpp58 virtual INT_32 Collect(const void * vData, const UINT_32 iDataLength) = 0;
H A DCTPP2StreamOutputCollector.hpp76 const UINT_32 iDataLength);
/dports/security/ftimes/ftimes-3.11.0/src/
H A Ddig.c824 DigSearchData(unsigned char *pucData, int iDataLength, int iStopShort, int iType, APP_UI64 ui64Sear… in DigSearchData() argument
830 int iBytesLeft = iDataLength; in DigSearchData()
888 … sSearchData.ui64Offset = AnalyzeGetStartOffset() + ui64SearchOffset + iDataLength - iBytesLeft; in DigSearchData()
962 … sSearchData.ui64Offset = AnalyzeGetStartOffset() + ui64SearchOffset + iDataLength - iBytesLeft; in DigSearchData()
994 …_exec(psDigString->psPcre, psDigString->psPcreExtra, (char *) pucData, iDataLength, iOffset, PCRE_… in DigSearchData()
1057 iBytesLeft = iDataLength; in DigSearchData()

123