OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HSH_MAGIC_SIZE
(Results
1 - 2
of
2
) sorted by relevancy
/src/games/tetris/
scores.h
42
#define
HSH_MAGIC_SIZE
8
44
char hsh_magic[
HSH_MAGIC_SIZE
];
scores.c
92
static const char hsh_magic_val[
HSH_MAGIC_SIZE
] = "//:\0\0://";
492
if (!memcmp(header.hsh_magic, hsh_magic_val,
HSH_MAGIC_SIZE
)) {
610
memcpy(header.hsh_magic, hsh_magic_val,
HSH_MAGIC_SIZE
);
Completed in 31 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026