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

  /src/games/robots/
score.c 58 static uint32_t numscores, max_uid; variable in typeref:typename:uint32_t
72 if (read(inf, &max_uid, sizeof max_uid) == sizeof max_uid &&
74 max_uid = ntohl(max_uid);
85 max_uid = Max_per_uid;
100 max_uid = htonl(max_uid);
101 write(inf, &max_uid, sizeof max_uid)
    [all...]

Completed in 12 milliseconds