Home
last modified time | relevance | path

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

/php-src/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-src/ext/ffi/
H A Dffi.stub.php13 public const int __BIGGEST_ALIGNMENT__ = UNKNOWN;
H A Dffi_arginfo.h220 ZVAL_LONG(&const___BIGGEST_ALIGNMENT___value, __BIGGEST_ALIGNMENT__); in register_class_FFI()
H A Dffi.c56 #ifndef __BIGGEST_ALIGNMENT__
58 # define __BIGGEST_ALIGNMENT__ sizeof(size_t) macro
6837 dcl->align = __BIGGEST_ALIGNMENT__;

Completed in 31 milliseconds