Searched refs:names (Results 51 - 53 of 53) sorted by relevance

123

/gem5/src/arch/x86/
H A Dinterrupts.cc33 * neither the name of the copyright holders nor the names of its
236 DeliveryMode::names[deliveryMode]);
250 DeliveryMode::names[deliveryMode]);
/gem5/ext/ply/ply/
H A Dlex.py57 # This regular expression is used to match valid token names
123 self.lexstaterenames = {} # Dictionary mapping lexer states to symbol names
461 # Given a list of regular expression function names, this converts it back to
513 # def _statetoken(s,names)
516 # state names, this function returns a tuple (states,tokenname) where states
517 # is a tuple of state names and tokenname is the name of the token. For example,
521 def _statetoken(s,names):
525 if not parts[i] in names and parts[i] != 'ANY': break
532 states = tuple(names)
657 self.toknames = { } # Mapping of symbols to token names
[all...]
/gem5/src/base/
H A Dstatistics.hh25 * neither the name of the copyright holders nor the names of its
454 ysubnames(const char **names) argument
461 info->y_subnames[i] = names[i];

Completed in 15 milliseconds

123