/third_party/toybox/kconfig/ |
H A D | expr.c | 565 struct expr *tmp, *tmp1, *tmp2; in expr_eliminate_dups2() local 583 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1))); in expr_eliminate_dups2() 585 tmp = expr_extract_eq_and(&tmp1, &tmp2); in expr_eliminate_dups2() 586 if (expr_is_yes(tmp1)) { in expr_eliminate_dups2() 592 expr_free(tmp1); in expr_eliminate_dups2() 598 tmp1 = expr_transform(expr_alloc_one(E_NOT, expr_copy(e1))); in expr_eliminate_dups2() 600 tmp = expr_extract_eq_or(&tmp1, &tmp2); in expr_eliminate_dups2() 601 if (expr_is_no(tmp1)) { in expr_eliminate_dups2() 607 expr_free(tmp1); in expr_eliminate_dups2()
|
/third_party/ffmpeg/libavcodec/ |
H A D | sipr.c | 241 float tmp1[SUBFR_SIZE+1], tmp2[LP_FILTER_ORDER+1]; in eval_ir() local 244 tmp1[0] = 1.0; in eval_ir() 246 tmp1[i+1] = Az[i] * ff_pow_0_55[i]; in eval_ir() 249 memset(tmp1 + 11, 0, 37 * sizeof(float)); in eval_ir() 251 ff_celp_lp_synthesis_filterf(freq, tmp2, tmp1, SUBFR_SIZE, in eval_ir()
|
/third_party/alsa-utils/bat/ |
H A D | bat.c | 118 char *tmp1; in get_sine_frequencies() local 120 tmp1 = strchr(freq, ':'); in get_sine_frequencies() 121 if (tmp1 == NULL) { in get_sine_frequencies() 124 *tmp1 = '\0'; in get_sine_frequencies() 126 bat->target_freq[1] = atof(tmp1 + 1); in get_sine_frequencies()
|
/kernel/linux/linux-5.10/arch/arm64/mm/ |
H A D | proc.S | 170 .macro __idmap_cpu_set_reserved_ttbr1, tmp1, tmp2 171 adrp \tmp1, reserved_pg_dir 172 phys_to_ttbr \tmp2, \tmp1 173 offset_ttbr1 \tmp2, \tmp1
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
H A D | s5pv210-cpufreq.c | 199 unsigned long tmp, tmp1; in s5pv210_set_refresh() local 216 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh() 218 tmp1 /= tmp; in s5pv210_set_refresh() 220 writel_relaxed(tmp1, reg); in s5pv210_set_refresh()
|
/kernel/linux/linux-6.6/arch/arm64/mm/ |
H A D | proc.S | 172 .macro __idmap_cpu_set_reserved_ttbr1, tmp1, tmp2 173 adrp \tmp1, reserved_pg_dir 174 phys_to_ttbr \tmp2, \tmp1 175 offset_ttbr1 \tmp2, \tmp1
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | s5pv210-cpufreq.c | 199 unsigned long tmp, tmp1; in s5pv210_set_refresh() local 216 tmp1 = s5pv210_dram_conf[ch].refresh; in s5pv210_set_refresh() 218 tmp1 /= tmp; in s5pv210_set_refresh() 220 writel_relaxed(tmp1, reg); in s5pv210_set_refresh()
|
/third_party/ffmpeg/libavcodec/mips/ |
H A D | vp9_intra_msa.c | 362 v16i8 src_top, src_left0, src_left1, src_left2, src_left3, tmp0, tmp1; in ff_tm_4x4_msa() local 380 PCKEV_B2_SB(vec1, vec0, vec3, vec2, tmp0, tmp1); in ff_tm_4x4_msa() 382 ST_W2(tmp1, 0, 2, dst + 2 * dst_stride, dst_stride); in ff_tm_4x4_msa() 390 v16i8 src_top, src_left0, src_left1, src_left2, src_left3, tmp0, tmp1; in ff_tm_8x8_msa() local 412 PCKEV_B2_SB(vec1, vec0, vec3, vec2, tmp0, tmp1); in ff_tm_8x8_msa() 413 ST_D4(tmp0, tmp1, 0, 1, 0, 1, dst, dst_stride); in ff_tm_8x8_msa()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 232 u32 tmp1, tmp2; in i810_load_pll() local 235 tmp1 = par->regs.M | par->regs.N << 16; in i810_load_pll() 238 i810_writel(DCLK_2D, mmio, tmp1 | tmp2); in i810_load_pll() 240 tmp1 = par->regs.P; in i810_load_pll() 243 i810_writel(DCLK_0DS, mmio, (tmp1 << 16) | tmp2); in i810_load_pll() 463 u32 tmp1, tmp2; in i810_restore_pll() local 466 tmp1 = par->hw_state.dclk_2d; in i810_restore_pll() 468 tmp1 &= ~MN_MASK; in i810_restore_pll() 470 i810_writel(DCLK_2D, mmio, tmp1 | tmp2); in i810_restore_pll() 472 tmp1 in i810_restore_pll() 483 u32 tmp1, tmp2; i810_restore_dac() local [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/i810/ |
H A D | i810_main.c | 233 u32 tmp1, tmp2; in i810_load_pll() local 236 tmp1 = par->regs.M | par->regs.N << 16; in i810_load_pll() 239 i810_writel(DCLK_2D, mmio, tmp1 | tmp2); in i810_load_pll() 241 tmp1 = par->regs.P; in i810_load_pll() 244 i810_writel(DCLK_0DS, mmio, (tmp1 << 16) | tmp2); in i810_load_pll() 464 u32 tmp1, tmp2; in i810_restore_pll() local 467 tmp1 = par->hw_state.dclk_2d; in i810_restore_pll() 469 tmp1 &= ~MN_MASK; in i810_restore_pll() 471 i810_writel(DCLK_2D, mmio, tmp1 | tmp2); in i810_restore_pll() 473 tmp1 in i810_restore_pll() 484 u32 tmp1, tmp2; i810_restore_dac() local [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/ |
H A D | cwsr_trap_handler_gfx10.asm | 1208 function save_and_clear_ib_sts(tmp1, tmp2) 1213 s_getreg_b32 tmp1, hwreg(HW_REG_IB_STS) 1214 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_REPLAY_W64H_MASK 1217 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK 1220 s_andn2_b32 tmp1, tmp1, (SQ_WAVE_IB_STS_REPLAY_W64H_MASK | SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MASK) 1221 s_setreg_b32 hwreg(HW_REG_IB_STS), tmp1 1224 function restore_ib_sts(tmp1, tmp2) 1225 s_lshr_b32 tmp1, ttmp11, (TTMP11_SAVE_RCNT_FIRST_REPLAY_SHIFT - SQ_WAVE_IB_STS_FIRST_REPLAY_SHIFT) 1226 s_and_b32 tmp2, tmp1, SQ_WAVE_IB_STS_RCNT_FIRST_REPLAY_MAS [all...] |
/third_party/node/deps/openssl/openssl/crypto/ec/ |
H A D | curve25519.c | 214 fe64 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mulx() local 237 fe64_sub(tmp1, x2, z2); in x25519_scalar_mulx() 241 fe64_mul(z2, z2, tmp1); in x25519_scalar_mulx() 242 fe64_sqr(tmp0, tmp1); in x25519_scalar_mulx() 243 fe64_sqr(tmp1, x2); in x25519_scalar_mulx() 246 fe64_mul(x2, tmp1, tmp0); in x25519_scalar_mulx() 247 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx() 249 fe64_mul121666(z3, tmp1); in x25519_scalar_mulx() 253 fe64_mul(z2, tmp1, tmp in x25519_scalar_mulx() 699 fe51 x1, x2, z2, x3, z3, tmp0, tmp1; x25519_scalar_mult() local 4380 fe x1, x2, z2, x3, z3, tmp0, tmp1; x25519_scalar_mult_generic() local [all...] |
/third_party/openssl/crypto/ec/ |
H A D | curve25519.c | 214 fe64 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mulx() local 237 fe64_sub(tmp1, x2, z2); in x25519_scalar_mulx() 241 fe64_mul(z2, z2, tmp1); in x25519_scalar_mulx() 242 fe64_sqr(tmp0, tmp1); in x25519_scalar_mulx() 243 fe64_sqr(tmp1, x2); in x25519_scalar_mulx() 246 fe64_mul(x2, tmp1, tmp0); in x25519_scalar_mulx() 247 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx() 249 fe64_mul121666(z3, tmp1); in x25519_scalar_mulx() 253 fe64_mul(z2, tmp1, tmp in x25519_scalar_mulx() 699 fe51 x1, x2, z2, x3, z3, tmp0, tmp1; x25519_scalar_mult() local 4380 fe x1, x2, z2, x3, z3, tmp0, tmp1; x25519_scalar_mult_generic() local [all...] |
/third_party/openssl/ohos_lite/crypto/ec/ |
H A D | curve25519.c | 204 fe64 x1, x2, z2, x3, z3, tmp0, tmp1; in x25519_scalar_mulx() local 227 fe64_sub(tmp1, x2, z2); in x25519_scalar_mulx() 231 fe64_mul(z2, z2, tmp1); in x25519_scalar_mulx() 232 fe64_sqr(tmp0, tmp1); in x25519_scalar_mulx() 233 fe64_sqr(tmp1, x2); in x25519_scalar_mulx() 236 fe64_mul(x2, tmp1, tmp0); in x25519_scalar_mulx() 237 fe64_sub(tmp1, tmp1, tmp0); in x25519_scalar_mulx() 239 fe64_mul121666(z3, tmp1); in x25519_scalar_mulx() 243 fe64_mul(z2, tmp1, tmp in x25519_scalar_mulx() 689 fe51 x1, x2, z2, x3, z3, tmp0, tmp1; x25519_scalar_mult() local 4370 fe x1, x2, z2, x3, z3, tmp0, tmp1; x25519_scalar_mult_generic() local [all...] |
/kernel/linux/linux-5.10/sound/isa/es1688/ |
H A D | es1688_lib.c | 185 int cfg, irq_bits, dma, dma_bits, tmp, tmp1; in snd_es1688_init() local 194 tmp1 = 4; in snd_es1688_init() 197 tmp1 = 5; in snd_es1688_init() 200 tmp1 = 6; in snd_es1688_init() 203 tmp1 = 7; in snd_es1688_init() 206 tmp1 = 0; in snd_es1688_init() 208 if (tmp1) { in snd_es1688_init() 209 cfg |= (tmp << 3) | (tmp1 << 5); in snd_es1688_init()
|
/kernel/linux/linux-6.6/sound/isa/es1688/ |
H A D | es1688_lib.c | 185 int cfg, irq_bits, dma, dma_bits, tmp, tmp1; in snd_es1688_init() local 194 tmp1 = 4; in snd_es1688_init() 197 tmp1 = 5; in snd_es1688_init() 200 tmp1 = 6; in snd_es1688_init() 203 tmp1 = 7; in snd_es1688_init() 206 tmp1 = 0; in snd_es1688_init() 208 if (tmp1) { in snd_es1688_init() 209 cfg |= (tmp << 3) | (tmp1 << 5); in snd_es1688_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_modes.c | 711 int tmp1, tmp2; in drm_cvt_mode() local 719 tmp1 = HV_FACTOR * 1000000 - in drm_cvt_mode() 723 hperiod = tmp1 * 2 / (tmp2 * vfieldrate); in drm_cvt_mode() 725 tmp1 = CVT_MIN_VSYNC_BP * HV_FACTOR / hperiod + 1; in drm_cvt_mode() 727 if (tmp1 < (vsync + CVT_MIN_V_PORCH)) in drm_cvt_mode() 730 vsyncandback_porch = tmp1; in drm_cvt_mode() 777 int tmp1, tmp2; in drm_cvt_mode() local 779 tmp1 = HV_FACTOR * 1000000 - in drm_cvt_mode() 782 hperiod = tmp1 / (tmp2 * vfieldrate); in drm_cvt_mode() 877 unsigned int tmp1, tmp in drm_gtf_mode_complex() local [all...] |
/third_party/skia/third_party/externals/libwebp/src/dsp/ |
H A D | dec_sse2.c | 104 const __m128i tmp1 = _mm_add_epi16(b, c); in Transform_SSE2() local 109 VP8Transpose_2_4x4_16b(&tmp0, &tmp1, &tmp2, &tmp3, &T0, &T1, &T2, &T3); in Transform_SSE2() 135 const __m128i tmp1 = _mm_add_epi16(b, c); in Transform_SSE2() local 139 const __m128i shifted1 = _mm_srai_epi16(tmp1, 3); in Transform_SSE2() 743 __m128i mask, tmp1, tmp2; in VFilter16i_SSE2() local 748 LOAD_H_EDGES4(p, stride, p3, p2, tmp1, tmp2); in VFilter16i_SSE2() 749 MAX_DIFF2(p3, p2, tmp1, tmp2, mask); in VFilter16i_SSE2() 763 p1 = tmp1; in VFilter16i_SSE2() 776 __m128i mask, tmp1, tmp2; in HFilter16i_SSE2() local 782 Load16x4_SSE2(p, p + 8 * stride, stride, &p3, &p2, &tmp1, in HFilter16i_SSE2() [all...] |
H A D | filters_msa.c | 108 const v16u8 tmp1 = LD_UB(ppred - stride); in PredictLineGradient() local 112 ILVRL_B2_SH(zero, tmp1, b0, b1); in PredictLineGradient()
|
/third_party/mesa3d/src/gallium/auxiliary/gallivm/ |
H A D | lp_bld_format_s3tc.c | 1618 LLVMValueRef a[4], acode, tmp0, tmp1; in s3tc_decode_block_dxt5() local 1705 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() 1708 tmp1 = LLVMBuildBitCast(builder, tmp1, i32t, ""); in s3tc_decode_block_dxt5() 1709 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0); in s3tc_decode_block_dxt5() 1713 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() 1715 acode = lp_build_interleave2(gallivm, type32, tmp0, tmp1, 0); in s3tc_decode_block_dxt5() 1719 tmp1 = LLVMBuildLShr(builder, acode, in s3tc_decode_block_dxt5() 1723 acode = lp_build_pack2(gallivm, type32, type16, tmp0, tmp1); in s3tc_decode_block_dxt5() 1763 tmp1 in s3tc_decode_block_dxt5() [all...] |
/kernel/linux/linux-5.10/drivers/crypto/caam/ |
H A D | caampkc.h | 59 * @tmp1 : CAAM uses this temporary buffer as internal state buffer. 79 u8 *tmp1; member
|
/kernel/linux/linux-6.6/drivers/crypto/caam/ |
H A D | caampkc.h | 58 * @tmp1 : CAAM uses this temporary buffer as internal state buffer. 78 u8 *tmp1; member
|
/kernel/linux/linux-5.10/arch/parisc/mm/ |
H A D | init.c | 353 unsigned long tmp1; in map_pages() local 390 for (tmp1 = start_pmd; tmp1 < PTRS_PER_PMD; tmp1++, pmd++) { in map_pages()
|
/kernel/linux/linux-6.6/arch/parisc/mm/ |
H A D | init.c | 350 unsigned long tmp1; in map_pages() local 387 for (tmp1 = start_pmd; tmp1 < PTRS_PER_PMD; tmp1++, pmd++) { in map_pages()
|
/third_party/skia/src/opts/ |
H A D | SkBitmapProcState_opts.h | 404 uint16x8_t tmp1, tmp2; in filter_and_scale_by_alpha() local 415 tmp1 = vmull_u8(vreinterpret_u8_u32(va0), v16_y); // tmp1 = [a01|a00] * (16-y) in filter_and_scale_by_alpha() 422 tmp = vmul_u16(vget_high_u16(tmp1), vx); // tmp = a01 * x in filter_and_scale_by_alpha() 424 tmp = vmla_u16(tmp, vget_low_u16(tmp1), v16_x); // tmp += a00 * (16-x) in filter_and_scale_by_alpha()
|