Lines Matching refs:xr
328 xr ^= ((bfs->sbx[0][xl >> 24] + \
334 xr ^= bfs->pax[i]; \
335 xl ^= ((bfs->sbx[0][xr >> 24] + \
336 bfs->sbx[1][(xr & 0xFF0000) >> 16]) ^ \
337 bfs->sbx[2][(xr & 0xFF00) >> 8]) + \
338 bfs->sbx[3][xr & 0xFF];
348 UINT32_T xr = *p_xr; in bf_e_block() local
359 xr ^= bfs->pax[17]; in bf_e_block()
361 xl = xr; in bf_e_block()
362 xr = temp; in bf_e_block()
364 *p_xr = xr; in bf_e_block()