Searched refs:bitword (Results 1 – 2 of 2) sorted by relevance
51 bitword = bitbuf[0] | (bitbuf[1] << 8); in open()54 return (uinT16) bitword; in open()68 bitword >>= length; //remove bits in read_code()71 bitword |= bitbuf[bitindex++] << bitbit; in read_code()83 return (uinT16) bitword; in read_code()111 bitword = 0; in open()130 bitbuf[bitindex++] = (uinT8) bitword; in write_code()139 bitword |= code << bitbit; //add new code in write_code()143 bitbuf[bitindex++] = (uinT8) bitword; in write_code()145 bitword >>= 8; in write_code()
32 uinT32 bitword; //current word variable58 uinT32 bitword; //current word variable