__builtin_ctzl    513 Zend/zend_alloc.c #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
__builtin_ctzl    514 Zend/zend_alloc.c 	return __builtin_ctzl(~bitset);
__builtin_ctzl    552 Zend/zend_alloc.c #if (defined(__GNUC__) || __has_builtin(__builtin_ctzl)) && SIZEOF_ZEND_LONG == SIZEOF_LONG && defined(PHP_HAVE_BUILTIN_CTZL)
__builtin_ctzl    553 Zend/zend_alloc.c 	return __builtin_ctzl(bitset);