Home
last modified time | relevance | path

Searched refs:subst (Results 176 - 198 of 198) sorted by relevance

12345678

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/
H A DBitTracker.h55 void subst(RegisterRef OldRR, RegisterRef NewRR);
H A DHexagonLoopIdiomRecognition.cpp233 Value *subst(Value *Tree, Value *OldV, Value *NewV);
380 Value *Simplifier::Context::subst(Value *Tree, Value *OldV, Value *NewV) { in subst() function in Simplifier::Context
428 NewV = subst(NewV, V, DupV); in replace()
436 Root = subst(Root, OldV, NewV); in replace()
H A DBitTracker.cpp999 void BT::subst(RegisterRef OldRR, RegisterRef NewRR) {
/kernel/linux/linux-5.10/
H A DMakefile157 ifneq ($(words $(subst :, ,$(abs_srctree))), 1)
1661 printf " %-27s - Build for %s\\n" $(b) $(subst _defconfig,,$(b));) \
1696 printf " %-24s - Build for %s\\n" $*/$(b) $(subst _defconfig,,$(b));) \
/third_party/node/
H A DMakefile67 NO_BIN_OVERRIDE_PATH=$(subst $() $(),:,$(filter-out $(OVERRIDE_BIN_DIR),$(subst :, ,$(PATH))))
751 apiassets = $(subst api_assets,api/assets,$(addprefix out/,$(wildcard doc/api_assets/*)))
857 CHANGELOG=doc/changelogs/CHANGELOG_V$(firstword $(subst ., ,$(RAWVER))).md
/kernel/linux/linux-5.10/arch/powerpc/
H A DMakefile45 UTS_MACHINE := $(subst $(space),,$(machine-y))
/kernel/linux/linux-5.10/arch/powerpc/boot/
H A DMakefile361 image-y += $(subst ",,$(CONFIG_EXTRA_TARGETS))
384 $(call if_changed,wrap,$(subst $(obj)/zImage.,,$@))
/third_party/ffmpeg/tests/
H A DMakefile36 $(M)./$< $@ $(subst -, ,$*)
/kernel/linux/linux-6.6/arch/powerpc/boot/
H A DMakefile399 $(call if_changed,wrap,$(subst $(obj)/zImage.,,$@))
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dhb-ot-layout-gsub-table.hh364 Iterator subst) in serialize()
367 return_trace (substitute.serialize (c, subst)); in serialize()
/third_party/ffmpeg/tests/fate/
H A Dvcodec.mak5 fate-vsynth%: CODEC = $(word 3, $(subst -, ,$(@)))
/third_party/eudev/src/udev/
H A Dudev-rules.c203 enum string_subst_type subst:4; member
986 token->key.subst = SB_SUBSYS; in rule_add_key()
988 token->key.subst = SB_FORMAT; in rule_add_key()
990 token->key.subst = SB_NONE; in rule_add_key()
/third_party/ffmpeg/libavfilter/
H A DMakefile628 OPENCL = $(subst $(SRC_PATH)/,,$(wildcard $(SRC_PATH)/libavfilter/opencl/*.cl))
/third_party/node/deps/openssl/openssl/
H A DConfigure1998 my $subst = $+{SUBST};
2000 $variable_value =~ s/\Q$re\E/$subst/g;
2005 "'$re' with '$subst'\n";
/third_party/openssl/
H A DConfigure1993 my $subst = $+{SUBST};
1995 $variable_value =~ s/\Q$re\E/$subst/g;
2000 "'$re' with '$subst'\n";
/third_party/rust/crates/memchr/bench/data/code/
H A Drust-library.rs1021 let mut subst = vec![0u8; 1000]; in bench_in_place_zip_recycle() variables
1022 rng.fill_bytes(&mut subst[..]); in bench_in_place_zip_recycle()
1028 .zip(subst.iter().copied()) in bench_in_place_zip_recycle()
1040 let mut subst = vec![0u8; 1000]; in bench_in_place_zip_iter_mut() variables
1041 rng.fill_bytes(&mut subst[..]); in bench_in_place_zip_iter_mut()
1045 *d = d.wrapping_add(i as u8) ^ subst[i]; in bench_in_place_zip_iter_mut()
[all...]
/third_party/typescript/lib/
H A DtypingsInstaller.js[all...]
H A Dtsc.js[all...]
H A Dtsserverlibrary.js[all...]
H A Dtypescript.js[all...]
H A DtypescriptServices.js[all...]
H A Dtsserver.js[all...]
/third_party/node/test/fixtures/snapshot/
H A Dtypescript.js[all...]

Completed in 258 milliseconds

12345678