Searched refs:Bitvec (Results 1 - 9 of 9) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbitvec.c31 ** 5 and 500 set operations per Bitvec object, though the number of sets can
33 ** Bitvec object is the number of pages in the database file at the
39 /* Size of the Bitvec structure in bytes. */
43 ** it will be aligned within the Bitvec struct. */
44 #define BITVEC_USIZE (((BITVEC_SZ-(3*sizeof(u32)))/sizeof(Bitvec*))*sizeof(Bitvec*))
69 #define BITVEC_NPTR (BITVEC_USIZE/sizeof(Bitvec *))
79 ** If iSize<=BITVEC_NBIT, then Bitvec.u.aBitmap[] is a straight
82 ** If iSize>BITVEC_NBIT and iDivisor==0 then Bitvec.u.aHash[] is
86 ** sub-bitmaps pointed to by Bitvec
93 struct Bitvec { struct
[all...]
H A DbtreeInt.h430 Bitvec *pHasContent; /* Set of pages moved to free-list this transaction */
H A DsqliteInt.h600 typedef struct Bitvec Bitvec; typedef in typeref:struct:Bitvec
2683 Bitvec *sqlite3BitvecCreate(u32);
2684 int sqlite3BitvecTest(Bitvec*, u32);
2685 int sqlite3BitvecSet(Bitvec*, u32);
2686 void sqlite3BitvecClear(Bitvec*, u32, void*);
2687 void sqlite3BitvecDestroy(Bitvec*);
2688 u32 sqlite3BitvecSize(Bitvec*);
H A Dtest_journal.c123 Bitvec *pWritable; /* Bitvec of pages that may be written to the file */
427 ** page in the journal to the Bitvec object passed as the second argument.
H A Dpager.c448 Bitvec *pInSavepoint; /* Set of pages in this savepoint */
648 Bitvec *pInJournal; /* One bit for each page in the database file */
2099 Bitvec *pDone, /* Bitvec of pages already played back */
3186 Bitvec *pDone = 0; /* Bitvec to ensure pages played back only once */
H A Dbtree.c548 Bitvec *p = pBt->pHasContent;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c7580 typedef struct Bitvec Bitvec; typedef in typeref:struct:Bitvec
11028 SQLITE_PRIVATE Bitvec *sqlite3BitvecCreate(u32);
11029 SQLITE_PRIVATE int sqlite3BitvecTest(Bitvec*, u32);
11030 SQLITE_PRIVATE int sqlite3BitvecSet(Bitvec*, u32);
11031 SQLITE_PRIVATE void sqlite3BitvecClear(Bitvec*, u32, void*);
11032 SQLITE_PRIVATE void sqlite3BitvecDestroy(Bitvec*);
11033 SQLITE_PRIVATE u32 sqlite3BitvecSize(Bitvec*);
34008 struct Bitvec { struct
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c8783 typedef struct Bitvec Bitvec; typedef in typeref:struct:Bitvec
12539 SQLITE_PRIVATE Bitvec *sqlite3BitvecCreate(u32);
12540 SQLITE_PRIVATE int sqlite3BitvecTest(Bitvec*, u32);
12541 SQLITE_PRIVATE int sqlite3BitvecSet(Bitvec*, u32);
12542 SQLITE_PRIVATE void sqlite3BitvecClear(Bitvec*, u32, void*);
12543 SQLITE_PRIVATE void sqlite3BitvecDestroy(Bitvec*);
12544 SQLITE_PRIVATE u32 sqlite3BitvecSize(Bitvec*);
37608 struct Bitvec { struct
[all...]
/external/sqlite/dist/
H A Dsqlite3.c8783 typedef struct Bitvec Bitvec; typedef in typeref:struct:Bitvec
12539 SQLITE_PRIVATE Bitvec *sqlite3BitvecCreate(u32);
12540 SQLITE_PRIVATE int sqlite3BitvecTest(Bitvec*, u32);
12541 SQLITE_PRIVATE int sqlite3BitvecSet(Bitvec*, u32);
12542 SQLITE_PRIVATE void sqlite3BitvecClear(Bitvec*, u32, void*);
12543 SQLITE_PRIVATE void sqlite3BitvecDestroy(Bitvec*);
12544 SQLITE_PRIVATE u32 sqlite3BitvecSize(Bitvec*);
37628 struct Bitvec { struct
[all...]

Completed in 643 milliseconds