decodeUnsigned16 110509 third_party/sqlite/amalgamation/sqlite3.c   return (decodeUnsigned16(pData)<<16) + decodeUnsigned16(pData+2);
decodeUnsigned16 110906 third_party/sqlite/amalgamation/sqlite3.c   pCursor->nChildren = decodeUnsigned16(PageHeader(pPage) +
decodeUnsigned16 110947 third_party/sqlite/amalgamation/sqlite3.c   iCellOffset = decodeUnsigned16(pCellOffsets + pCursor->iChild*2);
decodeUnsigned16 111400 third_party/sqlite/amalgamation/sqlite3.c   pCursor->nCells = decodeUnsigned16(pPageHeader + kiPageCellCountOffset);
decodeUnsigned16 111551 third_party/sqlite/amalgamation/sqlite3.c   iCellOffset = decodeUnsigned16(pCellOffsets + pCursor->iCell*2);
decodeUnsigned16 111593 third_party/sqlite/amalgamation/sqlite3.c     const unsigned iOtherOffset = decodeUnsigned16(pCellOffsets + i*2);
decodeUnsigned16  263 third_party/sqlite/src/src/recover.c   return (decodeUnsigned16(pData)<<16) + decodeUnsigned16(pData+2);
decodeUnsigned16  660 third_party/sqlite/src/src/recover.c   pCursor->nChildren = decodeUnsigned16(PageHeader(pPage) +
decodeUnsigned16  701 third_party/sqlite/src/src/recover.c   iCellOffset = decodeUnsigned16(pCellOffsets + pCursor->iChild*2);
decodeUnsigned16 1154 third_party/sqlite/src/src/recover.c   pCursor->nCells = decodeUnsigned16(pPageHeader + kiPageCellCountOffset);
decodeUnsigned16 1305 third_party/sqlite/src/src/recover.c   iCellOffset = decodeUnsigned16(pCellOffsets + pCursor->iCell*2);
decodeUnsigned16 1347 third_party/sqlite/src/src/recover.c     const unsigned iOtherOffset = decodeUnsigned16(pCellOffsets + i*2);