Searched refs:nSet (Results 1 – 3 of 3) sorted by relevance
/external/pdfium/third_party/lcms/src/ |
D | cmscgats.c | 1516 char* GetData(cmsIT8* it8, int nSet, int nField) in GetData() argument 1522 if (nSet >= nPatches || nField >= nSamples) in GetData() 1526 return t->Data [nSet * nSamples + nField]; in GetData() 1530 cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val) in SetData() argument 1539 if (nSet > t -> nPatches || nSet < 0) { in SetData() 1541 … return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); in SetData() 1549 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val); in SetData()
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 44860 u32 nSet; /* Number of bits that are set - only valid for aHash 44957 if (p->nSet<(BITVEC_NINT-1)) { 44974 if( p->nSet>=BITVEC_MXHASH ){ 44993 p->nSet++; 45023 p->nSet = 0; 45027 p->nSet++;
|
/external/sqlite/dist/ |
D | sqlite3.c | 44876 u32 nSet; /* Number of bits that are set - only valid for aHash 44973 if (p->nSet<(BITVEC_NINT-1)) { 44990 if( p->nSet>=BITVEC_MXHASH ){ 45009 p->nSet++; 45039 p->nSet = 0; 45043 p->nSet++;
|