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

  /src/games/backgammon/common_source/
back.h 47 #define D0 dice[0]
48 #define D1 dice[1]
57 int dice[2]; /* value of dice */ member in struct:move
62 int d0; /* flag if dice have been reversed from
  /src/external/gpl3/binutils/dist/binutils/
od-macho.c 1401 struct mach_o_data_in_code_entry_external *dice;
1406 dice = (struct mach_o_data_in_code_entry_external *) p;
1408 offset = bfd_get_32 (abfd, dice->offset);
1409 length = bfd_get_16 (abfd, dice->length);
1410 kind = bfd_get_16 (abfd, dice->kind);
1415 p += sizeof (*dice);
1400 struct mach_o_data_in_code_entry_external *dice; local
  /src/external/gpl3/binutils.old/dist/binutils/
od-macho.c 1401 struct mach_o_data_in_code_entry_external *dice;
1406 dice = (struct mach_o_data_in_code_entry_external *) p;
1408 offset = bfd_get_32 (abfd, dice->offset);
1409 length = bfd_get_16 (abfd, dice->length);
1410 kind = bfd_get_16 (abfd, dice->kind);
1415 p += sizeof (*dice);
1400 struct mach_o_data_in_code_entry_external *dice; local

Completed in 22 milliseconds