Searched refs:sInfo (Results 1 – 7 of 7) sorted by relevance
/external/libnfc-nxp/src/ |
D | phFriNfc_Llcp.c | 291 phNfc_sData_t sInfo; in phFriNfc_Llcp_HandleAggregatedPacket() local 297 sInfo.buffer = psRawPacket->buffer + PHFRINFC_LLCP_PACKET_HEADER_SIZE; in phFriNfc_Llcp_HandleAggregatedPacket() 298 sInfo.length = psRawPacket->length - PHFRINFC_LLCP_PACKET_HEADER_SIZE; in phFriNfc_Llcp_HandleAggregatedPacket() 301 if (sInfo.length == 0) in phFriNfc_Llcp_HandleAggregatedPacket() 307 while (sInfo.length != 0) in phFriNfc_Llcp_HandleAggregatedPacket() 310 if (sInfo.length < sizeof(sInfo.length)) in phFriNfc_Llcp_HandleAggregatedPacket() 315 length = (sInfo.buffer[0] << 8) | sInfo.buffer[1]; in phFriNfc_Llcp_HandleAggregatedPacket() 317 sInfo.buffer += 2; /*Size of length field is 2*/ in phFriNfc_Llcp_HandleAggregatedPacket() 318 sInfo.length -= 2; /*Size of length field is 2*/ in phFriNfc_Llcp_HandleAggregatedPacket() 320 if (length > sInfo.length) in phFriNfc_Llcp_HandleAggregatedPacket() [all …]
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cms/ |
D | SignerInformation.java | 625 SignerInfo sInfo = signerInformation.info; in replaceUnsignedAttributes() local 634 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in replaceUnsignedAttributes() 635 …sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in replaceUnsignedAttributes() 653 SignerInfo sInfo = signerInformation.info; in addCounterSigners() local 676 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in addCounterSigners() 677 …sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in addCounterSigners()
|
/external/pdfium/fpdfsdk/src/pdfwindow/ |
D | PWL_IconList.cpp | 184 PWL_SCROLL_INFO sInfo; in CreateChildWnd() local 185 sInfo.fContentMin = rcScroll.bottom; in CreateChildWnd() 186 sInfo.fContentMax = rcScroll.top; in CreateChildWnd() 187 sInfo.fPlateWidth = GetClientRect().Height(); in CreateChildWnd() 188 sInfo.fSmallStep = 13.0f; in CreateChildWnd() 189 sInfo.fBigStep = sInfo.fPlateWidth; in CreateChildWnd() 191 pParent->OnNotify(this, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in CreateChildWnd()
|
D | PWL_Note.cpp | 1592 PWL_SCROLL_INFO sInfo; in OnNotify() local 1593 sInfo.fContentMin = rcScroll.bottom; in OnNotify() 1594 sInfo.fContentMax = rcScroll.top; in OnNotify() 1595 sInfo.fPlateWidth = m_pContents->GetClientRect().Height(); in OnNotify() 1596 sInfo.fSmallStep = 13.0f; in OnNotify() 1597 sInfo.fBigStep = sInfo.fPlateWidth; in OnNotify() 1599 if (FXSYS_memcmp(&m_OldScrollInfo, &sInfo, sizeof(PWL_SCROLL_INFO)) != 0) in OnNotify() 1618 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in OnNotify() 1619 m_OldScrollInfo = sInfo; in OnNotify() 1624 if (ptScroll.y > sInfo.fContentMax) in OnNotify() [all …]
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1966 CFX_WideString sInfo; in OnCalculate() local 1967 FX_BOOL bRet = pContext->RunScript(csJS, sInfo); in OnCalculate() 2038 CFX_WideString sInfo; in OnFormat() local 2039 FX_BOOL bRet = pContext->RunScript(script, sInfo); in OnFormat()
|
/external/sqlite/dist/ |
D | sqlite3.c | 34600 OSVERSIONINFOA sInfo; 34601 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 34602 osGetVersionExA(&sInfo); 34604 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 34606 OSVERSIONINFOW sInfo; 34607 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 34608 osGetVersionExW(&sInfo); 34610 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 89912 analysisInfo sInfo; 89932 sInfo.db = db; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 34582 OSVERSIONINFOA sInfo; 34583 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 34584 osGetVersionExA(&sInfo); 34586 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 34588 OSVERSIONINFOW sInfo; 34589 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 34590 osGetVersionExW(&sInfo); 34592 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 89894 analysisInfo sInfo; 89914 sInfo.db = db; [all …]
|