Searched refs:get_byte (Results 1 - 4 of 4) sorted by relevance

/openwrt/target/linux/generic/image/lzma-loader/src/
H A Ddecompress.c91 static __inline__ unsigned char get_byte(void) function
127 i = get_byte();
135 get_byte();
138 osize = ((unsigned int)get_byte()) +
139 ((unsigned int)get_byte() << 8) +
140 ((unsigned int)get_byte() << 16) +
141 ((unsigned int)get_byte() << 24);
145 get_byte();
/openwrt/target/linux/adm8668/image/lzma-loader/src/
H A Ddecompress.c45 static __inline__ unsigned char get_byte() function
87 i = get_byte();
97 osize = ((unsigned int)get_byte()) +
98 ((unsigned int)get_byte() << 8) +
99 ((unsigned int)get_byte() << 16) +
100 ((unsigned int)get_byte() << 24);
/openwrt/target/linux/brcm47xx/image/lzma-loader/src/
H A Ddecompress.c116 static __inline__ unsigned char get_byte(void) function
156 i = get_byte();
162 get_byte();
165 osize = ((unsigned int)get_byte()) +
166 ((unsigned int)get_byte() << 8) +
167 ((unsigned int)get_byte() << 16) +
168 ((unsigned int)get_byte() << 24);
172 get_byte();
/openwrt/target/linux/adm5120/image/lzma-loader/src/
H A Ddecompress.c150 static __inline__ unsigned char get_byte(void) function
180 static __inline__ unsigned char get_byte(void) function
302 props[i] = get_byte();
306 osize = ((SizeT)get_byte()) +
307 ((SizeT)get_byte() << 8) +
308 ((SizeT)get_byte() << 16) +
309 ((SizeT)get_byte() << 24);
313 get_byte();

Completed in 32 milliseconds