Home
last modified time | relevance | path

Searched refs:intToKey (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/lib/libsqlite/src/
H A DvdbeInt.h29 #define intToKey(X) (sqliteVdbeByteSwap((X) ^ 0x80000000)) macro
H A Dvdbe.c2103 iKey = intToKey(pRec->i); in sqliteVdbeExec()
2568 int iKey = intToKey(pTos->i); in sqliteVdbeExec()
2785 iKey = intToKey(pTos->i); in sqliteVdbeExec()
2885 x = intToKey(v); in sqliteVdbeExec()
2946 iKey = intToKey(pNos->i); in sqliteVdbeExec()