Searched defs:ALIGN_OF (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/fiddle/
H A Dfiddle.h124 #define ALIGN_OF(type) offsetof(struct {char align_c; type align_x;}, align_x) macro
/macosx-10.9.5/ruby-104/ruby/ext/dl/
H A Ddl.h137 #define ALIGN_OF(type) offsetof(struct {char align_c; type align_x;}, align_x) macro

Completed in 114 milliseconds