Searched refs:nTmp (Results 1 – 7 of 7) sorted by relevance
22 uint32_t nTmp; in DecodeAValue() local23 if (m_pStream->read1Bit(&nTmp) == -1) in DecodeAValue()30 nSafeVal |= nTmp; in DecodeAValue()41 if (m_pStream->readNBits(pTable->GetRANGELEN()[i], &nTmp) == -1) in DecodeAValue()46 *nResult = pTable->GetRANGELOW()[i] - nTmp; in DecodeAValue()48 *nResult = pTable->GetRANGELOW()[i] + nTmp; in DecodeAValue()
44 uint32_t nTmp; in DecodeArith() local66 nTmp = 0; in DecodeArith()67 while ((uint32_t)(1 << nTmp) < (SDNUMINSYMS + SDNUMNEWSYMS)) { in DecodeArith()68 nTmp++; in DecodeArith()70 IAID = pdfium::MakeUnique<CJBig2_ArithIaidDecoder>((uint8_t)nTmp); in DecodeArith()142 nTmp = 0; in DecodeArith()143 while ((uint32_t)(1 << nTmp) < SBNUMSYMS) { in DecodeArith()144 nTmp++; in DecodeArith()146 SBSYMCODELEN = (uint8_t)nTmp; in DecodeArith()277 uint32_t nTmp; in DecodeHuffman() local[all …]
101 uint32_t nTmp = 1; in DecodeHuffman() local102 while (static_cast<uint32_t>(1 << nTmp) < SBSTRIPS) in DecodeHuffman()103 ++nTmp; in DecodeHuffman()105 if (pStream->readNBits(nTmp, &nVal) != 0) in DecodeHuffman()119 uint32_t nTmp; in DecodeHuffman() local120 if (pStream->read1Bit(&nTmp) != 0) in DecodeHuffman()127 nSafeVal |= nTmp; in DecodeHuffman()159 uint32_t nTmp = pStream->getOffset(); in DecodeHuffman() local196 if (static_cast<uint32_t>(HUFFRSIZE) != (pStream->getOffset() - nTmp)) in DecodeHuffman()
893 uint32 nTmp; in TIFFWriteDirectorySec() local911 nTmp = (uint32)o->tdir_count; in TIFFWriteDirectorySec()912 _TIFFmemcpy(n,&nTmp,4); in TIFFWriteDirectorySec()922 nTmp = (uint32)tif->tif_nextdiroff; in TIFFWriteDirectorySec()924 TIFFSwabLong(&nTmp); in TIFFWriteDirectorySec()925 _TIFFmemcpy(n,&nTmp,4); in TIFFWriteDirectorySec()
2831 float nTmp = 1 + nRate; in Pmt() local2832 float nSum = nTmp; in Pmt()2834 nSum *= nTmp; in Pmt()
165780 sqlite3_int64 nTmp = 0; /* Bytes of temp space */165786 nTmp += p->pRight->pPhrase->doclist.nList;165788 nTmp += p->pPhrase->doclist.nList;165789 aTmp = sqlite3_malloc64(nTmp*2);
165752 sqlite3_int64 nTmp = 0; /* Bytes of temp space */165758 nTmp += p->pRight->pPhrase->doclist.nList;165760 nTmp += p->pPhrase->doclist.nList;165761 aTmp = sqlite3_malloc64(nTmp*2);