Home
last modified time | relevance | path

Searched refs:__alignof (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/contrib/gcclibs/libgomp/
H A Dcritical.c61 && __alignof (gomp_mutex_t) <= sizeof (void *)) in GOMP_critical_name_start()
110 && __alignof (gomp_mutex_t) <= sizeof (void *)) in GOMP_critical_name_end()
H A Dlibgomp_f.h.in60 || @OMP_LOCK_ALIGN@ != __alignof (omp_lock_t)
62 || @OMP_NEST_LOCK_ALIGN@ != __alignof (omp_nest_lock_t)
H A Dconfigure.ac282 _AC_COMPUTE_INT([__alignof (omp_lock_t)], [OMP_LOCK_ALIGN])
284 _AC_COMPUTE_INT([__alignof (omp_nest_lock_t)], [OMP_NEST_LOCK_ALIGN])
H A Dconfigure18414 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) >= 0)];
18512 static int test_array [1 - 2 * !((__alignof (omp_lock_t)) < 0)];
18675 long longval () { return __alignof (omp_lock_t); }
18676 unsigned long ulongval () { return __alignof (omp_lock_t); }
18686 if ((__alignof (omp_lock_t)) < 0)
18689 if (i != (__alignof (omp_lock_t)))
18696 if (i != (__alignof (omp_lock_t)))
19327 long longval () { return __alignof (omp_nest_lock_t); }
19338 if ((__alignof (omp_nest_lock_t)) < 0)
19341 if (i != (__alignof (omp_nest_lock_t)))
[all …]
/freebsd-12.1/sys/compat/linuxkpi/common/include/linux/
H A Dslab.h72 __alignof(struct __struct), (flags), NULL)
91 __alignof(unsigned long long)
/freebsd-12.1/sys/sys/
H A Dcdefs.h245 #define __alignof(x) __offsetof(struct { char __a; x __b; }, __b) macro
267 #define _Alignof(x) __alignof(x)
/freebsd-12.1/tests/sys/opencrypto/
H A Dcryptodevh.py71 def _Alignof(x): return __alignof(x)
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Basic/
H A DTokenKinds.def399 KEYWORD(__alignof , KEYALL)
591 ALIAS("__alignof__" , __alignof , KEYALL)
645 ALIAS("_alignof" , __alignof , KEYMS)
646 ALIAS("__builtin_alignof", __alignof , KEYMS)
H A DDiagnosticSemaKinds.td5451 "__alignof}0">;
/freebsd-12.1/sys/kern/
H A Dsubr_pcpu.c75 DPCPU_DEFINE_STATIC(char, modspace[DPCPU_MODMIN] __aligned(__alignof(void *)));
/freebsd-12.1/sys/net/
H A Dvnet.c181 VNET_DEFINE_STATIC(char, modspace[VNET_MODMIN] __aligned(__alignof(void *)));
/freebsd-12.1/contrib/libc++/include/
H A D__config363 # define _LIBCPP_ALIGNOF(_Tp) __alignof(_Tp)
366 #define _LIBCPP_PREFERRED_ALIGNOF(_Tp) __alignof(_Tp)
605 #define __alignof__ __alignof