Searched refs:get2byteAligned (Results 1 – 2 of 2) sorted by relevance
724 # define get2byteAligned(x) (*(u16*)(x)) macro726 # define get2byteAligned(x) __builtin_bswap16(*(u16*)(x)) macro728 # define get2byteAligned(x) _byteswap_ushort(*(u16*)(x)) macro730 # define get2byteAligned(x) ((x)[0]<<8 | (x)[1]) macro
1102 ((P)->aData + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))1104 ((P)->aDataOfst + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))2065 pc = get2byteAligned(&data[cellOffset+i*2]); in btreeCellSizeCheck()7581 int iOff = get2byteAligned(&pPg->aCellIdx[i*2]); in editPage()8082 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell)); in balance_nonroot()8095 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell)); in balance_nonroot()10493 pc = get2byteAligned(pCellIdx); in checkTreePage()10566 pc = get2byteAligned(&data[cellStart+i*2]); in checkTreePage()