Home
last modified time | relevance | path

Searched defs:input_buffer (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.bin/dtc/
HDinput_buffer.hh56 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/
HDcompress.c90 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/
HDhttp_struct.h106 struct evbuffer *input_buffer; /* read data */ member
/NextBSD/contrib/binutils/gas/
HDapp.c203 static char input_buffer[32 * 1024]; variable
/NextBSD/contrib/binutils/bfd/
HDieee.c3084 unsigned char input_buffer[IBS]; in relocate_debug() local