Home
last modified time | relevance | path

Searched refs:atomic_uchar (Results 1 – 8 of 8) sorted by relevance

/third_party/ffmpeg/compat/atomics/dummy/
Dstdatomic.h52 typedef intptr_t atomic_uchar; typedef
/third_party/ffmpeg/compat/atomics/gcc/
Dstdatomic.h53 typedef unsigned char atomic_uchar; typedef
/third_party/ffmpeg/compat/atomics/suncc/
Dstdatomic.h50 typedef intptr_t atomic_uchar; typedef
/third_party/ffmpeg/compat/atomics/win32/
Dstdatomic.h50 typedef intptr_t atomic_uchar; typedef
/third_party/ffmpeg/compat/atomics/pthread/
Dstdatomic.h49 typedef intptr_t atomic_uchar; typedef
/third_party/elfutils/lib/
Dstdatomic-fbsd.h219 typedef _Atomic(unsigned char) atomic_uchar; typedef
/third_party/node/src/
Dnode_api.cc513 std::atomic_uchar dispatch_state;
/third_party/rust/crates/bindgen/bindgen-tests/tests/
Dstylo.hpp49518 typedef atomic<unsigned char> atomic_uchar; typedef