Home
last modified time | relevance | path

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

/third_party/musl/src/string/
Dmemset.c77 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
79 *(u64 *)(s+0) = c64; in memset()
80 *(u64 *)(s+8) = c64; in memset()
81 *(u64 *)(s+16) = c64; in memset()
82 *(u64 *)(s+24) = c64; in memset()
/third_party/musl/porting/liteos_m/user/src/string/
Dmemset.c78 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
80 *(u64 *)(s+0) = c64; in memset()
81 *(u64 *)(s+8) = c64; in memset()
82 *(u64 *)(s+16) = c64; in memset()
83 *(u64 *)(s+24) = c64; in memset()
/third_party/musl/porting/uniproton/kernel/src/string/
Dmemset.c77 u64 c64 = c32 | ((u64)c32 << 32); in memset() local
79 *(u64 *)(s+0) = c64; in memset()
80 *(u64 *)(s+8) = c64; in memset()
81 *(u64 *)(s+16) = c64; in memset()
82 *(u64 *)(s+24) = c64; in memset()
/third_party/musl/porting/liteos_m/kernel/src/string/
Dmemset.c81 u64 c64 = c32 | ((u64)c32 << 32); in __memset() local
83 *(u64 *)(s+0) = c64; in __memset()
84 *(u64 *)(s+8) = c64; in __memset()
85 *(u64 *)(s+16) = c64; in __memset()
86 *(u64 *)(s+24) = c64; in __memset()
/third_party/libwebsockets/lib/tls/mbedtls/
Dlws-genaes.c181 int n, m, ret = -1, c64 = cek_bits / 64; in lws_genaes_rfc3394_wrap() local
213 memcpy(out + 8, in, 8 * (unsigned int)c64); in lws_genaes_rfc3394_wrap()
230 memcpy(out, in + 8, 8 * (unsigned int)c64); in lws_genaes_rfc3394_wrap()
242 for (m = 1; m <= c64; m++) { in lws_genaes_rfc3394_wrap()
249 out[7] ^= (uint8_t)(c64 * n + m); in lws_genaes_rfc3394_wrap()
260 uint8_t *r = out + (c64 - 1) * 8; in lws_genaes_rfc3394_wrap()
261 for (m = c64; m >= 1; m--) { in lws_genaes_rfc3394_wrap()
263 b[7] ^= (uint8_t)(c64 * n + m); in lws_genaes_rfc3394_wrap()
/third_party/ffmpeg/libavcodec/ppc/
Dvp8dsp_altivec.c83 filth = vec_msum(filter_inner, pixh, c64); \
84 filtl = vec_msum(filter_inner, pixl, c64); \
115 vec_s32 c64 = vec_sl(vec_splat_s32(1), vec_splat_u32(6)); in put_vp8_epel_h_altivec_core() local
184 dstv = vec_adds(dstv, c64); \
201 vec_s16 c64 = vec_sl(vec_splat_s16(1), vec_splat_u16(6)); in put_vp8_epel_v_altivec_core() local
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/
Dwide_multiply.h62 const uint64_t c64 = a32 * b32; in MultiplyU64ToU128()
69 return absl::MakeUint128(c64 + (c32a >> 32) + (c32b >> 32) + carry, in MultiplyU64ToU128()
/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
89 nir_ssa_def *c32 = nir_unpack_64_2x32(b, c64); in lower_64b_intrinsics()
/third_party/protobuf/src/google/protobuf/stubs/
Dint128.h350 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; variable
351 this->hi_ = (c96 << 32) + c64;
/third_party/mesa3d/src/amd/compiler/tests/
Dtest_regalloc.cpp305 Temp tmp = bld.pseudo(aco_opcode::p_linear_phi, bld.def(s2), Operand::c64(0u));
Dtest_optimizer.cpp653 Operand::c64(0x4010000000000000u), inputs[2])));
680 src1 = bld.vopc(aco_opcode::v_cmp_lt_f64, bld.def(bld.lm), Operand::c64(nan64), inputs[0]);
/third_party/mesa3d/src/amd/compiler/
Daco_lower_to_hw_instr.cpp489 Definition(exec, bld.lm), Operand::c64(UINT64_MAX), Operand(exec, bld.lm)); in emit_reduction()
660 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand::c64(UINT64_MAX)); in emit_reduction()
686 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
695 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
706 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
738 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
744 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
750 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
756 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
Daco_ir.h568 static Operand c64(uint64_t v) noexcept in c64() function
675 return Operand::c64(0);
697 return Operand::c64(val); in get_const()
Daco_instruction_selection.cpp963 bld.vop3(aco_opcode::v_mul_f64, Definition(dst), Operand::c64(0x3FF0000000000000), tmp); in emit_vop3a_instruction()
1945 bld.sop2(aco_opcode::s_cselect_b64, Definition(dst), Operand::c64(-1), no_sat, in visit_alu_instr()
2188 bld.sop2(aco_opcode::s_cselect_b64, Definition(dst), Operand::c64(0ull), no_sat, in visit_alu_instr()
2546 src = bld.vop3(aco_opcode::v_mul_f64, bld.def(v2), Operand::c64(0x3FF0000000000000), in visit_alu_instr()
2581 src = bld.vop3(aco_opcode::v_mul_f64, bld.def(v2), Operand::c64(0x3FF0000000000000), in visit_alu_instr()
3941 Operand op = bld.lm.size() == 1 ? Operand::c32(val) : Operand::c64(val); in visit_load_const()
4116 Operand::c64(0xfffffffffffffffcllu), offset_tmp); in emit_load()
10077 return Operand::c64(nir_instr_as_load_const(ssa->parent_instr)->value[0].b ? UINT64_MAX in get_phi_operand()
12381 bld.sop2(aco_opcode::s_cselect_b64, Definition(exec, s2), Operand::c64(UINT64_MAX), in select_vs_prolog()
Daco_optimizer.cpp215 val = Operand::c64(constant).constantValue(); in set_constant()
/third_party/selinux/libsepol/tests/policies/test-cond/
Drefpolicy-base.conf563 category c64; category c65; category c66; category c67;
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/
Des2gears-a320.log3812 11843c64: 0000: 0000057f 00002f7c
8399 11845c64: 0000: 00032242 0000004b 0000004e 00000000 0000004b
14828 11848c64: 0000: 00012079 00000000 012b012b
/third_party/elfutils/tests/
Dtestfile44.expect.bz21testfile44.o: elf32-elf_i386 2 3Disassembly of section .text: 4 5 0 ...
Dtestfile45.expect.bz2