Searched refs:bottomr (Results 1 – 2 of 2) sorted by relevance
298 uint16 bottomr[len/2]; in Decode() local305 bottomr[i/2] = S[0]+256*S[1]; in Decode()310 bottomr[i/2] = S[0]; in Decode()315 bottomr[i/2] = 0; in Decode()323 uint32 r = bottomr[i/2]; in Decode()
1784 uint16_t R2[(len + 1) / 2], M2[(len + 1) / 2], bottomr[len / 2]; in Decode() local1791 bottomr[i / 2] = S[0] + 256 * S[1]; in Decode()1796 bottomr[i / 2] = S[0]; in Decode()1801 bottomr[i / 2] = 0; in Decode()1808 uint32_t r1, r = bottomr[i / 2]; in Decode()