Searched refs:term (Results 1 - 10 of 10) sorted by relevance

/gem5/util/term/
H A DMakefile33 m5term: term.c
/gem5/src/dev/serial/
H A Dterminal.hh70 Terminal *term; member in class:Terminal::ListenEvent
83 Terminal *term; member in class:Terminal::DataEvent
H A Dterminal.cc86 : PollEvent(fd, e), term(t)
93 term->accept();
100 : PollEvent(fd, e), term(t)
110 EventQueue::ScopedMigration migrate(term->eventQueue());
113 term->data();
115 term->detach();
/gem5/ext/googletest/googletest/test/
H A Dgtest_color_test.py56 def UsesColor(term, color_env_var, color_flag):
59 SetEnvVar('TERM', term)
/gem5/ext/drampower/src/
H A DMemoryPowerModel.h61 int term,
217 int term,
H A DMemoryPowerModel.cc64 int term,
137 if (term) {
375 void MemoryPowerModel::power_print(const MemorySpecification& memSpec, int term, const CommandAnalysis& c, bool bankwiseMode) const argument
476 if (term) {
62 power_calc(const MemorySpecification& memSpec, const CommandAnalysis& c, int term, const MemBankWiseParams& bwPowerParams) argument
/gem5/ext/dsent/libutil/
H A DCalculator.cc220 double Calculator::term(istringstream& ist_, bool is_get_, function in class:LibUtil::Calculator
249 double left = term(ist_, is_get_, config, ms_model);
256 left += term(ist_, true, config, ms_model);
259 left -= term(ist_, true, config, ms_model);
H A DCalculator.h52 * expression + term
53 * expression - term
54 * term
56 * term:
57 * term / primary
58 * term * primary
101 double term(istringstream& ist_, bool is_get_,
/gem5/ext/ply/ply/
H A Dyacc.py1134 # expr : expr PLUS term
1139 # prod - A list of symbols on the right side ['expr','PLUS','term']
1251 # expr : expr . PLUS term
1257 # prod - A list of symbols on the right side ['expr','.', 'PLUS','term']
1260 # lr_next Next LR item. Example, if we are ' expr -> expr . PLUS term'
1261 # then lr_next refers to 'expr -> expr PLUS . term'
1329 for term in terminals:
1330 self.Terminals[term] = []
1365 def set_precedence(self,term,assoc,level):
1367 if term i
[all...]
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc2926 const char* const term = posix::GetEnv("TERM");
2928 String::CStringEquals(term, "xterm") ||
2929 String::CStringEquals(term, "xterm-color") ||
2930 String::CStringEquals(term, "xterm-256color") ||
2931 String::CStringEquals(term, "screen") ||
2932 String::CStringEquals(term, "screen-256color") ||
2933 String::CStringEquals(term, "tmux") ||
2934 String::CStringEquals(term, "tmux-256color") ||
2935 String::CStringEquals(term, "rxvt-unicode") ||
2936 String::CStringEquals(term, "rxv
[all...]

Completed in 33 milliseconds