HomeSort by relevance Sort by last modified time
    Searched full:bitvec (Results 26 - 41 of 41) sorted by null

12

  /external/chromium_org/third_party/sqlite/src/src/
sqliteInt.h 600 typedef struct Bitvec Bitvec;
    [all...]
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/
permutations.test 541 bitvec.test index2.test memsubsys1.test
579 bitvec.test index2.test memsubsys1.test
pagerfault.test 306 # The following was an attempt to get a bitvec malloc to fail. Didn't work.
    [all...]
  /external/chromium_org/third_party/sqlite/src/
manifest 122 F src/bitvec.c af50f1c8c0ff54d6bdb7a80e2fceca5a93670bef
296 F test/bitvec.test 75894a880520164d73b1305c1c3f96882615e142
    [all...]
  /external/chromium_org/third_party/smhasher/src/
Bitvec.cpp 1 #include "Bitvec.h"
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
bitvect.h 167 void BitVector_Destroy (/*@only@*/ wordptr addr); /* bitvec */
bitvect.c 440 void BitVector_Destroy(wordptr addr) /* free bitvec */
    [all...]
  /external/ltrace/
read_config_file.c 963 { "bitvec", &bitvect_lens },
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
wlioctl.h 917 /* wireless security bitvec */
936 /* WPA authentication mode 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 731 milliseconds

12