Searched refs:source (Results 26 - 36 of 36) sorted by relevance

12

/gem5/ext/mcpat/
H A DxmlParser.h22 * Redistribution and use of the "XMLParser library from Business-Insight" in source and binary forms, with or without
24 * * Redistributions of source code must retain the above copyright
648 /// Duplicate (copy in a new allocated buffer) the source string.
649 XMLDLLENTRY XMLSTR stringDup(XMLCSTR source, int cbData=-1);
695 XMLSTR toXML(XMLCSTR source);///< returns a pointer to an internal buffer that contains a XML-encoded string based on the "source" parameter.
699 * "source" to the string "dest". */
700 static XMLSTR toXMLUnSafe(XMLSTR dest,XMLCSTR source); ///< deprecated: use "toXML" instead
701 static int lengthXMLString(XMLCSTR source); ///< deprecated: use "toXML" instead
/gem5/ext/systemc/src/sysc/datatypes/fx/
H A Dscfx_mant.h48 // the source.
348 complement( scfx_mant& target, const scfx_mant& source, int size ) argument
352 target[i] = ~source[i];
/gem5/src/systemc/ext/dt/fx/
H A Dscfx_mant.hh48 // the source.
297 complement(scfx_mant &target, const scfx_mant &source, int size) argument
300 target[i] = ~source[i];
/gem5/src/mem/cache/
H A Dnoncoherent_cache.cc12 * modified or unmodified, in source code or in binary form.
18 * Redistribution and use in source and binary forms, with or without
20 * met: redistributions of source code must retain the above copyright
255 switch (target.source) {
309 panic("Illegal target->source enum %d\n", target.source);
H A Dcache.cc12 * modified or unmodified, in source code or in binary form.
18 * Redistribution and use in source and binary forms, with or without
20 * met: redistributions of source code must retain the above copyright
704 switch (target.source) {
868 panic("Illegal target->source enum %d\n", target.source);
/gem5/ext/testlib/
H A Dhelper.py4 # Redistribution and use in source and binary forms, with or without
6 # met: redistributions of source code must retain the above copyright
386 def _copy_file_keep_perms(source, target):
389 shutil.copy2(source, target)
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py1663 def BuilderFromSource(source, filename):
1664 """Utility method that returns an AstBuilder from source code.
1667 source: 'C++ source code'
1673 return AstBuilder(tokenize.GetTokens(source), filename)
1677 """Prints all identifiers for a C++ source file.
1683 source = utils.ReadFile(filename, False)
1684 if source is None:
1689 builder = BuilderFromSource(source, filename)
1701 """Prints all identifiers for each C++ source fil
[all...]
/gem5/util/stats/
H A Dinfo.py4 # Redistribution and use in source and binary forms, with or without
6 # met: redistributions of source code must retain the above copyright
179 result = self.source.data(self, self.ticks)
188 if attr in ('source', 'ticks'):
412 value = eval(formula, self.source.stattop)
748 def NewStat(source, data):
763 stat.__dict__['source'] = source
/gem5/src/cpu/o3/
H A Drename.hh12 * modified or unmodified, in source code or in binary form.
18 * Redistribution and use in source and binary forms, with or without
20 * met: redistributions of source code must retain the above copyright
257 /** Renames the source registers of an instruction. */
470 /** Enum to record the source of a structure full stall. Can come from
481 /** Function used to increment the stat that corresponds to the source of
484 inline void incrFullStat(const FullSource &source);
515 /** Stat for total number of source register rename lookups. */
/gem5/src/arch/arm/
H A Dfaults.hh12 * modified or unmodified, in source code or in binary form.
18 * Redistribution and use in source and binary forms, with or without
20 * met: redistributions of source code must retain the above copyright
91 /// Generic fault source enums used to index into
426 uint8_t source; member in class:ArmISA::AbortFault
437 domain(_domain), source(_source), srcEncoded(0),
/gem5/ext/systemc/src/sysc/qt/md/
H A Dksr1.s311 # Load 8 registers at once...source must be a multiple of 64

Completed in 36 milliseconds

12