Home
last modified time | relevance | path

Searched refs:MemPage (Results 1 – 7 of 7) sorted by relevance

/external/deqp/framework/delibs/depool/
DdeMemPool.c42 typedef struct MemPage_s MemPage; typedef
55 MemPage* nextPage;
96 MemPage* currentPage; /*!< Current memory page from which to allocate. */
121 static void MemPage_init (MemPage* page, size_t capacity) in MemPage_init()
123 memset(page, 0, sizeof(MemPage)); in MemPage_init()
136 static MemPage* MemPage_create (size_t capacity) in MemPage_create()
138 MemPage* page = (MemPage*)deMalloc(sizeof(MemPage) + capacity); in MemPage_create()
153 static void MemPage_destroy (MemPage* page) in MemPage_destroy()
172 MemPage* initialPage; in createPoolInternal()
362 MemPage* page = pool->currentPage; in deMemPool_destroy()
[all …]
/external/llvm/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll13 …r*, %struct.BtCursor*, i32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.Ce…
15 …%struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i…
40MemPage = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i16, i16, i16, i16, i16, i16, [5 x %struc…
72 define fastcc void @dropCell(%struct.MemPage* nocapture %pPage, i32 %idx, i32 %sz) nounwind ssp {
114 %14 = getelementptr %struct.MemPage, %struct.MemPage* %pPage, i64 0, i32 1 ; <i8*> [#uses=1]
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
D2009-04-29-RegAllocAssert.ll13 …r*, %struct.BtCursor*, i32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.Ce…
15 …%struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i…
40MemPage = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i16, i16, i16, i16, i16, i16, [5 x %struc…
72 define fastcc void @dropCell(%struct.MemPage* nocapture %pPage, i32 %idx, i32 %sz) nounwind ssp {
114 %14 = getelementptr %struct.MemPage* %pPage, i64 0, i32 1 ; <i8*> [#uses=1]
/external/llvm/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll11 …r*, %struct.BtCursor*, i32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.Ce…
13 …%struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i…
37MemPage = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i16, i16, i16, i16, i16, i16, [5 x %struc…
/external/swiftshader/third_party/LLVM/test/Transforms/GVN/
D2009-01-22-SortInvalidation.ll11 …r*, %struct.BtCursor*, i32 (i8*, i32, i8*, i32, i8*)*, i8*, i32, %struct.MemPage*, i32, %struct.Ce…
13 …%struct.BtShared = type { %struct.Pager*, %struct.sqlite3*, %struct.BtCursor*, %struct.MemPage*, i…
37MemPage = type { i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i16, i16, i16, i16, i16, i16, [5 x %struc…
/external/sqlite/dist/orig/
Dsqlite3.c58444 typedef struct MemPage MemPage;
58485 struct MemPage {
58513 u16 (*xCellSize)(MemPage*,u8*); /* cellSizePtr method */
58514 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */
58623 MemPage *pPage1; /* First page of the database */
58735 MemPage *apPage[BTCURSOR_MAX_DEPTH]; /* Pages from root to current page */
59651 static void releasePage(MemPage *pPage); /* Forward reference */
60245 MemPage *pPage, /* Page containing the cell */
60290 MemPage *pPage, /* Page containing the cell */
60307 MemPage *pPage, /* Page containing the cell */
[all …]
/external/sqlite/dist/
Dsqlite3.c58444 typedef struct MemPage MemPage;
58485 struct MemPage {
58513 u16 (*xCellSize)(MemPage*,u8*); /* cellSizePtr method */
58514 void (*xParseCell)(MemPage*,u8*,CellInfo*); /* btreeParseCell method */
58623 MemPage *pPage1; /* First page of the database */
58735 MemPage *apPage[BTCURSOR_MAX_DEPTH]; /* Pages from root to current page */
59651 static void releasePage(MemPage *pPage); /* Forward reference */
60245 MemPage *pPage, /* Page containing the cell */
60290 MemPage *pPage, /* Page containing the cell */
60307 MemPage *pPage, /* Page containing the cell */
[all …]