Searched defs:put_buffer (Results 1 – 12 of 12) sorted by relevance
24 BufferedPutFunc *put_buffer; member263 BufferedPutFunc *put_buffer, in qemu_fopen_ops_buffered()
365 static void put_buffer(GDBState *s, const uint8_t *buf, int len) in put_buffer() function
1585 static void put_buffer(QEMUFile *f, void *pv, size_t size) in put_buffer() function
68 size_t put_buffer; /* current bit-accumulation buffer */ member460 size_t put_buffer; int put_bits; in flush_bits() local489 size_t put_buffer; int put_bits; in encode_one_block() local
35 INT32 put_buffer; /* current bit-accumulation buffer */ member231 register INT32 put_buffer = (INT32) code; in emit_bits() local
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
36 INT32 put_buffer; /* current bit-accumulation buffer */ member233 register INT32 put_buffer = (INT32) code; in LOCAL() local
34 INT32 put_buffer; /* current bit-accumulation buffer */ member310 register INT32 put_buffer = (INT32) code; in LOCAL() local
100 QEMUFilePutBufferFunc *put_buffer; member