OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ROUND8
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
mem1.c
40
nByte =
ROUND8
(nByte);
92
assert( nByte==
ROUND8
(nByte) ); /* EV: R-46199-30249 */
111
return
ROUND8
(n);
test_wsd.c
70
int nByte =
ROUND8
(sizeof(ProcessLocalVar) + L);
mem2.c
130
int i =
ROUND8
(iSize)/8;
161
nReserve =
ROUND8
(p->iSize);
211
return
ROUND8
(n);
252
nReserve =
ROUND8
(nByte);
459
mem.nTitle =
ROUND8
(n);
rowset.c
128
assert( N >=
ROUND8
(sizeof(*p)) );
135
p->pFresh = (struct RowSetEntry*)(
ROUND8
(sizeof(*p)) + (char*)p);
136
p->nFresh = (u16)((N -
ROUND8
(sizeof(*p)))/sizeof(struct RowSetEntry));
vdbeInt.h
125
#define VdbeFrameMem(p) ((Mem *)&((u8 *)p)[
ROUND8
(sizeof(VdbeFrame))])
pager.c
[
all
...]
vdbe.c
218
ROUND8
(sizeof(VdbeCursor)) +
233
pCx->aType = (u32 *)&pMem->z[
ROUND8
(sizeof(VdbeCursor))];
237
&pMem->z[
ROUND8
(sizeof(VdbeCursor))+2*nField*sizeof(u32)];
[
all
...]
vdbeaux.c
[
all
...]
sqliteInt.h
480
#define
ROUND8
(x) (((x)+7)&~7)
[
all
...]
btree.c
[
all
...]
where.c
[
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 580 milliseconds