Searched refs:pSize (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/demos/engines/ibmca/
H A Dhw_ibmca.c645 unsigned int offset, pSize, qSize; local
718 pSize = qSize + 8; /* 1 QWORD larger */
727 if ( (pbytes > pSize) || (dmp1bytes > pSize) ||
728 (iqmpbytes > pSize) || ( qbytes >qSize) ||
738 offset += pSize;
744 offset += pSize;
754 if ( pSize < pbytes ) {
759 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
760 pkey += pSize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/demos/engines/ibmca/
H A Dhw_ibmca.c645 unsigned int offset, pSize, qSize; local
718 pSize = qSize + 8; /* 1 QWORD larger */
727 if ( (pbytes > pSize) || (dmp1bytes > pSize) ||
728 (iqmpbytes > pSize) || ( qbytes >qSize) ||
738 offset += pSize;
744 offset += pSize;
754 if ( pSize < pbytes ) {
759 /* pkey += pSize - BN_num_bytes(p); WROING this should be dmp1) */
760 pkey += pSize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh64/lib/
H A Ddbg.c79 char *pSize; local
101 pSize = GET_PAGE_SIZE(pteL);
106 ppn, epn, asid, shared, cb, pSize, pProt);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h626 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
H A Dsqlite3.c1150 int (*xFileSize)(sqlite3_file*, sqlite3_int64 *pSize);
6973 SQLITE_PRIVATE int sqlite3BtreeKeySize(BtCursor*, i64 *pSize);
6977 SQLITE_PRIVATE int sqlite3BtreeDataSize(BtCursor*, u32 *pSize);
8032 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file*, i64 *pSize);
12101 SQLITE_PRIVATE int sqlite3OsFileSize(sqlite3_file *id, i64 *pSize){ argument
12103 return id->pMethods->xFileSize(id, pSize);
20346 static int os2FileSize( sqlite3_file *id, sqlite3_int64 *pSize ){
20354 *pSize = fsts3FileInfo.cbFile;
24615 static int unixFileSize(sqlite3_file *id, i64 *pSize){ argument
24625 *pSize
27919 winFileSize(sqlite3_file *id, sqlite3_int64 *pSize) argument
41069 sqlite3BtreeKeySize(BtCursor *pCur, i64 *pSize) argument
41093 sqlite3BtreeDataSize(BtCursor *pCur, u32 *pSize) argument
58568 jrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
58854 memjrnlFileSize(sqlite3_file *pJfd, sqlite_int64 *pSize) argument
[all...]

Completed in 287 milliseconds