OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BITVEC_SZ
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
bitvec.c
40
#define
BITVEC_SZ
512
44
#define BITVEC_USIZE (((
BITVEC_SZ
-(3*sizeof(u32)))/sizeof(Bitvec*))*sizeof(Bitvec*))
96
** element. Max is BITVEC_NINT. For
BITVEC_SZ
of 512,
101
/* For a
BITVEC_SZ
of 512, this would be 34,359,739. */
116
assert( sizeof(*p)==
BITVEC_SZ
);
233
** pBuf must be a pointer to at least
BITVEC_SZ
bytes of temporary storage
344
pTmpSpace = sqlite3_malloc(
BITVEC_SZ
);
/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 696 milliseconds