Home
last modified time | relevance | path

Searched refs:nSet (Results 1 – 4 of 4) sorted by relevance

/external/pdfium/third_party/lcms2-2.6/src/
Dcmscgats.c1516 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/valgrind/helgrind/
Dlibhb_core.c2894 UWord nSet, nTab, nLive; in show_vts_stats() local
2897 nSet = VG_(sizeFM)( vts_set ); in show_vts_stats()
2914 VG_(printf)(" vts_set size %4lu\n", nSet); in show_vts_stats()
/external/sqlite/dist/orig/
Dsqlite3.c43919 u32 nSet; /* Number of bits that are set - only valid for aHash
44016 if (p->nSet<(BITVEC_NINT-1)) {
44033 if( p->nSet>=BITVEC_MXHASH ){
44052 p->nSet++;
44082 p->nSet = 0;
44086 p->nSet++;
/external/sqlite/dist/
Dsqlite3.c43919 u32 nSet; /* Number of bits that are set - only valid for aHash
44016 if (p->nSet<(BITVEC_NINT-1)) {
44033 if( p->nSet>=BITVEC_MXHASH ){
44052 p->nSet++;
44082 p->nSet = 0;
44086 p->nSet++;