Searched defs:put_buffer (Results 1 – 3 of 3) sorted by relevance
35 INT32 put_buffer; /* current bit-accumulation buffer */ member232 register INT32 put_buffer = (INT32) code; in LOCAL() local
30 INT32 put_buffer; /* current bit-accumulation buffer */ member306 register INT32 put_buffer = (INT32) code; in LOCAL() local
145 static void put_buffer(GDBState *s, const uint8_t *buf, int len) in put_buffer() function