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

  /external/libese/third_party/NXPNFC_P61_JCOP_Kit/src/
JcopOsDownload.cpp 427 int wResult, size =0;
447 wResult = fseek(Os_info->fp, 0L, SEEK_END);
448 if (wResult) {
457 wResult = fseek(Os_info->fp, 0L, SEEK_SET);
458 if (wResult) {
475 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex]);
477 if(wResult != 0)
484 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]);
485 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex++]);
490 wResult = FSCANF_BYTE(Os_info->fp,"%2X",&pTranscv_Info->sSendData[wIndex])
    [all...]
Ala.cpp 786 int wResult, size =0;
827 wResult = fseek(Os_info->fp, 0L, SEEK_END);
828 if (wResult) {
838 wResult = fseek(Os_info->fp, 0L, SEEK_SET);
839 if (wResult) {
    [all...]
  /external/pdfium/core/fxcodec/jbig2/
JBig2_BitStream.h 26 int32_t readShortInteger(uint16_t* wResult);
  /hardware/nxp/secure_element/ls_client/src/
LsLib.cpp 381 int wResult = fseek(Os_info->fp, 0L, SEEK_END);
382 if (wResult) {
391 wResult = fseek(Os_info->fp, 0L, SEEK_SET);
392 if (wResult) {
535 wResult = fclose(Os_info->fp);
539 wResult = fclose(Os_info->fp);
661 int32_t wResult = 0, wCount, wIndex = 0;
666 wResult = FSCANF_BYTE(Os_info->fp, "%2X", (unsigned int*)&read_buf[wIndex]);
668 if (wResult == 0) return LSCSTATUS_FAILED;
675 wResult
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
regstr.h     [all...]

Completed in 2497 milliseconds