/external/chromium_org/third_party/sqlite/src/src/ |
D | os_os2.c | 1068 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))
|
D | test_devsym.c | 244 int iRegion, in devsymShmMap() argument 250 return sqlite3OsShmMap(p->pReal, iRegion, szRegion, isWrite, pp); in devsymShmMap()
|
D | os_win.c | 1729 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()
|
D | test_vfstrace.c | 446 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()
|
D | test6.c | 537 int iRegion, /* Region to retrieve */ in cfShmMap() argument 542 return sqlite3OsShmMap(((CrashFile*)pFile)->pRealFile, iRegion, sz, w, pp); in cfShmMap()
|
D | test_quota.c | 528 int iRegion, /* Region to retrieve */ in quotaShmMap() argument 534 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in quotaShmMap()
|
D | test_multiplex.c | 833 int iRegion, /* Region to retrieve */ in multiplexShmMap() argument 842 return pSubOpen->pMethods->xShmMap(pSubOpen, iRegion, szRegion, bExtend, pp); in multiplexShmMap()
|
D | os_unix.c | 3889 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()
|
D | test_osinst.c | 435 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/ |
D | SampleFilterFuzz.cpp | 102 SkIRect iRegion = SkIRect::MakeXYWH(R(static_cast<float>(kBitmapSize)), in make_region() local 106 return SkRegion(iRegion); in make_region()
|
/external/skia/samplecode/ |
D | SampleFilterFuzz.cpp | 104 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/ |
D | sqlite3.c | 23080 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/ |
D | sqlite3.c | 28657 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/ |
D | sqlite3.c | 28637 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 …]
|