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

  /external/chromium_org/third_party/power_gadget/
PowerGadgetLib.h 47 typedef bool (*IPGGetPowerData) (int iNode, int iMSR, double *result, int *nResult);
71 bool GetPowerData(int iNode, int iMSR, double *results, int *nResult);
PowerGadgetLib.cpp 254 bool CIntelPowerGadgetLib::GetPowerData(int iNode, int iMSR, double *results, int *nResult)
256 return pGetPowerData(iNode, iMSR, results, nResult);
  /external/chromium_org/third_party/usrsctp/usrsctplib/
user_recv_thread.c 292 int nResult, m_ErrorCode;
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;
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;
722 nResult = WSAIoctl(SCTP_BASE_VAR(userspace_udpsctp), SIO_GET_EXTENSION_FUNCTION_POINTER
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
resolve.c 885 int nResult; /* Number of terms in the result set */
888 nResult = pSelect->pEList->nExpr;
906 resolveOutOfRangeError(pParse, zType, i+1, nResult);
    [all...]

Completed in 527 milliseconds