Home
last modified time | relevance | path

Searched refs:nResult (Results 1 – 14 of 14) sorted by relevance

/external/pdfium/core/fxcodec/jbig2/
DJBig2_ArithIntDecoder.cpp51 int* nResult) { in decode() argument
76 *nResult = 0; in decode()
84 *nResult = nValue; in decode()
96 uint32_t* nResult) { in decode() argument
103 *nResult = PREV - (1 << SBSYMCODELEN); in decode()
DJBig2_HuffmanDecoder.cpp17 int* nResult) { in decodeAValue() argument
37 *nResult = pTable->GetRANGELOW()[i] - nTmp; in decodeAValue()
39 *nResult = pTable->GetRANGELOW()[i] + nTmp; in decodeAValue()
DJBig2_BitStream.cpp51 int32_t CJBig2_BitStream::readNBits(uint32_t dwBits, int32_t* nResult) { in readNBits() argument
59 *nResult = 0; in readNBits()
66 *nResult = in readNBits()
67 (*nResult << 1) | ((m_pBuf[m_dwByteIdx] >> (7 - m_dwBitIdx)) & 0x01); in readNBits()
DJBig2_ArithIntDecoder.h22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult);
33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
DJBig2_HuffmanDecoder.h20 int decodeAValue(CJBig2_HuffmanTable* pTable, int* nResult);
DJBig2_BitStream.h21 int32_t readNBits(uint32_t nBits, int32_t* nResult);
/external/sonivox/arm-wt-22k/lib_src/
Deas_math.c59 EAS_I32 nResult; in EAS_Calculate2toX() local
87 nResult = nTemp1 << nExponentInt; in EAS_Calculate2toX()
93 nResult = nTemp1 >> nExponentInt; in EAS_Calculate2toX()
96 return nResult; in EAS_Calculate2toX()
/external/python/cpython3/Tools/msi/bundle/bootstrap/
DPythonBootstrapperApplication.cpp697 int nResult = IDNOACTION; in OnShutdown() local
707 nResult = IDRESTART; in OnShutdown()
710 return nResult; in OnShutdown()
1012 int nResult = nRecommendation; in OnError() local
1016 HRESULT hr = _engine->SendEmbeddedError(dwCode, wzError, dwUIHint, &nResult); in OnError()
1018 nResult = IDERROR; in OnError()
1023 nResult = IDTRYAGAIN; in OnError()
1037nResult = ::MessageBoxW(_hWnd, sczError ? sczError : wzError, _theme->sczCaption, dwUIHint); in OnError()
1048 return nResult; in OnError()
1065 int nResult = ::MessageBoxW(_hWnd, wzMessage, _theme->sczCaption, uiFlags); in OnExecuteMsiMessage() local
[all …]
/external/pdfium/core/fpdfapi/parser/
Dcpdf_data_avail.cpp843 DocAvailStatus nResult = CheckLinearizedData(); in IsPageAvail() local
844 if (nResult != DataAvailable) in IsPageAvail()
845 return nResult; in IsPageAvail()
848 nResult = m_pHintTables->CheckPage(dwPage); in IsPageAvail()
849 if (nResult != DataAvailable) in IsPageAvail()
850 return nResult; in IsPageAvail()
/external/sqlite/dist/orig/
Dshell.c9055 int nResult; in run_table_dump_query() local
9066 nResult = sqlite3_column_count(pSelect); in run_table_dump_query()
9074 for(i=1; i<nResult; i++){ in run_table_dump_query()
Dsqlite3.c92258 int nResult; /* Number of terms in the result set */
92261 nResult = pSelect->pEList->nExpr;
92282 resolveOutOfRangeError(pParse, zType, i+1, nResult);
96143 int nResult = sqlite3ExprVectorSize(p);
96144 if( nResult==1 ){
96157 pParse->nMem += nResult;
96158 for(i=0; i<nResult; i++){
/external/sqlite/dist/
Dshell.c9061 int nResult; in run_table_dump_query() local
9072 nResult = sqlite3_column_count(pSelect); in run_table_dump_query()
9080 for(i=1; i<nResult; i++){ in run_table_dump_query()
Dsqlite3.c92274 int nResult; /* Number of terms in the result set */
92277 nResult = pSelect->pEList->nExpr;
92298 resolveOutOfRangeError(pParse, zType, i+1, nResult);
96159 int nResult = sqlite3ExprVectorSize(p);
96160 if( nResult==1 ){
96173 pParse->nMem += nResult;
96174 for(i=0; i<nResult; i++){
/external/syzkaller/sys/windows/
Dwindows.txt1342 EndDialog(hDlg ptr[inout, intptr], nResult int64)