Home
last modified time | relevance | path

Searched refs:alignof (Results 1 – 3 of 3) sorted by relevance

/third_party/ulib/musl/pthread/
A Dpthread_once.c9 static_assert(alignof(pthread_once_t) == alignof(once_flag), "");
/third_party/ulib/uboringssl/crypto/
A Dinternal.h126 #define alignof(x) __alignof__ (x) macro
129 #define alignof __alignof macro
/third_party/ulib/musl/ldso/
A Ddynlink.c122 #define MIN_TLS_ALIGN alignof(struct pthread)
191 #define DL_ALLOC_ALIGN alignof(union allocated_types)

Completed in 10 milliseconds