Searched refs:_pos (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/arm/
H A Dsemihosting.cc803 ArmSemihosting::FileFeatures::seek(uint64_t _pos) argument
805 if (_pos < ArmSemihosting::features.size()) {
806 pos = _pos;
924 ArmSemihosting::File::seek(uint64_t _pos) argument
929 if (fseek(file, _pos, SEEK_SET) == 0)
/gem5/ext/mcpat/
H A DxmlParser.h618 void *addToOrder(int memInc, int *_pos, int nc, void *p, int size, XMLElementType xtype);

Completed in 11 milliseconds