| /src/sys/sys/ |
| stdalign.h | 50 #define alignof _Alignof macro
|
| /src/external/apache2/llvm/dist/clang/lib/Headers/ |
| stdalign.h | 15 #define alignof _Alignof macro
|
| /src/external/gpl3/gcc/dist/gcc/ginclude/ |
| stdalign.h | 33 #define alignof _Alignof macro
|
| /src/external/gpl3/gcc.old/dist/gcc/ginclude/ |
| stdalign.h | 32 #define alignof _Alignof macro
|
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| stdalign.in.h | 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment 41 alignof (double) and alignof (long long) are 4 unless the option 65 # define _Alignof(type) alignof (type) 75 # define alignof _Alignof macro 100 - alignas (TYPE) is equivalent to alignas (alignof (TYPE)).
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| stdalign.in.h | 33 /* alignof (TYPE), also known as _Alignof (TYPE), yields the alignment 41 alignof (double) and alignof (long long) are 4 unless the option 65 # define _Alignof(type) alignof (type) 75 # define alignof _Alignof macro 100 - alignas (TYPE) is equivalent to alignas (alignof (TYPE)).
|
| /src/external/gpl2/xcvs/dist/lib/ |
| md5.c | 250 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 251 # define UNALIGNED_P(p) (((size_t) p) % alignof (md5_uint32) != 0)
|
| /src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
| thread_win32.cpp | 20 static_assert(alignof(__libcpp_mutex_t) == alignof(SRWLOCK), ""); variable 24 static_assert(alignof(__libcpp_recursive_mutex_t) == alignof(CRITICAL_SECTION), variable 28 static_assert(alignof(__libcpp_condvar_t) == alignof(CONDITION_VARIABLE), ""); variable 31 static_assert(alignof(__libcpp_exec_once_flag) == alignof(INIT_ONCE), ""); variable 34 static_assert(alignof(__libcpp_thread_id) == alignof(DWORD), "") variable 37 static_assert(alignof(__libcpp_thread_t) == alignof(HANDLE), ""); variable 40 static_assert(alignof(__libcpp_tls_key) == alignof(DWORD), ""); variable 43 static_assert(alignof(__libcpp_semaphore_t) == alignof(HANDLE), ""); variable [all...] |
| /src/external/gpl3/binutils/dist/libiberty/ |
| sha1.c | 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) 458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
| /src/external/gpl3/binutils.old/dist/libiberty/ |
| sha1.c | 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) 458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
| /src/external/gpl3/gcc/dist/libiberty/ |
| sha1.c | 238 # define alignof(type) __alignof__(type) macro 240 # define alignof(type) offsetof (struct { char c; type x; }, x) 242 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) 463 # define alignof(type) offsetof (struct { char c; type x; }, x) 464 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
| /src/external/gpl3/gcc.old/dist/libiberty/ |
| sha1.c | 233 # define alignof(type) __alignof__(type) macro 235 # define alignof(type) offsetof (struct { char c; type x; }, x) 237 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
| /src/external/gpl3/gdb.old/dist/libiberty/ |
| sha1.c | 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) 458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
| /src/external/gpl3/gdb/dist/libiberty/ |
| sha1.c | 237 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 238 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0) 458 # define alignof(type) offsetof (struct { char c; type x; }, x) macro 459 # define UNALIGNED_P(p) (((size_t) p) % alignof (sha1_uint32) != 0)
|
| /src/external/gpl2/grep/dist/intl/ |
| dcigettext.c | 97 # define alignof(TYPE) __alignof__ (TYPE) macro 99 # define alignof(TYPE) \ macro 942 freemem += freemem_size & (alignof (size_t) - 1); 943 freemem_size = freemem_size & ~ (alignof (size_t) - 1);
|
| /src/external/gpl2/texinfo/dist/intl/ |
| dcigettext.c | 116 # define alignof(TYPE) __alignof__ (TYPE) macro 118 # define alignof(TYPE) \ macro 1005 freemem += freemem_size & (alignof (size_t) - 1); 1006 freemem_size = freemem_size & ~ (alignof (size_t) - 1);
|
| /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| shared_ptr_base.h | 327 // alignof(void*). 328 constexpr bool __aligned = __alignof(long long) <= alignof(void*); 871 if constexpr (alignof(_Tp) < alignof(_Sp_counted_array)) 872 __bytes += alignof(_Sp_counted_array) - alignof(_Tp); 1008 if constexpr (alignof(_Up) < alignof(_Sp_ca_type)) function 1011 __c = std::align(alignof(_Sp_ca_type), sizeof(_Sp_ca_type),
|
| /src/external/gpl3/gcc.old/dist/intl/ |
| dcigettext.c | 114 # define alignof(TYPE) __alignof__ (TYPE) macro 116 # define alignof(TYPE) \ macro 1013 freemem += freemem_size & (alignof (size_t) - 1); 1014 freemem_size = freemem_size & ~ (alignof (size_t) - 1);
|
| /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
| shared_ptr_base.h | 327 // alignof(void*). 328 constexpr bool __aligned = __alignof(long long) <= alignof(void*); 873 if constexpr (alignof(_Tp) < alignof(_Sp_counted_array)) 874 __bytes += alignof(_Sp_counted_array) - alignof(_Tp); 1010 if constexpr (alignof(_Up) < alignof(_Sp_ca_type)) function 1013 __c = std::align(alignof(_Sp_ca_type), sizeof(_Sp_ca_type),
|
| /src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| dcigettext.c | 122 # define alignof(TYPE) __alignof__ (TYPE) macro 124 # define alignof(TYPE) \ macro 1324 freemem += freemem_size & (alignof (size_t) - 1); 1325 freemem_size = freemem_size & ~ (alignof (size_t) - 1);
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_platform_limits_posix.cpp | 1138 COMPILER_CHECK(alignof(siginfo_t) == alignof(__sanitizer_siginfo)); variable
|
| /src/lib/libc/time/ |
| zic.c | 187 # define alignof(type) offsetof(struct { char a; type b; }, b) macro 2683 alignof(zic_t)));
|