Home
last modified time | relevance | path

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

/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dreflection3264_invokable_mismatch.rscript15 void c32() { }
19 // invokable name mismatch above (c32 versus c64)
Dstderr.txt.expect4 reflection3264_invokable_mismatch.rscript:13:6: error: 3rd invokable function is 'c32' for 32-bit t…
/frameworks/av/media/codec2/core/include/
DC2Param.h830 c2_cntr32_t c32; ///< c2_cntr32_t value member
839 Primitive(c2_cntr32_t value) : c32(value) { } in Primitive()
858 static_assert(sizeof(u32) == sizeof(c32), "");
864 static_assert(offsetof(Primitive, u32) == offsetof(Primitive, c32), "");
938 template<> inline const c2_cntr32_t &C2Value::Primitive::ref<c2_cntr32_t>() const { return c32; }