HomeSort by relevance Sort by last modified time
    Searched defs:nSize (Results 1 - 14 of 14) sorted by null

  /external/chromium_org/third_party/skia/tests/
AnnotationTest.cpp 18 size_t nSize = strlen(needle);
19 for (size_t i = 0; i < dataSize - nSize; i++) {
20 if (strncmp(&data[i], needle, nSize) == 0) {
  /external/chromium_org/third_party/sqlite/src/src/
test_onefile.c 119 int nSize;
273 if( (iAmt+iOfst)>pTmp->nSize ){
300 pTmp->nSize = MAX(pTmp->nSize, iOfst+iAmt);
309 pTmp->nSize = MIN(pTmp->nSize, size);
325 *pSize = pTmp->nSize;
btreeInt.h 456 u16 nSize; /* Size of the cell content on the main b-tree page */
expr.c 681 int nSize;
684 nSize = EXPR_FULLSIZE;
691 nSize = EXPR_REDUCEDSIZE | EP_Reduced;
693 nSize = EXPR_TOKENONLYSIZE | EP_TokenOnly;
696 return nSize;
780 int nSize = exprStructSize(p);
781 memcpy(zAlloc, p, nSize);
782 if( EXPR_FULLSIZE>nSize ){
783 memset(&zAlloc[nSize], 0, EXPR_FULLSIZE-nSize);
    [all...]
wal.c     [all...]
btree.c 921 if( (pInfo->nSize = (u16)(n+nPayload))<4 ) pInfo->nSize = 4;
949 pInfo->nSize = pInfo->iOverflow + 4;
970 u32 nSize;
974 ** the (CellInfo.nSize) value found by doing a full parse of the
984 pIter += getVarint32(pIter, nSize);
986 nSize = 0;
    [all...]
os_unix.c     [all...]
test1.c     [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol_tok.cpp     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c 134 int nSize; /* Size of allocation at aData */
    [all...]
  /external/opencv/cxcore/include/
cxtypes.h 367 int nSize; /* sizeof(IplImage) */
446 ((img) != NULL && ((const IplImage*)(img))->nSize == sizeof(IplImage))
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 
org.eclipse.ui.workbench_3.6.1.M20101117-0800.jar 

Completed in 481 milliseconds