Searched refs:nField (Results 1 - 5 of 5) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
H A Dcmscgats.c1515 char* GetData(cmsIT8* it8, int nSet, int nField) argument
1521 if (nSet >= nPatches || nField >= nSamples)
1525 return t->Data [nSet * nSamples + nField];
1529 cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val) argument
1543 if (nField > t ->nSamples || nField < 0) {
1544 return SynError(it8, "Sample %d out of range, there are %d samples", nField, t ->nSamples);
1548 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);
/external/pdfium/xfa/src/fee/src/fee/
H A Dfde_txtedtblock.cpp442 int32_t nField = wsField.GetLength(); local
443 int32_t nFill = m_nLength - nField;
446 wsField.Insert(nField++, m_wcFill);
H A Dfde_txtedtengine.cpp2658 int32_t nField = 0; local
2659 ArchiveLoader >> nField; local
2660 m_pField = (CFDE_TxtEdtField*)nField;
2754 int32_t nField = 0; local
2755 ArchiveLoader >> nField; local
2756 m_pField = (CFDE_TxtEdtField*)nField;
2856 int32_t nField = 0; local
2857 ArchiveLoader >> nField; local
2858 m_pField = (CFDE_TxtEdtField*)nField;
/external/sqlite/dist/orig/
H A Dsqlite3.c12343 ** Note that aSortOrder[] and aColl[] have nField+1 slots. There
12344 ** are nField slots for the columns of an index then one extra slot
12350 u16 nField; /* Number of key columns in the index */ member in struct:KeyInfo
12376 u16 nField; /* Number of entries in apMem[] */ member in struct:UnpackedRecord
15315 i16 nField; /* Number of fields in the header */ member in struct:VdbeCursor
15350 u32 *aOffset; /* Pointer to aType[nField] */
15352 /* 2*nField extra array elements allocated for aType[], beyond the one
15353 ** static element declared in the structure. nField total array slots for
15354 ** aType[] and nField+1 array slots for aOffset[] */
70124 int nField = 0; local
72984 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, int isBtreeCursor ) argument
75545 int nField; /* Number of fields in the record */ local
76194 int nField; local
76552 int nField; local
81005 sqlite3VdbeSorterInit( sqlite3 *db, int nField, VdbeCursor *pCsr ) argument
122366 int nField; /* Number of fields in pRec */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c12343 ** Note that aSortOrder[] and aColl[] have nField+1 slots. There
12344 ** are nField slots for the columns of an index then one extra slot
12350 u16 nField; /* Number of key columns in the index */ member in struct:KeyInfo
12376 u16 nField; /* Number of entries in apMem[] */ member in struct:UnpackedRecord
15315 i16 nField; /* Number of fields in the header */ member in struct:VdbeCursor
15350 u32 *aOffset; /* Pointer to aType[nField] */
15352 /* 2*nField extra array elements allocated for aType[], beyond the one
15353 ** static element declared in the structure. nField total array slots for
15354 ** aType[] and nField+1 array slots for aOffset[] */
70142 int nField = 0; local
73002 allocateCursor( Vdbe *p, int iCur, int nField, int iDb, int isBtreeCursor ) argument
75563 int nField; /* Number of fields in the record */ local
76212 int nField; local
76570 int nField; local
81023 sqlite3VdbeSorterInit( sqlite3 *db, int nField, VdbeCursor *pCsr ) argument
122384 int nField; /* Number of fields in pRec */ local
[all...]

Completed in 1239 milliseconds