Searched refs:u64 (Results 1 - 2 of 2) sorted by relevance

/PHP_TRUNK/ext/sqlite3/libsqlite/
H A Dsqlite3.c7673 typedef sqlite_uint64 u64; /* 8-byte unsigned integer */ typedef
7681 ** SQLITE_MAX_U32 is a u64 constant that is the maximum u64 value
7686 #define SQLITE_MAX_U32 ((((u64)1)<<32)-1)
8202 u64 cycles; /* Total time spent executing this instruction */
9447 void (*xProfile)(void*,const char*,u64); /* Profiling function */
10420 typedef u64 Bitmask;
11501 SQLITE_PRIVATE int sqlite3PutVarint(unsigned char*, u64);
11503 SQLITE_PRIVATE u8 sqlite3GetVarint(const unsigned char *, u64 *);
11505 SQLITE_PRIVATE int sqlite3VarintLen(u64
111893 typedef sqlite3_uint64 u64; /* 8-byte unsigned integer */ typedef
[all...]
/PHP_TRUNK/ext/fileinfo/libmagic/
H A Dcdf.c763 uint64_t u64; local
866 (void)memcpy(&u64, &q[o4], sizeof(u64));
867 inp[i].pi_u64 = CDF_TOLE8((uint64_t)u64);
879 (void)memcpy(&u64, &q[o4], sizeof(u64));
880 u64 = CDF_TOLE8((uint64_t)u64);
881 memcpy(&inp[i].pi_d, &u64, sizeof(inp[i].pi_d));

Completed in 117 milliseconds