Home
last modified time | relevance | path

Searched refs:swapMixedEndianFloat (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A DvdbeInt.h560 # define swapMixedEndianFloat(X) X = sqlite3FloatSwap(X) macro
562 # define swapMixedEndianFloat(X) macro
H A Dvdbeaux.c3927 swapMixedEndianFloat(t2); in serialGet()
3931 swapMixedEndianFloat(x); in serialGet()
H A Dvdbe.c3526 swapMixedEndianFloat(v); in sqlite3VdbeExec()