get2byte 46842 third_party/sqlite/amalgamation/sqlite3.c #define get2byte(x) ((x)[0]<<8 | (x)[1]) get2byte 640 third_party/sqlite/src/src/btreeInt.h #define get2byte(x) ((x)[0]<<8 | (x)[1]) get2byte 135 third_party/sqlite/src/src/test_stat.c # define get2byte(x) ((x)[0]<<8 | (x)[1])