OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
91
static const char hsh_magic_val[
HSH_MAGIC_SIZE
] = "//:\0\0://";
491
if (!memcmp(header.hsh_magic, hsh_magic_val,
HSH_MAGIC_SIZE
)) {
609
memcpy(header.hsh_magic, hsh_magic_val,
HSH_MAGIC_SIZE
);
Completed in 13 milliseconds
Indexes created Sat Oct 11 08:10:02 GMT 2025