Searched refs:aOffset (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/sqlite/src/ext/fts2/
H A Dfts2_icu.c43 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
128 pCsr->aOffset = (int *)&pCsr[1];
129 pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1];
131 pCsr->aOffset[iOut] = iInput;
141 pCsr->aOffset[iOut] = iInput;
231 *piStartOffset = pCsr->aOffset[iStart];
232 *piEndOffset = pCsr->aOffset[iEnd];
/external/chromium_org/third_party/sqlite/src/ext/fts3/
H A Dfts3_icu.c43 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
121 (nChar+1) * sizeof(int) + /* IcuCursor.aOffset[] */
128 pCsr->aOffset = (int *)&pCsr[1];
129 pCsr->aChar = (UChar *)&pCsr->aOffset[nChar+1];
131 pCsr->aOffset[iOut] = iInput;
141 pCsr->aOffset[iOut] = iInput;
231 *piStartOffset = pCsr->aOffset[iStart];
232 *piEndOffset = pCsr->aOffset[iEnd];
/external/deqp/framework/randomshaders/
H A DrsgBinaryOps.cpp307 T aOffset = GetRandom()(random, T(-8), T(8)); local
309 aMin = dstMin+aOffset;
312 bMin = -aOffset;
313 bMax = -aOffset+(rangeLen-subRangeLen);
357 T aOffset = GetRandom()(random, T(-8), T(8)); local
359 aMin = dstMin+aOffset;
362 bMin = aOffset-(rangeLen-subRangeLen);
363 bMax = aOffset;
/external/chromium_org/third_party/sqlite/src/src/
H A DvdbeInt.h81 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
H A Dvdbe.c2090 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ local
2189 aOffset = pC->aOffset;
2193 pC->aOffset = aOffset = &aType[nField];
2272 /* Scan the header and use it to fill in the aType[] and aOffset[]
2274 ** column and aOffset[i] will contain the offset from the beginning
2279 aOffset[i] = offset;
2294 aOffset[
[all...]
H A Dvdbeblob.c76 p->iOffset = v->apCsr[0]->aOffset[p->iCol];
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c12295 u32 *aOffset; /* Cached offsets to the start of each columns data */ member in struct:VdbeCursor
62556 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ member in struct:vdbeExecUnion::OP_Column_stack_vars
106230 static const unsigned short int aOffset[121] = { local
128048 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c13964 ** aType[] and nField+1 array slots for aOffset[] */
70317 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ local
121150 static const unsigned short int aOffset[124] = { local
148660 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13964 ** aType[] and nField+1 array slots for aOffset[] */
70337 u32 *aOffset; /* aOffset[i] is offset to start of data for i-th column */ local
121170 static const unsigned short int aOffset[124] = { local
148692 int *aOffset; /* Offsets of each character in utf-8 input */ member in struct:IcuCursor
[all...]
/external/chromium_org/third_party/checkstyle/
H A Dcheckstyle-5.7-all.jarMETA-INF/MANIFEST.MF META-INF/ checkstyle_packages.xml checkstylecompilation.properties checkstyletask.properties com/ ...

Completed in 5312 milliseconds