Home
last modified time | relevance | path

Searched refs:c64 (Results 1 – 4 of 4) sorted by relevance

/frameworks/compile/slang/tests/F_reflection3264_invokable_mismatch/
Dreflection3264_invokable_mismatch.rs13 void c64() { }
Dstderr.txt.expect4 …tch.rs:13:6: error: 3rd invokable function is 'c32' for 32-bit targets but 'c64' for 64-bit targets
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dint128.h348 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; variable
349 this->hi_ = (c96 << 32) + c64;
/frameworks/av/media/codec2/core/include/
DC2Param.h827 c2_cntr64_t c64; ///< c2_cntr64_t value member
836 Primitive(c2_cntr64_t value) : c64(value) { } in Primitive()
856 static_assert(sizeof(u64) == sizeof(c64), "");
862 static_assert(offsetof(Primitive, u64) == offsetof(Primitive, c64), "");
939 template<> inline const c2_cntr64_t &C2Value::Primitive::ref<c2_cntr64_t>() const { return c64; }