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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/libunarchive/
H A Ddecompress_unlzma.c40 } rc_t; typedef in typeref:struct:__anon11169
48 static void rc_read(rc_t * rc)
58 static rc_t* rc_init(int fd) /*, int buffer_size) */
61 rc_t* rc;
63 rc = xmalloc(sizeof(rc_t) + RC_BUFFER_SIZE);
81 static ALWAYS_INLINE void rc_free(rc_t * rc)
88 static void rc_do_normalize(rc_t * rc)
95 static ALWAYS_INLINE void rc_normalize(rc_t * rc)
108 static speed_inline uint32_t rc_is_bit_0_helper(rc_t * rc, uint16_t * p)
114 static ALWAYS_INLINE int rc_is_bit_0(rc_t * r
[all...]

Completed in 59 milliseconds