Searched refs:ARG_PUT (Results 1 – 1 of 1) sorted by relevance
120 # define ARG_PUT(ARG) \ in do_buff_decode() macro201 ARG_PUT(value); in do_buff_decode()214 ARG_PUT(*databuf); in do_buff_decode()219 ARG_PUT((*databuf) << 8 | *(databuf + 1)); in do_buff_decode()224 ARG_PUT((*databuf) << 16 | in do_buff_decode()230 ARG_PUT((*databuf) << 24 | in do_buff_decode()