Searched defs:input_buffer (Results 1 – 5 of 5) sorted by relevance
| /NextBSD/usr.bin/dtc/ |
| HD | input_buffer.hh | 56 class input_buffer class 91 input_buffer(const char* b, int s, int c) : buffer(b), size(s), in input_buffer() function in dtc::input_buffer 111 input_buffer() : buffer(0), size(0), cursor(0) {} in input_buffer() function in dtc::input_buffer 115 input_buffer(const char* b, int s) : buffer(b), size(s), cursor(0){} in input_buffer() function in dtc::input_buffer
|
| /NextBSD/crypto/openssh/ |
| HD | compress.c | 90 buffer_compress(Buffer * input_buffer, Buffer * output_buffer) in buffer_compress() 135 buffer_uncompress(Buffer * input_buffer, Buffer * output_buffer) in buffer_uncompress()
|
| /NextBSD/contrib/ntp/sntp/libevent/include/event2/ |
| HD | http_struct.h | 106 struct evbuffer *input_buffer; /* read data */ member
|
| /NextBSD/contrib/binutils/gas/ |
| HD | app.c | 203 static char input_buffer[32 * 1024]; variable
|
| /NextBSD/contrib/binutils/bfd/ |
| HD | ieee.c | 3084 unsigned char input_buffer[IBS]; in relocate_debug() local
|