Home
last modified time | relevance | path

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

/php-src/ext/hash/xxhash/
H A Dxxhash.h4413 size_t const block_len = XXH_STRIPE_LEN * nbStripesPerBlock; in XXH3_hashLong_internal_loop() local
4414 size_t const nb_blocks = (len - 1) / block_len; in XXH3_hashLong_internal_loop()
4421 XXH3_accumulate(acc, input + n*block_len, secret, nbStripesPerBlock, f_acc512); in XXH3_hashLong_internal_loop()
4427 { size_t const nbStripes = ((len - 1) - (block_len * nb_blocks)) / XXH_STRIPE_LEN; in XXH3_hashLong_internal_loop()
4429 XXH3_accumulate(acc, input + nb_blocks*block_len, secret, nbStripes, f_acc512); in XXH3_hashLong_internal_loop()
/php-src/ext/gd/
H A Dgd.c170 size_t block_len = sizeof(php_gd_image_object) + zend_object_properties_size(class_type); in php_gd_image_object_create() local
171 php_gd_image_object *intern = emalloc(block_len); in php_gd_image_object_create()
172 memset(intern, 0, block_len); in php_gd_image_object_create()

Completed in 39 milliseconds