Searched refs:L15_state (Results 1 – 2 of 2) sorted by relevance
373 save1 = l15->L15_state[pos1]; in L15_Swap()374 l15->L15_state[pos1] = l15->L15_state[pos2]; in L15_Swap()375 l15->L15_state[pos2] = save1; in L15_Swap()384 l15->L15_state[i] = i; in L15_InitState()390 L15_Swap(l15, i, (l15->stateIndex += (l15->L15_state[i] + (xx)))); \436 L15_Swap(l15, l15->L15_state[l15->L15_x], l15->L15_y); in L15_Byte()437 z = (l15->L15_state [l15->L15_x++] + l15->L15_state[l15->L15_y--]); in L15_Byte()441 return (l15->L15_state[z]); in L15_Byte()
24 uint8_t L15_state[L15_STATE_SIZE]; member