HomeSort by relevance Sort by last modified time
    Searched refs:sqlite3_uint64 (Results 1 - 10 of 10) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
test_osinst.c 218 static sqlite3_uint64 vfslog_time(){
221 return sTime.tv_usec + (sqlite3_uint64)sTime.tv_sec * 1000000;
226 static sqlite3_uint64 vfslog_time(){
228 sqlite3_uint64 u64time = 0;
237 return u64time /(sqlite3_uint64)10;
240 static sqlite3_uint64 vfslog_time(){
252 sqlite3_uint64 t;
275 sqlite3_uint64 t;
294 sqlite3_uint64 t;
308 sqlite3_uint64 t
    [all...]
sqlite.h.in 231 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
237 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
251 typedef sqlite_uint64 sqlite3_uint64;
    [all...]
test_malloc.c 253 sqlite3_uint64 n;
282 sqlite3_uint64 n = 0;
    [all...]
sqliteInt.h     [all...]
test1.c     [all...]
  /external/chromium_org/third_party/sqlite/src/ext/fts3/
fts3Int.h 94 typedef sqlite3_uint64 u64; /* 8-byte unsigned integer */
353 int sqlite3Fts3VarintLen(sqlite3_uint64);
fts3.c 365 int sqlite3Fts3VarintLen(sqlite3_uint64 v){
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
speedtest8inst1.c 44 sqlite3_uint64 iTime;
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.h 236 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
242 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
256 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]
sqlite3.c 779 ** The sqlite3_int64 and sqlite3_uint64 are the preferred type definitions.
785 ** sqlite3_uint64 and sqlite_uint64 types can store integer values
799 typedef sqlite_uint64 sqlite3_uint64; typedef
    [all...]

Completed in 78 milliseconds