sqlite3AbsInt32 11291 third_party/sqlite/amalgamation/sqlite3.c SQLITE_PRIVATE int sqlite3AbsInt32(int); sqlite3AbsInt32 52030 third_party/sqlite/amalgamation/sqlite3.c dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); sqlite3AbsInt32 52032 third_party/sqlite/amalgamation/sqlite3.c int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby); sqlite3AbsInt32 87923 third_party/sqlite/amalgamation/sqlite3.c int size = sqlite3AbsInt32(sqlite3Atoi(zRight)); sqlite3AbsInt32 88234 third_party/sqlite/amalgamation/sqlite3.c int size = sqlite3AbsInt32(sqlite3Atoi(zRight)); sqlite3AbsInt32 89343 third_party/sqlite/amalgamation/sqlite3.c size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); sqlite3AbsInt32 4911 third_party/sqlite/src/src/btree.c dist = sqlite3AbsInt32(get4byte(&aData[8]) - nearby); sqlite3AbsInt32 4913 third_party/sqlite/src/src/btree.c int d2 = sqlite3AbsInt32(get4byte(&aData[8+i*4]) - nearby); sqlite3AbsInt32 387 third_party/sqlite/src/src/pragma.c int size = sqlite3AbsInt32(sqlite3Atoi(zRight)); sqlite3AbsInt32 698 third_party/sqlite/src/src/pragma.c int size = sqlite3AbsInt32(sqlite3Atoi(zRight)); sqlite3AbsInt32 281 third_party/sqlite/src/src/prepare.c size = sqlite3AbsInt32(meta[BTREE_DEFAULT_CACHE_SIZE-1]); sqlite3AbsInt32 2946 third_party/sqlite/src/src/sqliteInt.h int sqlite3AbsInt32(int);