Home
last modified time | relevance | path

Searched refs:wtemp (Results 1 – 3 of 3) sorted by relevance

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1094 EAS_U16 wtemp; in Parse_wsmp() local
1107 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_wsmp()
1109 if (wtemp <= 127) in Parse_wsmp()
1110 p->unityNote = (EAS_U8) wtemp; in Parse_wsmp()
1194 EAS_U16 wtemp; in Parse_fmt() local
1202 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_fmt()
1204 if (wtemp != WAVE_FORMAT_PCM) in Parse_fmt()
1211 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_fmt()
1213 if (wtemp != 1) in Parse_fmt()
1228 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_fmt()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorFFT.h483 const RealScalar wtemp = m_sin_PI_div_n_LUT[n_power_of_2];
488 const ComplexScalar wp(wtemp, wpi);
/external/python/cpython2/Modules/
Dposixmodule.c2620 Py_UNICODE *wtemp; in posix__getfullpathname() local
2625 woutbuf, &wtemp); in posix__getfullpathname()
2630 result = GetFullPathNameW(wpath, result, woutbufp, &wtemp); in posix__getfullpathname()