HomeSort by relevance Sort by last modified time
    Searched refs:nResult (Results 1 - 10 of 10) sorted by null

  /external/pdfium/core/fxcodec/jbig2/
JBig2_HuffmanDecoder.h 18 int decodeAValue(CJBig2_HuffmanTable* pTable, int* nResult);
JBig2_ArithIntDecoder.h 22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult);
33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
JBig2_HuffmanDecoder.cpp 17 int* nResult) {
37 *nResult = pTable->GetRANGELOW()[i] - nTmp;
39 *nResult = pTable->GetRANGELOW()[i] + nTmp;
JBig2_ArithIntDecoder.cpp 51 int* nResult) {
72 *nResult = nValue;
84 uint32_t* nResult) {
91 *nResult = PREV - (1 << SBSYMCODELEN);
JBig2_BitStream.cpp 48 int32_t CJBig2_BitStream::readNBits(uint32_t dwBits, int32_t* nResult) {
53 *nResult = 0;
60 *nResult =
61 (*nResult << 1) | ((m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01);
JBig2_BitStream.h 21 int32_t readNBits(uint32_t nBits, int32_t* nResult);
  /external/sonivox/arm-wt-22k/lib_src/
eas_math.c 48 * nResult - int.frac result (where frac has NUM_DENTS_FRAC_BITS)
59 EAS_I32 nResult;
87 nResult = nTemp1 << nExponentInt;
93 nResult = nTemp1 >> nExponentInt;
96 return nResult;
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp     [all...]
  /external/svox/pico/lib/
picopam.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 1863 milliseconds