Searched refs:next (Results 51 - 75 of 84) sorted by relevance

1234

/gem5/src/systemc/ext/tlm_core/2/generic_payload/
H A Dendian_conv.hh217 tlm_endian_context *next; member in class:tlm::tlm_endian_context
251 tlm_endian_context *next = first->next; local
253 first = next;
263 first = first->next;
269 c->next = first;
/gem5/src/systemc/tests/systemc/1666-2011-compliance/sc_vector/
H A Dsc_vector.cpp271 my_module* next = foo( (const char*)nm, (sc_vector<my_module>::size_type)idx ); local
275 sc_assert( strcmp(next->name(), buf) == 0 );
276 delete next;
/gem5/ext/systemc/src/sysc/utils/
H A Dsc_report_handler.h128 msg_def_items* next; // used internally, previous value ignored member in struct:sc_core::sc_report_handler::msg_def_items
H A Dsc_hash.h131 sc_phash_elem* next; member in class:sc_core::sc_phash_base_iter
140 : table(t), entry(0), next(0), last(0), index(0)
143 : table(&t), entry(0), next(0), last(0), index(0)
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py56 if not hasattr(builtins, 'next'):
58 def next(obj): function
59 return obj.next()
710 # Get the next token.
713 # Dispatch on the next token type.
747 # Peek ahead to get the next token to figure out which.
748 next = self._GetNextToken()
749 self._AddBackToken(next)
750 if next.token_type == tokenize.SYNTAX and next
[all...]
/gem5/ext/pybind11/include/pybind11/
H A Dnumpy.h1218 #define PYBIND11_MAP_NEXT0(test, next, ...) next PYBIND11_MAP_OUT
1219 #define PYBIND11_MAP_NEXT1(test, next) PYBIND11_MAP_NEXT0 (test, next, 0)
1220 #define PYBIND11_MAP_NEXT(test, next) PYBIND11_MAP_NEXT1 (PYBIND11_MAP_GET_END test, next)
1222 #define PYBIND11_MAP_LIST_NEXT1(test, next) \
1223 PYBIND11_EVAL0 (PYBIND11_MAP_NEXT0 (test, PYBIND11_MAP_COMMA next, 0))
1225 #define PYBIND11_MAP_LIST_NEXT1(test, next) \
1226 PYBIND11_MAP_NEXT0 (test, PYBIND11_MAP_COMMA next,
[all...]
H A Dpybind11.h280 rec->name = strdup("next");
347 while (chain->next)
348 chain = chain->next;
349 chain->next = rec;
364 for (auto it = chain_start; it != nullptr; it = it->next) {
403 detail::function_record *next = rec->next; local
419 rec = next;
462 const bool overloaded = it != nullptr && it->next != nullptr;
464 for (; it != nullptr; it = it->next) {
[all...]
H A Dattr.h107 typename call_guard<Ts...>::type next{};
196 /// Pointer to next overload
197 function_record *next = nullptr; member in struct:function_record
/gem5/ext/googletest/googletest/scripts/
H A Dpump.py479 next = PeekToken(tokens)
480 if not next:
482 if next.token_type == '$else':
488 elif next.token_type == '$elif':
496 elif not next.value.strip():
514 next = PeekToken(tokens)
515 if next.token_type == 'exp':
/gem5/ext/testlib/
H A Dhelper.py185 self.map = {} # key --> [key, prev, next]
207 key, prev, next = self.map.pop(key)
208 prev[2] = next
209 next[1] = prev
/gem5/ext/systemc/src/tlm_core/tlm_2/tlm_generic_payload/
H A Dtlm_endian_conv.h211 tlm_endian_context *next; member in class:tlm::tlm_endian_context
241 tlm_endian_context *next = first->next; local
243 first = next;
250 first = first->next;
255 c->next = first;
/gem5/src/mem/slicc/symbols/
H A DStateMachine.py1317 # the next state is determined by calling the
1318 # machine-specific getNextState function. The next state
1320 # execute, and therefore the next state calculation cannot
1518 next = trans.nextState
1527 # -- Print out "actions/next-state"
1534 elif active_state and next.ident == active_state.ident:
1547 if next != state:
1550 click = "%s_table_%s.html" % (self.ident, next.ident)
1551 over = "%s_State_%s.html" % (self.ident, next.ident)
1552 ref = self.frameRef(click, "Table", over, "1", next
[all...]
/gem5/ext/pybind11/tests/
H A Dtest_sequences_and_iterators.cpp285 float next() {
298 .def("__next__", &PySequenceIterator::next);
/gem5/src/dev/pci/
H A Dcopy_engine_defs.hh72 Addr next; member in struct:CopyEngineReg::DmaDesc
/gem5/src/python/m5/util/
H A Dconvert.py117 prefix = next((p for p in prefixes.keys() if value.endswith(p)), None)
/gem5/src/arch/arm/
H A Dremote_gdb.cc185 for (ChunkGenerator gen(va, len, PageBytes); !gen.done(); gen.next()) {
/gem5/src/gpu-compute/
H A Dshader.cc81 // round up length to the next page
340 !gen.done(); gen.next()) {
/gem5/src/dev/net/
H A Dsinic.cc732 next:
959 DPRINTF(EthernetSM, "entering next rxState=%s\n",
962 goto next;
1047 next:
1139 DPRINTF(EthernetSM, "entering next txState=%s\n",
1142 goto next;
/gem5/src/learning_gem5/part2/
H A Dsimple_cache.cc376 auto block = std::next(cacheStore.begin(bucket),
/gem5/src/cpu/kvm/
H A Dbase.cc624 // handleKvmExit() will determine the next state of the CPU
800 // sure we don't deliver it immediately next time we try to
1023 // Suspend the thread until the next interrupt arrives
1053 /* KVM was interrupted by a signal, restart it in the next
1355 const uint64_t next(comInstEventQueue[0]->nextTick());
1357 assert(next > ctrInsts);
1358 setupInstCounter(next - ctrInsts);
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.cpp367 scfx_rep_node* next; member in union:sc_dt::scfx_rep_node
386 list[i].next = list + i + 1;
387 list[ALLOC_SIZE - 1].next = 0;
391 list = list->next;
406 node->next = list;
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc333 scfx_rep_node *next; member in union:sc_dt::scfx_rep_node
349 list[i].next = list + i + 1;
350 list[ALLOC_SIZE - 1].next = 0;
354 list = list->next;
368 node->next = list;
/gem5/ext/ply/example/GardenSnake/
H A DGardenSnake.py326 return self.token_stream.next()
/gem5/src/dev/virtio/
H A Dfs9p.cc179 out_desc = out_desc->next();
/gem5/src/systemc/tests/tlm/endian_conv/
H A Dtest_endian_conv.cpp266 f = f->next;

Completed in 92 milliseconds

1234