Searched refs:frags (Results 1 - 23 of 23) sorted by relevance

/external/quake/quake/src/QW/client/
H A Dsbar.c357 int frags; member in struct:__anon5189
374 // sort by frags
384 cl.players[i].frags = -999;
390 if (cl.players[fragsort[j]].frags < cl.players[fragsort[j+1]].frags)
431 teams[j].frags += s->frags;
438 teams[j].frags = s->frags;
456 if (teams[teamsort[i]].frags < team
[all...]
H A Dcl_cam.c299 if (s->name[0] && !s->spectator && s->frags > max) {
300 max = s->frags;
305 if (!locked || cl.players[j].frags > cl.players[spec_track].frags)
H A Dclient.h67 int frags; member in struct:player_info_s
H A Dcl_demo.c595 MSG_WriteShort (&buf, player->frags);
H A Dcl_main.c502 Con_Printf ("userid frags name\n");
508 Con_Printf ("%6i %4i %s\n", cl.players[i].userid, cl.players[i].frags, cl.players[i].name);
H A Dcl_parse.c1218 cl.players[i].frags = MSG_ReadShort ();
/external/quake/quake/src/QW/progs/
H A Dprogdefs.h89 float frags; member in struct:__anon5289
/external/quake/quake/src/QW/server/
H A Dprogdefs.h108 float frags; member in struct:__anon5337
H A Dsv_send.c634 if (host_client->old_frags != host_client->edict->v.frags)
642 ClientReliableWrite_Short(client, host_client->edict->v.frags);
645 host_client->old_frags = host_client->edict->v.frags;
705 // update frags, names, etc
H A Dsv_ccmds.c154 Con_Printf ("Logging frags to %s.\n", name);
404 Con_Printf ("name userid frags\n");
414 Con_Printf ("%6i %5i", cl->userid, (int)cl->edict->v.frags);
438 Con_Printf ("frags userid address name rate ping drop qport\n");
444 Con_Printf ("%5i %6i ", (int)cl->edict->v.frags, cl->userid);
H A Dsv_main.c225 drop->edict->v.frags = 0;
280 //Sys_Printf("SV_FullClientUpdate: Updated frags for client %d\n", i);
402 Responds with all the logged frags for ranking programs.
419 { // they allready have this data, or we aren't logging frags
/external/quake/quake/src/WinQuake/
H A Dsbar.cpp395 // sort by frags
408 if (cl.scores[fragsort[j]].frags < cl.scores[fragsort[j+1]].frags)
441 sprintf (&scoreboardtext[i][1], "%3i %s", s->frags, s->name);
804 f = s->frags;
861 f = s->frags;
1130 f = s->frags;
1230 f = s->frags;
H A Dclient.h45 int frags; member in struct:__anon5369
H A Dnet_dgrm.cpp532 int frags; local
562 frags = MSG_ReadLong();
566 Con_Printf("%s\n frags:%3i colors:%u %u time:%u\n %s\n", name, frags, colors >> 4, colors & 0x0f, connectTime / 60, address);
917 MSG_WriteLong(&net_message, (int)client->edict->u.v.frags);
H A Dsv_main.cpp764 if (host_client->old_frags != host_client->edict->u.v.frags)
772 MSG_WriteShort (&client->message, (int) host_client->edict->u.v.frags);
775 host_client->old_frags = (int) host_client->edict->u.v.frags;
823 // update frags, names, etc
H A Dcl_parse.cpp852 cl.scores[i].frags = MSG_ReadShort ();
H A Dhost_cmd.cpp107 print ("#%-2u %-16.16s %3i %2i:%02i:%02i\n", j+1, client->name, (int)client->edict->u.v.frags, hours, minutes, seconds);
/external/grub/stage2/
H A Dfs.h139 int cs_nffree; /* number of free frags */
162 int fs_frag; /* number of frags in a block in fs */
171 int fs_fshift; /* ``numfrags'' calc number of frags */
287 int cg_frsum[MAXFRAG]; /* counts of available frags */
336 int cg_frsum[8]; /* counts of available frags */
413 #define fragstoblks(fs, frags) /* calculates (frags / fs->fs_frag) */ \
414 ((frags) >> (fs)->fs_fragshift)
423 * Determine the number of available frags given a
H A Dufs2.h229 grub_int32_t cs_nffree; /* number of free frags */
236 grub_int64_t cs_nffree; /* number of free frags */
259 grub_int32_t fs_frag; /* number of frags in a block in fs */
268 grub_int32_t fs_fshift; /* ``numfrags'' calc number of frags */
398 #define fragstoblks(fs, frags) /* calculates (frags / fs->fs_frag) */ \
399 ((frags) >> (fs)->fs_fragshift)
/external/grub/netboot/
H A Detherboot.h282 unsigned short frags; member in struct:iphdr
H A Dmain.c213 ip->frags = 0;
864 if (ip->frags & htons(0x3FFF))
/external/kernel-headers/original/linux/
H A Dskbuff.h143 skb_frag_t frags[MAX_SKB_FRAGS]; member in struct:skb_shared_info
799 len += skb_shinfo(skb)->frags[i].size;
806 skb_frag_t *frag = &skb_shinfo(skb)->frags[i];
1219 struct skb_frag_struct *frag = &skb_shinfo(skb)->frags[i - 1];
/external/bluetooth/bluez/audio/
H A Dpcm_bluetooth.c213 int frags = periods - prev_periods, n; local
215 data->hw_ptr += frags * data->io.period_size;
218 for (n = 0; n < frags; n++) {

Completed in 1246 milliseconds