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

  /src/sys/sys/
stdalign.h 50 #define alignof _Alignof macro
  /src/tests/include/
t_stddef.c 109 ATF_CHECK_MSG((a = alignof(max_align_t)) >= alignof(long long),
111 ATF_CHECK_MSG((a = alignof(max_align_t)) >= alignof(long double),
113 ATF_CHECK_MSG((a = alignof(max_align_t)) >= alignof(void *),
115 ATF_CHECK_MSG((a = alignof(max_align_t)) >= alignof(int (*)(void)),
  /src/lib/libc/locale/
multibyte.h 46 __CTASSERT(alignof(struct _RuneStatePriv) >= alignof(void *));
47 __CTASSERT(sizeof(_RuneStatePriv) % alignof(void *) == 0);
48 __CTASSERT(alignof(struct _RuneStatePriv) >= alignof(int));
49 __CTASSERT(sizeof(_RuneStatePriv) % alignof(int) == 0);
mbrtoc16.c 97 __CTASSERT(alignof(struct mbrtoc16state) <= alignof(mbstate_t));
c16rtomb.c 91 __CTASSERT(alignof(struct c16rtombstate) <= alignof(mbstate_t));
c8rtomb.c 81 __CTASSERT(alignof(struct c8rtombstate) <= alignof(mbstate_t));
mbrtoc32.c 85 __CTASSERT(alignof(struct mbrtoc32state) <= alignof(mbstate_t));
mbrtoc8.c 97 __CTASSERT(alignof(struct mbrtoc8state) <= alignof(mbstate_t));
  /src/tests/usr.bin/xlint/lint1/
d_alignof.c 23 /* The plain word 'alignof' is not recognized by GCC. */
24 /* expect+2: error: function 'alignof' implicitly declared to return int [215] */
26 return alignof(short);
45 /* The plain word 'alignof' is not recognized by GCC. */
46 /* expect+2: error: 'alignof' undefined [99] */
48 return alignof 3;
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
test_helpers.cc 73 std::aligned_storage<sizeof(XRayFileHeader), alignof(XRayFileHeader)>::type
function_call_trie_test.cc 315 alignof(FunctionCallTrie::Allocators)>::type
323 alignof(FunctionCallTrie)>::type FCTStorage;
segmented_array_test.cc 230 alignof(AllocatorType)>::type AllocatorStorage;
234 alignof(Array<ShadowStackEntry>)>::type
  /src/lib/libc/tls/
tls.c 93 tls_allocation = roundup2(tls_size, alignof(max_align_t));
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 76 sizeof(BufferQueue), alignof(BufferQueue)>::type BufferQueueStorage;
80 alignof(ThreadDataAllocator)>::type
83 alignof(ThreadDataArray)>::type
xray_profiling.cc 52 static std::aligned_storage<sizeof(BufferQueue), alignof(BufferQueue)>::type
58 alignof(FunctionCallTrie::Allocators)>::type
61 alignof(FunctionCallTrie)>::type
xray_fdr_logging.cc 60 alignof(FDRLogWriter)>::type;
67 alignof(FDRController<>)>::type;
128 static_assert(alignof(ThreadLocalData) >= 64,
133 sizeof(ThreadLocalData), alignof(ThreadLocalData)>::type TLDStorage{};
xray_function_call_trie.h 144 alignof(NodeAllocatorType)>::type
147 alignof(RootAllocatorType)>::type
150 alignof(ShadowStackAllocatorType)>::type
153 alignof(NodeIdPairAllocatorType)>::type
xray_basic_logging.cc 137 nullptr, alignof(XRayRecord)));
150 alignof(StackEntry)));
xray_segmented_array.h 61 sizeof(typename std::aligned_storage<sizeof(T), alignof(T)>::type);
  /src/lib/libc/citrus/
citrus_ctype_template.h 511 __CTASSERT(alignof(_ENCODING_STATE) <= alignof(int) ||
512 alignof(_ENCODING_STATE) <= alignof(void *));
  /src/libexec/ld.elf_so/
tls.c 217 alignof(max_align_t));
  /src/lib/libc/time/
zic.c 86 # define alignof(type) offsetof(struct { char a; type b; }, b) macro
2436 alignof(zic_t)));

Completed in 26 milliseconds