HomeSort by: relevance | last modified time | path
    Searched refs:__alignof (Results 1 - 10 of 10) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
d_alignof.c 17 return __alignof(short);
39 return __alignof 3;
77 typedef int array_int[-(int)__alignof(int[3])];
80 typedef int array_double[-(int)__alignof(double[3])];
83 typedef int func[-(int)__alignof(int(int))];
90 typedef int struct_int_double[-(int)__alignof(struct int_double)];
96 typedef int struct_chars[-(int)__alignof(struct chars)];
101 typedef int incomplete_struct[-(int)__alignof(struct incomplete_struct)];
106 typedef int incomplete_union[-(int)__alignof(union incomplete_union)];
111 typedef int incomplete_enum[-(int)__alignof(enum incomplete_enum)]
    [all...]
  /src/sys/ufs/lfs/
lfs.h 372 __CTASSERT(__alignof(union lfs_dirheader) == __alignof(struct lfs_dirheader64));
374 __CTASSERT(__alignof(union lfs_dirheader) == __alignof(struct lfs_dirheader32));
487 __CTASSERT(__alignof(union lfs_dinode) == __alignof(struct lfs64_dinode));
488 __CTASSERT(__alignof(union lfs_dinode) == __alignof(struct lfs32_dinode));
587 __CTASSERT(__alignof(union finfo) == __alignof(struct finfo64))
    [all...]
  /src/lib/libc/gmon/
gmon.c 148 (buf) = (void *)roundup((uintptr_t)(buf), __alignof(*(ptr))); \
233 (size_t)(__alignof(*p) + sizeof(*p) +
234 __alignof(*_gmonparam.froms) + _gmonparam.fromssize +
235 __alignof(*_gmonparam.tos) + _gmonparam.tossize),
  /src/sys/sys/
cdefs.h 642 #define __alignof(__t) __alignof__(__t) macro
644 #define __alignof(__t) (sizeof(struct { char __x; __t __y; }) - sizeof(__t)) macro
param.h 289 #define ALIGNED_POINTER(p,t) ((((uintptr_t)(p)) & (__alignof(t) - 1)) == 0)
mbuf.h 851 m_get_aligned_hdr((m), __alignof(type) - 1, sizeof(type), (linkhdr))
  /src/sys/net/lagg/
if_lagg.c 914 eh = lagg_m_extract(m, 0, sizeof(*eh), __alignof(*eh), &buf);
922 evl = lagg_m_extract(m, 0, sizeof(*evl), __alignof(*evl),
944 ip = lagg_m_extract(m, off, sizeof(*ip), __alignof(*ip), &buf);
957 ip6 = lagg_m_extract(m, off, sizeof(*ip6), __alignof(*ip6),
978 th = lagg_m_extract(m, off, sizeof(*th), __alignof(*th), &buf);
988 uh = lagg_m_extract(m, off, sizeof(*uh), __alignof(*uh), &buf);
  /src/sys/net/
rtsock_shared.c 1197 RTS_CTASSERT(__alignof(struct ifa_msghdr) >= sizeof(uint64_t));
1198 RTS_CTASSERT(__alignof(struct if_msghdr) >= sizeof(uint64_t));
1199 RTS_CTASSERT(__alignof(struct if_announcemsghdr) >= sizeof(uint64_t));
1200 RTS_CTASSERT(__alignof(struct rt_msghdr) >= sizeof(uint64_t));
  /src/usr.sbin/tprof/
tprof_top.c 365 sizeof_sample_elm = n_align(size, __alignof(struct sample_elm));
  /src/sys/arch/powerpc/oea/
pmap.c 325 #define PMAP_PVO_ENTRY_ALIGN __alignof(struct pvo_entry)
3471 __alignof(struct pmap), 0, 0, "pmap_pl",

Completed in 23 milliseconds