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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c10524 int iValue; /* Non-negative integer value if EP_IntValue */ member in union:Expr::__anon2851
10574 #define EP_IntValue 0x0400 /* Integer value contained in u.iValue */
17046 ** Return the ceiling of the logarithm base 2 of iValue.
17055 static int memsys5Log(int iValue){ argument
17057 for(iLog=0; (iLog<(int)((sizeof(int)*8)-1)) && (1<<iLog)<iValue; iLog++);
63726 sqlite3_bind_int(sqlite3_stmt *p, int i, int iValue) argument
63729 sqlite3_bind_int64(sqlite3_stmt *pStmt, int i, sqlite_int64 iValue) argument
64482 i64 iValue; local
74656 int iValue = 0; local
91968 static const u8 iValue[] = {1, 0, 0, 0, 1, 1, 2}; local
[all...]

Completed in 271 milliseconds