Home
last modified time | relevance | path

Searched refs:pre (Results 126 - 150 of 1624) sorted by relevance

12345678910>>...65

/third_party/node/deps/openssl/openssl/include/internal/
H A Dcore.h55 int (*pre)(OSSL_PROVIDER *, int operation_id,
/third_party/openssl/include/internal/
H A Dcore.h55 int (*pre)(OSSL_PROVIDER *, int operation_id,
/kernel/linux/linux-5.10/drivers/phy/xilinx/
H A Dphy-zynqmp.c458 static void xpsgtr_phy_configure_dp(struct xpsgtr_phy *gtr_phy, unsigned int pre, in xpsgtr_phy_configure_dp() argument
474 xpsgtr_write_phy(gtr_phy, L0_TXPMD_TM_48, voltage_swing[pre][voltage]); in xpsgtr_phy_configure_dp()
475 xpsgtr_write_phy(gtr_phy, L0_TX_ANA_TM_18, pre_emphasis[pre][voltage]); in xpsgtr_phy_configure_dp()
647 xpsgtr_phy_configure_dp(gtr_phy, opts->dp.pre[0], opts->dp.voltage[0]); in xpsgtr_phy_configure()
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl22 # results are for streamed GHASH subroutine on UltraSPARC pre-Tx CPU
45 # cycles to process one byte on UltraSPARC pre-Tx CPU and ~24 on T1.
415 xor $Hhi,$Hlo,$Hhl ! Karatsuba pre-processing
417 xor $Xlo,$Xhi,$C2 ! Karatsuba pre-processing
477 xor $Hhi,$Hlo,$Hhl ! Karatsuba pre-processing
498 xor $Xlo,$Xhi,$C2 ! Karatsuba pre-processing
H A Dghash-c64xplus.pl73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
200 ; input pre-fetch is possible where D1 slot is available...
/third_party/openssl/crypto/modes/asm/
H A Dghash-sparcv9.pl22 # results are for streamed GHASH subroutine on UltraSPARC pre-Tx CPU
45 # cycles to process one byte on UltraSPARC pre-Tx CPU and ~24 on T1.
415 xor $Hhi,$Hlo,$Hhl ! Karatsuba pre-processing
417 xor $Xlo,$Xhi,$C2 ! Karatsuba pre-processing
477 xor $Hhi,$Hlo,$Hhl ! Karatsuba pre-processing
498 xor $Xlo,$Xhi,$C2 ! Karatsuba pre-processing
H A Dghash-c64xplus.pl73 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
101 SHL $E10000,16,$E10000 ; [pre-shifted] reduction polynomial
200 ; input pre-fetch is possible where D1 slot is available...
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/
H A Di915_drv.c260 * We don't keep the workarounds for pre-production hardware, so we expect our
264 * Our policy for removing pre-production workarounds is to keep the
271 bool pre = false; in intel_detect_preproduction_hw() local
273 pre |= IS_HSW_EARLY_SDV(dev_priv); in intel_detect_preproduction_hw()
274 pre |= IS_SKL_REVID(dev_priv, 0, SKL_REVID_F0); in intel_detect_preproduction_hw()
275 pre |= IS_BXT_REVID(dev_priv, 0, BXT_REVID_B_LAST); in intel_detect_preproduction_hw()
276 pre |= IS_KBL_GT_REVID(dev_priv, 0, KBL_REVID_A0); in intel_detect_preproduction_hw()
277 pre |= IS_GLK_REVID(dev_priv, 0, GLK_REVID_A2); in intel_detect_preproduction_hw()
279 if (pre) { in intel_detect_preproduction_hw()
280 drm_err(&dev_priv->drm, "This is a pre in intel_detect_preproduction_hw()
[all...]
/third_party/ffmpeg/libavcodec/
H A Dhevc_cabac.c499 int pre = 2 * (((m * av_clip(s->sh.slice_qp, 0, 51)) >> 4) + n) - 127; in cabac_init_state() local
501 pre ^= pre >> 31; in cabac_init_state()
502 if (pre > 124) in cabac_init_state()
503 pre = 124 + (pre & 1); in cabac_init_state()
504 s->HEVClc->cabac_state[i] = pre; in cabac_init_state()
/third_party/libabigail/src/
H A Dabg-comp-filter.cc1704 /// @param pre this is true iff the node is being visited *before* the
1710 categorize_harmless_diff_node(diff *d, bool pre) in categorize_harmless_diff_node() argument
1715 if (pre) in categorize_harmless_diff_node()
1792 /// @param pre this is true iff the node is being visited *before* the
1798 categorize_harmful_diff_node(diff *d, bool pre) in categorize_harmful_diff_node() argument
1803 if (pre) in categorize_harmful_diff_node()
1847 /// @param pre this is true iff the node is being visited *before* the
1853 harmless_harmful_filter::visit(diff* d, bool pre) in visit() argument
1855 return (categorize_harmless_diff_node(d, pre) in visit()
1856 && categorize_harmful_diff_node(d, pre)); in visit()
[all...]
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-loopback-test.c383 static void spi_test_print_hex_dump(char *pre, const void *ptr, size_t len) in spi_test_print_hex_dump() argument
387 print_hex_dump(KERN_INFO, pre, in spi_test_print_hex_dump()
393 print_hex_dump(KERN_INFO, pre, in spi_test_print_hex_dump()
398 pre, len - 512); in spi_test_print_hex_dump()
399 print_hex_dump(KERN_INFO, pre, in spi_test_print_hex_dump()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-loopback-test.c421 static void spi_test_print_hex_dump(char *pre, const void *ptr, size_t len) in spi_test_print_hex_dump() argument
425 print_hex_dump(KERN_INFO, pre, in spi_test_print_hex_dump()
431 print_hex_dump(KERN_INFO, pre, in spi_test_print_hex_dump()
436 pre, len - 512); in spi_test_print_hex_dump()
437 print_hex_dump(KERN_INFO, pre, in spi_test_print_hex_dump()
/third_party/python/Objects/
H A Dcomplexobject.c357 char *pre = NULL; in complex_repr() local
361 for pre or a pointer to a constant. lead and tail in complex_repr()
380 pre = PyOS_double_to_string(v->cval.real, format_code, in complex_repr()
382 if (!pre) { in complex_repr()
386 re = pre; in complex_repr()
400 PyMem_Free(pre); in complex_repr()
/third_party/ffmpeg/libswscale/arm/
H A Dyuv2rgb_neon.S35 .macro compute_color dst_comp1 dst_comp2 pre
36 vadd.s16 q1, q14, \pre
37 vadd.s16 q2, q15, \pre
/third_party/rust/crates/memchr/src/memmem/
H A Dtwoway.rs44 /// critical position and a pre-computed shift.
109 pre: Option<&mut Pre<'_>>,
118 self.find_small_imp(pre, haystack, needle, period)
121 self.find_large_imp(pre, haystack, needle, shift)
132 pre: Option<&mut Pre<'_>>, in find_general()
141 self.find(pre, haystack, needle) in find_general()
154 mut pre: Option<&mut Pre<'_>>, in find_small_imp()
164 if let Some(pre) = pre.as_mut() { in find_small_imp()
165 if pre in find_small_imp()
[all...]
/third_party/skia/third_party/externals/abseil-cpp/absl/time/
H A Dtime_test.cc636 absl::FormatTime(fmt, nov01_ci.pre, nyc)); in TEST()
637 EXPECT_EQ(nov01_ci.pre, nov01_ci.trans); in TEST()
638 EXPECT_EQ(nov01_ci.pre, nov01_ci.post); in TEST()
639 EXPECT_EQ(nov01_ci.pre, absl::FromCivil(nov01, nyc)); in TEST()
648 absl::FormatTime(fmt, mar_ci.pre, nyc)); in TEST()
662 absl::FormatTime(fmt, nov06_ci.pre, nyc)); in TEST()
667 EXPECT_EQ(nov06_ci.pre, absl::FromCivil(nov06, nyc)); in TEST()
673 EXPECT_EQ(-1, absl::ToTimeT(minus1_cl.pre)); in TEST()
675 absl::FormatTime(fmt, minus1_cl.pre, nyc)); in TEST()
677 absl::FormatTime(fmt, minus1_cl.pre, abs in TEST()
[all...]
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_ddcb.h52 u8 pre; /* Preamble */ member
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_ddcb.h52 u8 pre; /* Preamble */ member
/kernel/liteos_a/testsuites/unittest/basic/mem/vm/smoke/
H A Dmmap_test_008.cpp45 void *pre = NULL; in Testcase() local
/third_party/node/deps/minimatch/src/node_modules/balanced-match/
H A Dindex.js12 pre: str.slice(0, r[0]),
/third_party/node/deps/npm/node_modules/balanced-match/
H A Dindex.js12 pre: str.slice(0, r[0]),
/third_party/skia/third_party/externals/imgui/examples/example_emscripten_wgpu/
H A DMakefile88 rm -f $(EXE) $(OBJS) $(WEB_DIR)/*.js $(WEB_DIR)/*.wasm $(WEB_DIR)/*.wasm.pre
/kernel/linux/linux-5.10/arch/x86/mm/
H A Dmmio-mod.c60 * - pre/post callbacks assume the effect of is_enabled() being true.
104 * For some reason the pre/post pairs have been called in an
130 static void pre(struct kmmio_probe *p, struct pt_regs *regs, in pre() function
243 .pre_handler = pre, in ioremap_trace_core()
/kernel/linux/linux-5.10/drivers/rtc/
H A Drtc-brcmstb-waketimer.c72 u32 pre; member
85 t->pre = timer->rate - tmp; in wktmr_read()
/kernel/linux/linux-6.6/arch/x86/mm/
H A Dmmio-mod.c58 * - pre/post callbacks assume the effect of is_enabled() being true.
102 * For some reason the pre/post pairs have been called in an
128 static void pre(struct kmmio_probe *p, struct pt_regs *regs, in pre() function
241 .pre_handler = pre, in ioremap_trace_core()

Completed in 19 milliseconds

12345678910>>...65