OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bitvec
(Results
26 - 35
of
35
) sorted by null
1
2
/external/chromium_org/third_party/sqlite/src/src/
pager.c
448
Bitvec
*pInSavepoint; /* Set of pages in this savepoint */
648
Bitvec
*pInJournal; /* One bit for each page in the database file */
[
all
...]
btreeInt.h
430
Bitvec
*pHasContent; /* Set of pages moved to free-list this transaction */
btree.c
491
** Set bit pgno of the BtShared.pHasContent
bitvec
. This is called
495
** The BtShared.pHasContent
bitvec
exists to work around an obscure
518
** The solution is the BtShared.pHasContent
bitvec
. Whenever a page is
520
** set in the
bitvec
. Whenever a leaf page is extracted from the free-list,
522
** set in BtShared.pHasContent. The contents of the
bitvec
are cleared
548
Bitvec
*p = pBt->pHasContent;
553
** Clear (destroy) the BtShared.pHasContent
bitvec
. This should be
[
all
...]
main.c
[
all
...]
/external/chromium_org/third_party/sqlite/src/test/
pagerfault.test
306
# The following was an attempt to get a
bitvec
malloc to fail. Didn't work.
[
all
...]
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h
917
/* wireless security
bitvec
*/
936
/* WPA authentication mode
bitvec
*/
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.c
440
void BitVector_Destroy(wordptr addr) /* free
bitvec
*/
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
/external/sqlite/dist/orig/
sqlite3.c
[
all
...]
/external/sqlite/dist/
sqlite3.c
[
all
...]
Completed in 1078 milliseconds
1
2