HomeSort by relevance Sort by last modified time
    Searched refs:wResult (Results 1 - 3 of 3) 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);

Completed in 6024 milliseconds