OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MSG_WriteShort
(Results
1 - 2
of
2
) sorted by null
/external/quake/quake/src/QW/client/
common.c
537
void
MSG_WriteShort
(sizebuf_t *sb, int c)
543
Sys_Error ("
MSG_WriteShort
: range error");
587
MSG_WriteShort
(sb, (int)(f*8));
597
MSG_WriteShort
(sb, (int)(f*65536/360) & 65535);
635
MSG_WriteShort
(buf, cmd->forwardmove);
637
MSG_WriteShort
(buf, cmd->sidemove);
639
MSG_WriteShort
(buf, cmd->upmove);
[
all
...]
/external/quake/quake/src/WinQuake/
common.cpp
536
void
MSG_WriteShort
(sizebuf_t *sb, int c)
542
Sys_Error ("
MSG_WriteShort
: range error");
586
MSG_WriteShort
(sb, (int)(f*8));
[
all
...]
Completed in 382 milliseconds