Home
last modified time | relevance | path

Searched refs:pre (Results 301 - 325 of 1656) sorted by relevance

1...<<11121314151617181920>>...67

/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat84 # -- HISTORY -- If not marked, then pre 2.2.
85 # All InterIndic are pre 2.2.
/third_party/lzma/CPP/7zip/UI/Console/
H A DExtractCallbackConsole.cpp597 static void Add_Messsage_Pre_ArcType(UString &s, const char *pre, const wchar_t *arcType) in Add_Messsage_Pre_ArcType() argument
600 s += pre; in Add_Messsage_Pre_ArcType()
/third_party/node/deps/openssl/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl82 LDNW *${INP}++,$TX1 ; pre-fetch input
300 [A0] LDNW *${INP}++,$TX1 ; pre-fetch input
/third_party/node/deps/openssl/openssl/crypto/modes/asm/
H A Dghash-armv4.pl467 veor $Hhl,$Hlo,$Hhi @ Karatsuba pre-processing
485 veor $Hhl,$Hlo,$Hhi @ Karatsuba pre-processing
498 veor $IN#lo,$IN#lo,$IN#hi @ Karatsuba pre-processing
/third_party/python/Lib/
H A Dtempfile.py243 def _mkstemp_inner(dir, pre, suf, flags, output_type):
253 file = _os.path.join(dir, pre + name + suf)
/third_party/openssl/crypto/modes/asm/
H A Dghash-armv4.pl467 veor $Hhl,$Hlo,$Hhi @ Karatsuba pre-processing
485 veor $Hhl,$Hlo,$Hhi @ Karatsuba pre-processing
498 veor $IN#lo,$IN#lo,$IN#hi @ Karatsuba pre-processing
/third_party/openssl/crypto/sha/asm/
H A Dsha1-c64xplus.pl82 LDNW *${INP}++,$TX1 ; pre-fetch input
300 [A0] LDNW *${INP}++,$TX1 ; pre-fetch input
/third_party/rust/crates/memchr/src/memmem/
H A Dmod.rs1004 let mut pre = Pre { state, prefn, ninfo: &self.ninfo }; in find_tw() variables
1005 return tw.find(Some(&mut pre), haystack, needle); in find_tw()
/kernel/linux/linux-5.10/drivers/spi/
H A Dspi-imx.c443 * there are two 4-bit dividers, the pre-divider divides by in mx51_ecspi_clkdiv()
444 * $pre, the post-divider by 2^$post in mx51_ecspi_clkdiv()
446 unsigned int pre, post; in mx51_ecspi_clkdiv() local
464 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv()
466 dev_dbg(spi_imx->dev, "%s: fin: %u, fspi: %u, post: %u, pre: %u\n", in mx51_ecspi_clkdiv()
467 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv()
470 *fres = (fin / (pre + 1)) >> post; in mx51_ecspi_clkdiv()
472 return (pre << MX51_ECSPI_CTRL_PREDIV_OFFSET) | in mx51_ecspi_clkdiv()
/kernel/linux/linux-6.6/drivers/spi/
H A Dspi-imx.c453 * there are two 4-bit dividers, the pre-divider divides by in mx51_ecspi_clkdiv()
454 * $pre, the post-divider by 2^$post in mx51_ecspi_clkdiv()
456 unsigned int pre, post; in mx51_ecspi_clkdiv() local
474 pre = DIV_ROUND_UP(fin, fspi << post) - 1; in mx51_ecspi_clkdiv()
476 dev_dbg(spi_imx->dev, "%s: fin: %u, fspi: %u, post: %u, pre: %u\n", in mx51_ecspi_clkdiv()
477 __func__, fin, fspi, post, pre); in mx51_ecspi_clkdiv()
480 *fres = (fin / (pre + 1)) >> post; in mx51_ecspi_clkdiv()
482 return (pre << MX51_ECSPI_CTRL_PREDIV_OFFSET) | in mx51_ecspi_clkdiv()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_atomic.h192 #error SMP not supported on pre-ARMv6 CPUs
/kernel/linux/linux-6.6/arch/arc/kernel/
H A Dentry.S148 ; for traps, ERET is pre-commit so points to next-PC
229 ; syscall tracing ongoing, invoke pre-post-hooks around syscall
/third_party/node/deps/v8/tools/
H A Dgen-postmortem-metadata.py450 pre = line.strip()
/third_party/node/deps/v8/src/date/
H A Ddateparser.h253 // 'pre' contains a prefix of the word, zero-padded to size kPrefixLength
255 static int Lookup(const uint32_t* pre, int len);
/third_party/curl/projects/
H A Dbuild-openssl.bat366 rem %4 - Build type (TRUE for legacy aka pre v1.1.0; otherwise FALSE)
449 rem %3 - Build type (TRUE for legacy aka pre v1.1.0; otherwise FALSE)
488 rem %3 - Build type (TRUE for legacy aka pre v1.1.0; otherwise FALSE)
H A Dgenerate.bat47 if /i "%~1" == "pre" (
374 echo pre - Prerequisites only
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/
H A Dghash-armv4.S387 veor d28,d26,d27 @ Karatsuba pre-processing
405 veor d28,d26,d27 @ Karatsuba pre-processing
452 veor d6,d6,d7 @ Karatsuba pre-processing
/third_party/node/deps/openssl/config/archs/linux-armv4/asm_avx2/crypto/modes/
H A Dghash-armv4.S387 veor d28,d26,d27 @ Karatsuba pre-processing
405 veor d28,d26,d27 @ Karatsuba pre-processing
452 veor d6,d6,d7 @ Karatsuba pre-processing
/kernel/linux/linux-5.10/drivers/misc/genwqe/
H A Dcard_ddcb.c435 "%s %s: err: wrong VCRC pre=%02x vcrc_len=%d bytes vcrc_data=%04x is not vcrc_card=%04x\n", in genwqe_check_ddcb_queue()
437 pddcb->pre, VCRC_LENGTH(req->cmd.asv_length), in genwqe_check_ddcb_queue()
600 pddcb->pre = DDCB_PRESET_PRE; /* 128 */ in get_next_ddcb()
1337 * Relies on the pre-condition that there are no users of the card
/kernel/linux/linux-5.10/drivers/media/pci/cx88/
H A Dcx88-core.c742 static const u32 pre[] = { 0, 0, 0, 3, 2, 1 }; in set_pll() local
754 reg = (pll & 0x3ffffff) | (pre[prescale] << 26); in set_pll()
766 dprintk(1, "pll locked [pre=%d,ofreq=%d]\n", in set_pll()
773 dprintk(1, "pll NOT locked [pre=%d,ofreq=%d]\n", prescale, ofreq); in set_pll()
/kernel/linux/linux-5.10/drivers/staging/android/
H A Dashmem.c262 size_t pre = range_size(range); in range_shrink() local
268 lru_count -= pre - range_size(range); in range_shrink()
/kernel/linux/linux-6.6/drivers/misc/genwqe/
H A Dcard_ddcb.c435 "%s %s: err: wrong VCRC pre=%02x vcrc_len=%d bytes vcrc_data=%04x is not vcrc_card=%04x\n", in genwqe_check_ddcb_queue()
437 pddcb->pre, VCRC_LENGTH(req->cmd.asv_length), in genwqe_check_ddcb_queue()
600 pddcb->pre = DDCB_PRESET_PRE; /* 128 */ in get_next_ddcb()
1337 * Relies on the pre-condition that there are no users of the card
/kernel/linux/linux-6.6/drivers/media/pci/cx88/
H A Dcx88-core.c756 static const u32 pre[] = { 0, 0, 0, 3, 2, 1 }; in set_pll() local
768 reg = (pll & 0x3ffffff) | (pre[prescale] << 26); in set_pll()
780 dprintk(1, "pll locked [pre=%d,ofreq=%d]\n", in set_pll()
787 dprintk(1, "pll NOT locked [pre=%d,ofreq=%d]\n", prescale, ofreq); in set_pll()
/third_party/node/deps/openssl/openssl/crypto/ec/
H A Dec_local.h202 * Types and functions to manipulate pre-computed values.
282 #define SETPRECOMP(g, type, pre) \
283 g->pre_comp_type = PCT_##type, g->pre_comp.type = pre
/third_party/openssl/crypto/ec/
H A Dec_local.h202 * Types and functions to manipulate pre-computed values.
282 #define SETPRECOMP(g, type, pre) \
283 g->pre_comp_type = PCT_##type, g->pre_comp.type = pre

Completed in 26 milliseconds

1...<<11121314151617181920>>...67