Home
last modified time | relevance | path

Searched refs:m_temp (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/security/cryptopp/cryptopp-8.6.0/
H A Dlea.cpp627 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
629 m_temp[3] = rotrConstant<3>((m_temp[2] ^ m_rkey[ 4]) + (m_temp[3] ^ m_rkey[ 5])); in ProcessAndXorBlock()
630 m_temp[2] = rotrConstant<5>((m_temp[1] ^ m_rkey[ 2]) + (m_temp[2] ^ m_rkey[ 3])); in ProcessAndXorBlock()
631 m_temp[1] = rotlConstant<9>((m_temp[0] ^ m_rkey[ 0]) + (m_temp[1] ^ m_rkey[ 1])); in ProcessAndXorBlock()
632 m_temp[0] = rotrConstant<3>((m_temp[3] ^ m_rkey[ 10]) + (m_temp[0] ^ m_rkey[ 11])); in ProcessAndXorBlock()
633 m_temp[3] = rotrConstant<5>((m_temp[2] ^ m_rkey[ 8]) + (m_temp[3] ^ m_rkey[ 9])); in ProcessAndXorBlock()
634 m_temp[2] = rotlConstant<9>((m_temp[1] ^ m_rkey[ 6]) + (m_temp[2] ^ m_rkey[ 7])); in ProcessAndXorBlock()
635 m_temp[1] = rotrConstant<3>((m_temp[0] ^ m_rkey[ 16]) + (m_temp[1] ^ m_rkey[ 17])); in ProcessAndXorBlock()
740 oblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
747 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
[all …]
H A Ddarn.cpp131 m_temp.New(8); in DARN()
146 DARN64(m_temp); in GenerateBlock()
147 std::memcpy(output, m_temp, i); in GenerateBlock()
162 DARN64(m_temp); in GenerateBlock()
163 std::memcpy(output, m_temp, size); in GenerateBlock()
172 DARN32(m_temp); in GenerateBlock()
173 std::memcpy(output, m_temp, i); in GenerateBlock()
188 DARN32(m_temp); in GenerateBlock()
189 std::memcpy(output, m_temp, size); in GenerateBlock()
/dports/emulators/citra-qt5/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dlea.cpp627 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
629 m_temp[3] = rotrConstant<3>((m_temp[2] ^ m_rkey[ 4]) + (m_temp[3] ^ m_rkey[ 5])); in ProcessAndXorBlock()
630 m_temp[2] = rotrConstant<5>((m_temp[1] ^ m_rkey[ 2]) + (m_temp[2] ^ m_rkey[ 3])); in ProcessAndXorBlock()
631 m_temp[1] = rotlConstant<9>((m_temp[0] ^ m_rkey[ 0]) + (m_temp[1] ^ m_rkey[ 1])); in ProcessAndXorBlock()
632 m_temp[0] = rotrConstant<3>((m_temp[3] ^ m_rkey[ 10]) + (m_temp[0] ^ m_rkey[ 11])); in ProcessAndXorBlock()
633 m_temp[3] = rotrConstant<5>((m_temp[2] ^ m_rkey[ 8]) + (m_temp[3] ^ m_rkey[ 9])); in ProcessAndXorBlock()
634 m_temp[2] = rotlConstant<9>((m_temp[1] ^ m_rkey[ 6]) + (m_temp[2] ^ m_rkey[ 7])); in ProcessAndXorBlock()
635 m_temp[1] = rotrConstant<3>((m_temp[0] ^ m_rkey[ 16]) + (m_temp[1] ^ m_rkey[ 17])); in ProcessAndXorBlock()
740 oblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
747 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
[all …]
H A Ddarn.cpp131 m_temp.New(8); in DARN()
146 DARN64(m_temp); in GenerateBlock()
147 std::memcpy(output, m_temp, i); in GenerateBlock()
162 DARN64(m_temp); in GenerateBlock()
163 std::memcpy(output, m_temp, size); in GenerateBlock()
172 DARN32(m_temp); in GenerateBlock()
173 std::memcpy(output, m_temp, i); in GenerateBlock()
188 DARN32(m_temp); in GenerateBlock()
189 std::memcpy(output, m_temp, size); in GenerateBlock()
/dports/emulators/citra/citra-ac98458e0/externals/cryptopp/cryptopp/
H A Dlea.cpp627 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
629 m_temp[3] = rotrConstant<3>((m_temp[2] ^ m_rkey[ 4]) + (m_temp[3] ^ m_rkey[ 5])); in ProcessAndXorBlock()
630 m_temp[2] = rotrConstant<5>((m_temp[1] ^ m_rkey[ 2]) + (m_temp[2] ^ m_rkey[ 3])); in ProcessAndXorBlock()
631 m_temp[1] = rotlConstant<9>((m_temp[0] ^ m_rkey[ 0]) + (m_temp[1] ^ m_rkey[ 1])); in ProcessAndXorBlock()
632 m_temp[0] = rotrConstant<3>((m_temp[3] ^ m_rkey[ 10]) + (m_temp[0] ^ m_rkey[ 11])); in ProcessAndXorBlock()
633 m_temp[3] = rotrConstant<5>((m_temp[2] ^ m_rkey[ 8]) + (m_temp[3] ^ m_rkey[ 9])); in ProcessAndXorBlock()
634 m_temp[2] = rotlConstant<9>((m_temp[1] ^ m_rkey[ 6]) + (m_temp[2] ^ m_rkey[ 7])); in ProcessAndXorBlock()
635 m_temp[1] = rotrConstant<3>((m_temp[0] ^ m_rkey[ 16]) + (m_temp[1] ^ m_rkey[ 17])); in ProcessAndXorBlock()
740 oblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
747 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]); in ProcessAndXorBlock() local
[all …]
H A Ddarn.cpp131 m_temp.New(8); in DARN()
146 DARN64(m_temp); in GenerateBlock()
147 std::memcpy(output, m_temp, i); in GenerateBlock()
162 DARN64(m_temp); in GenerateBlock()
163 std::memcpy(output, m_temp, size); in GenerateBlock()
172 DARN32(m_temp); in GenerateBlock()
173 std::memcpy(output, m_temp, i); in GenerateBlock()
188 DARN32(m_temp); in GenerateBlock()
189 std::memcpy(output, m_temp, size); in GenerateBlock()
/dports/sysutils/fusefs-securefs/securefs-0.12.0/external/cryptopp/
H A Dlea.cpp627 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]);
629 m_temp[3] = rotrConstant<3>((m_temp[2] ^ m_rkey[ 4]) + (m_temp[3] ^ m_rkey[ 5]));
630 m_temp[2] = rotrConstant<5>((m_temp[1] ^ m_rkey[ 2]) + (m_temp[2] ^ m_rkey[ 3]));
631 m_temp[1] = rotlConstant<9>((m_temp[0] ^ m_rkey[ 0]) + (m_temp[1] ^ m_rkey[ 1]));
632 m_temp[0] = rotrConstant<3>((m_temp[3] ^ m_rkey[ 10]) + (m_temp[0] ^ m_rkey[ 11]));
633 m_temp[3] = rotrConstant<5>((m_temp[2] ^ m_rkey[ 8]) + (m_temp[3] ^ m_rkey[ 9]));
634 m_temp[2] = rotlConstant<9>((m_temp[1] ^ m_rkey[ 6]) + (m_temp[2] ^ m_rkey[ 7]));
635 m_temp[1] = rotrConstant<3>((m_temp[0] ^ m_rkey[ 16]) + (m_temp[1] ^ m_rkey[ 17]));
740 oblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]);
747 iblock(m_temp[0])(m_temp[1])(m_temp[2])(m_temp[3]);
[all …]
H A Ddarn.cpp131 m_temp.New(8); in DARN()
146 DARN64(m_temp); in GenerateBlock()
147 std::memcpy(output, m_temp, i); in GenerateBlock()
162 DARN64(m_temp); in GenerateBlock()
163 std::memcpy(output, m_temp, size); in GenerateBlock()
172 DARN32(m_temp); in GenerateBlock()
173 std::memcpy(output, m_temp, i); in GenerateBlock()
188 DARN32(m_temp); in GenerateBlock()
189 std::memcpy(output, m_temp, size); in GenerateBlock()
/dports/emulators/mess/mame-mame0226/src/devices/cpu/m6809/
H A Dbase6x09.ops53 m_temp.b.l = set_flags(CC_NZVC, (uint8_t)0, m_temp.b.l, -m_temp.b.l);
62 m_temp.b.l = set_flags(CC_NZ, (uint8_t) ~m_temp.b.l);
71 m_temp.b.l = set_flags<uint8_t>(CC_NZ, m_temp.b.l >> 1);
94 m_temp.b.l = set_flags<uint8_t>(CC_NZVC, m_temp.b.l, m_temp.b.l, m_temp.b.l << 1);
101 m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, m_temp.b.l, rotate_left(m_temp.b.l));
108 m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, 1, m_temp.b.l - 1);
115 m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, 1, m_temp.b.l + 1);
142 m_temp.w = set_flags(CC_NZVC, (uint16_t)0, m_temp.w, -m_temp.w);
182 m_temp.w = set_flags<uint16_t>(CC_NZVC, m_temp.w, m_temp.w, m_temp.w << 1);
200 m_temp.w = set_flags<uint16_t>(CC_NZVC, m_temp.w, 1, m_temp.w - 1);
[all …]
H A Dkonami.ops239 if (m_temp.w & 0x80)
245 if (m_temp.w & 0x40)
375 m_temp.w = m_ea.w + (int8_t) m_temp.b.l;
384 m_temp.w = m_ea.w + (int16_t) m_temp.w;
418 m_temp.w = 0;
425 set_ea(m_temp.w);
431 set_ea(m_temp.w);
563 while(m_temp.b.l--)
573 while(m_temp.b.l--)
581m_temp.b.l = set_flags<uint8_t>(CC_NZVC, 0, m_temp.b.l, ((int8_t) m_temp.b.l) >= 0 ? m_temp.b.l : …
[all …]
H A Dhd6309.ops695 m_temp.w = ireg() + m_temp.w;
708 m_temp.w = m_pc.w + (int8_t) m_temp.b.l;
716 m_temp.w = m_pc.w + (int16_t) m_temp.w;
757 m_temp.w = m_q.r.w + m_temp.w;
855 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l | m_temp_im);
863 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l & m_temp_im);
871 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l ^ m_temp_im);
879 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l & m_temp_im);
908 if (!tfr_read(m_opcode, m_temp.b.l, m_temp.b.h))
912 if (!tfr_write(m_opcode, m_temp.b.l, m_temp.b.h))
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/m6809/
H A Dbase6x09.ops53 m_temp.b.l = set_flags(CC_NZVC, (uint8_t)0, m_temp.b.l, -m_temp.b.l);
62 m_temp.b.l = set_flags(CC_NZ, (uint8_t) ~m_temp.b.l);
71 m_temp.b.l = set_flags<uint8_t>(CC_NZ, m_temp.b.l >> 1);
94 m_temp.b.l = set_flags<uint8_t>(CC_NZVC, m_temp.b.l, m_temp.b.l, m_temp.b.l << 1);
101 m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, m_temp.b.l, rotate_left(m_temp.b.l));
108 m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, 1, m_temp.b.l - 1);
115 m_temp.b.l = set_flags<uint8_t>(CC_NZV, m_temp.b.l, 1, m_temp.b.l + 1);
142 m_temp.w = set_flags(CC_NZVC, (uint16_t)0, m_temp.w, -m_temp.w);
182 m_temp.w = set_flags<uint16_t>(CC_NZVC, m_temp.w, m_temp.w, m_temp.w << 1);
200 m_temp.w = set_flags<uint16_t>(CC_NZVC, m_temp.w, 1, m_temp.w - 1);
[all …]
H A Dkonami.ops239 if (m_temp.w & 0x80)
245 if (m_temp.w & 0x40)
375 m_temp.w = m_ea.w + (int8_t) m_temp.b.l;
384 m_temp.w = m_ea.w + (int16_t) m_temp.w;
418 m_temp.w = 0;
425 set_ea(m_temp.w);
431 set_ea(m_temp.w);
563 while(m_temp.b.l--)
573 while(m_temp.b.l--)
581m_temp.b.l = set_flags<uint8_t>(CC_NZVC, 0, m_temp.b.l, ((int8_t) m_temp.b.l) >= 0 ? m_temp.b.l : …
[all …]
H A Dhd6309.ops695 m_temp.w = ireg() + m_temp.w;
708 m_temp.w = m_pc.w + (int8_t) m_temp.b.l;
716 m_temp.w = m_pc.w + (int16_t) m_temp.w;
757 m_temp.w = m_q.r.w + m_temp.w;
855 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l | m_temp_im);
863 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l & m_temp_im);
871 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l ^ m_temp_im);
879 m_temp.b.l = set_flags(CC_NZ, (uint8_t)0, m_temp.b.l, m_temp.b.l & m_temp_im);
908 if (!tfr_read(m_opcode, m_temp.b.l, m_temp.b.h))
912 if (!tfr_write(m_opcode, m_temp.b.l, m_temp.b.h))
[all …]
/dports/math/singular/Singular-Release-4-2-1/libpolys/polys/nc/
H A Dsummator.cc42 m_temp.m_poly = NULL; in CPolynomialSummator()
79 sBucketDestroy(&m_temp.m_bucket); in ~CPolynomialSummator()
89 if(m_temp.m_poly!=NULL) in ~CPolynomialSummator()
107 m_temp.m_poly = p_Add_q(m_temp.m_poly, pSummand, m_basering); in AddAndDelete()
119 m_temp.m_poly = p_Add_q(m_temp.m_poly, pSummand, m_basering); in AddAndDelete()
130 out = m_temp.m_poly; in AddUpAndClear()
131 m_temp.m_poly = NULL; in AddUpAndClear()
153 out = m_temp.m_poly; in AddUpAndClear()
154 m_temp.m_poly = NULL; in AddUpAndClear()
190 m_temp.m_poly = p_Copy( b.m_temp.m_poly, m_basering); in CPolynomialSummator()
[all …]
/dports/science/cantera/cantera-2.5.1-611-gc4d6ecc15/src/thermo/
H A DPDSS_HKFT.cpp83 doublereal c2term = m_c2 / (m_temp - 228.) / (m_temp - 228.); in cp_mole()
84 …doublereal a3term = -m_a3 / (m_temp - 228.) / (m_temp - 228.) / (m_temp - 228.) * 2.0 * m_temp * (… in cp_mole()
85 doublereal a4term = -m_a4 / (m_temp - 228.) / (m_temp - 228.) / (m_temp - 228.) * 2.0 * m_temp in cp_mole()
291 m_temp = 273.15 + 25.; in initThermo()
486 double a3tmp = (2.0 * m_temp - 228.)/ (m_temp - 228.) /(m_temp - 228.); in deltaH()
532 doublereal c1term = -m_c1 * (m_temp * log(m_temp/298.15) - (m_temp - 298.15)); in deltaG()
535 doublereal c2term = -m_c2 * ((1.0/(m_temp - 228.) - 1.0/(298.15 - 228.)) * (228. - m_temp)/228. in deltaG()
536 … - m_temp / (228.*228.) * log((298.15*(m_temp-228.)) / (m_temp*(298.15-228.)))); in deltaG()
568 … + 1.0 / 228. * log((298.15*(m_temp-228.)) / (m_temp*(298.15-228.)))); in deltaS()
569 doublereal a3term = m_a3 / (m_temp - 228.) / (m_temp - 228.) * (pbar - m_presR_bar); in deltaS()
[all …]
H A DPDSS_SSVol.cpp120 return m_h0_RT * GasConstant * m_temp - pV; in intEnergy_mole()
131 m_Vss = TCoeff_[0] + m_temp * (TCoeff_[1] + m_temp * (TCoeff_[2] + m_temp * TCoeff_[3])); in calcMolarVolume()
133 dVdT_ = TCoeff_[1] + 2.0 * m_temp * TCoeff_[2] + 3.0 * m_temp * m_temp * TCoeff_[3]; in calcMolarVolume()
134 d2VdT2_ = 2.0 * TCoeff_[2] + 6.0 * m_temp * TCoeff_[3]; in calcMolarVolume()
136 …doublereal dens = TCoeff_[0] + m_temp * (TCoeff_[1] + m_temp * (TCoeff_[2] + m_temp * TCoeff_[3])); in calcMolarVolume()
140 … doublereal ddensdT = TCoeff_[1] + 2.0 * m_temp * TCoeff_[2] + 3.0 * m_temp * m_temp * TCoeff_[3]; in calcMolarVolume()
159 doublereal del_pRT = deltaP / (GasConstant * m_temp); in setPressure()
164 m_cpss_R = m_cp0_R - m_temp * deltaP * d2VdT2_; in setPressure()
170 m_temp = temp; in setTemperature()
181 doublereal del_pRT = deltaP / (GasConstant * m_temp); in setTemperature()
[all …]
H A DPDSS_Water.cpp94 doublereal T = m_temp; in gibbs_RT_ref()
103 doublereal T = m_temp; in enthalpy_RT_ref()
112 doublereal T = m_temp; in entropy_R_ref()
121 doublereal T = m_temp; in cp_R_ref()
130 doublereal T = m_temp; in molarVolume_ref()
147 doublereal T = m_temp; in setPressure()
179 doublereal tt = m_temp - 0.04; in dthermalExpansionCoeffdT()
224 m_temp = temp; in setTemperature()
230 m_temp = temp; in setState_TP()
236 m_temp = temp; in setState_TR()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/base/
H A DTempWriteFile.cpp34 m_temp = temp.fileName();
40 if (m_temp != "") {
41 QDir dir(QFileInfo(m_temp).dir());
42 dir.remove(m_temp);
49 return m_temp;
55 if (m_temp == "") return;
57 QFile tempFile(m_temp);
62 …sting target file " << m_target << " prior to moving temporary file " << m_temp << " to it" << end…
67 …SVCERR << "TempWriteFile: Failed to rename temporary file " << m_temp << " to target " << m_target…
68 throw FileOperationFailed(m_temp, "rename");
[all …]
/dports/cad/meshlab/meshlab-Meshlab-2020.05/src/plugins_unsupported/edit_arc3D/
H A Darc3D_camera.cpp46 Point3d m_temp = Kinv * Point3d(x,y,1); in DepthTo3DPoint() local
49 rd.ComputeOldXY(m_temp[0] / m_temp[2], m_temp[1] / m_temp[2], oldx, oldy); in DepthTo3DPoint()
51 m_temp=Point3d(oldx,oldy,1); in DepthTo3DPoint()
53 Point3d end = TRinv*m_temp; in DepthTo3DPoint()
60 m_temp = Kinvundist * Point3d(x,y,1); in DepthTo3DPoint()
62 rd.ComputeOldXY(m_temp[0] / m_temp[2], m_temp[1] / m_temp[2], oldx, oldy); in DepthTo3DPoint()
64 m_temp=Point3d(oldx,oldy,1); in DepthTo3DPoint()
66 end = TRinv*m_temp; in DepthTo3DPoint()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/src/libcrashreporter-gui/linux-backtrace-generator/
H A Dbacktracegenerator.cpp43 m_temp(NULL), in BacktraceGenerator()
62 delete m_temp; in ~BacktraceGenerator()
69 Q_ASSERT(m_proc == NULL && m_temp == NULL); in start()
87 m_temp = new QTemporaryFile; in start()
88 m_temp->open(); in start()
90 m_temp->write("\n", 1); in start()
91 m_temp->flush(); in start()
115 m_temp->deleteLater(); in start()
117 m_temp = NULL; in start()
145 m_temp->deleteLater(); in slotProcessExited()
[all …]
/dports/sysutils/plasma5-drkonqi/drkonqi-5.23.5/src/
H A Dbacktracegenerator.cpp45 delete m_temp; in ~BacktraceGenerator()
53 Q_ASSERT(!m_temp); in start()
109 m_temp->deleteLater(); in slotProcessExited()
111 m_temp = nullptr; in slotProcessExited()
144 m_temp->deleteLater(); in slotOnErrorOccurred()
146 m_temp = nullptr; in slotOnErrorOccurred()
164 Q_ASSERT(!m_temp); in setBackendPrepared()
173 m_temp = new QTemporaryFile; in setBackendPrepared()
174 m_temp->open(); in setBackendPrepared()
176 m_temp->write("\n", 1); in setBackendPrepared()
[all …]
/dports/audio/sonic-visualiser/sonic-visualiser-4.0.1/svcore/data/fileio/
H A DWavFileWriter.cpp42 m_temp(nullptr),
60 m_temp = new TempWriteFile(m_path);
74 if (m_temp) {
75 delete m_temp;
76 m_temp = nullptr;
81 m_temp = nullptr;
106 if (m_temp) {
223 if (m_temp) {
224 m_temp->moveToTarget();
225 delete m_temp;
[all …]
/dports/deskutils/kdepim-runtime/kdepim-runtime-21.12.3/resources/maildir/libmaildir/autotests/
H A Dtestmaildir.cpp35 QDir temp(m_temp->path()); in init()
48 m_temp->remove(); in cleanup()
49 QDir d(m_temp->path()); in cleanup()
53 delete m_temp; in cleanup()
54 m_temp = nullptr; in cleanup()
72 QDir d(m_temp->path()); in createSubFolders()
109 QDir temp(m_temp->path()); in testMaildirInstantiation()
128 Maildir d(m_temp->path()); in testMaildirListing()
141 Maildir d(m_temp->path()); in testMaildirAccess()
153 Maildir d(m_temp->path()); in testMaildirReadHeaders()
[all …]
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/cryptopp/
H A Dmodes.cpp54 memcpy(m_register, m_temp, s); in Iterate()
61 m_cipher->ProcessBlock(m_register, m_temp); in TransformRegister()
84 m_temp.New(BlockSize()); in ResizeBuffers()
218 m_temp.New(BlockSize()); in ResizeBuffers()
232 m_register.swap(m_temp); in ProcessData()
253 memcpy(m_temp, pn1, BlockSize()); in ProcessLastBlock()
254 m_cipher->ProcessBlock(m_temp); in ProcessLastBlock()
255 xorbuf(m_temp, pn, length); in ProcessLastBlock()
258 memcpy(outString, m_temp, length); in ProcessLastBlock()
263 memcpy(m_temp, pn, length); in ProcessLastBlock()
[all …]

12345678910>>...19