Searched defs:put2byte (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/sqlite/src/src/
H A DbtreeInt.h641 #define put2byte(p,v) ((p)[0] = (u8)((v)>>8), (p)[1] = (u8)(v)) macro
/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.c46843 #define put2byte macro
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.c51263 #define put2byte macro
[all...]
/external/sqlite/dist/
H A Dsqlite3.c51283 #define put2byte macro
[all...]

Completed in 626 milliseconds