Searched refs:nTmp (Results 1 – 4 of 4) sorted by relevance
17 int nVal, nTmp, i, nBits; in decodeAValue() local21 if(m_pStream->read1Bit(&nTmp) == -1) { in decodeAValue()24 nVal = (nVal << 1) | nTmp; in decodeAValue()31 if(m_pStream->readNBits(pTable->RANGELEN[i], &nTmp) == -1) { in decodeAValue()36 *nResult = pTable->RANGELOW[i] - nTmp; in decodeAValue()39 *nResult = pTable->RANGELOW[i] + nTmp; in decodeAValue()44 *nResult = pTable->RANGELOW[i] - nTmp; in decodeAValue()47 *nResult = pTable->RANGELOW[i] + nTmp; in decodeAValue()
1890 FX_DWORD nTmp; in decode_Huffman() local1937 nTmp = 1; in decode_Huffman()1938 while((FX_DWORD)(1 << nTmp) < SBSTRIPS) { in decode_Huffman()1939 nTmp ++; in decode_Huffman()1941 if(pStream->readNBits(nTmp, &nVal) != 0) { in decode_Huffman()1951 if(pStream->read1Bit(&nTmp) != 0) { in decode_Huffman()1955 nVal = (nVal << 1) | nTmp; in decode_Huffman()1986 nTmp = pStream->getOffset(); in decode_Huffman()2019 if((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) { in decode_Huffman()2346 FX_DWORD nTmp; in decode_Arith() local[all …]
138273 int nTmp = 0; /* Bytes of temp space */138278 nTmp += p->pRight->pPhrase->doclist.nList;138280 nTmp += p->pPhrase->doclist.nList;138281 if( nTmp==0 ){138284 aTmp = sqlite3_malloc(nTmp*2);
138243 int nTmp = 0; /* Bytes of temp space */138248 nTmp += p->pRight->pPhrase->doclist.nList;138250 nTmp += p->pPhrase->doclist.nList;138251 if( nTmp==0 ){138254 aTmp = sqlite3_malloc(nTmp*2);