Searched refs:iDivisor (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A Dbitvec.c82 ** If iSize>BITVEC_NBIT and iDivisor==0 then Bitvec.u.aHash[] is
87 ** handles up to iDivisor separate values of i. apSub[0] holds
88 ** values between 1 and iDivisor. apSub[1] holds values between
89 ** iDivisor+1 and 2*iDivisor. apSub[N] holds values between
90 ** N*iDivisor+1 and (N+1)*iDivisor. Each subbitmap is normalized
91 ** to hold deal with values between 1 and iDivisor.
98 u32 iDivisor; /* Number of bits handled by each apSub[] entry. */ member in struct:Bitvec
100 /* Max iDivisor i
[all...]
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c34013 u32 iDivisor; /* Number of bits handled by each apSub[] entry. */ member in struct:Bitvec
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c37613 u32 iDivisor; /* Number of bits handled by each apSub[] entry. */ member in struct:Bitvec
[all...]
/external/sqlite/dist/
H A Dsqlite3.c37633 u32 iDivisor; /* Number of bits handled by each apSub[] entry. */ member in struct:Bitvec
[all...]

Completed in 472 milliseconds