/third_party/musl/src/string/ |
D | memset.c | 77 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/ |
D | memset.c | 78 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/ |
D | memset.c | 77 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/ |
D | memset.c | 81 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/ |
D | lws-genaes.c | 181 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/boost/boost/geometry/formulas/ |
D | differential_quantities.hpp | 207 CT const c64 = 64; in J12_f() local 219 CT const C = (-c48 * cos_alp0_quad + c96 * cos_alp0_sqr - c64) * sin_2sig_12; in J12_f() 222 CT const L3 = (A + B + C + D) / c64; in J12_f() 268 CT const c64 = 64; in J12_ep_sqr() local 274 CT const L2 = (sin_4sig_12 - c8 * sin_2sig_12 + 12 * sig_12) / c64; in J12_ep_sqr()
|
/third_party/abseil-cpp/absl/random/internal/ |
D | wide_multiply.h | 62 const uint64_t c64 = a32 * b32; in MultiplyU64ToU128() 69 return absl::MakeUint128(c64 + (c32a >> 32) + (c32b >> 32) + carry, in MultiplyU64ToU128()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/random/internal/ |
D | wide_multiply.h | 62 const uint64_t c64 = a32 * b32; in MultiplyU64ToU128() 69 return absl::MakeUint128(c64 + (c32a >> 32) + (c32b >> 32) + carry, in MultiplyU64ToU128()
|
/third_party/ffmpeg/libavcodec/ppc/ |
D | vp8dsp_altivec.c | 83 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/protobuf/src/google/protobuf/stubs/ |
D | int128.h | 350 uint64 c64 = a64 * b00 + a32 * b32 + a00 * b64; variable 351 this->hi_ = (c96 << 32) + c64;
|
/third_party/boost/boost/numeric/odeint/stepper/ |
D | rosenbrock4.hpp | 93 c64 ( static_cast< value_type >( 0.1631930543123136e+02 ) ) , in default_rosenbrock_coefficients() 118 const value_type c61 , c62 , c63 , c64 , c65; member 233 …m_g1.m_v[i] + m_coef.c62 * m_g2.m_v[i] + m_coef.c63 * m_g3.m_v[i] + m_coef.c64 * m_g4.m_v[i] + m_c… in do_step()
|
/third_party/mesa3d/src/amd/compiler/ |
D | aco_lower_to_hw_instr.cpp | 489 Definition(exec, bld.lm), Operand::c64(UINT64_MAX), Operand(exec, bld.lm)); in emit_reduction() 659 bld.sop1(Builder::s_mov, Definition(exec, bld.lm), Operand::c64(UINT64_MAX)); in emit_reduction() 685 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction() 694 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction() 705 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction() 737 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction() 743 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction() 749 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction() 755 bld.sop1(aco_opcode::s_mov_b64, Definition(exec, s2), Operand::c64(UINT64_MAX)); in emit_reduction()
|
D | aco_ir.h | 565 static Operand c64(uint64_t v) noexcept in c64() function 661 return Operand::c64(0); 683 return Operand::c64(val); in get_const()
|
D | aco_instruction_selection.cpp | 917 bld.vop3(aco_opcode::v_mul_f64, Definition(dst), Operand::c64(0x3FF0000000000000), tmp); in emit_vop3a_instruction() 2206 src = bld.vop3(aco_opcode::v_mul_f64, bld.def(v2), Operand::c64(0x3FF0000000000000), in visit_alu_instr() 2231 src = bld.vop3(aco_opcode::v_mul_f64, bld.def(v2), Operand::c64(0x3FF0000000000000), in visit_alu_instr() 3599 Operand op = bld.lm.size() == 1 ? Operand::c32(val) : Operand::c64(val); in visit_load_const() 3767 Operand::c64(0xfffffffffffffffcllu), offset_tmp); in emit_load() 9825 return Operand::c64(nir_instr_as_load_const(ssa->parent_instr)->value[0].b ? UINT64_MAX in get_phi_operand() 12002 bld.sop2(aco_opcode::s_cselect_b64, Definition(exec, s2), Operand::c64(UINT64_MAX), in select_vs_prolog()
|
D | aco_optimizer.cpp | 210 val = Operand::c64(constant).constantValue(); in set_constant()
|
/third_party/mesa3d/src/amd/compiler/tests/ |
D | test_optimizer.cpp | 652 Operand::c64(0x4010000000000000u), inputs[2]))); 679 src1 = bld.vopc(aco_opcode::v_cmp_lt_f64, bld.def(bld.lm), Operand::c64(nan64), inputs[0]);
|
/third_party/selinux/libsepol/tests/policies/test-cond/ |
D | refpolicy-base.conf | 563 category c64; category c65; category c66; category c67;
|
/third_party/mesa3d/src/freedreno/.gitlab-ci/reference/ |
D | es2gears-a320.log | 3812 11843c64: 0000: 0000057f 00002f7c 8399 11845c64: 0000: 00032242 0000004b 0000004e 00000000 0000004b 14828 11848c64: 0000: 00012079 00000000 012b012b
|
/third_party/eudev/hwdb/ |
D | 20-usb-vendor-model.hwdb | 2460 ID_MODEL_FROM_DATABASE=xu1541 c64 floppy drive interface
|