Searched refs:pTimeOut (Results 1 - 13 of 13) sorted by relevance

/external/aac/libFDK/src/
H A Dqmf.cpp671 FIXP_QMF *pTimeOut /*!< Pointer to qmf subband slot (output)*/
679 FIXP_QMF *RESTRICT tReal = pTimeOut;
680 FIXP_QMF *RESTRICT tImag = pTimeOut + L;
729 FIXP_QMF *pTimeOut /*!< Pointer to qmf subband slot (output)*/
738 scaleValues(pTimeOut+M, qmfReal, synQmf->lsb, scaleFactorLowBand);
739 scaleValues(pTimeOut+M+synQmf->lsb, qmfReal+synQmf->lsb, synQmf->usb-synQmf->lsb, scaleFactorHighBand);
740 FDKmemclear(pTimeOut+M+synQmf->usb, (L-synQmf->usb)*sizeof(FIXP_QMF));
742 dct_IV(pTimeOut+M, L, &shift);
744 pTimeOut[i] = pTimeOut[
[all...]
/external/chromium_org/third_party/sqlite/src/src/
H A Dos.c184 int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
193 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
197 *pTimeOut = (sqlite3_int64)(r*86400000.0);
H A Dtest_devsym.c368 ** Return the current time as a Julian Day number in *pTimeOut.
370 static int devsymCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ argument
371 return g.pVfs->xCurrentTime(g.pVfs, pTimeOut);
H A Dtest_journal.c813 ** Return the current time as a Julian Day number in *pTimeOut.
815 static int jtCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ argument
816 return g.pVfs->xCurrentTime(g.pVfs, pTimeOut);
819 ** Return the current time as a Julian Day number in *pTimeOut.
821 static int jtCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
822 return g.pVfs->xCurrentTimeInt64(g.pVfs, pTimeOut);
H A Dtest_vfstrace.c657 ** Return the current time as a Julian Day number in *pTimeOut.
659 static int vfstraceCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ argument
662 return pRoot->xCurrentTime(pRoot, pTimeOut);
664 static int vfstraceCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
667 return pRoot->xCurrentTimeInt64(pRoot, pTimeOut);
H A Dtest6.c682 static int cfCurrentTime(sqlite3_vfs *pCfVfs, double *pTimeOut){ argument
684 return pVfs->xCurrentTime(pVfs, pTimeOut);
H A Dtest_onefile.c808 ** Return the current time as a Julian Day number in *pTimeOut.
810 static int fsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ argument
812 return pParent->xCurrentTime(pParent, pTimeOut);
H A Dtest_osinst.c595 ** Return the current time as a Julian Day number in *pTimeOut.
597 static int vfslogCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ argument
598 return REALVFS(pVfs)->xCurrentTime(REALVFS(pVfs), pTimeOut);
H A Dtest_vfs.c718 ** Return the current time as a Julian Day number in *pTimeOut.
720 static int tvfsCurrentTime(sqlite3_vfs *pVfs, double *pTimeOut){ argument
721 return PARENTVFS(pVfs)->xCurrentTime(PARENTVFS(pVfs), pTimeOut);
/external/chromium_org/third_party/sqlite/src/ext/async/
H A Dsqlite3async.c1293 static int asyncCurrentTime(sqlite3_vfs *pAsyncVfs, double *pTimeOut){ argument
1295 return pVfs->xCurrentTime(pVfs, pTimeOut);
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c14128 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
14137 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
14141 *pTimeOut = (sqlite3_int64)(r*86400000.0);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c15976 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
15985 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
15989 *pTimeOut = (sqlite3_int64)(r*86400000.0);
[all...]
/external/sqlite/dist/
H A Dsqlite3.c15976 SQLITE_PRIVATE int sqlite3OsCurrentTimeInt64(sqlite3_vfs *pVfs, sqlite3_int64 *pTimeOut){ argument
15985 rc = pVfs->xCurrentTimeInt64(pVfs, pTimeOut);
15989 *pTimeOut = (sqlite3_int64)(r*86400000.0);
[all...]

Completed in 579 milliseconds