Home
last modified time | relevance | path

Searched defs:c64 (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/porting/liteos_m/user/src/string/
Dmemset.c78 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
/third_party/musl/porting/liteos_m/kernel/src/string/
Dmemset.c81 u64 c64 = c32 | ((u64)c32 << 32); in __memset() local
/third_party/musl/src/string/
Dmemset.c77 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
/third_party/musl/porting/uniproton/kernel/src/string/
Dmemset.c77 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
/third_party/ffmpeg/libavcodec/ppc/
Dvp8dsp_altivec.c115 vec_s32 c64 = vec_sl(vec_splat_s32(1), vec_splat_u32(6)); in put_vp8_epel_h_altivec_core() local
201 vec_s16 c64 = vec_sl(vec_splat_s16(1), vec_splat_u16(6)); in put_vp8_epel_v_altivec_core() local
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c181 int n, m, ret = -1, c64 = cek_bits / 64; in lws_genaes_rfc3394_wrap() local
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.h350 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; variable
/third_party/mesa3d/src/freedreno/ir3/
Dir3_nir_lower_64b.c88 nir_ssa_def *c64 = nir_channel(b, val, i); in lower_64b_intrinsics() local
/third_party/mesa3d/src/amd/compiler/
Daco_ir.h568 static Operand c64(uint64_t v) noexcept in c64() function