Home
last modified time | relevance | path

Searched refs:mem32 (Results 1 – 1 of 1) sorted by relevance

/PHP-8.2/ext/hash/xxhash/
H A Dxxhash.h979 …XXH32_hash_t mem32[4]; /*!< Internal buffer for partial reads. Treated as unsigned char[16]. */ member
2188 XXH_memcpy((xxh_u8*)(state->mem32) + state->memsize, input, len); in XXH32_update()
2194 XXH_memcpy((xxh_u8*)(state->mem32) + state->memsize, input, 16-state->memsize); in XXH32_update()
2195 { const xxh_u32* p32 = state->mem32; in XXH32_update()
2218 XXH_memcpy(state->mem32, p, (size_t)(bEnd-p)); in XXH32_update()
2243 return XXH32_finalize(h32, (const xxh_u8*)state->mem32, state->memsize, XXH_aligned); in XXH32_digest()

Completed in 28 milliseconds