Searched refs:set (Results 301 - 322 of 322) sorted by relevance

<<111213

/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_rep.h226 bool set( int, const scfx_params& );
H A Dscfx_rep.cpp2484 // set a single bit
2495 // set three bits
2519 // set four bits
2631 // METHOD : set
2637 scfx_rep::set( int i, const scfx_params& params )
2745 // set the bits
2751 set( l, params );
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s333 # A new thread is set up to "appear" as if it were executing code at
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_rep.hh208 bool set(int, const scfx_params &);
/gem5/src/systemc/ext/dt/int/
H A Dsc_signed.hh1236 void set(int i); // Set the ith bit to 1.
1239 set(int i, bool v) // Set the ith bit to v. function in class:sc_dt::sc_signed
1242 set(i);
1251 else set(i);
1257 // Get/set a packed bit representation of the number.
H A Dsc_unsigned.hh1140 void set(int i); // Set the ith bit to 1.
1143 set(int i, bool v) // Set the ith bit to v. function in class:sc_dt::sc_unsigned
1146 set(i);
1156 set(i);
1162 // Get/set a packed bit representation of the number.
/gem5/ext/testlib/
H A Dconfig.py50 If an attribute was not set by the command line or the optional config file,
192 d = {typ: set(self.__getattr__(typ))
287 useful if there is a dynamically set default, or some function that needs
288 to be applied after parsing in order to set a configration value.
291 containing the already set config value or ``None`` if the config value
292 has not been set to anything. They must return the modified value in the
298 Post-processor to set the default build_dir based on the base_dir.
/gem5/src/cpu/o3/probe/
H A Delastic_trace.cc361 // request is zero). In all these cases the instruction is set as
426 // The physical register dependency set of the first instruction is
446 std::set<InstSeqNum>::const_iterator dep_set_it;
469 // In all these cases the instruction is set as executed and is
835 // If tracing of virtual addresses is enabled, set the optional
/gem5/src/arch/arm/
H A Dprocess.cc453 //A pointer to a function to run when the program exits. We'll set this
475 pc.set(getStartPC() & ~mask(1));
/gem5/configs/example/
H A Dread_config.py385 return set()
/gem5/src/mem/slicc/
H A Dparser.py76 f = set(['Types.hh'])
246 msg = "Protocol can only be set once! Error at %s:%s\n" % \
/gem5/ext/googletest/googlemock/include/gmock/
H A Dgmock-spec-builders.h64 #include <set>
85 // A set of expectation handles.
137 // Clears the ON_CALL()s set on this mock function.
171 // untyped_action is set to point to the action that should be
441 // Clears all ON_CALL()s set on the given mock object.
527 // This comparator is needed for putting Expectation objects into a set.
535 typedef ::std::set<Expectation, Less> Set;
550 // A set of expectation handles. Useful in the .After() clause of
565 // A bidirectional iterator that can read a const element in the set.
568 // An object stored in the set
[all...]
/gem5/ext/systemc/src/sysc/datatypes/int/
H A Dsc_nbcommon.inc2449 CLASS_TYPE::set(int i)
2615 // defined in class CLASS_TYPE). If alloc is set, delete d.
2732 // If l < r, i.e., reversed is set, reverse the bits of digit. d
2880 // If l < r, i.e., reversed is set, reverse the bits of digit. d
2939 // Save the current setting, and set the base to decimal.
H A Dsc_signed.h1351 void set(int i); // Set the ith bit to 1.
1353 void set(int i, bool v) // Set the ith bit to v. function in class:sc_dt::sc_signed
1354 { if (v) set(i); else clear(i); }
1356 { if (test(i)) clear(i); else set(i); }
1361 // Get/set a packed bit representation of the number.
H A Dsc_unsigned.h1252 void set(int i); // Set the ith bit to 1.
1254 void set(int i, bool v) // Set the ith bit to v. function in class:sc_dt::sc_unsigned
1255 { if (v) set(i); else clear(i); }
1257 { if (test(i)) clear(i); else set(i); }
1262 // Get/set a packed bit representation of the number.
/gem5/src/systemc/dt/fx/
H A Dscfx_rep.cc2248 // set a single bit
2259 // set three bits
2280 // set four bits
2384 // METHOD : set
2390 scfx_rep::set(int i, const scfx_params &params)
2492 // set the bits
2496 set(l, params);
/gem5/ext/googletest/googletest/include/gtest/internal/
H A Dgtest-internal.h59 #include <set>
/gem5/ext/googletest/googletest/test/
H A Dgtest-param-test_test.cc700 // GeneratorEvaluationTest and initialize it to 0. We set it to 1 in
702 // InitGoogleTest(), we set the value to 2. If the sequence is evaluated
868 std::set<std::string> test_names;
/gem5/src/python/m5/
H A Dparams.py244 raise AttributeError("Not allowed to set %s on '%s'" % \
303 # If we are replacing an item in the vector, make sure to set the
357 # how to set this vector parameter in the absence of a default
431 # flexible to define our own set of types. This gives us more control
1076 raise TypeError("No value set for %s" % key)
1150 raise TypeError("No value set for %s" % key)
2084 cls._compat_dict.setdefault(role, set()).add(peer)
2085 cls._compat_dict.setdefault(peer, set()).add(role)
/gem5/ext/googletest/googlemock/test/
H A Dgmock-matchers_test.cc48 #include <set>
78 using std::set;
4171 set<int>,
5326 set<int> a; // empty
5328 Matcher<set<int> > m = Each(2);
/gem5/ext/googletest/googletest/src/
H A Dgtest.cc224 "is set to a terminal type that supports colors.");
726 per_thread_test_part_result_reporter_.set(reporter);
2921 // On Windows the TERM variable is usually not set, but the
3094 printf("Global test environment set-up.\n");
4086 // program is run, all global test environments will be set-up in the
4141 // gtest_throw_on_failure. This allows a user to set the latter
4172 // from SetUpTestCase or TearDownTestCase, or to the global property set
4197 // This allows a test runner to set TEST_PREMATURE_EXIT_FILE before
4369 // from SetUpTestCase/TearDownTestCase, or to the global property set
4645 // set
[all...]
/gem5/src/sim/
H A Dsyscall_emul.hh149 /// Target brk() handler: set brk address.
856 * 1) Resolve any path redirection before hand. This will set the path
874 * Any success will set sim_fd to something other than -1 and skip the
1195 warn("can't remap here and MREMAP_MAYMOVE flag not set\n");
1552 std::set<int> const& pids = p->system->PIDs;
1832 // TGT_MAP_FIXED is set. Otherwise it shouldn't be a problem
1833 // because we ignore the start hint if TGT_MAP_FIXED is not set.
1845 // mapped and clobber is not set, the simulator will issue throw a
2460 * We need to translate the target file descriptor set into a host file
2461 * descriptor set
[all...]

Completed in 143 milliseconds

<<111213