Home
last modified time | relevance | path

Searched defs:sa_alignof (Results 1 – 2 of 2) sorted by relevance

/dflybsd-src/contrib/grep/lib/
H A Dmalloca.h93 # define sa_alignof __alignof__ macro
96 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
100 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
104 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
106 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro
/dflybsd-src/contrib/cvs-1.12/lib/
H A Dallocsa.h76 # define sa_alignof __alignof__ macro
79 # define sa_alignof(type) offsetof (sa_alignof_helper<type>, __slot2) macro
83 # define sa_alignof(type) (sizeof (type) <= 4 ? 4 : 8) macro
85 # define sa_alignof(type) offsetof (struct { char __slot1; type __slot2; }, __slot2) macro