Searched refs:nSet (Results 1 – 4 of 4) sorted by relevance
/external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/ |
D | cmscgats.c | 1515 char* GetData(cmsIT8* it8, int nSet, int nField) in GetData() argument 1521 if (nSet >= nPatches || nField >= nSamples) in GetData() 1525 return t->Data [nSet * nSamples + nField]; in GetData() 1529 cmsBool SetData(cmsIT8* it8, int nSet, int nField, const char *Val) in SetData() argument 1538 if (nSet > t -> nPatches || nSet < 0) { in SetData() 1540 … return SynError(it8, "Patch %d out of range, there are %d patches", nSet, t -> nPatches); in SetData() 1548 t->Data [nSet * t -> nSamples + nField] = AllocString(it8, Val); in SetData()
|
/external/valgrind/helgrind/ |
D | libhb_core.c | 2894 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/ |
D | sqlite3.c | 12518 int nSet; /* Number of sets used so far */ member 38957 u32 nSet; /* Number of bits that are set - only valid for aHash 39051 if (p->nSet<(BITVEC_NINT-1)) { 39068 if( p->nSet>=BITVEC_MXHASH ){ 39087 p->nSet++; 39117 p->nSet = 0; 39121 p->nSet++; 91065 pParse->nSet = 0;
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 12518 int nSet; /* Number of sets used so far */ member 38939 u32 nSet; /* Number of bits that are set - only valid for aHash 39033 if (p->nSet<(BITVEC_NINT-1)) { 39050 if( p->nSet>=BITVEC_MXHASH ){ 39069 p->nSet++; 39099 p->nSet = 0; 39103 p->nSet++; 91047 pParse->nSet = 0;
|