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

/external/chromium_org/third_party/sqlite/src/src/
H A Dvdbeaux.c2819 int nOff; /* Increase pSpace by this much to 8-byte align it */ local
2823 ** Thus, we need to calculate a value, nOff, between 0 and 7, to shift
2824 ** it by. If pSpace is already 8-byte aligned, nOff should be zero.
2826 nOff = (8 - (SQLITE_PTR_TO_INT(pSpace) & 7)) & 7;
2827 pSpace += nOff;
2828 szSpace -= nOff;
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c59944 int nOff; /* Increase pSpace by this much to 8-byte align it */ local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c65296 int nOff; /* Increment pSpace by nOff to align it */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c65316 int nOff; /* Increment pSpace by nOff to align it */ local
[all...]

Completed in 569 milliseconds