Home
last modified time | relevance | path

Searched defs:cfg (Results 1 – 25 of 328) sorted by relevance

12345678910>>...14

/third_party/rust/crates/libc/libc-test/
Dbuild.rs70 let mut cfg = ctest::TestGenerator::new(); in ctest_cfg() localVariable
187 let mut cfg = ctest_cfg(); in test_apple() localVariable
416 let mut cfg = ctest_cfg(); in test_openbsd() localVariable
585 let mut cfg = ctest_cfg(); in test_windows() localVariable
706 let mut cfg = ctest_cfg(); in test_redox() localVariable
759 let mut cfg = ctest_cfg(); in test_solarish() localVariable
994 let mut cfg = ctest_cfg(); in test_netbsd() localVariable
1204 let mut cfg = ctest_cfg(); in test_dragonflybsd() localVariable
1428 let mut cfg = ctest_cfg(); in test_wasi() localVariable
1509 let mut cfg = ctest_cfg(); in test_android() localVariable
[all …]
/third_party/littlefs/bd/
Dlfs_testbd.c14 int lfs_testbd_createcfg(const struct lfs_config *cfg, const char *path, in lfs_testbd_createcfg()
71 int lfs_testbd_create(const struct lfs_config *cfg, const char *path) { in lfs_testbd_create()
88 int lfs_testbd_destroy(const struct lfs_config *cfg) { in lfs_testbd_destroy()
107 static int lfs_testbd_rawread(const struct lfs_config *cfg, lfs_block_t block, in lfs_testbd_rawread()
117 static int lfs_testbd_rawprog(const struct lfs_config *cfg, lfs_block_t block, in lfs_testbd_rawprog()
127 static int lfs_testbd_rawerase(const struct lfs_config *cfg, in lfs_testbd_rawerase()
137 static int lfs_testbd_rawsync(const struct lfs_config *cfg) { in lfs_testbd_rawsync()
147 int lfs_testbd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_testbd_read()
172 int lfs_testbd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_testbd_prog()
221 int lfs_testbd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_testbd_erase()
[all …]
Dlfs_rambd.c10 int lfs_rambd_createcfg(const struct lfs_config *cfg, in lfs_rambd_createcfg()
48 int lfs_rambd_create(const struct lfs_config *cfg) { in lfs_rambd_create()
63 int lfs_rambd_destroy(const struct lfs_config *cfg) { in lfs_rambd_destroy()
74 int lfs_rambd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_rambd_read()
93 int lfs_rambd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_rambd_prog()
120 int lfs_rambd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_rambd_erase()
137 int lfs_rambd_sync(const struct lfs_config *cfg) { in lfs_rambd_sync()
Dlfs_filebd.c18 int lfs_filebd_createcfg(const struct lfs_config *cfg, const char *path, in lfs_filebd_createcfg()
51 int lfs_filebd_create(const struct lfs_config *cfg, const char *path) { in lfs_filebd_create()
68 int lfs_filebd_destroy(const struct lfs_config *cfg) { in lfs_filebd_destroy()
81 int lfs_filebd_read(const struct lfs_config *cfg, lfs_block_t block, in lfs_filebd_read()
118 int lfs_filebd_prog(const struct lfs_config *cfg, lfs_block_t block, in lfs_filebd_prog()
172 int lfs_filebd_erase(const struct lfs_config *cfg, lfs_block_t block) { in lfs_filebd_erase()
202 int lfs_filebd_sync(const struct lfs_config *cfg) { in lfs_filebd_sync()
Dlfs_testbd.h78 struct lfs_filebd_config cfg; member
82 struct lfs_rambd_config cfg; member
90 const struct lfs_testbd_config *cfg; member
/third_party/skia/third_party/externals/tint/src/transform/
Dsingle_entry_point_test.cc60 SingleEntryPoint::Config cfg("_"); in TEST_F() local
79 SingleEntryPoint::Config cfg("foo"); in TEST_F() local
95 SingleEntryPoint::Config cfg("main"); in TEST_F() local
130 SingleEntryPoint::Config cfg("comp_main1"); in TEST_F() local
180 SingleEntryPoint::Config cfg("comp_main1"); in TEST_F() local
230 SingleEntryPoint::Config cfg("comp_main1"); in TEST_F() local
250 SingleEntryPoint::Config cfg("main"); in TEST_F() local
293 SingleEntryPoint::Config cfg("comp_main1"); in TEST_F() local
309 SingleEntryPoint::Config cfg("comp_main2"); in TEST_F() local
327 SingleEntryPoint::Config cfg("comp_main3"); in TEST_F() local
[all …]
Dvertex_pulling_test.cc49 VertexPulling::Config cfg; in TEST_F() local
67 VertexPulling::Config cfg; in TEST_F() local
89 VertexPulling::Config cfg; in TEST_F() local
121 VertexPulling::Config cfg; in TEST_F() local
158 VertexPulling::Config cfg; in TEST_F() local
197 VertexPulling::Config cfg; in TEST_F() local
236 VertexPulling::Config cfg; in TEST_F() local
285 VertexPulling::Config cfg; in TEST_F() local
334 VertexPulling::Config cfg; in TEST_F() local
414 VertexPulling::Config cfg; in TEST_F() local
[all …]
Darray_length_from_uniform_test.cc91 ArrayLengthFromUniform::Config cfg({0, 30u}); in TEST_F() local
144 ArrayLengthFromUniform::Config cfg({0, 30u}); in TEST_F() local
261 ArrayLengthFromUniform::Config cfg({0, 30u}); in TEST_F() local
376 ArrayLengthFromUniform::Config cfg({0, 30u}); in TEST_F() local
409 ArrayLengthFromUniform::Config cfg({0, 30u}); in TEST_F() local
480 ArrayLengthFromUniform::Config cfg({0, 30u}); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/third_party/skia/third_party/externals/spirv-tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/third_party/spirv-tools/test/opt/dominator_tree/
Dgenerated.cpp124 const CFG& cfg = *context->cfg(); in TEST_F() local
189 const CFG& cfg = *context->cfg(); in TEST_F() local
291 const CFG& cfg = *context->cfg(); in TEST_F() local
333 const CFG& cfg = *context->cfg(); in TEST_F() local
412 const CFG& cfg = *context->cfg(); in TEST_F() local
488 const CFG& cfg = *context->cfg(); in TEST_F() local
609 const CFG& cfg = *context->cfg(); in TEST_F() local
660 const CFG& cfg = *context->cfg(); in TEST_F() local
739 const CFG& cfg = *context->cfg(); in TEST_F() local
774 const CFG& cfg = *context->cfg(); in TEST_F() local
[all …]
/third_party/alsa-lib/src/ucm/
Dparser.c67 const char *file, snd_config_t **cfg) in uc_mgr_config_load_file()
232 static int error_node(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg) in error_node()
252 snd_config_t *cfg) in evaluate_regex()
293 snd_config_t *cfg) in evaluate_define()
342 snd_config_t *cfg) in evaluate_include()
362 snd_config_t *cfg) in evaluate_condition()
382 snd_config_t *cfg) in uc_mgr_evaluate_inplace()
409 static int parse_libconfig1(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg) in parse_libconfig1()
455 snd_config_t *cfg; in parse_libconfig1() local
498 static int parse_libconfig(snd_use_case_mgr_t *uc_mgr, snd_config_t *cfg) in parse_libconfig()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
DPassSupport.h33 #define INITIALIZE_PASS(passName, arg, name, cfg, analysis) \ argument
47 #define INITIALIZE_PASS_BEGIN(passName, arg, name, cfg, analysis) \ argument
54 #define INITIALIZE_PASS_END(passName, arg, name, cfg, analysis) \ argument
149 #define INITIALIZE_AG_PASS(passName, agName, arg, name, cfg, analysis, def) \ argument
169 #define INITIALIZE_AG_PASS_BEGIN(passName, agName, arg, n, cfg, analysis, def) \ argument
174 #define INITIALIZE_AG_PASS_END(passName, agName, arg, n, cfg, analysis, def) \ argument
/third_party/spirv-tools/test/opt/
Dcfg_test.cpp60 CFG* cfg = context->cfg(); in TEST_F() local
103 CFG* cfg = context->cfg(); in TEST_F() local
146 CFG* cfg = context->cfg(); in TEST_F() local
189 CFG* cfg = context->cfg(); in TEST_F() local
257 CFG* cfg = context->cfg(); in TEST_F() local
307 CFG* cfg = context->cfg(); in TEST_F() local
/third_party/mesa3d/src/intel/common/
Dintel_l3_config.c213 intel_get_l3_config_weights(const struct intel_l3_config *cfg) in intel_get_l3_config_weights()
290 const struct intel_l3_config *const cfg = &list->configs[0]; in intel_get_default_l3_config() local
313 const struct intel_l3_config *cfg = &cfgs[i]; in intel_get_l3_config() local
352 const struct intel_l3_config *cfg) in intel_get_l3_config_urb_size()
380 intel_dump_l3_config(const struct intel_l3_config *cfg, FILE *fp) in intel_dump_l3_config()
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/
Dcfg_test.cpp60 CFG* cfg = context->cfg(); in TEST_F() local
103 CFG* cfg = context->cfg(); in TEST_F() local
146 CFG* cfg = context->cfg(); in TEST_F() local
189 CFG* cfg = context->cfg(); in TEST_F() local
/third_party/skia/third_party/externals/spirv-tools/test/opt/
Dcfg_test.cpp60 CFG* cfg = context->cfg(); in TEST_F() local
103 CFG* cfg = context->cfg(); in TEST_F() local
146 CFG* cfg = context->cfg(); in TEST_F() local
189 CFG* cfg = context->cfg(); in TEST_F() local
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
Dcontrol_dependence.cpp80 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()
Dloop_descriptor.cpp223 CFG* cfg = context_->cfg(); in FindLoopPreheader() local
281 CFG* cfg = context_->cfg(); in GetOrCreatePreHeaderBlock() local
333 CFG* cfg = context_->cfg(); in FindLatchBlock() local
355 CFG* cfg = context_->cfg(); in GetExitBlocks() local
371 CFG* cfg = context_->cfg(); in GetMergingBlocks() local
402 CFG& cfg = *context_->cfg(); in IsSafeToClone() local
426 CFG* cfg = context_->cfg(); in IsLCSSA() local
479 CFG& cfg = *context_->cfg(); in ComputeLoopStructuredOrder() local
/third_party/spirv-tools/source/opt/
Dcontrol_dependence.cpp80 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/skia/third_party/externals/spirv-tools/source/opt/
Dcontrol_dependence.cpp80 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/node/deps/undici/src/node_modules/busboy/lib/
Dindex.js5 function getInstance(cfg) { argument
46 module.exports = (cfg) => { argument
/third_party/NuttX/drivers/usbdev/gadget/fconfig/src/
Dusbd_config.c275 struct gadget_config *cfg = NULL; in fconfig_alloc_gadget_cfg() local
298 struct gadget_config *cfg = NULL; in fconfig_add_gadget_cfg() local
366 struct gadget_config *cfg = NULL; in fconfig_remove_gadget_cfg() local
523 static int fconfig_do_make_function(struct gadget_config *cfg, char *func_name) in fconfig_do_make_function()
584 static int fconfig_do_drop_function(struct gadget_config *cfg, char *func_name) in fconfig_do_drop_function()
614 struct gadget_config *cfg = NULL; in fconfig_get_function_info() local
672 struct gadget_config *cfg = NULL; in fconfig_make_function() local
695 struct gadget_config *cfg = NULL; in fconfig_drop_function() local
718 struct gadget_config *cfg = container_of(obj, struct gadget_config, obj); in usb_config_match() local
759 struct gadget_config *cfg = NULL; in fconfig_composite_initialize() local
/third_party/alsa-lib/src/topology/
Dtext.c27 static int parse_text_values(snd_config_t *cfg, struct tplg_elem *elem) in parse_text_values()
61 int tplg_parse_text(snd_tplg_t *tplg, snd_config_t *cfg, in tplg_parse_text()
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
Dscheduler_test.cpp41 marl::Scheduler::Config cfg; in TEST_F() local
160 marl::Scheduler::Config cfg; in TEST_F() local
187 marl::Scheduler::Config cfg; in TEST_F() local
218 marl::Scheduler::Config cfg; in TEST_F() local

12345678910>>...14