Searched refs:nResult (Results 1 - 13 of 13) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
H A DJBig2_ArithIntDecoder.h19 int decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult);
32 int decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult);
H A DJBig2_HuffmanDecoder.cpp15 int CJBig2_HuffmanDecoder::decodeAValue(CJBig2_HuffmanTable *pTable, int *nResult) argument
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_HuffmanDecoder.h19 int decodeAValue(CJBig2_HuffmanTable *pTable, int *nResult);
H A DJBig2_ArithIntDecoder.cpp17 int CJBig2_ArithIntDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) argument
76 *nResult = V;
92 int CJBig2_ArithIaidDecoder::decode(CJBig2_ArithDecoder *pArithDecoder, int *nResult) argument
103 *nResult = PREV;
H A DJBig2_BitStream.h22 FX_INT32 readNBits(FX_DWORD nBits, FX_INT32 *nResult);
126 inline FX_INT32 CJBig2_BitStream::readNBits(FX_DWORD dwBits, FX_INT32 *nResult) argument
130 *nResult = 0;
137 *nResult = (*nResult << 1) | ((m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01);
/external/sonivox/arm-fm-22k/lib_src/
H A Deas_math.c48 * nResult - int.frac result (where frac has NUM_DENTS_FRAC_BITS)
59 EAS_I32 nResult; local
87 nResult = nTemp1 << nExponentInt;
93 nResult = nTemp1 >> nExponentInt;
96 return nResult;
H A Deas_fmengine.c146 * nResult - int.frac result (where frac has NUM_DENTS_FRAC_BITS)
157 EAS_I32 nResult; local
178 nResult = nTemp1 << nExponentInt;
184 nResult = nTemp1 >> nExponentInt;
187 return nResult;
/external/sonivox/arm-hybrid-22k/lib_src/
H A Deas_math.c48 * nResult - int.frac result (where frac has NUM_DENTS_FRAC_BITS)
59 EAS_I32 nResult; local
87 nResult = nTemp1 << nExponentInt;
93 nResult = nTemp1 >> nExponentInt;
96 return nResult;
H A Deas_fmengine.c146 * nResult - int.frac result (where frac has NUM_DENTS_FRAC_BITS)
157 EAS_I32 nResult; local
178 nResult = nTemp1 << nExponentInt;
184 nResult = nTemp1 >> nExponentInt;
187 return nResult;
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_math.c48 * nResult - int.frac result (where frac has NUM_DENTS_FRAC_BITS)
59 EAS_I32 nResult; local
87 nResult = nTemp1 << nExponentInt;
93 nResult = nTemp1 >> nExponentInt;
96 return nResult;
/external/svox/pico/lib/
H A Dpicopam.c4182 pico_status_t nResult; local
4202 nResult = pam_process_event_feature(this, nFeat, event_type, direction);
4203 if (nResult != PICO_OK)
4204 return nResult;
/external/sqlite/dist/orig/
H A Dsqlite3.c82387 int nResult; /* Number of terms in the result set */ local
[all...]
/external/sqlite/dist/
H A Dsqlite3.c82405 int nResult; /* Number of terms in the result set */ local
[all...]

Completed in 672 milliseconds