Searched refs:logLength (Results 1 – 2 of 2) sorted by relevance
136 srfft* new_srfft(unsigned logLength) in new_srfft() argument141 ASSERT(logLength >= 2); in new_srfft()144 pthis->m_logLength = logLength; in new_srfft()145 pthis->m_length = 1 << logLength; in new_srfft()
2380 size_t logLength = strlen(mInfoLog); in appendToInfoLog() local2381 char *newLog = new char[logLength + infoLength + 1]; in appendToInfoLog()2383 strcpy(newLog + logLength, info); in appendToInfoLog()