Searched refs:align_to (Results 1 – 1 of 1) sorted by relevance
134 static inline size_t align_to(size_t pos, size_t alignment) { in align_to() function162 *pos = align_to(*pos, alignment); in parse_serialize_spec()267 if (*spec == '.' && align_to(pos, max_alignment) != hash->ops->context_size) { in php_hash_serialize_spec()327 if (*spec == '.' && align_to(pos, max_alignment) != hash->ops->context_size) { in php_hash_unserialize_spec()
Completed in 8 milliseconds