HomeSort by relevance Sort by last modified time
    Searched refs:pEnd (Results 51 - 67 of 67) sorted by null

1 23

  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3_write.c     [all...]
  /external/sqlite/dist/orig/
shell.c 139 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
140 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
141 (double)(pEnd->tv_sec - pStart->tv_sec);
214 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
216 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
    [all...]
sqlite3.c     [all...]
  /external/sqlite/dist/
shell.c 144 static double timeDiff(struct timeval *pStart, struct timeval *pEnd){
145 return (pEnd->tv_usec - pStart->tv_usec)*0.000001 +
146 (double)(pEnd->tv_sec - pStart->tv_sec);
219 static double timeDiff(FILETIME *pStart, FILETIME *pEnd){
221 sqlite_int64 i64End = *((sqlite_int64 *) pEnd);
    [all...]
sqlite3.c     [all...]
  /external/chromium_org/third_party/sqlite/src/src/
malloc.c 435 return p && p>=db->lookaside.pStart && p<db->lookaside.pEnd;
parse.y 725 ** range of text beginning with pStart and going to the end of pEnd.
727 static void spanSet(ExprSpan *pOut, Token *pStart, Token *pEnd){
729 pOut->zEnd = &pEnd->z[pEnd->n];
    [all...]
main.c 491 db->lookaside.pEnd = p;
495 db->lookaside.pEnd = 0;
    [all...]
vdbe.c     [all...]
sqliteInt.h 758 void *pEnd; /* First byte past end of available space */
    [all...]
btree.c 982 u8 *pEnd;
992 pEnd = &pIter[9]
    [all...]
  /external/chromium_org/third_party/icu/source/i18n/
ucol.cpp     [all...]
rematch.cpp     [all...]
  /external/icu/icu4c/source/i18n/
rematch.cpp     [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 

Completed in 2847 milliseconds

1 23