Searched refs:nTmp (Results 1 - 4 of 4) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_HuffmanDecoder.cpp17 int nVal, nTmp, i, nBits; local
21 if(m_pStream->read1Bit(&nTmp) == -1) {
24 nVal = (nVal << 1) | nTmp;
31 if(m_pStream->readNBits(pTable->RANGELEN[i], &nTmp) == -1) {
36 *nResult = pTable->RANGELOW[i] - nTmp;
39 *nResult = pTable->RANGELOW[i] + nTmp;
44 *nResult = pTable->RANGELOW[i] - nTmp;
47 *nResult = pTable->RANGELOW[i] + nTmp;
H A DJBig2_GeneralDecoder.cpp1838 FX_DWORD nTmp; local
1885 nTmp = 1;
1886 while((FX_DWORD)(1 << nTmp) < SBSTRIPS) {
1887 nTmp ++;
1889 if(pStream->readNBits(nTmp, &nVal) != 0) {
1899 if(pStream->read1Bit(&nTmp) != 0) {
1903 nVal = (nVal << 1) | nTmp;
1934 nTmp = pStream->getOffset();
1967 if((FX_DWORD)nVal != (pStream->getOffset() - nTmp)) {
2294 FX_DWORD nTmp; local
2635 FX_DWORD nTmp; local
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c131965 int nTmp = 0; /* Bytes of temp space */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c131997 int nTmp = 0; /* Bytes of temp space */ local
[all...]

Completed in 388 milliseconds