Home
last modified time | relevance | path

Searched refs:sInfo (Results 1 – 13 of 13) sorted by relevance

/external/libnfc-nxp/src/
DphFriNfc_Llcp.c291 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/
DSignerInformation.java625 SignerInfo sInfo = signerInformation.info; in replaceUnsignedAttributes() local
634 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in replaceUnsignedAttributes()
635sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in replaceUnsignedAttributes()
653 SignerInfo sInfo = signerInformation.info; in addCounterSigners() local
676 new SignerInfo(sInfo.getSID(), sInfo.getDigestAlgorithm(), in addCounterSigners()
677sInfo.getAuthenticatedAttributes(), sInfo.getDigestEncryptionAlgorithm(), sInfo.getEncryptedDigest… in addCounterSigners()
/external/chromium_org/third_party/sqlite/src/src/
Dmutex_w32.c65 OSVERSIONINFO sInfo;
66 sInfo.dwOSVersionInfoSize = sizeof(sInfo);
67 GetVersionEx(&sInfo);
68 osType = sInfo.dwPlatformId==VER_PLATFORM_WIN32_NT ? 2 : 1;
Danalyze.c602 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()
Dos_win.c163 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/
DPWL_IconList.cpp184 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()
DPWL_Note.cpp1594 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/
Dfts3_snippet.c1238 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/
DSDL_epocvideo.cpp351 TPckg<TScreenInfoV01> sInfo(screenInfo); in EPOC_VideoInit() local
352 UserSvr::ScreenInfo(sInfo); in EPOC_VideoInit()
/external/pdfium/fpdfsdk/src/
Dfsdk_baseform.cpp1975 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/
Dsqlite3.c17437 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/
Dsqlite3.c33333 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/
Dsqlite3.c33313 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 …]