Lines Matching defs:u4_buf_nxt
56 UWORD32 u4_buf_nxt; /* Buffer storing the next Word */
69 #define FLUSH_BITS(u4_offset,u4_buf,u4_buf_nxt,u4_no_bits,pu4_buf_aligned) \
75 u4_buf = u4_buf_nxt; \
79 CONV_LE_TO_BE(u4_buf_nxt,u4_temp) \
85 #define GET_TEMP_STREAM_DATA(u4_buf,u4_buf_nxt,u4_offset,pu4_buf_aligned,stream) \
88 u4_buf_nxt = stream->u4_buf_nxt; \
94 #define PUT_TEMP_STREAM_DATA(u4_buf,u4_buf_nxt,u4_offset,pu4_buf_aligned,stream) \
97 stream->u4_buf_nxt = u4_buf_nxt; \
103 #define IBITS_NXT(u4_buf, u4_buf_nxt, u4_offset, u4_bits, no_of_bits) \
116 u4_temp = u4_buf_nxt; \
133 #define IBITS_GET(u4_buf,u4_buf_nxt,u4_offset,u4_bits,pu4_buf_aligned,no_of_bits) \
135 IBITS_NXT(u4_buf, u4_buf_nxt, u4_offset, u4_bits, no_of_bits) \
136 FLUSH_BITS(u4_offset,u4_buf,u4_buf_nxt,no_of_bits,pu4_buf_aligned) \