Home
last modified time | relevance | path

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

/PHP-7.4/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-7.4/ext/ffi/
H A Dffi.c46 #ifndef __BIGGEST_ALIGNMENT__
48 # define __BIGGEST_ALIGNMENT__ sizeof(size_t) macro
5050 …ng(zend_ffi_ce, "__BIGGEST_ALIGNMENT__", sizeof("__BIGGEST_ALIGNMENT__")-1, __BIGGEST_ALIGNMENT__);
6460 dcl->align = __BIGGEST_ALIGNMENT__;

Completed in 20 milliseconds