atomic_ullong      60 compat/atomics/dummy/stdatomic.h typedef intptr_t atomic_ullong;
atomic_ullong      61 compat/atomics/gcc/stdatomic.h typedef unsigned long long atomic_ullong;
atomic_ullong      57 compat/atomics/pthread/stdatomic.h typedef intptr_t atomic_ullong;
atomic_ullong      58 compat/atomics/suncc/stdatomic.h typedef intptr_t atomic_ullong;
atomic_ullong      58 compat/atomics/win32/stdatomic.h typedef intptr_t atomic_ullong;