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

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

Completed in 33 milliseconds