Searched refs:__BIGGEST_ALIGNMENT__ (Results 1 – 4 of 4) sorted by relevance
64 …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));}");
10 public const int __BIGGEST_ALIGNMENT__ = UNKNOWN;
207 ZVAL_LONG(&const___BIGGEST_ALIGNMENT___value, __BIGGEST_ALIGNMENT__); in register_class_FFI()
56 #ifndef __BIGGEST_ALIGNMENT__58 # define __BIGGEST_ALIGNMENT__ sizeof(size_t) macro6884 dcl->align = __BIGGEST_ALIGNMENT__;
Completed in 40 milliseconds