Searched refs:pStart (Results 1 - 25 of 25) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw_extra.c253 dmacHw_DESC_t *pStart; local
259 pStart = pRing->pHead;
261 while ((dmacHw_DESC_t *) pStart->llp != pRing->pHead) {
262 if (pStart == pRing->pHead) {
265 if (pStart == pRing->pTail) {
268 if (pStart == pRing->pProg) {
271 if (pStart == pRing->pEnd) {
274 if (pStart == pRing->pFree) {
277 (*fpPrint) ("0x%X:\n", (uint32_t) pStart);
278 (*fpPrint) ("sar 0x%0X\n", pStart
[all...]
H A DdmacHw.c601 dmacHw_DESC_t *pStart; local
686 pStart = pProg = pRing->pHead;
869 pRing->pProg = pStart;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/arm/mach-bcmring/csp/dmac/
H A DdmacHw_extra.c253 dmacHw_DESC_t *pStart; local
259 pStart = pRing->pHead;
261 while ((dmacHw_DESC_t *) pStart->llp != pRing->pHead) {
262 if (pStart == pRing->pHead) {
265 if (pStart == pRing->pTail) {
268 if (pStart == pRing->pProg) {
271 if (pStart == pRing->pEnd) {
274 if (pStart == pRing->pFree) {
277 (*fpPrint) ("0x%X:\n", (uint32_t) pStart);
278 (*fpPrint) ("sar 0x%0X\n", pStart
[all...]
H A DdmacHw.c601 dmacHw_DESC_t *pStart; local
686 pStart = pProg = pRing->pHead;
869 pRing->pProg = pStart;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
121 pStart = p; /* Catch the beg of Setblobs*/
139 totSize = p - pStart; /* This is the total size of all set blobs */
159 memcpy(pStart, pTempMem, totSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
122 pStart = p; /* Catch the beg of Setblobs */
137 totSize = p - pStart; /* This is the total size of all set blobs */
157 memcpy(pStart, pTempMem, totSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
121 pStart = p; /* Catch the beg of Setblobs*/
139 totSize = p - pStart; /* This is the total size of all set blobs */
159 memcpy(pStart, pTempMem, totSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
122 pStart = p; /* Catch the beg of Setblobs */
137 totSize = p - pStart; /* This is the total size of all set blobs */
157 memcpy(pStart, pTempMem, totSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
121 pStart = p; /* Catch the beg of Setblobs*/
139 totSize = p - pStart; /* This is the total size of all set blobs */
159 memcpy(pStart, pTempMem, totSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/asn1/
H A Da_set.c95 unsigned char *pStart, *pTempMem; local
122 pStart = p; /* Catch the beg of Setblobs */
137 totSize = p - pStart; /* This is the total size of all set blobs */
157 memcpy(pStart, pTempMem, totSize);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
91 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
92 (double)(pEnd->tv_sec - pStart->tv_sec);
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
165 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);
H A Dsqlite3.c8571 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
8575 void *pStart; /* First byte of available memory space */ member in struct:Lookaside
17501 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
32901 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ member in struct:PCacheGlobal
76078 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
97462 WhereTerm *pStart, *pEnd; local
98803 spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd) argument
103760 void *pStart; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
91 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
92 (double)(pEnd->tv_sec - pStart->tv_sec);
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
165 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);
H A Dsqlite3.c8571 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
8575 void *pStart; /* First byte of available memory space */ member in struct:Lookaside
17501 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
32901 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ member in struct:PCacheGlobal
76078 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
97462 WhereTerm *pStart, *pEnd; local
98803 spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd) argument
103760 void *pStart; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c90 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){ argument
91 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
92 (double)(pEnd->tv_sec - pStart->tv_sec);
164 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){ argument
165 sqlite_int64 i64Start = *((sqlite_int64 *) pStart);
H A Dsqlite3.c8571 u8 bMalloced; /* True if pStart obtained from sqlite3_malloc() */
8575 void *pStart; /* First byte of available memory space */ member in struct:Lookaside
17501 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
32901 void *pStart, *pEnd; /* Bounds of pagecache malloc range */ member in struct:PCacheGlobal
76078 sqlite3CreateIndex( Parse *pParse, Token *pName1, Token *pName2, SrcList *pTblName, ExprList *pList, int onError, Token *pStart, Token *pEnd, int sortOrder, int ifNotExist ) argument
97462 WhereTerm *pStart, *pEnd; local
98803 spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd) argument
103760 void *pStart; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/
H A Dbuildpt.c816 onError, pStart, pEnd, sortOrder, ifNotExist)
823 Token *pStart; /* The CREATE token that begins this statement */
835 COMPQUIET(pStart, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/
H A Dbuildpt.c816 onError, pStart, pEnd, sortOrder, ifNotExist)
823 Token *pStart; /* The CREATE token that begins this statement */
835 COMPQUIET(pStart, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/
H A Dbuildpt.c816 onError, pStart, pEnd, sortOrder, ifNotExist)
823 Token *pStart; /* The CREATE token that begins this statement */
835 COMPQUIET(pStart, NULL);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source3/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c224 char * pStart = pBase160; local
270 pStart,
271 strlen(pStart),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/samba-3.5.8/source4/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c190 char * pStart = pBase160; local
236 pStart,
237 strlen(pStart),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source3/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c224 char * pStart = pBase160; local
270 pStart,
271 strlen(pStart),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/samba-3.5.8/source4/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c190 char * pStart = pBase160; local
236 pStart,
237 strlen(pStart),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source3/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c224 char * pStart = pBase160; local
270 pStart,
271 strlen(pStart),
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/samba-3.5.8/source4/lib/ldb/ldb_sqlite3/
H A Dldb_sqlite3.c190 char * pStart = pBase160; local
236 pStart,
237 strlen(pStart),

Completed in 1035 milliseconds