HomeSort by relevance Sort by last modified time
    Searched refs:pSize (Results 76 - 100 of 152) sorted by null

1 2 34 5 6 7

  /external/chromium_org/third_party/sqlite/src/src/
test_multiplex.c 649 static int multiplexFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){
658 rc = ( !pSubOpen ) ? SQLITE_IOERR_FSTAT : pSubOpen->pMethods->xFileSize(pSubOpen, pSize);
660 *pSize = 0;
700 *pSize += sz;
    [all...]
test_osinst.c 143 static int vfslogFileSize(sqlite3_file*, sqlite3_int64 *pSize);
334 static int vfslogFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){
339 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize);
341 vfslog_call(p->pVfslog, OS_FILESIZE, p->iFileId, t, rc, 0, (int)*pSize);
    [all...]
test_vfstrace.c 52 static int vfstraceFileSize(sqlite3_file*, sqlite3_int64 *pSize);
285 static int vfstraceFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){
290 rc = p->pReal->pMethods->xFileSize(p->pReal, pSize);
292 vfstrace_printf(pInfo, " size=%lld\n", *pSize);
test6.c 489 static int cfFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){
491 *pSize = (i64)pCrash->iSize;
test_vfs.c 162 static int tvfsFileSize(sqlite3_file*, sqlite3_int64 *pSize);
459 static int tvfsFileSize(sqlite3_file *pFile, sqlite_int64 *pSize){
461 return sqlite3OsFileSize(p->pReal, pSize);
    [all...]
test_quota.c 461 static int quotaFileSize(sqlite3_file *pConn, sqlite3_int64 *pSize){
477 *pSize = sz;
os_os2.c 240 static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){
248 *pSize = fsts3FileInfo.cbFile;
    [all...]
  /frameworks/av/media/libeffects/downmix/
EffectDownmix.c 743 * pSize pointer to value size: maximum size as input
747 * *pSize updated with actual value size
756 int Downmix_getParameter(downmix_object_t *pDownmixer, int32_t param, size_t *pSize, void *pValue) {
762 if (*pSize < sizeof(int16_t)) {
763 ALOGE("Downmix_getParameter invalid parameter size %d for DOWNMIX_PARAM_TYPE", *pSize);
768 *pSize = sizeof(int16_t);
    [all...]
  /frameworks/av/media/libeffects/testlibs/
EffectReverb.h 334 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, size_t *pSize, void *pValue);
EffectReverb.c 742 * pSize - pointer to value size: maximum size as input
746 * *pSize updated with actual value size
753 int Reverb_getParameter(reverb_object_t *pReverb, int32_t param, size_t *pSize,
764 if (param != REVERB_PARAM_PRESET || *pSize < sizeof(int16_t)) {
803 if (*pSize < size) {
    [all...]
  /hardware/ti/omap3/dspbridge/libbridge/
DSPManager.c 378 DBAPI DSPManager_GetProcResourceInfo(UINT *pBuf, UINT *pSize)
  /frameworks/av/media/libmediaplayerservice/
MediaPlayerService.cpp     [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm11/vc/api/
omxVC.h 722 * pSize - pointer to the number of bytes required for the specification
737 OMX_U32 *pSize
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/arm_neon/vc/api/
omxVC.h 722 * pSize - pointer to the number of bytes required for the specification
737 OMX_U32 *pSize
    [all...]
  /frameworks/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/api/
omxVC.h 722 * pSize - pointer to the number of bytes required for the specification
737 OMX_U32 *pSize
    [all...]
  /external/chromium_org/third_party/icu/source/common/
ubidiimp.h 351 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
ubidi.c 187 * If *pMemory!=NULL, then assume *pSize>0.
194 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) {
200 *pSize=sizeNeeded;
206 if(sizeNeeded<=*pSize) {
222 *pSize=sizeNeeded;
    [all...]
  /external/icu4c/common/
ubidiimp.h 357 ubidi_getMemory(BidiMemoryForAllocation *pMemory, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded);
ubidi.c 188 * If *pMemory!=NULL, then assume *pSize>0.
195 ubidi_getMemory(BidiMemoryForAllocation *bidiMem, int32_t *pSize, UBool mayAllocate, int32_t sizeNeeded) {
201 *pSize=sizeNeeded;
207 if(sizeNeeded<=*pSize) {
223 *pSize=sizeNeeded;
    [all...]
  /hardware/ti/omap3/dspbridge/inc/
wcdioctl.h 152 BYTE * pSize;
  /hardware/ti/omap3/dspbridge/libbridge/inc/
wcdioctl.h 152 BYTE * pSize;
  /external/sonivox/jet_tools/JetCreator/
JetAudition.py 59 def __init__(self, jet_file, pSize):
163 self.SetSize(pSize)
  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 406 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize);
760 static EAS_RESULT NextChunk (SDLS_SYNTHESIZER_DATA *pDLSData, EAS_I32 *pPos, EAS_U32 *pChunkType, EAS_I32 *pSize)
773 if ((result = EAS_HWGetDWord(pDLSData->hwInstData, pDLSData->fileHandle, pSize, EAS_FALSE)) != EAS_SUCCESS)
787 *pPos += *pSize + 8;
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GL/
wglext.h 719 extern BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
724 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
    [all...]
  /external/mesa3d/include/GL/
wglext.h 719 extern BOOL WINAPI wglAssociateImageBufferEventsI3D (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
724 typedef BOOL (WINAPI * PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC) (HDC hDC, const HANDLE *pEvent, const LPVOID *pAddress, const DWORD *pSize, UINT count);
    [all...]

Completed in 717 milliseconds

1 2 34 5 6 7