Searched defs:pgsz (Results 1 - 6 of 6) sorted by relevance

/external/blktrace/btt/
H A Dmmap.c40 static long pgsz; variable
86 cur_min = (cur & ~(pgsz-1));
106 pgsz = sysconf(_SC_PAGESIZE);
/external/valgrind/memcheck/tests/
H A Daddressable.c13 static int pgsz; variable
35 char *m = mm(0, pgsz * 5, PROT_READ);
37 (void) VALGRIND_CHECK_MEM_IS_DEFINED(m, pgsz*5); /* all defined */
43 char *m = mm(0, pgsz * 5, PROT_READ|PROT_WRITE);
44 (void) VALGRIND_CHECK_MEM_IS_DEFINED(m, pgsz*5); /* all OK */
46 munmap(&m[pgsz*2], pgsz);
48 (void) VALGRIND_CHECK_MEM_IS_DEFINED(&m[pgsz*2], pgsz); /* undefined */
51 m[pgsz*
[all...]
H A Ddescr_belowsp.c120 const int pgsz = guess_pagesize(); local
130 stackid = VALGRIND_STACK_REGISTER((void*) VG_ROUNDDN(&stackid, pgsz),
131 (void*) VG_ROUNDUP(&stackid, pgsz));
/external/libdrm/intel/
H A Dintel_bufmgr_gem.c1013 long pgsz; local
1016 pgsz = sysconf(_SC_PAGESIZE);
1017 assert(pgsz > 0);
1019 ret = posix_memalign(&ptr, pgsz, pgsz);
1022 pgsz);
1028 userptr.user_size = pgsz;
/external/sqlite/dist/orig/
H A Dsqlite3.c961 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
17375 int pgsz,
17380 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
17372 sqlite3OsShmMap( sqlite3_file *id, int iPage, int pgsz, int bExtend, void volatile **pp ) argument
30813 int pgsz = osGetpagesize(); /* System page size */ local
31096 static const int pgsz = 4096; local
45908 int pgsz = pPager->pageSize; /* Number of bytes to read */ local
80399 int pgsz; /* Main database page size */ member in struct:VdbeSorter
80729 int pgsz = pTask->pSorter->pgsz; local
81010 int pgsz; /* Page size of main database */ local
147434 int pgsz = p->nPgsz; local
159113 int pgsz; member in struct:sqlite3rbu
166300 int pgsz; /* Approximate page size used in %_data */ member in struct:Fts5Config
169657 int pgsz = 0; local
176205 const int pgsz = p->pConfig->pgsz; local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c961 int (*xShmMap)(sqlite3_file*, int iPg, int pgsz, int, void volatile**);
17375 int pgsz,
17380 return id->pMethods->xShmMap(id, iPage, pgsz, bExtend, pp);
17372 sqlite3OsShmMap( sqlite3_file *id, int iPage, int pgsz, int bExtend, void volatile **pp ) argument
30831 int pgsz = osGetpagesize(); /* System page size */ local
31114 static const int pgsz = 4096; local
45926 int pgsz = pPager->pageSize; /* Number of bytes to read */ local
80417 int pgsz; /* Main database page size */ member in struct:VdbeSorter
80747 int pgsz = pTask->pSorter->pgsz; local
81028 int pgsz; /* Page size of main database */ local
147464 int pgsz = p->nPgsz; local
159143 int pgsz; member in struct:sqlite3rbu
166330 int pgsz; /* Approximate page size used in %_data */ member in struct:Fts5Config
169687 int pgsz = 0; local
176235 const int pgsz = p->pConfig->pgsz; local
[all...]

Completed in 966 milliseconds