Lines Matching refs:xl
327 xl ^= bfs->pax[i]; \
328 xr ^= ((bfs->sbx[0][xl >> 24] + \
329 bfs->sbx[1][(xl & 0xFF0000) >> 16]) ^ \
330 bfs->sbx[2][(xl & 0xFF00) >> 8]) + \
331 bfs->sbx[3][xl & 0xFF];
335 xl ^= ((bfs->sbx[0][xr >> 24] + \
347 UINT32_T xl = *p_xl; in bf_e_block() local
358 xl ^= bfs->pax[16]; in bf_e_block()
360 temp = xl; in bf_e_block()
361 xl = xr; in bf_e_block()
363 *p_xl = xl; in bf_e_block()