Searched refs:whence (Results 1 - 5 of 5) sorted by relevance

/gem5/ext/dnet/
H A Dblob.h27 int blob_seek(blob_t *b, int off, int whence);
/gem5/ext/googletest/googlemock/scripts/generator/cpp/
H A Dast.py911 if token.whence == tokenize.WHENCE_STREAM:
912 token.whence = tokenize.WHENCE_QUEUE
915 assert token.whence == tokenize.WHENCE_QUEUE, token
920 if tokens[-1].whence == tokenize.WHENCE_STREAM:
922 token.whence = tokenize.WHENCE_QUEUE
925 assert tokens[-1].whence == tokenize.WHENCE_QUEUE, tokens
1573 internal_token.whence = token.whence
H A Dtokenize.py79 self.whence = WHENCE_STREAM
/gem5/system/alpha/console/
H A Ddbmentry.S119 ret zero, (ra) # Back from whence we came
/gem5/src/sim/
H A Dsyscall_emul.cc318 int whence = p->getSyscallArg(tc, index); local
325 off_t result = lseek(sim_fd, offs, whence);
340 int whence = p->getSyscallArg(tc, index); local
349 uint64_t result = lseek(sim_fd, offset, whence);

Completed in 19 milliseconds