Searched refs:bitbuffer (Results 1 - 3 of 3) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/busybox/archival/libunarchive/
H A Ddecompress_unzip.c82 /* bitbuffer */
254 static unsigned fill_bitbuffer(STATE_PARAM unsigned bitbuffer, unsigned *current, const unsigned required) argument
261 /* Leave the first 4 bytes empty so we can always unwind the bitbuffer
273 bitbuffer |= ((unsigned) bytebuffer[bytebuffer_offset]) << *current;
277 return bitbuffer;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/busybox/archival/libunarchive/
H A Ddecompress_unzip.c82 /* bitbuffer */
254 static unsigned fill_bitbuffer(STATE_PARAM unsigned bitbuffer, unsigned *current, const unsigned required) argument
261 /* Leave the first 4 bytes empty so we can always unwind the bitbuffer
273 bitbuffer |= ((unsigned) bytebuffer[bytebuffer_offset]) << *current;
277 return bitbuffer;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/busybox/archival/libunarchive/
H A Ddecompress_unzip.c82 /* bitbuffer */
254 static unsigned fill_bitbuffer(STATE_PARAM unsigned bitbuffer, unsigned *current, const unsigned required) argument
261 /* Leave the first 4 bytes empty so we can always unwind the bitbuffer
273 bitbuffer |= ((unsigned) bytebuffer[bytebuffer_offset]) << *current;
277 return bitbuffer;

Completed in 128 milliseconds