/external/quake/quake/src/QW/progs/ |
D | client.qc | 298 self.frags = self.frags - 2; // extra penalty 691 if (fraglimit && self.frags >= fraglimit) 1192 bprint (PRINT_HIGH, ftos(self.frags)); 1193 bprint (PRINT_HIGH, " frags\n"); 1227 targ.frags = targ.frags - 1; 1240 attacker.owner.frags = attacker.owner.frags + 1; 1250 targ.frags = targ.frags - 1; 1262 targ.frags = targ.frags - 1; 1273 attacker.frags = attacker.frags - 1; 1285 attacker.frags = attacker.frags + 1; [all …]
|
D | progdefs.h | 89 float frags; member
|
/external/quake/quake/src/QW/client/ |
D | sbar.c | 357 int frags; member 384 cl.players[i].frags = -999; in Sbar_SortFrags() 390 if (cl.players[fragsort[j]].frags < cl.players[fragsort[j+1]].frags) in Sbar_SortFrags() 431 teams[j].frags += s->frags; in Sbar_SortTeams() 438 teams[j].frags = s->frags; in Sbar_SortTeams() 456 if (teams[teamsort[i]].frags < teams[teamsort[j]].frags) { in Sbar_SortTeams() 649 f = s->frags; in Sbar_DrawFrags() 965 sprintf (num, "%5i", tm->frags); in Sbar_TeamOverlay() 1115 f = s->frags; in Sbar_DeathmatchOverlay() 1227 f = s->frags; in Sbar_MiniDeathmatchOverlay() [all …]
|
D | cl_cam.c | 299 if (s->name[0] && !s->spectator && s->frags > max) { in Cam_CheckHighTarget() 300 max = s->frags; in Cam_CheckHighTarget() 305 if (!locked || cl.players[j].frags > cl.players[spec_track].frags) in Cam_CheckHighTarget()
|
D | docs.txt | 17 put frag counts in userinfo as *frags? 98 "spawn" sends all dynamically changing state (fullclient updates, lightmaps, frags)
|
D | client.h | 67 int frags; member
|
D | cl_demo.c | 595 MSG_WriteShort (&buf, player->frags); in CL_Record_f()
|
D | cl_main.c | 508 Con_Printf ("%6i %4i %s\n", cl.players[i].userid, cl.players[i].frags, cl.players[i].name); in CL_Users_f()
|
/external/quake/quake/src/WinQuake/ |
D | sbar.cpp | 408 if (cl.scores[fragsort[j]].frags < cl.scores[fragsort[j+1]].frags) in Sbar_SortFrags() 441 sprintf (&scoreboardtext[i][1], "%3i %s", s->frags, s->name); in Sbar_UpdateScoreboard() 804 f = s->frags; in Sbar_DrawFrags() 861 f = s->frags; in Sbar_DrawFace() 1130 f = s->frags; in Sbar_DeathmatchOverlay() 1230 f = s->frags; in Sbar_MiniDeathmatchOverlay()
|
D | progdefs.q1 | 91 float frags;
|
D | client.h | 45 int frags; member
|
D | progdefs.q2 | 98 float frags;
|
D | net_dgrm.cpp | 532 int frags; in Test_Poll() local 562 frags = MSG_ReadLong(); in Test_Poll() 566 …Con_Printf("%s\n frags:%3i colors:%u %u time:%u\n %s\n", name, frags, colors >> 4, colors & 0x… in Test_Poll() 917 MSG_WriteLong(&net_message, (int)client->edict->u.v.frags); in _Datagram_CheckNewConnections()
|
D | sv_main.cpp | 764 if (host_client->old_frags != host_client->edict->u.v.frags) in SV_UpdateToReliableMessages() 772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags); in SV_UpdateToReliableMessages() 775 host_client->old_frags = (int) host_client->edict->u.v.frags; in SV_UpdateToReliableMessages()
|
D | cl_parse.cpp | 852 cl.scores[i].frags = MSG_ReadShort (); in CL_ParseServerMessage()
|
/external/grub/stage2/ |
D | fs.h | 413 #define fragstoblks(fs, frags) /* calculates (frags / fs->fs_frag) */ \ argument 414 ((frags) >> (fs)->fs_fragshift)
|
D | ufs2.h | 398 #define fragstoblks(fs, frags) /* calculates (frags / fs->fs_frag) */ \ argument 399 ((frags) >> (fs)->fs_fragshift)
|
/external/quake/quake/src/QW/server/ |
D | progdefs.h | 108 float frags; member
|
D | sv_send.c | 634 if (host_client->old_frags != host_client->edict->v.frags) in SV_UpdateToReliableMessages() 642 ClientReliableWrite_Short(client, host_client->edict->v.frags); in SV_UpdateToReliableMessages() 645 host_client->old_frags = host_client->edict->v.frags; in SV_UpdateToReliableMessages()
|
D | sv_ccmds.c | 414 Con_Printf ("%6i %5i", cl->userid, (int)cl->edict->v.frags); in SV_Status_f() 444 Con_Printf ("%5i %6i ", (int)cl->edict->v.frags, cl->userid); in SV_Status_f()
|
/external/kernel-headers/original/linux/ |
D | skbuff.h | 143 skb_frag_t frags[MAX_SKB_FRAGS]; member 799 len += skb_shinfo(skb)->frags[i].size; in skb_pagelen() 806 skb_frag_t *frag = &skb_shinfo(skb)->frags[i]; in skb_fill_page_desc() 1219 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[i - 1]; in skb_can_coalesce()
|
/external/grub/netboot/ |
D | etherboot.h | 282 unsigned short frags; member
|
D | main.c | 213 ip->frags = 0; in udp_transmit() 864 if (ip->frags & htons(0x3FFF)) in await_reply()
|
/external/bluetooth/bluez/audio/ |
D | pcm_bluetooth.c | 213 int frags = periods - prev_periods, n; in playback_hw_thread() local 215 data->hw_ptr += frags * data->io.period_size; in playback_hw_thread() 218 for (n = 0; n < frags; n++) { in playback_hw_thread()
|
/external/quake/quake/src/QW/ |
D | qwchangelog.txt | 220 select camera view on player with the highest frags
|