Lines Matching refs:get2byteAligned
71249 # define get2byteAligned(x) (*(u16*)(x)) macro
71251 # define get2byteAligned(x) __builtin_bswap16(*(u16*)(x)) macro
71253 # define get2byteAligned(x) _byteswap_ushort(*(u16*)(x)) macro
71255 # define get2byteAligned(x) ((x)[0]<<8 | (x)[1]) macro
72720 ((P)->aData + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))
72722 ((P)->aDataOfst + ((P)->maskPage & get2byteAligned(&(P)->aCellIdx[2*(I)])))
73743 pc = get2byteAligned(&data[cellOffset+i*2]);
79451 int iOff = get2byteAligned(&pPg->aCellIdx[i*2]);
79956 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell));
79969 b.apCell[b.nCell] = aData + (maskPage & get2byteAligned(piCell));
82448 pc = get2byteAligned(pCellIdx);
82521 pc = get2byteAligned(&data[cellStart+i*2]);