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

  /external/pdfium/core/fxcodec/jbig2/
JBig2_ArithIntDecoder.h 22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult);
33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
JBig2_HuffmanDecoder.h 20 int decodeAValue(CJBig2_HuffmanTable* pTable, int* 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) {
76 *nResult = 0;
84 *nResult = nValue;
96 uint32_t* nResult) {
103 *nResult = PREV - (1 << SBSYMCODELEN);
JBig2_BitStream.cpp 51 int32_t CJBig2_BitStream::readNBits(uint32_t dwBits, int32_t* nResult) {
59 *nResult = 0;
66 *nResult =
67 (*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/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 705 int nResult = IDNOACTION;
715 nResult = IDRESTART;
718 return nResult;
    [all...]
  /external/pdfium/core/fpdfapi/parser/
cpdf_data_avail.cpp 843 DocAvailStatus nResult = CheckLinearizedData();
844 if (nResult != DataAvailable)
845 return nResult;
848 nResult = m_pHintTables->CheckPage(dwPage);
849 if (nResult != DataAvailable)
850 return nResult;
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winuser.h     [all...]

Completed in 1170 milliseconds