HomeSort by: relevance | last modified time | path
    Searched defs:max_pl (Results 1 - 2 of 2) sorted by relevancy

  /src/games/monop/
monop.c 66 const char *name_list[MAX_PL+2]; /* list of players' names */
272 num_play > MAX_PL)
274 MAX_PL);
322 int max_pl = 0; local in function:init_players
331 max_pl = i;
341 player = max_pl;
342 cur_p = &play[max_pl];
343 printf("%s (%d) goes first\n", cur_p->name, max_pl + 1);
  /src/sys/external/bsd/drm2/dist/drm/nouveau/nvkm/subdev/clk/
gk20a.h 109 u32 min_pl, max_pl; member in struct:gk20a_clk_pllg_params

Completed in 13 milliseconds