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

  /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;
  /hardware/ti/omap4-aah/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 75 int nResult;
117 nResult = fclose(pFile);
121 if (nResult != 0)
  /hardware/ti/omap4xxx/security/smc_pa_ctrl/
smc_pa_ctrl_linux.c 75 int nResult;
117 nResult = fclose(pFile);
121 if (nResult != 0)
  /frameworks/base/media/jni/
android_media_AmrInputStream.cpp 64 int32_t nResult = AMREncodeInit(&state->mEncState, &state->mSidState, false);
65 if (nResult != OK) {
67 "GsmAmrEncoder initialization failed %d", nResult);
  /hardware/ti/omap4-aah/security/tf_daemon/
lib_manifest2.c 138 S_RESULT nResult = S_ERROR_BAD_FORMAT;
222 nResult = S_ERROR_ITEM_NOT_FOUND;
516 return nResult;
542 S_RESULT nResult;
549 nResult = static_libManifest2GetNextItemInternal(
555 if (nResult != S_SUCCESS)
557 return nResult;
650 S_RESULT nResult;
658 nResult = libManifest2GetNextItem(
664 if (nResult == S_ERROR_ITEM_NOT_FOUND
    [all...]
smc_properties.c 269 S_RESULT nResult = S_SUCCESS;
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile);
274 if (nResult!=S_SUCCESS)
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
service_delegation_protocol.h 107 uint16_t nResult;
smc_properties_parser.c 205 S_RESULT nResult;
223 nResult=static_listSortedAddNode(pList->pRoot,pNode);
225 if (nResult==S_SUCCESS && pNode->pPrevious==NULL)
230 return nResult;
478 S_RESULT nResult = S_SUCCESS;
487 nResult = S_ERROR_ITEM_NOT_FOUND;
488 return nResult;
493 nResult = S_ERROR_UNDERLYING_OS;
500 nResult = S_ERROR_UNDERLYING_OS;
510 nResult = S_ERROR_OUT_OF_MEMORY
    [all...]
delegation_client.c 141 uint16_t nResult;
765 pInstruction->nResult=pMessages[nNbMsg-1].nResult;
839 pInstruction->nResult=pMessages[nNbMsg-1].nResult;
    [all...]
  /hardware/ti/omap4xxx/security/tf_daemon/
lib_manifest2.c 138 S_RESULT nResult = S_ERROR_BAD_FORMAT;
222 nResult = S_ERROR_ITEM_NOT_FOUND;
516 return nResult;
542 S_RESULT nResult;
549 nResult = static_libManifest2GetNextItemInternal(
555 if (nResult != S_SUCCESS)
557 return nResult;
650 S_RESULT nResult;
658 nResult = libManifest2GetNextItem(
664 if (nResult == S_ERROR_ITEM_NOT_FOUND
    [all...]
smc_properties.c 269 S_RESULT nResult = S_SUCCESS;
273 nResult=SMCPropParseConfigFile((char *)configFile, &gConfFile);
274 if (nResult!=S_SUCCESS)
276 printf("Parsing error in file %s : %x.\n", configFile, nResult);
smc_properties_parser.c 204 S_RESULT nResult;
222 nResult=static_listSortedAddNode(pList->pRoot,pNode);
224 if (nResult==S_SUCCESS && pNode->pPrevious==NULL)
229 return nResult;
427 S_RESULT nResult = S_SUCCESS;
436 nResult = S_ERROR_ITEM_NOT_FOUND;
437 return nResult;
442 nResult = S_ERROR_UNDERLYING_OS;
449 nResult = S_ERROR_UNDERLYING_OS;
459 nResult = S_ERROR_OUT_OF_MEMORY
    [all...]
  /hardware/ti/omap4-aah/security/tee_client_api/
tee_client_api_linux_driver.c 170 TEEC_Result nResult = TEEC_SUCCESS;
245 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
246 if (nResult != S_SUCCESS)
248 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
252 nResult=TEEC_ERROR_OUT_OF_MEMORY;
255 nResult=TEEC_ERROR_ACCESS_DENIED;
258 nResult=TEEC_ERROR_COMMUNICATION;
300 return nResult;
521 TEEC_Result nResult;
534 nResult = scxExchangeMessage(context
    [all...]
  /hardware/ti/omap4xxx/security/tee_client_api/
tee_client_api_linux_driver.c 162 TEEC_Result nResult = TEEC_SUCCESS;
237 nResult = ioctl((S_HANDLE)pContext->imp._hConnection, IOCTL_SCX_EXCHANGE, pCommand);
238 if (nResult != S_SUCCESS)
240 TRACE_INFO("scxExchangeMessage[0x%X]: Ioctl returned error: 0x%x (0x%x - %d)\n",pContext,nResult,errno,errno);
244 nResult=TEEC_ERROR_OUT_OF_MEMORY;
247 nResult=TEEC_ERROR_ACCESS_DENIED;
250 nResult=TEEC_ERROR_COMMUNICATION;
292 return nResult;
513 TEEC_Result nResult;
526 nResult = scxExchangeMessage(context
    [all...]
  /external/sqlite/dist/orig/
shell.c     [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
sqlite3.c     [all...]
  /external/svox/pico/lib/
picopam.c     [all...]
  /external/pdfium/core/src/fpdfapi/fpdf_parser/
fpdf_parser_parser.cpp     [all...]

Completed in 1002 milliseconds