Home
last modified time | relevance | path

Searched defs:atomic_uint_fast64_t (Results 1 – 7 of 7) sorted by relevance

/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h74 typedef intptr_t atomic_uint_fast64_t; typedef
/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h77 typedef intptr_t atomic_uint_fast64_t; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h78 typedef uint_fast64_t atomic_uint_fast64_t; typedef
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h75 typedef intptr_t atomic_uint_fast64_t; typedef
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h75 typedef intptr_t atomic_uint_fast64_t; typedef
/third_party/elfutils/lib/
Dstdatomic-fbsd.h248 typedef _Atomic(uint_fast64_t) atomic_uint_fast64_t; typedef
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49601 typedef atomic<uint_fast64_t> atomic_uint_fast64_t; typedef