Lines Matching +defs:x +defs:a
57 int sqlite3IsNaN(double x){ in sqlite3IsNaN()
325 unsigned char *a, *b; in sqlite3StrICmp() local
326 int c, x; in sqlite3StrICmp() local
344 register unsigned char *a, *b; in sqlite3_strnicmp() local
377 static const LONGDOUBLE_TYPE x[] = { in sqlite3Pow10() local
641 u64 x; in sqlite3Int64ToText() local
898 int x = 0; in sqlite3Atoi() local
1005 u32 a,b,s; in sqlite3GetVarint() local
1166 u32 a,b; in sqlite3GetVarint32() local
1299 u32 x; in sqlite3Get4byte() local
1497 int sqlite3AbsInt32(int x){ in sqlite3AbsInt32()
1540 LogEst sqlite3LogEstAdd(LogEst a, LogEst b){ in sqlite3LogEstAdd()
1541 static const unsigned char x[] = { in sqlite3LogEstAdd() local
1567 LogEst sqlite3LogEst(u64 x){ in sqlite3LogEst()
1568 static LogEst a[] = { 0, 2, 3, 5, 6, 7, 8, 9 }; in sqlite3LogEst() local
1590 LogEst sqlite3LogEstFromDouble(double x){ in sqlite3LogEstFromDouble()
1591 u64 a; in sqlite3LogEstFromDouble() local
1604 u64 sqlite3LogEstToInt(LogEst x){ in sqlite3LogEstToInt()