/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | dumpICUrules.bat | 84 # -- HISTORY -- If not marked, then pre 2.2. 85 # All InterIndic are pre 2.2.
|
/third_party/lzma/CPP/7zip/UI/Console/ |
H A D | ExtractCallbackConsole.cpp | 597 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 D | sha1-c64xplus.pl | 82 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 D | ghash-armv4.pl | 467 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 D | tempfile.py | 243 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 D | ghash-armv4.pl | 467 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 D | sha1-c64xplus.pl | 82 LDNW *${INP}++,$TX1 ; pre-fetch input 300 [A0] LDNW *${INP}++,$TX1 ; pre-fetch input
|
/third_party/rust/crates/memchr/src/memmem/ |
H A D | mod.rs | 1004 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 D | spi-imx.c | 443 * 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 D | spi-imx.c | 453 * 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 D | oal_atomic.h | 192 #error SMP not supported on pre-ARMv6 CPUs
|
/kernel/linux/linux-6.6/arch/arc/kernel/ |
H A D | entry.S | 148 ; 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 D | gen-postmortem-metadata.py | 450 pre = line.strip()
|
/third_party/node/deps/v8/src/date/ |
H A D | dateparser.h | 253 // '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 D | build-openssl.bat | 366 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 D | generate.bat | 47 if /i "%~1" == "pre" (
374 echo pre - Prerequisites only
|
/third_party/node/deps/openssl/config/archs/linux-armv4/asm/crypto/modes/ |
H A D | ghash-armv4.S | 387 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 D | ghash-armv4.S | 387 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 D | card_ddcb.c | 435 "%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 D | cx88-core.c | 742 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 D | ashmem.c | 262 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 D | card_ddcb.c | 435 "%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 D | cx88-core.c | 756 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 D | ec_local.h | 202 * 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 D | ec_local.h | 202 * 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
|