Searched refs:scoreboard (Results 1 - 5 of 5) sorted by relevance

/external/quake/quake/src/QW/client/
H A Drender.h47 struct player_info_s *scoreboard; // identify player member in struct:entity_s
H A Dr_alias.c611 if (currententity->scoreboard)
615 if (!currententity->scoreboard->skin)
616 Skin_Find (currententity->scoreboard);
617 base = Skin_Cache (currententity->scoreboard->skin);
H A Dcl_ents.c463 ent->scoreboard = &cl.players[s1->colormap-1];
468 ent->scoreboard = NULL;
638 ent->scoreboard = NULL;
855 ent->scoreboard = info; // use custom skin
857 ent->scoreboard = NULL;
H A Dgl_rmain.c604 if (currententity->scoreboard && !gl_nocolors.value)
606 i = currententity->scoreboard - cl.players;
607 if (!currententity->scoreboard->skin) {
608 Skin_Find(currententity->scoreboard);
/external/oprofile/events/i386/nehalem/
H A Dunit_masks318 0x08 scoreboard Counts the cycles where we stall due to microarchitecturally required serialization

Completed in 112 milliseconds