Home
last modified time | relevance | path

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

/php-src/ext/hash/
H A Dhash.c135 static inline size_t align_to(size_t pos, size_t alignment) { in align_to() function
163 *pos = align_to(*pos, alignment); in parse_serialize_spec()
268 if (*spec == '.' && align_to(pos, max_alignment) != hash->ops->context_size) { in php_hash_serialize_spec()
328 if (*spec == '.' && align_to(pos, max_alignment) != hash->ops->context_size) { in php_hash_unserialize_spec()

Completed in 10 milliseconds