/external/pdfium/core/fxcodec/jbig2/ |
D | JBig2_ArithIntDecoder.cpp | 51 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()
|
D | JBig2_HuffmanDecoder.cpp | 17 int* nResult) { in decodeAValue() argument 37 *nResult = pTable->GetRANGELOW()[i] - nTmp; in decodeAValue() 39 *nResult = pTable->GetRANGELOW()[i] + nTmp; in decodeAValue()
|
D | JBig2_BitStream.cpp | 51 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()
|
D | JBig2_ArithIntDecoder.h | 22 bool decode(CJBig2_ArithDecoder* pArithDecoder, int* nResult); 33 void decode(CJBig2_ArithDecoder* pArithDecoder, uint32_t* nResult);
|
D | JBig2_HuffmanDecoder.h | 20 int decodeAValue(CJBig2_HuffmanTable* pTable, int* nResult);
|
D | JBig2_BitStream.h | 21 int32_t readNBits(uint32_t nBits, int32_t* nResult);
|
/external/sonivox/arm-wt-22k/lib_src/ |
D | eas_math.c | 59 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/ |
D | PythonBootstrapperApplication.cpp | 697 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() 1037 … nResult = ::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/ |
D | cpdf_data_avail.cpp | 843 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/ |
D | shell.c | 9055 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()
|
D | sqlite3.c | 92258 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/ |
D | shell.c | 9061 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()
|
D | sqlite3.c | 92274 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/ |
D | windows.txt | 1342 EndDialog(hDlg ptr[inout, intptr], nResult int64)
|