Home
last modified time | relevance | path

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

/external/sonivox/arm-wt-22k/lib_src/
Deas_mdls.c1093 EAS_U16 wtemp; in Parse_wsmp() local
1106 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_wsmp()
1108 if (wtemp <= 127) in Parse_wsmp()
1109 p->unityNote = (EAS_U8) wtemp; in Parse_wsmp()
1193 EAS_U16 wtemp; in Parse_fmt() local
1201 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_fmt()
1203 if (wtemp != WAVE_FORMAT_PCM) in Parse_fmt()
1210 …if ((result = EAS_HWGetWord(pDLSData->hwInstData, pDLSData->fileHandle, &wtemp, EAS_FALSE)) != EAS… in Parse_fmt()
1212 if (wtemp != 1) in Parse_fmt()
1227 …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()
/external/python/cpython3/Modules/
Dposixmodule.c3710 wchar_t *wtemp; in os__getfullpathname_impl() local
3716 woutbuf, &wtemp); in os__getfullpathname_impl()
3721 result = GetFullPathNameW(path->wide, result, woutbufp, &wtemp); in os__getfullpathname_impl()