/external/chromium_org/third_party/sqlite/src/test/ |
bitvec.test | 12 # Unit testing of the Bitvec object. 14 # $Id: bitvec.test,v 1.4 2009/04/01 23:49:04 drh Exp $ 30 do_test bitvec-1.0.1 { 33 do_test bitvec-1.0.2 { 43 do_test bitvec-1.1 { 46 do_test bitvec-1.2 { 49 do_test bitvec-1.3 { 52 do_test bitvec-1.4 { 58 do_test bitvec-1.5 { 61 do_test bitvec-1.6 [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
bitvec.c | 31 ** 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.u.apSub[]. Each subbitma [all...] |
test_journal.c | 123 Bitvec *pWritable; /* Bitvec of pages that may be written to the file */ 380 ** leaf to the jt_file.pWritable bitvec. 427 ** page in the journal to the Bitvec object passed as the second argument. 601 ** jt_file.pWritable bitvec of the main database file associated with 607 /* Set the bitvec values */
|
/external/chromium_org/third_party/smhasher/src/ |
CMakeLists.txt | 11 Bitvec.cpp
|
Bitslice.cpp | 1 #include "Bitvec.h"
|
Types.h | 4 #include "Bitvec.h"
|
/external/ltrace/testsuite/ltrace.main/ |
parameters2.exp | 141 # Test support for bitvec lens. 144 void fun(bitvec(uint)); 145 void fun2(bitvec(array(char, 32)*));
|
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/ |
sp_tile_cache.c | 60 is_clear_flag_set(const uint *bitvec, union tile_address addr) 65 bit = bitvec[pos / 32] & (1 << (pos & 31)); 74 clear_clear_flag(uint *bitvec, union tile_address addr) 79 bitvec[pos / 32] &= ~(1 << (pos & 31));
|
/external/llvm/test/CodeGen/X86/ |
2009-04-29-RegAllocAssert.ll | 4 %0 = type { [62 x %struct.Bitvec*] } ; type %0 12 %struct.Bitvec = type { i32, i32, i32, %0 } 43 %struct.Pager = type { %struct.sqlite3_vfs*, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, %struct.Bitvec*, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.BusyHandler*, %struct.PagerLruList, %struct.DbPage*, %struct.DbPage*, %struct.DbPage*, i64, i64, i64, i64, i64, i32, void (%struct.DbPage*, i32)*, void (%struct.DbPage*, i32)*, i32, %struct.DbPage**, i8*, [16 x i8] }
|
/external/ltrace/ |
ltrace.conf.5 | 145 .B bitvec(\fITYPE\fB)
|
NEWS | 107 *** New lens "bitvec" is available
|
/external/mesa3d/src/gallium/drivers/softpipe/ |
sp_tile_cache.c | 60 is_clear_flag_set(const uint *bitvec, union tile_address addr) 65 bit = bitvec[pos / 32] & (1 << (pos & 31)); 74 clear_clear_flag(uint *bitvec, union tile_address addr) 79 bitvec[pos / 32] &= ~(1 << (pos & 31));
|
/external/llvm/test/Transforms/GVN/ |
2009-01-22-SortInvalidation.ll | 10 %struct.Bitvec = type { i32, i32, i32, { [125 x i32] } } 40 %struct.Pager = type { %struct.sqlite3_vfs*, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i8, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, i32, %struct.Bitvec*, %struct.Bitvec*, i8*, i8*, i8*, i8*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.sqlite3_file*, %struct.BusyHandler*, %struct.PagerLruList, %struct.PgHdr*, %struct.PgHdr*, %struct.PgHdr*, i64, i64, i64, i64, i64, i32, void (%struct.PgHdr*, i32)*, void (%struct.PgHdr*, i32)*, i32, %struct.PgHdr**, i8*, [16 x i8] }
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/gcc-4.8.3/python/libstdcxx/v6/ |
printers.py | 184 def __init__ (self, start, finish, bitvec): 185 self.bitvec = bitvec 186 if bitvec: 204 if self.bitvec: [all...] |
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 156 def __init__ (self, start, finish, bitvec): 157 self.bitvec = bitvec 158 if bitvec: 176 if self.bitvec:
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 173 def __init__ (self, start, finish, bitvec): 174 self.bitvec = bitvec 175 if bitvec: 193 if self.bitvec:
|
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 184 def __init__ (self, start, finish, bitvec): 185 self.bitvec = bitvec 186 if bitvec: 204 if self.bitvec: [all...] |
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.6/ |
printers.py | 156 def __init__ (self, start, finish, bitvec): 157 self.bitvec = bitvec 158 if bitvec: 176 if self.bitvec:
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.7/ |
printers.py | 173 def __init__ (self, start, finish, bitvec): 174 self.bitvec = bitvec 175 if bitvec: 193 if self.bitvec:
|
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/libstdcxx/gcc-4.8/ |
printers.py | 184 def __init__ (self, start, finish, bitvec): 185 self.bitvec = bitvec 186 if bitvec: 204 if self.bitvec: [all...] |
/external/chromium_org/third_party/sqlite/src/ |
Makefile.in | 165 backup.lo bitvec.lo btmutex.lo btree.lo build.lo \ 200 $(TOP)/src/bitvec.c \ 389 $(TOP)/src/bitvec.c \ 558 bitvec.lo: $(TOP)/src/bitvec.c $(HDR) 559 $(LTCOMPILE) $(TEMP_STORE) -c $(TOP)/src/bitvec.c
|
main.mk | 54 backup.o bitvec.o btmutex.o btree.o build.o \ 87 $(TOP)/src/bitvec.c \
|
Makefile.vxworks | 199 backup.o bitvec.o btmutex.o btree.o build.o \ 226 $(TOP)/src/bitvec.c \
|
/external/chromium_org/third_party/sqlite/src/tool/ |
mksqlite3c.tcl | 243 bitvec.c
|
/external/ltrace/etc/ |
libc.so.conf | 190 typedef sigset_t = bitvec(ulong);
|