Searched defs:nResult (Results 1 - 17 of 17) sorted by relevance

/external/pdfium/core/src/fxcodec/jbig2/
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_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/chromium_org/third_party/power_gadget/
H A DPowerGadgetLib.cpp256 bool CIntelPowerGadgetLib::GetPowerData(int iNode, int iMSR, double *results, int *nResult) argument
258 return pGetPowerData(iNode, iMSR, results, nResult);
/external/chromium_org/third_party/sqlite/src/src/
H A Dresolve.c885 int nResult; /* Number of terms in the result set */ local
888 nResult = pSelect->pEList->nExpr;
906 resolveOutOfRangeError(pParse, zType, i+1, nResult);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_recv_thread.c292 int nResult, m_ErrorCode; local
334 nResult = WSARecvFrom(SCTP_BASE_VAR(userspace_rawsctp), recv_iovec, MAXLEN_MBUF_CHAIN, (LPDWORD)&ncounter, (LPDWORD)&flags, (struct sockaddr*)&from, &fromlen, NULL, NULL);
335 if (nResult != 0) {
463 int nResult, m_ErrorCode; local
513 nResult = WSAIoctl(SCTP_BASE_VAR(userspace_rawsctp6), SIO_GET_EXTENSION_FUNCTION_POINTER,
517 if (nResult == 0) {
525 nResult = WSARecvMsg(SCTP_BASE_VAR(userspace_rawsctp6), &msg, &ncounter, NULL, NULL);
527 if (nResult != 0) {
673 int nResult, m_ErrorCode; local
722 nResult
877 int nResult, m_ErrorCode; local
[all...]
/external/sqlite/dist/orig/
H A Dshell.c1026 int nResult; local
1036 nResult = sqlite3_column_count(pSelect);
1044 for(i=1; i<nResult; i++){
H A Dsqlite3.c77842 int nResult; /* Number of terms in the result set */ local
[all...]
/external/sqlite/dist/
H A Dshell.c1031 int nResult; local
1041 nResult = sqlite3_column_count(pSelect);
1049 for(i=1; i<nResult; i++){
H A Dsqlite3.c77862 int nResult; /* Number of terms in the result set */ local
[all...]
/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/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c70416 int nResult; /* Number of terms in the result set */ local
[all...]

Completed in 1706 milliseconds