put2byte         46843 third_party/sqlite/amalgamation/sqlite3.c #define put2byte(p,v) ((p)[0] = (u8)((v)>>8), (p)[1] = (u8)(v))
put2byte          641 third_party/sqlite/src/src/btreeInt.h #define put2byte(p,v) ((p)[0] = (u8)((v)>>8), (p)[1] = (u8)(v))