/third_party/skia/third_party/externals/icu/source/extra/uconv/ |
D | makedata.mak | 14 !IF "$(CFG)" == "" 15 CFG=Debug macro 20 …CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CF… 21 !MESSAGE Invalid configuration "$(CFG)" specified. 23 !MESSAGE by defining the macro CFG on the command line. For example: 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 47 DLL_OUTPUT=.\$(CFG) 55 # Note: This is similar to the TOOLS CFG PATH in source\data\makedata.mak 56 …"$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" || "$(CFG)" == "ARM\Release" || "$(CFG)" == "… 66 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" [all …]
|
/third_party/icu/icu4c/source/extra/uconv/ |
D | makedata.mak | 14 !IF "$(CFG)" == "" 15 CFG=Debug macro 20 …CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CF… 21 !MESSAGE Invalid configuration "$(CFG)" specified. 23 !MESSAGE by defining the macro CFG on the command line. For example: 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 47 DLL_OUTPUT=.\$(CFG) 55 # Note: This is similar to the TOOLS CFG PATH in source\data\makedata.mak 56 …"$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" || "$(CFG)" == "ARM\Release" || "$(CFG)" == "… 66 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/extra/uconv/ |
D | makedata.mak | 14 !IF "$(CFG)" == "" 15 CFG=Debug macro 20 …CFG)" != "Release" && "$(CFG)" != "release" && "$(CFG)" != "Debug" && "$(CFG)" != "debug" && "$(CF… 21 !MESSAGE Invalid configuration "$(CFG)" specified. 23 !MESSAGE by defining the macro CFG on the command line. For example: 25 !MESSAGE NMAKE /f "makedata.mak" CFG="Debug" 47 DLL_OUTPUT=.\$(CFG) 54 !IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" 109 -@erase "$(CFG)\*uconvmsg*.*"
|
/third_party/rust/crates/cxx/gen/build/src/ |
D | error.rs | 1 use crate::cfg::CFG; 43 expr!(CFG.exported_header_dirs), in fmt() 49 expr!(CFG.exported_header_prefixes), in fmt() 54 expr!(CFG.exported_header_dirs), in fmt() 60 expr!(CFG.exported_header_prefixes), in fmt() 66 expr!(CFG.exported_header_links), in fmt() 72 expr!(CFG.exported_header_prefixes), in fmt() 78 expr!(CFG.exported_header_links), in fmt()
|
D | lib.rs | 112 pub use crate::cfg::{Cfg, CFG}; 167 let include_prefix = Path::new(CFG.include_prefix); in init() 241 for exported_dir in &CFG.exported_header_dirs { in validate_cfg() 247 for prefix in &CFG.exported_header_prefixes { in validate_cfg() 254 if !CFG.exported_header_dirs.is_empty() { in validate_cfg() 257 if !CFG.exported_header_prefixes.is_empty() { in validate_cfg() 260 if !CFG.exported_header_links.is_empty() { in validate_cfg() 292 for exported_dir in &CFG.exported_header_dirs { in make_this_crate() 305 Some(links_attribute) => CFG.exported_header_links.iter().any(|&exported| { in make_this_crate() 316 Some(include_prefix) => CFG.exported_header_prefixes.iter().any(|&exported| { in make_this_crate() [all …]
|
/third_party/flutter/skia/third_party/externals/freetype/ |
D | configure | 124 CFG= 130 x--srcdir=* ) CFG="$CFG '$x'/builds/unix" ;; 131 *) CFG="$CFG '$x'" ;; 135 CFG=$CFG $MAKE setup unix
|
/third_party/skia/third_party/externals/freetype/ |
D | configure | 124 CFG= 130 x--srcdir=* ) CFG="$CFG '$x'/builds/unix" ;; 131 *) CFG="$CFG '$x'" ;; 135 CFG=$CFG $MAKE setup unix
|
/third_party/freetype/ |
D | configure | 124 CFG= 130 x--srcdir=* ) CFG="$CFG '$x'/builds/unix" ;; 131 *) CFG="$CFG '$x'" ;; 135 CFG=$CFG $MAKE setup unix
|
/third_party/skia/third_party/externals/spirv-cross/ |
D | spirv_cfg.cpp | 33 CFG::CFG(Compiler &compiler_, const SPIRFunction &func_) in CFG() function in SPIRV_CROSS_NAMESPACE::CFG 41 uint32_t CFG::find_common_dominator(uint32_t a, uint32_t b) const in find_common_dominator() 53 void CFG::build_immediate_dominators() in build_immediate_dominators() 79 bool CFG::is_back_edge(uint32_t to) const in is_back_edge() 87 bool CFG::has_visited_forward_edge(uint32_t to) const in has_visited_forward_edge() 94 bool CFG::post_order_visit(uint32_t block_id) in post_order_visit() 208 void CFG::build_post_order_visit_order() in build_post_order_visit_order() 217 void CFG::add_branch(uint32_t from, uint32_t to) in add_branch() 228 uint32_t CFG::find_loop_dominator(uint32_t block_id) const in find_loop_dominator() 278 bool CFG::node_terminates_control_flow_in_sub_graph(BlockID from, BlockID to) const in node_terminates_control_flow_in_sub_graph() [all …]
|
D | spirv_cfg.hpp | 33 class CFG class 36 CFG(Compiler &compiler, const SPIRFunction &function); 147 DominatorBuilder(const CFG &cfg); 158 const CFG &cfg;
|
/third_party/rust/crates/cxx/book/src/build/ |
D | cargo.md | 75 name by modifying **[`CFG.include_prefix`][CFG]** from build.rs: 77 [CFG]: https://docs.rs/cxx-build/*/cxx_build/static.CFG.html 82 use cxx_build::CFG; 85 CFG.include_prefix = "my/project"; 151 The following CFG settings are only relevant to you if you are writing a library 156 **[`CFG.exported_header_dirs`][CFG]** (vector of absolute paths) defines a set 184 use cxx_build::CFG; 190 CFG.exported_header_dirs.extend(python_include_paths); 207 use cxx_build::CFG; 214 CFG.exported_header_dirs.push(&headers); [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/ |
D | VPlan.cpp | 115 VPBasicBlock::createEmptyBasicBlock(VPTransformState::CFGState &CFG) { in createEmptyBasicBlock() argument 118 BasicBlock *PrevBB = CFG.PrevBB; in createEmptyBasicBlock() 120 PrevBB->getParent(), CFG.LastBB); in createEmptyBasicBlock() 127 BasicBlock *PredBB = CFG.VPBB2IRBB[PredVPBB]; in createEmptyBasicBlock() 138 CFG.VPBBsToFix.push_back(PredVPBB); in createEmptyBasicBlock() 165 VPBasicBlock *PrevVPBB = State->CFG.PrevVPBB; in execute() 167 BasicBlock *NewBB = State->CFG.PrevBB; // Reuse it if possible. in execute() 182 NewBB = createEmptyBasicBlock(State->CFG); in execute() 188 Loop *L = State->LI->getLoopFor(State->CFG.LastBB); in execute() 190 State->CFG.PrevBB = NewBB; in execute() [all …]
|
/third_party/node/deps/cares/ |
D | Makefile.msvc | 130 ! MESSAGE Usage: nmake /f makefile.msvc CFG=<config> <target> 158 CARES_OUTDIR = $(CARES_DIR)\$(CFG) 159 PROG1_OUTDIR = $(PROG1_DIR)\$(CFG) 160 PROG2_OUTDIR = $(PROG2_DIR)\$(CFG) 161 PROG3_OUTDIR = $(PROG3_DIR)\$(CFG) 384 $(MAKE) /NOLOGO /f .\Makefile.msvc CFG=lib-release ALL 385 $(MAKE) /NOLOGO /f .\Makefile.msvc CFG=lib-debug ALL 386 $(MAKE) /NOLOGO /f .\Makefile.msvc CFG=dll-release ALL 387 $(MAKE) /NOLOGO /f .\Makefile.msvc CFG=dll-debug ALL 393 @$(MAKE) /nologo /f .\Makefile.msvc CFG=lib-release install [all …]
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/ |
D | cfg.cpp | 36 CFG::CFG(Module* module) in CFG() function in spvtools::opt::CFG 49 void CFG::AddEdges(BasicBlock* blk) { in AddEdges() 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { in RemoveNonExistingEdges() 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, in ForEachBlockInPostOrder() 111 void CFG::ForEachBlockInReversePostOrder( in ForEachBlockInReversePostOrder() 119 bool CFG::WhileEachBlockInReversePostOrder( in WhileEachBlockInReversePostOrder() 135 void CFG::ComputeStructuredSuccessors(Function* func) { in ComputeStructuredSuccessors() 161 void CFG::ComputePostOrderTraversal(BasicBlock* bb, in ComputePostOrderTraversal() 185 BasicBlock* CFG::SplitLoopHeader(BasicBlock* bb) { in SplitLoopHeader()
|
D | control_dependence.h | 68 uint32_t GetConditionID(const CFG& cfg) const; 119 void ComputeControlDependenceGraph(const CFG& cfg, 177 void ComputePostDominanceFrontiers(const CFG& cfg, 181 void ComputePostDominanceFrontierForNode(const CFG& cfg,
|
D | control_dependence.cpp | 45 uint32_t ControlDependence::GetConditionID(const CFG& cfg) const { in GetConditionID() 80 const CFG& cfg, const PostDominatorAnalysis& pdom) { in ComputePostDominanceFrontiers() 111 const CFG& cfg, const PostDominatorAnalysis& pdom, uint32_t function_entry, in ComputePostDominanceFrontierForNode() 140 const CFG& cfg, const PostDominatorAnalysis& pdom) { in ComputeControlDependenceGraph()
|
/third_party/spirv-tools/source/opt/ |
D | cfg.cpp | 36 CFG::CFG(Module* module) in CFG() function in spvtools::opt::CFG 49 void CFG::AddEdges(BasicBlock* blk) { in AddEdges() 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { in RemoveNonExistingEdges() 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, in ForEachBlockInPostOrder() 111 void CFG::ForEachBlockInReversePostOrder( in ForEachBlockInReversePostOrder() 119 bool CFG::WhileEachBlockInReversePostOrder( in WhileEachBlockInReversePostOrder() 135 void CFG::ComputeStructuredSuccessors(Function* func) { in ComputeStructuredSuccessors() 161 void CFG::ComputePostOrderTraversal(BasicBlock* bb, in ComputePostOrderTraversal() 185 BasicBlock* CFG::SplitLoopHeader(BasicBlock* bb) { in SplitLoopHeader()
|
D | control_dependence.h | 68 uint32_t GetConditionID(const CFG& cfg) const; 119 void ComputeControlDependenceGraph(const CFG& cfg, 177 void ComputePostDominanceFrontiers(const CFG& cfg, 181 void ComputePostDominanceFrontierForNode(const CFG& cfg,
|
/third_party/skia/third_party/externals/spirv-tools/source/opt/ |
D | cfg.cpp | 36 CFG::CFG(Module* module) in CFG() function in spvtools::opt::CFG 49 void CFG::AddEdges(BasicBlock* blk) { in AddEdges() 59 void CFG::RemoveNonExistingEdges(uint32_t blk_id) { in RemoveNonExistingEdges() 75 void CFG::ComputeStructuredOrder(Function* func, BasicBlock* root, in ComputeStructuredOrder() 98 void CFG::ForEachBlockInPostOrder(BasicBlock* bb, in ForEachBlockInPostOrder() 111 void CFG::ForEachBlockInReversePostOrder( in ForEachBlockInReversePostOrder() 119 bool CFG::WhileEachBlockInReversePostOrder( in WhileEachBlockInReversePostOrder() 135 void CFG::ComputeStructuredSuccessors(Function* func) { in ComputeStructuredSuccessors() 161 void CFG::ComputePostOrderTraversal(BasicBlock* bb, in ComputePostOrderTraversal() 185 BasicBlock* CFG::SplitLoopHeader(BasicBlock* bb) { in SplitLoopHeader()
|
D | control_dependence.h | 68 uint32_t GetConditionID(const CFG& cfg) const; 119 void ComputeControlDependenceGraph(const CFG& cfg, 177 void ComputePostDominanceFrontiers(const CFG& cfg, 181 void ComputePostDominanceFrontierForNode(const CFG& cfg,
|
D | control_dependence.cpp | 45 uint32_t ControlDependence::GetConditionID(const CFG& cfg) const { in GetConditionID() 80 const CFG& cfg, const PostDominatorAnalysis& pdom) { in ComputePostDominanceFrontiers() 111 const CFG& cfg, const PostDominatorAnalysis& pdom, uint32_t function_entry, in ComputePostDominanceFrontierForNode() 140 const CFG& cfg, const PostDominatorAnalysis& pdom) { in ComputeControlDependenceGraph()
|
/third_party/libxml2/win32/wince/ |
D | libxml2.vcp | 11 CFG=libxml2 - Win32 (WCE ARM) Release 18 !MESSAGE by defining the macro CFG on the command line. For example: 20 !MESSAGE NMAKE /f "libxml2.vcn" CFG="libxml2 - Win32 (WCE ARM) Release" 38 !IF "$(CFG)" == "libxml2 - Win32 (WCE ARM) Release" 71 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE ARM) Debug" 105 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE x86em) Debug" 138 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE MIPS) Release" 171 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE SH3) Release" 203 !ELSEIF "$(CFG)" == "libxml2 - Win32 (WCE x86) Debug" 253 !IF "$(CFG)" == "libxml2 - Win32 (WCE ARM) Release" [all …]
|
/third_party/skia/third_party/externals/icu/source/data/ |
D | makedata.mak | 108 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" 110 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug" 112 !ELSE IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" 152 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" 155 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug" 162 # TOOLS CFG PATH 164 …ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path. 171 CFGTOOLS=$(CFG) 173 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM64\Release" 176 !IF "$(CFG)" == "ARM\Debug" || "$(CFG)" == "ARM64\Debug" [all …]
|
/third_party/icu/icu4c/source/data/ |
D | makedata.mak | 108 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" 110 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug" 112 !ELSE IF "$(CFG)" == "x64\Release" || "$(CFG)" == "x64\Debug" 152 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM\Debug" 155 !ELSE IF "$(CFG)" == "ARM64\Release" || "$(CFG)" == "ARM64\Debug" 162 # TOOLS CFG PATH 164 …ARM and ARM64 need to use another build of the other tools, so make sure to get an usable CFG path. 171 CFGTOOLS=$(CFG) 173 !IF "$(CFG)" == "ARM\Release" || "$(CFG)" == "ARM64\Release" 176 !IF "$(CFG)" == "ARM\Debug" || "$(CFG)" == "ARM64\Debug" [all …]
|
/third_party/flutter/skia/src/sksl/ |
D | SkSLCFGGenerator.h | 120 struct CFG { struct 155 CFG getCFG(FunctionDefinition& f); 158 void addStatement(CFG& cfg, std::unique_ptr<Statement>* s); 160 void addExpression(CFG& cfg, std::unique_ptr<Expression>* e, bool constantPropagate); 162 void addLValue(CFG& cfg, std::unique_ptr<Expression>* e);
|