Lines Matching full:must
11 * Redistributions of source code must retain the above copyright
13 * Redistributions in binary form must reproduce the above
96 The memory between input & input+len must be valid (allocated and read-accessible).
118 It must be started with :
122 This pointer must be provided as "void* state" parameter for XXH32_update().
124 The user must provide a valid (allocated) input.
132 You must provide the same "void* state" parameter created by XXH32_init().
145 XXH32_sizeofState() is used to know how much space must be allocated for the xxHash 32-bits state.
146 Note that the state must be aligned to access 'long long' fields. Memory must be allocated and referenced by a pointer.
147 This pointer must then be provided as 'state' into XXH32_resetState(), which initializes the state.