Home
last modified time | relevance | path

Searched refs:WriteByte (Results 1 – 9 of 9) sorted by relevance

/external/quake/quake/src/QW/progs/
Dweapons.qc63 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
64 WriteByte (MSG_MULTICAST, TE_GUNSHOT);
65 WriteByte (MSG_MULTICAST, 3);
128 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
129 WriteByte (MSG_MULTICAST, TE_BLOOD);
130 WriteByte (MSG_MULTICAST, 1);
203 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
204 WriteByte (MSG_MULTICAST, TE_GUNSHOT);
205 WriteByte (MSG_MULTICAST, puff_count);
214 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
[all …]
Dmisc.qc221 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
222 WriteByte (MSG_MULTICAST, TE_EXPLOSION);
324 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
325 WriteByte (MSG_MULTICAST, TE_GUNSHOT);
326 WriteByte (MSG_MULTICAST, 5);
Dtriggers.qc42 WriteByte (MSG_ALL, SVC_FOUNDSECRET);
310 WriteByte (MSG_MULTICAST, SVC_TEMPENTITY);
311 WriteByte (MSG_MULTICAST, TE_TELEPORT);
Dcombat.qc82 WriteByte (MSG_ALL, SVC_KILLEDMONSTER);
Dclient.qc194 WriteByte (MSG_ALL, SVC_CDTRACK);
195 WriteByte (MSG_ALL, 3);
197 WriteByte (MSG_ALL, SVC_INTERMISSION);
Dplayer.qc143 WriteByte (MSG_MULTICAST, SVC_MUZZLEFLASH);
Ddefs.qc665 void(float to, float f) WriteByte = #52;
/external/sonivox/jet_tools/JetCreator/
Dmidifile.py278 def WriteByte (stream, value): function
283 WriteByte(stream, byte)
369 WriteByte(stream, status)
371 WriteByte(stream, data1)
373 WriteByte(stream, data2)
640 WriteByte(stream, SYSEX)
672 WriteByte(stream, END_SYSEX)
707 WriteByte(stream, META_EVENT)
708 WriteByte(stream, self.meta_type)
/external/zlib/contrib/dotzlib/DotZLib/
DGZipStream.cs226 public override void WriteByte(byte value) in WriteByte() method in DotZLib.GZipStream