/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/chromium_org/third_party/sqlite/src/src/ |
D | mutex_w32.c | 65 OSVERSIONINFO sInfo; 66 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 67 GetVersionEx(&sInfo); 68 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
|
D | analyze.c | 602 analysisInfo sInfo; in sqlite3AnalysisLoad() local 620 sInfo.db = db; in sqlite3AnalysisLoad() 621 sInfo.zDatabase = db->aDb[iDb].zName; in sqlite3AnalysisLoad() 622 if( sqlite3FindTable(db, "sqlite_stat1", sInfo.zDatabase)==0 ){ in sqlite3AnalysisLoad() 628 "SELECT tbl, idx, stat FROM %Q.sqlite_stat1", sInfo.zDatabase); in sqlite3AnalysisLoad() 632 rc = sqlite3_exec(db, zSql, analysisLoader, &sInfo, 0); in sqlite3AnalysisLoad() 639 if( rc==SQLITE_OK && !sqlite3FindTable(db, "sqlite_stat2", sInfo.zDatabase) ){ in sqlite3AnalysisLoad() 646 "SELECT idx,sampleno,sample FROM %Q.sqlite_stat2", sInfo.zDatabase); in sqlite3AnalysisLoad() 660 pIdx = zIndex ? sqlite3FindIndex(db, zIndex, sInfo.zDatabase) : 0; in sqlite3AnalysisLoad()
|
D | os_win.c | 163 OSVERSIONINFO sInfo; in isNT() local 164 sInfo.dwOSVersionInfoSize = sizeof(sInfo); in isNT() 165 GetVersionEx(&sInfo); in isNT() 166 sqlite3_os_type = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1; in isNT()
|
/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 | 1594 PWL_SCROLL_INFO sInfo; in OnNotify() local 1595 sInfo.fContentMin = rcScroll.bottom; in OnNotify() 1596 sInfo.fContentMax = rcScroll.top; in OnNotify() 1597 sInfo.fPlateWidth = m_pContents->GetClientRect().Height(); in OnNotify() 1598 sInfo.fSmallStep = 13.0f; in OnNotify() 1599 sInfo.fBigStep = sInfo.fPlateWidth; in OnNotify() 1601 if (FXSYS_memcmp(&m_OldScrollInfo, &sInfo, sizeof(PWL_SCROLL_INFO)) != 0) in OnNotify() 1620 m_pContentsBar->OnNotify(pWnd, PNM_SETSCROLLINFO, SBT_VSCROLL, (FX_INTPTR)&sInfo); in OnNotify() 1621 m_OldScrollInfo = sInfo; in OnNotify() 1626 if (ptScroll.y > sInfo.fContentMax) in OnNotify() [all …]
|
/external/chromium_org/third_party/sqlite/src/ext/fts3/ |
D | fts3_snippet.c | 1238 MatchInfo sInfo; in fts3GetMatchinfo() local 1243 memset(&sInfo, 0, sizeof(MatchInfo)); in fts3GetMatchinfo() 1244 sInfo.pCursor = pCsr; in fts3GetMatchinfo() 1245 sInfo.nCol = pTab->nColumn; in fts3GetMatchinfo() 1269 sInfo.nPhrase = pCsr->nPhrase; in fts3GetMatchinfo() 1273 nMatchinfo += fts3MatchinfoSize(&sInfo, zArg[i]); in fts3GetMatchinfo() 1289 sInfo.aMatchinfo = pCsr->aMatchinfo; in fts3GetMatchinfo() 1290 sInfo.nPhrase = pCsr->nPhrase; in fts3GetMatchinfo() 1292 rc = fts3MatchinfoValues(pCsr, bGlobal, &sInfo, zArg); in fts3GetMatchinfo()
|
/external/qemu/distrib/sdl-1.2.15/src/video/symbian/EKA1/ |
D | SDL_epocvideo.cpp | 351 TPckg<TScreenInfoV01> sInfo(screenInfo); in EPOC_VideoInit() local 352 UserSvr::ScreenInfo(sInfo); in EPOC_VideoInit()
|
/external/pdfium/fpdfsdk/src/ |
D | fsdk_baseform.cpp | 1975 CFX_WideString sInfo; in OnCalculate() local 1976 FX_BOOL bRet = pContext->RunScript(csJS, sInfo); in OnCalculate() 2047 CFX_WideString sInfo; in OnFormat() local 2048 FX_BOOL bRet = pContext->RunScript(script, sInfo); in OnFormat()
|
/external/chromium_org/third_party/sqlite/amalgamation/ |
D | sqlite3.c | 17437 OSVERSIONINFO sInfo; in mutexIsNT() local 17438 sInfo.dwOSVersionInfoSize = sizeof(sInfo); in mutexIsNT() 17439 GetVersionEx(&sInfo); in mutexIsNT() 17440 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1; in mutexIsNT() 31283 OSVERSIONINFO sInfo; 31284 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 31285 GetVersionEx(&sInfo); 31286 sqlite3_os_type = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1; 75924 analysisInfo sInfo; 75942 sInfo.db = db; [all …]
|
/external/sqlite/dist/ |
D | sqlite3.c | 33333 OSVERSIONINFOW sInfo; 33334 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 33335 osGetVersionExW(&sInfo); 33337 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 33339 OSVERSIONINFOA sInfo; 33340 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 33341 osGetVersionExA(&sInfo); 33343 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 85256 analysisInfo sInfo; 85276 sInfo.db = db; [all …]
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 33313 OSVERSIONINFOW sInfo; 33314 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 33315 osGetVersionExW(&sInfo); 33317 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 33319 OSVERSIONINFOA sInfo; 33320 sInfo.dwOSVersionInfoSize = sizeof(sInfo); 33321 osGetVersionExA(&sInfo); 33323 (sInfo.dwPlatformId == VER_PLATFORM_WIN32_NT) ? 2 : 1, 0); 85236 analysisInfo sInfo; 85256 sInfo.db = db; [all …]
|