Searched defs:input_buffer (Results 1 - 4 of 4) sorted by relevance

/freebsd-10-stable/usr.bin/dtc/
H A Dinput_buffer.hh51 class input_buffer class in namespace:dtc
75 input_buffer(const char* b, int s, int c) : buffer(b), size(s), function in class:dtc::input_buffer
91 input_buffer() : buffer(0), size(0), cursor(0) {} function in class:dtc::input_buffer
95 input_buffer(const char* b, int s) : buffer(b), size(s), cursor(0){} function in class:dtc::input_buffer
[all...]
/freebsd-10-stable/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h106 struct evbuffer *input_buffer; /* read data */ member in struct:evhttp_request
/freebsd-10-stable/contrib/binutils/gas/
H A Dapp.c203 static char input_buffer[32 * 1024]; variable
[all...]
/freebsd-10-stable/contrib/binutils/bfd/
H A Dieee.c3084 unsigned char input_buffer[IBS]; local

Completed in 105 milliseconds