Searched refs:input_buffer (Results 1 - 15 of 15) sorted by relevance

/freebsd-11.0-release/usr.bin/dtc/
H A Dinput_buffer.hh30 * $FreeBSD: releng/11.0/usr.bin/dtc/input_buffer.hh 292876 2015-12-29 16:29:42Z theraven $
56 class input_buffer class in namespace:dtc
91 input_buffer(const char* b, int s, int c) : buffer(b), size(s), function in class:dtc::input_buffer
107 virtual ~input_buffer() {};
111 input_buffer() : buffer(0), size(0), cursor(0) {} function in class:dtc::input_buffer
115 input_buffer(const char* b, int s) : buffer(b), size(s), cursor(0){} function in class:dtc::input_buffer
126 input_buffer buffer_from_offset(int offset, int s=0);
161 inline input_buffer &operator++()
252 input_buffer &next_token();
270 inline bool input_buffer
[all...]
H A Dstring.hh35 #include "input_buffer.hh"
62 static string parse(input_buffer &s);
73 string(input_buffer &s);
79 static string parse_node_name(input_buffer &s);
85 static string parse_property_name(input_buffer &s);
92 static string parse_node_or_property_name(input_buffer &s,
H A Dfdt.hh270 void parse_string(input_buffer &input);
274 void parse_cells(input_buffer &input, int cell_size);
278 void parse_bytes(input_buffer &input);
287 void parse_reference(input_buffer &input);
291 void parse_define(input_buffer &input, define_map *defines);
298 property(input_buffer &structs, input_buffer &strings);
302 property(input_buffer &input,
323 static property_ptr parse_dtb(input_buffer &structs,
324 input_buffer
[all...]
H A DMakefile4 SRCS= dtc.cc input_buffer.cc string.cc dtb.cc fdt.cc checking.cc
H A Dstring.cc97 string::parse(input_buffer &s)
105 string::string(input_buffer &s) : start((const char*)s), length(0)
114 string::parse_node_name(input_buffer &s)
120 string::parse_property_name(input_buffer &s)
125 string::parse_node_or_property_name(input_buffer &s, bool &is_property)
H A Dinput_buffer.cc30 * $FreeBSD: releng/11.0/usr.bin/dtc/input_buffer.cc 292876 2015-12-29 16:29:42Z theraven $
33 #include "input_buffer.hh"
57 input_buffer::skip_spaces()
77 input_buffer
78 input_buffer::buffer_from_offset(int offset, int s)
86 return input_buffer();
90 return input_buffer();
92 return input_buffer(&buffer[offset], s);
96 input_buffer::consume(const char *str)
119 input_buffer
[all...]
H A Dfdt.cc243 property::parse_string(input_buffer &input)
265 property::parse_cells(input_buffer &input, int cell_size)
346 property::parse_bytes(input_buffer &input)
373 property::parse_reference(input_buffer &input)
390 property::property(input_buffer &structs, input_buffer &strings)
402 input_buffer name_buffer = strings.buffer_from_offset(name_offset);
432 void property::parse_define(input_buffer &input, define_map *defines)
453 property::property(input_buffer &input,
526 property::parse_dtb(input_buffer
[all...]
H A Ddtb.hh310 bool read_dtb(input_buffer &input);
H A Ddtb.cc259 header::read_dtb(input_buffer &input)
/freebsd-11.0-release/contrib/binutils/gas/
H A Dapp.c203 static char input_buffer[32 * 1024]; variable
282 assert (saved->saved_input_len <= (int) (sizeof input_buffer));
283 memcpy (input_buffer, saved->saved_input, saved->saved_input_len);
284 saved_input = input_buffer;
404 fromlen = (*get) (input_buffer, sizeof input_buffer), \
405 from = input_buffer, \
440 fromlen = (*get) (input_buffer, sizeof input_buffer);
443 from = input_buffer;
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Dhttp_struct.h106 struct evbuffer *input_buffer; /* read data */ member in struct:evhttp_request
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devrpc.c292 evbuffer_get_length(req->input_buffer) <= 0)
311 rpc_state, req, req->input_buffer);
357 rpc_state->request, req->input_buffer) == -1) {
881 ctx, req, req->input_buffer);
930 res = ctx->reply_unmarshal(ctx->reply, req->input_buffer);
H A Dhttp.c929 evbuffer_remove_buffer(buf, req->input_buffer, (size_t)req->ntoread);
934 evbuffer_drain(req->input_buffer,
935 evbuffer_get_length(req->input_buffer));
1002 evbuffer_add_buffer(req->input_buffer, buf);
1013 evbuffer_remove_buffer(buf, req->input_buffer, n);
1027 if (evbuffer_get_length(req->input_buffer) > 0 && req->chunk_cb != NULL) {
1031 evbuffer_drain(req->input_buffer,
1032 evbuffer_get_length(req->input_buffer));
3788 if ((req->input_buffer = evbuffer_new()) == NULL) {
3834 if (req->input_buffer !
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_rpc.c242 if ((kill_unmarshal(kill_reply, req->input_buffer)) == -1) {
/freebsd-11.0-release/contrib/binutils/bfd/
H A Dieee.c3087 unsigned char input_buffer[IBS];
3089 input_ptr_start = input_ptr = input_buffer;
3090 input_ptr_end = input_buffer + IBS;
3084 unsigned char input_buffer[IBS]; local

Completed in 94 milliseconds