Searched refs:peek (Results 1 - 17 of 17) sorted by relevance

/gem5/src/base/
H A Dcirclebuf.hh79 void peek(OutputIterator out, size_t len) const { function in class:CircleBuf
80 peek(out, 0, len);
91 void peek(OutputIterator out, off_t offset, size_t len) const { function in class:CircleBuf
106 peek(out, len);
158 void peek(OutputIterator out, size_t len) const { buf.peek(out, len); } function in class:Fifo
180 param.peek(temp.begin(), temp.size());
202 param.peek(temp.begin(), temp.size());
H A Dcirclebuf.test.cc58 buf.peek(foo, 8);
78 buf.peek(foo, 8);
93 buf.peek(foo, 8);
/gem5/src/systemc/ext/tlm_core/1/req_rsp/interfaces/
H A Dcore_ifs.hh96 virtual T peek(tlm_tag<T> *t=nullptr) const = 0;
97 virtual void peek(T &t) const { t = peek(); } function in class:tlm::tlm_blocking_peek_if
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_fifo/
H A Dtlm_fifo_peek.h28 tlm_fifo<T>::peek( tlm_tag<T> * ) const { function in class:tlm::tlm_fifo
H A Dtlm_fifo.h24 // This implements put, get and peek
82 // tlm peek interface
84 T peek( tlm_tag<T> * = 0 ) const;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/fifo/
H A Dfifo_peek.hh28 tlm_fifo<T>::peek(tlm_tag<T> *) const function in class:tlm::tlm_fifo
H A Dfifo.hh24 // This implements put, get and peek
75 // Tlm peek interface.
76 T peek(tlm_tag<T> * =nullptr) const;
/gem5/src/systemc/ext/tlm_core/1/req_rsp/channels/req_rsp_channels/
H A Dput_get_imp.hh70 peek(tlm_tag<GET_DATA> * =nullptr) const function in class:tlm::tlm_put_get_imp
72 return get_fifo.peek();
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_1_interfaces/
H A Dtlm_core_ifs.h101 // peek interfaces
107 virtual T peek( tlm_tag<T> *t = 0 ) const = 0;
108 virtual void peek( T &t ) const { t = peek(); } function in class:tlm::tlm_blocking_peek_if
/gem5/ext/systemc/src/tlm_core/tlm_1/tlm_req_rsp/tlm_channels/tlm_req_rsp_channels/
H A Dtlm_put_get_imp.h67 // peek interface
69 GET_DATA peek( tlm_tag<GET_DATA> * = 0 ) const { return get_fifo.peek(); } function in class:tlm::tlm_put_get_imp
/gem5/src/mem/ruby/structures/
H A DWireBuffer.hh77 const Message* peek();
H A DWireBuffer.cc100 WireBuffer::peek() function in class:WireBuffer
/gem5/src/mem/ruby/network/
H A DMessageBuffer.hh98 const Message* peek() const;
H A DMessageBuffer.cc127 MessageBuffer::peek() const function in class:MessageBuffer
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h1230 #define PYBIND11_MAP_LIST0(f, t, x, peek, ...) \
1231 f(t, x) PYBIND11_MAP_LIST_NEXT (peek, PYBIND11_MAP_LIST1) (f, t, peek, __VA_ARGS__)
1232 #define PYBIND11_MAP_LIST1(f, t, x, peek, ...) \
1233 f(t, x) PYBIND11_MAP_LIST_NEXT (peek, PYBIND11_MAP_LIST0) (f, t, peek, __VA_ARGS__)
1252 #define PYBIND11_MAP2_LIST0(f, t, x1, x2, peek, ...) \
1253 f(t, x1, x2) PYBIND11_MAP2_LIST_NEXT (peek, PYBIND11_MAP2_LIST1) (f, t, peek, __VA_ARGS__)
1254 #define PYBIND11_MAP2_LIST1(f, t, x1, x2, peek,
[all...]
/gem5/src/dev/serial/
H A Dterminal.cc222 txbuf.peek(buf, i, chunk_len);
/gem5/src/arch/arm/tracers/
H A Dtarmac_parser.cc910 char c = trace.peek();
1018 char c = trace.peek();
1032 char c = trace.peek();

Completed in 27 milliseconds