Home
last modified time | relevance | path

Searched defs:get2byte (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Ddbstat.c150 # define get2byte(x) ((x)[0]<<8 | (x)[1]) macro
H A DbtreeInt.h713 #define get2byte(x) ((x)[0]<<8 | (x)[1]) macro