OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:XXH_state32_t
(Results
1 - 2
of
2
) sorted by null
/external/fio/crc/
xxhash.h
68
struct
XXH_state32_t
xxhash.c
258
XXH_STATIC_ASSERT(XXH32_SIZEOFSTATE >= sizeof(struct
XXH_state32_t
)); // A compilation error here means XXH32_SIZEOFSTATE is not large enough
259
return sizeof(struct
XXH_state32_t
);
265
struct
XXH_state32_t
* state = (struct
XXH_state32_t
*) state_in;
279
void *state = malloc (sizeof(struct
XXH_state32_t
));
287
struct
XXH_state32_t
* state = (struct
XXH_state32_t
*) state_in;
363
struct
XXH_state32_t
* state = (struct
XXH_state32_t
*) state_in;
Completed in 5198 milliseconds