Searched refs:rc_is_bit_0_helper (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.c87 /* Called twice, but one callsite is in speed_inline'd rc_is_bit_0_helper() */
103 /* Why rc_is_bit_0_helper exists?
105 * Thus rc_is_bit_0 is always inlined, and rc_is_bit_0_helper is inlined
108 static speed_inline uint32_t rc_is_bit_0_helper(rc_t * rc, uint16_t * p) function
116 uint32_t t = rc_is_bit_0_helper(rc, p);

Completed in 94 milliseconds