Searched refs:nSet (Results 1 - 4 of 4) 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
1538 if (nSet > t -> nPatches || nSet < 0) {
1540 return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches);
1548 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val);
/external/valgrind/helgrind/
H A Dlibhb_core.c2894 UWord nSet, nTab, nLive; local
2897 nSet = VG_(sizeFM)( vts_set );
2914 VG_(printf)(" vts_set size %4lu\n", nSet);
/external/sqlite/dist/orig/
H A Dsqlite3.c13224 int nSet; /* Number of sets used so far */ member in struct:Parse
40126 u32 nSet; /* Number of bits that are set - only valid for aHash member in struct:Bitvec
[all...]
/external/sqlite/dist/
H A Dsqlite3.c13224 int nSet; /* Number of sets used so far */ member in struct:Parse
40144 u32 nSet; /* Number of bits that are set - only valid for aHash member in struct:Bitvec
[all...]

Completed in 626 milliseconds