OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bytout
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/larn/
scores.c
72
long
bytout
; /* bytes input and output */
member in struct:log_fmt
700
logg.
bytout
= c[BYTESOUT];
791
lprintf(" BYTES in: %ld, out: %ld, moves: %ld, deaths: %ld, spells cast: %ld\n", (long) (logg.bytin), (long) (logg.
bytout
), (long) (logg.moves), (long) (logg.killed), (long) (logg.spused));
792
lprintf(" out bytes per move: %ld, time per move: %ld ms\n", (long) (logg.
bytout
/ logg.moves), (long) ((logg.cputime * 1000) / logg.moves));
scores.c
72
long
bytout
; /* bytes input and output */
member in struct:log_fmt
700
logg.
bytout
= c[BYTESOUT];
791
lprintf(" BYTES in: %ld, out: %ld, moves: %ld, deaths: %ld, spells cast: %ld\n", (long) (logg.bytin), (long) (logg.
bytout
), (long) (logg.moves), (long) (logg.killed), (long) (logg.spused));
792
lprintf(" out bytes per move: %ld, time per move: %ld ms\n", (long) (logg.
bytout
/ logg.moves), (long) ((logg.cputime * 1000) / logg.moves));
Completed in 22 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025