Home
last modified time | relevance | path

Searched refs:iRegion (Results 1 – 14 of 14) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
Dos_os2.c1068 int iRegion, /* Region to retrieve */ argument
1093 if( iRegion >= pNode->nRegion ) {
1098 pNode->apRegion, (iRegion + 1) * sizeof(apRegion[0]));
1103 while( pNode->nRegion <= iRegion ) {
1125 for( n = pNode->nRegion; n <= iRegion; n++ )
1129 *pp = pNode->apRegion[iRegion];
1139 *pp = pNode->apRegion[iRegion];
1146 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc))
Dtest_devsym.c244 int iRegion, in devsymShmMap() argument
250 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
Dos_win.c1729 int iRegion, /* Region to retrieve */ in winShmMap() argument
1749 if( pShmNode->nRegion<=iRegion ){ in winShmMap()
1751 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in winShmMap()
1783 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0]) in winShmMap()
1791 while( pShmNode->nRegion<=iRegion ){ in winShmMap()
1825 if( pShmNode->nRegion>iRegion ){ in winShmMap()
1826 int iOffset = iRegion*szRegion; in winShmMap()
1828 char *p = (char *)pShmNode->aRegion[iRegion].pMap; in winShmMap()
Dtest_vfstrace.c446 int iRegion, in vfstraceShmMap() argument
455 pInfo->zVfsName, p->zFName, iRegion, szRegion, isWrite); in vfstraceShmMap()
456 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfstraceShmMap()
Dtest6.c537 int iRegion, /* Region to retrieve */ in cfShmMap() argument
542 return sqlite3OsShmMap(((CrashFile*)pFile)->pRealFile, iRegion, sz, w, pp); in cfShmMap()
Dtest_quota.c528 int iRegion, /* Region to retrieve */ in quotaShmMap() argument
534 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in quotaShmMap()
Dtest_multiplex.c833 int iRegion, /* Region to retrieve */ in multiplexShmMap() argument
842 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in multiplexShmMap()
Dos_unix.c3889 int iRegion, /* Region to retrieve */ in unixShmMap() argument
3913 if( pShmNode->nRegion<=iRegion ){ in unixShmMap()
3915 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */ in unixShmMap()
3948 pShmNode->apRegion, (iRegion+1)*sizeof(char *) in unixShmMap()
3955 while(pShmNode->nRegion<=iRegion){ in unixShmMap()
3979 if( pShmNode->nRegion>iRegion ){ in unixShmMap()
3980 *pp = pShmNode->apRegion[iRegion]; in unixShmMap()
Dtest_osinst.c435 int iRegion, in vfslogShmMap() argument
444 rc = p->pReal->pMethods->xShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in vfslogShmMap()
/external/chromium_org/third_party/skia/samplecode/
DSampleFilterFuzz.cpp102 SkIRect iRegion = SkIRect::MakeXYWH(R(static_cast<float>(kBitmapSize)), in make_region() local
106 return SkRegion(iRegion); in make_region()
/external/skia/samplecode/
DSampleFilterFuzz.cpp104 SkIRect iRegion = SkIRect::MakeXYWH(R(static_cast<float>(kBitmapSize)), in make_region() local
108 return SkRegion(iRegion); in make_region()
/external/chromium_org/third_party/sqlite/amalgamation/
Dsqlite3.c23080 int iRegion, /* Region to retrieve */
23105 if( iRegion >= pNode->nRegion ) {
23110 pNode->apRegion, (iRegion + 1) * sizeof(apRegion[0]));
23115 while( pNode->nRegion <= iRegion ) {
23137 for( n = pNode->nRegion; n <= iRegion; n++ )
23141 *pp = pNode->apRegion[iRegion];
23151 *pp = pNode->apRegion[iRegion];
23158 pFile->zFullPathCp, iRegion, szRegion, bExtend, rc))
28030 int iRegion, /* Region to retrieve */
28054 if( pShmNode->nRegion<=iRegion ){
[all …]
/external/sqlite/dist/
Dsqlite3.c28657 int iRegion, /* Region to retrieve */
28684 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap;
28774 if( pShmNode->nRegion>iRegion ){
28775 *pp = pShmNode->apRegion[iRegion];
35794 int iRegion, /* Region to retrieve */
35814 if( pShmNode->nRegion<=iRegion ){
35816 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
35850 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0])
35858 while( pShmNode->nRegion<=iRegion ){
35909 if( pShmNode->nRegion>iRegion ){
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c28637 int iRegion, /* Region to retrieve */
28664 nReqRegion = ((iRegion+nShmPerMap) / nShmPerMap) * nShmPerMap;
28754 if( pShmNode->nRegion>iRegion ){
28755 *pp = pShmNode->apRegion[iRegion];
35774 int iRegion, /* Region to retrieve */
35794 if( pShmNode->nRegion<=iRegion ){
35796 int nByte = (iRegion+1)*szRegion; /* Minimum required file size */
35830 pShmNode->aRegion, (iRegion+1)*sizeof(apNew[0])
35838 while( pShmNode->nRegion<=iRegion ){
35889 if( pShmNode->nRegion>iRegion ){
[all …]