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