Home
last modified time | relevance | path

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

/PHP-8.2/ext/ffi/tests/
H A D022.phpt64 …test_size(FFI::__BIGGEST_ALIGNMENT__ * 2, "struct {char a; uint32_t b __attribute__((aligned));}"…
65 … test_align(FFI::__BIGGEST_ALIGNMENT__, "struct {char a; uint32_t b __attribute__((aligned));}");
/PHP-8.2/ext/ffi/
H A Dffi.stub.php15 public const __BIGGEST_ALIGNMENT__ = UNKNOWN; define in FFI
H A Dffi_arginfo.h226 ZVAL_LONG(&const___BIGGEST_ALIGNMENT___value, __BIGGEST_ALIGNMENT__); in register_class_FFI()
H A Dffi.c45 #ifndef __BIGGEST_ALIGNMENT__
47 # define __BIGGEST_ALIGNMENT__ sizeof(size_t) macro
6769 dcl->align = __BIGGEST_ALIGNMENT__;

Completed in 28 milliseconds