/third_party/gn/src/gn/ |
H A D | ninja_c_binary_target_writer_unittest.cc | 24 TestWithScope setup; in TEST_F() local 26 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST_F() 37 target.SetToolchain(setup.toolchain()); in TEST_F() 69 Target shlib_target(setup.settings(), Label(SourceDir("//foo/"), "shlib")); in TEST_F() 72 shlib_target.SetToolchain(setup.toolchain()); in TEST_F() 105 Target stlib_target(setup.settings(), Label(SourceDir("//foo/"), "stlib")); in TEST_F() 108 stlib_target.SetToolchain(setup.toolchain()); in TEST_F() 164 TestWithScope setup; in TEST_F() local 167 TestTarget target(setup, "//foo:bar", Target::STATIC_LIBRARY); in TEST_F() 188 TestWithScope setup; in TEST_F() local 223 TestWithScope setup; TEST_F() local 307 TestWithScope setup; TEST_F() local 368 TestWithScope setup; TEST_F() local 505 TestWithScope setup; TEST_F() local 548 TestWithScope setup; TEST_F() local 604 TestWithScope setup; TEST_F() local 655 TestWithScope setup; TEST_F() local 743 TestWithScope setup; TEST_F() local 783 TestWithScope setup; TEST_F() local 861 TestWithScope setup; TEST_F() local 1006 TestWithScope setup; TEST_F() local 1146 TestWithScope setup; TEST_F() local 1170 TestWithScope setup; TEST_F() local 1345 TestWithScope setup; TEST_F() local 1399 TestWithScope setup; TEST_F() local 1588 TestWithScope setup; TEST_F() local 1752 TestWithScope setup; TEST_F() local 1818 TestWithScope setup; TEST_F() local 1922 TestWithScope setup; TEST_F() local 2019 TestWithScope setup; TEST_F() local 2118 TestWithScope setup; TEST_F() local 2223 TestWithScope setup; TEST_F() local 2270 TestWithScope setup; TEST_F() local 2430 TestWithScope setup; TEST_F() local 2668 TestWithScope setup; TEST_F() local [all...] |
H A D | ninja_target_writer_unittest.cc | 36 TestWithScope setup; in TEST() local 40 Target base_target(setup.settings(), Label(SourceDir("//foo/"), "base")); in TEST() 43 base_target.SetToolchain(setup.toolchain()); in TEST() 48 TestingNinjaTargetWriter writer(&base_target, setup.toolchain(), stream); in TEST() 58 TestWithScope setup; in TEST() local 62 Target base_target(setup.settings(), Label(SourceDir("//foo/"), "base")); in TEST() 65 base_target.SetToolchain(setup.toolchain()); in TEST() 71 TestingNinjaTargetWriter writer(&base_target, setup.toolchain(), stream); in TEST() 78 TestWithScope setup; in TEST() local 82 Target base_target(setup in TEST() 175 TestWithScope setup; TEST() local [all...] |
H A D | scope_unittest.cc | 37 TestWithScope setup; in TEST() local 39 setup.scope()->AddBuildDependencyFile(source_file); in TEST() 41 Scope new_scope(setup.scope()); in TEST() 47 TestWithScope setup; in TEST() local 59 setup.scope()->SetValue("v", old_value, &assignment); in TEST() 61 setup.scope()->SetValue(private_var_name, old_value, &assignment); in TEST() 65 scoped_refptr<Template> templ(new Template(setup.scope(), &templ_definition)); in TEST() 66 setup.scope()->AddTemplate("templ", templ.get()); in TEST() 68 new Template(setup.scope(), &templ_definition)); in TEST() 69 setup in TEST() 235 TestWithScope setup; TEST() local 270 TestWithScope setup; TEST() local 328 TestWithScope setup; TEST() local [all...] |
H A D | target_unittest.cc | 42 TestWithScope setup; in TEST_F() local 46 TestTarget a(setup, "//foo:a", Target::EXECUTABLE); in TEST_F() 47 TestTarget b(setup, "//foo:b", Target::STATIC_LIBRARY); in TEST_F() 48 TestTarget c(setup, "//foo:c", Target::STATIC_LIBRARY); in TEST_F() 53 Config config(setup.settings(), Label(SourceDir("//foo/"), "config")); in TEST_F() 59 Config all(setup.settings(), Label(SourceDir("//foo/"), "all")); in TEST_F() 65 Config direct(setup.settings(), Label(SourceDir("//foo/"), "direct")); in TEST_F() 87 TestTarget a_fwd(setup, "//foo:a_fwd", Target::EXECUTABLE); in TEST_F() 88 TestTarget b_fwd(setup, "//foo:b_fwd", Target::STATIC_LIBRARY); in TEST_F() 104 TestWithScope setup; in TEST_F() local 163 TestWithScope setup; TEST_F() local 207 TestWithScope setup; TEST_F() local 244 TestWithScope setup; TEST_F() local 262 TestWithScope setup; TEST_F() local 289 TestWithScope setup; TEST_F() local 310 TestWithScope setup; TEST_F() local 328 TestWithScope setup; TEST_F() local 356 TestWithScope setup; TEST_F() local 380 TestWithScope setup; TEST_F() local 403 TestWithScope setup; TEST_F() local 446 TestWithScope setup; TEST_F() local 517 TestWithScope setup; TEST_F() local 561 TestWithScope setup; TEST_F() local 615 TestWithScope setup; TEST_F() local 651 TestWithScope setup; TEST_F() local 684 TestWithScope setup; TEST_F() local 722 TestWithScope setup; TEST_F() local 771 TestWithScope setup; TEST_F() local 829 TestWithScope setup; TEST_F() local 855 TestWithScope setup; TEST_F() local 905 TestWithScope setup; TEST_F() local 925 TestWithScope setup; TEST_F() local 987 TestWithScope setup; TEST_F() local 1042 TestWithScope setup; TEST_F() local 1123 TestWithScope setup; TEST() local 1158 TestWithScope setup; TEST() local 1200 TestWithScope setup; TEST() local 1247 TestWithScope setup; TEST() local 1295 TestWithScope setup; TEST() local 1329 TestWithScope setup; TEST_F() local 1378 TestWithScope setup; TEST_F() local [all...] |
H A D | resolved_target_data_unittest.cc | 13 TestWithScope setup; in TEST() local 16 TestTarget a(setup, "//foo:a", Target::GROUP); in TEST() 17 TestTarget b(setup, "//foo:b", Target::GROUP); in TEST() 18 TestTarget c(setup, "//foo:c", Target::GROUP); in TEST() 19 TestTarget d(setup, "//foo:d", Target::GROUP); in TEST() 20 TestTarget e(setup, "//foo:e", Target::GROUP); in TEST() 58 TestWithScope setup; in TEST() local 67 TestTarget z(setup, "//foo:z", Target::STATIC_LIBRARY); in TEST() 85 TestTarget shared(setup, "//foo:shared", Target::SHARED_LIBRARY); in TEST() 102 TestTarget exec(setup, "//fo in TEST() 116 TestWithScope setup; TEST() local 172 TestWithScope setup; TEST() local 211 TestWithScope setup; TEST() local 235 TestWithScope setup; TEST() local 281 TestWithScope setup; TEST() local 313 TestWithScope setup; TEST() local 346 TestWithScope setup; TEST() local 374 TestWithScope setup; TEST() local [all...] |
H A D | substitution_writer_unittest.cc | 19 TestWithScope setup; in TEST() local 31 SubstitutionWriter::GetListAsOutputFiles(setup.settings(), list, &outputs); in TEST() 38 TestWithScope setup; in TEST() local 46 nullptr, setup.settings(), pattern, SourceFile("//foo/bar/myfile.txt")); in TEST() 50 nullptr, setup.settings(), pattern, in TEST() 57 TestWithScope setup; in TEST() local 65 nullptr, setup.settings(), pattern, SourceFile("//foo/bar/myfile.txt")); in TEST() 70 TestWithScope setup; in TEST() local 82 nullptr, setup.settings(), SourceFile("//foo/bar/baz.txt"), types, in TEST() 110 TestWithScope setup; in TEST() local 191 TestWithScope setup; TEST() local 234 TestWithScope setup; TEST() local 253 TestWithScope setup; TEST() local 292 TestWithScope setup; TEST() local [all...] |
H A D | function_toolchain_unittest.cc | 15 TestWithScope setup; in TEST_F() local 23 input.parsed()->Execute(setup.scope(), &err); in TEST_F() 33 input.parsed()->Execute(setup.scope(), &err); in TEST_F() 39 TestWithScope setup; in TEST_F() local 54 input.parsed()->Execute(setup.scope(), &err); in TEST_F() 58 ASSERT_EQ(1u, setup.items().size()); in TEST_F() 59 const Toolchain* toolchain = setup.items()[0]->AsToolchain(); in TEST_F() 83 input.parsed()->Execute(setup.scope(), &err); in TEST_F() 89 TestWithScope setup; in TEST_F() local 103 input.parsed()->Execute(setup in TEST_F() 121 TestWithScope setup; TEST_F() local 135 TestWithScope setup; TEST_F() local [all...] |
H A D | parse_tree_unittest.cc | 18 TestWithScope setup; in TEST() local 35 Value result = accessor.Execute(setup.scope(), &err); in TEST() 42 setup.scope()->SetValue( in TEST() 43 "a", Value(nullptr, std::make_unique<Scope>(setup.scope())), nullptr); in TEST() 44 result = accessor.Execute(setup.scope(), &err); in TEST() 51 setup.scope() in TEST() 55 result = accessor.Execute(setup.scope(), &err); in TEST() 62 TestWithScope setup; in TEST() local 72 values.parsed()->Execute(setup.scope(), &err); in TEST() 76 Value first = setup in TEST() 118 TestWithScope setup; TEST() local 159 TestWithScope setup; TEST() local 176 TestWithScope setup; TEST() local 290 TestWithScope setup; TEST() local 307 TestWithScope setup; TEST() local [all...] |
H A D | ninja_copy_target_writer_unittest.cc | 16 TestWithScope setup; in TEST() local 18 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST() 27 target.SetToolchain(setup.toolchain()); in TEST() 46 TestWithScope setup; in TEST() local 48 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST() 56 target.SetToolchain(setup.toolchain()); in TEST() 73 TestWithScope setup; in TEST() local 75 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST() 81 target.SetToolchain(setup.toolchain()); in TEST() 98 TestWithScope setup; in TEST() local [all...] |
H A D | ninja_group_target_writer_unittest.cc | 12 TestWithScope setup; in TEST() local 14 Target target(setup.settings(), Label(SourceDir("//foo/"), "bar")); in TEST() 18 Target dep(setup.settings(), Label(SourceDir("//foo/"), "dep")); in TEST() 21 dep.SetToolchain(setup.toolchain()); in TEST() 24 Target dep2(setup.settings(), Label(SourceDir("//foo/"), "dep2")); in TEST() 27 dep2.SetToolchain(setup.toolchain()); in TEST() 30 Target bundle_data_dep(setup.settings(), in TEST() 35 bundle_data_dep.SetToolchain(setup.toolchain()); in TEST() 38 Target datadep(setup.settings(), Label(SourceDir("//foo/"), "datadep")); in TEST() 41 datadep.SetToolchain(setup in TEST() [all...] |
H A D | template_unittest.cc | 10 TestWithScope setup; in TEST() local 22 input.parsed()->Execute(setup.scope(), &err); in TEST() 25 EXPECT_EQ("lala\n42\n", setup.print_output()); in TEST() 29 TestWithScope setup; in TEST() local 40 input.parsed()->Execute(setup.scope(), &err); in TEST() 45 TestWithScope setup; in TEST() local 56 input.parsed()->Execute(setup.scope(), &err); in TEST() 61 TestWithScope setup; in TEST() local 74 input.parsed()->Execute(setup.scope(), &err); in TEST() 83 TestWithScope setup; in TEST() local [all...] |
H A D | inherited_libraries_unittest.cc | 22 TestWithScope setup; in TEST() local 24 Target a(setup.settings(), Label(SourceDir("//foo/"), "a")); in TEST() 25 Target b(setup.settings(), Label(SourceDir("//foo/"), "b")); in TEST() 62 TestWithScope setup; in TEST() local 64 Target a(setup.settings(), Label(SourceDir("//foo/"), "a")); in TEST() 65 Target b(setup.settings(), Label(SourceDir("//foo/"), "b")); in TEST() 66 Target w(setup.settings(), Label(SourceDir("//foo/"), "w")); in TEST() 67 Target x(setup.settings(), Label(SourceDir("//foo/"), "x")); in TEST() 68 Target y(setup.settings(), Label(SourceDir("//foo/"), "y")); in TEST() 69 Target z(setup in TEST() 110 TestWithScope setup; TEST() local [all...] |
/kernel/linux/linux-5.10/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_nic.h | 121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2() 140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2() 150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2() 151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2() 154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2() 164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2() 165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2() 166 packet_params.s.tnl_csum = setup->s.tnl_csum; in octnet_prepare_pci_cmd_o2() 167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2() 175 union octnic_cmd_setup *setup, u3 in octnet_prepare_pci_cmd_o3() 119 octnet_prepare_pci_cmd_o2(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o2() argument 173 octnet_prepare_pci_cmd_o3(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o3() argument 243 octnet_prepare_pci_cmd(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/ethernet/cavium/liquidio/ |
H A D | octeon_nic.h | 121 union octnic_cmd_setup *setup, u32 tag) in octnet_prepare_pci_cmd_o2() 140 port = (int)oct->instr_queue[setup->s.iq_no]->txpciq.s.port; in octnet_prepare_pci_cmd_o2() 150 if (!setup->s.gather) { in octnet_prepare_pci_cmd_o2() 151 ih2->dlengsz = setup->s.u.datasize; in octnet_prepare_pci_cmd_o2() 154 ih2->dlengsz = setup->s.u.gatherptrs; in octnet_prepare_pci_cmd_o2() 164 packet_params.s.ip_csum = setup->s.ip_csum; in octnet_prepare_pci_cmd_o2() 165 packet_params.s.transport_csum = setup->s.transport_csum; in octnet_prepare_pci_cmd_o2() 166 packet_params.s.tnl_csum = setup->s.tnl_csum; in octnet_prepare_pci_cmd_o2() 167 packet_params.s.tsflag = setup->s.timestamp; in octnet_prepare_pci_cmd_o2() 175 union octnic_cmd_setup *setup, u3 in octnet_prepare_pci_cmd_o3() 119 octnet_prepare_pci_cmd_o2(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o2() argument 173 octnet_prepare_pci_cmd_o3(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd_o3() argument 243 octnet_prepare_pci_cmd(struct octeon_device *oct, union octeon_instr_64B *cmd, union octnic_cmd_setup *setup, u32 tag) octnet_prepare_pci_cmd() argument [all...] |
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_prim_vbuf.c | 29 * Interface between 'draw' module's output and the softpipe rasterizer/setup 32 * call the point/line/tri setup functions. 61 struct setup_context *setup; member 139 struct setup_context *setup_ctx = cvbr->setup; in sp_vbuf_set_primitive() 166 struct setup_context *setup = cvbr->setup; in sp_vbuf_draw_elements() local 173 sp_setup_point( setup, in sp_vbuf_draw_elements() 180 sp_setup_line( setup, in sp_vbuf_draw_elements() 188 sp_setup_line( setup, in sp_vbuf_draw_elements() 196 sp_setup_line( setup, in sp_vbuf_draw_elements() 360 struct setup_context *setup = cvbr->setup; sp_vbuf_draw_arrays() local [all...] |
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
H A D | lp_setup_tri.c | 115 lp_setup_print_vertex(struct lp_setup_context *setup, in lp_setup_print_vertex() argument 119 const struct lp_setup_variant_key *key = &setup->setup.variant->key; in lp_setup_print_vertex() 149 lp_setup_print_triangle(struct lp_setup_context *setup, in lp_setup_print_triangle() argument 172 lp_setup_print_vertex(setup, "v0", v0); in lp_setup_print_triangle() 173 lp_setup_print_vertex(setup, "v1", v1); in lp_setup_print_triangle() 174 lp_setup_print_vertex(setup, "v2", v2); in lp_setup_print_triangle() 227 check_opaque(const struct lp_setup_context *setup, in check_opaque() argument 233 setup->fs.current.variant; in check_opaque() 243 const float *constants = setup in check_opaque() 265 do_triangle_ccw(struct lp_setup_context *setup, struct fixed_position *position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4], boolean frontfacing) do_triangle_ccw() argument 768 lp_setup_bin_triangle(struct lp_setup_context *setup, struct lp_rast_triangle *tri, boolean use_32bits, boolean opaque, const struct u_rect *bbox, int nr_planes, unsigned viewport_index) lp_setup_bin_triangle() argument 991 retry_triangle_ccw(struct lp_setup_context *setup, struct fixed_position *position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4], boolean front) retry_triangle_ccw() argument 1015 calc_fixed_position(struct lp_setup_context *setup, struct fixed_position* position, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) calc_fixed_position() argument 1132 triangle_cw(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) triangle_cw() argument 1159 triangle_ccw(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) triangle_ccw() argument 1182 triangle_both(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) triangle_both() argument 1220 triangle_noop(struct lp_setup_context *setup, const float (*v0)[4], const float (*v1)[4], const float (*v2)[4]) triangle_noop() argument 1229 lp_setup_choose_triangle(struct lp_setup_context *setup) lp_setup_choose_triangle() argument [all...] |
H A D | lp_setup_context.h | 30 * The setup code is concerned with point/line/triangle setup and 65 * Point/line/triangle setup context. 173 } setup; member 221 lp_setup_choose_triangle(struct lp_setup_context *setup); 224 lp_setup_choose_line(struct lp_setup_context *setup); 227 lp_setup_choose_point(struct lp_setup_context *setup); 230 lp_setup_choose_rect(struct lp_setup_context *setup); 233 lp_setup_init_vbuf(struct lp_setup_context *setup); 236 lp_setup_update_state(struct lp_setup_context *setup, [all...] |
/kernel/linux/linux-5.10/drivers/clk/imx/ |
H A D | clk-sscg-pll.c | 90 struct clk_sscg_pll_setup setup; member 112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument 120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match() 128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument 144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup() 155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument 162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup() 170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument 181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup() 190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument 205 clk_sscg_divf1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divf1_lookup() argument 228 clk_sscg_divr1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divr1_lookup() argument 248 clk_sscg_pll1_find_setup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup, uint64_t ref) clk_sscg_pll1_find_setup() argument 264 clk_sscg_pll_find_setup(struct clk_sscg_pll_setup *setup, uint64_t prate, uint64_t rate, int try_bypass) clk_sscg_pll_find_setup() argument 362 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_set_rate() local 419 struct clk_sscg_pll_setup *setup = &pll->setup; __clk_sscg_pll_determine_rate() local 457 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_determine_rate() local [all...] |
/kernel/linux/linux-6.6/drivers/clk/imx/ |
H A D | clk-sscg-pll.c | 90 struct clk_sscg_pll_setup setup; member 112 static int clk_sscg_pll2_check_match(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_check_match() argument 120 memcpy(setup, temp_setup, sizeof(struct clk_sscg_pll_setup)); in clk_sscg_pll2_check_match() 128 static int clk_sscg_divq_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divq_lookup() argument 144 ret = clk_sscg_pll2_check_match(setup, temp_setup); in clk_sscg_divq_lookup() 155 static int clk_sscg_divf2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divf2_lookup() argument 162 ret = clk_sscg_divq_lookup(setup, temp_setup); in clk_sscg_divf2_lookup() 170 static int clk_sscg_divr2_lookup(struct clk_sscg_pll_setup *setup, in clk_sscg_divr2_lookup() argument 181 ret = clk_sscg_divf2_lookup(setup, temp_setup); in clk_sscg_divr2_lookup() 190 static int clk_sscg_pll2_find_setup(struct clk_sscg_pll_setup *setup, in clk_sscg_pll2_find_setup() argument 205 clk_sscg_divf1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divf1_lookup() argument 228 clk_sscg_divr1_lookup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup) clk_sscg_divr1_lookup() argument 248 clk_sscg_pll1_find_setup(struct clk_sscg_pll_setup *setup, struct clk_sscg_pll_setup *temp_setup, uint64_t ref) clk_sscg_pll1_find_setup() argument 264 clk_sscg_pll_find_setup(struct clk_sscg_pll_setup *setup, uint64_t prate, uint64_t rate, int try_bypass) clk_sscg_pll_find_setup() argument 362 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_set_rate() local 419 struct clk_sscg_pll_setup *setup = &pll->setup; __clk_sscg_pll_determine_rate() local 457 struct clk_sscg_pll_setup *setup = &pll->setup; clk_sscg_pll_determine_rate() local [all...] |
/kernel/linux/linux-5.10/fs/xfs/scrub/ |
H A D | scrub.c | 146 /* Scrub setup and teardown */ 190 .setup = xchk_setup_fs, 196 .setup = xchk_setup_fs, 202 .setup = xchk_setup_fs, 208 .setup = xchk_setup_fs, 214 .setup = xchk_setup_fs, 220 .setup = xchk_setup_ag_allocbt, 226 .setup = xchk_setup_ag_allocbt, 232 .setup = xchk_setup_ag_iallocbt, 238 .setup [all...] |
/kernel/linux/linux-5.10/arch/arm/mach-ixp4xx/ |
H A D | Makefile | 28 obj-$(CONFIG_ARCH_IXDP4XX) += ixdp425-setup.o 29 obj-$(CONFIG_MACH_AVILA) += avila-setup.o 30 obj-$(CONFIG_MACH_IXDPG425) += coyote-setup.o 31 obj-$(CONFIG_ARCH_ADI_COYOTE) += coyote-setup.o 32 obj-$(CONFIG_MACH_GTWX5715) += gtwx5715-setup.o 33 obj-$(CONFIG_MACH_DEVIXP) += omixp-setup.o 34 obj-$(CONFIG_MACH_MICCPT) += omixp-setup.o 35 obj-$(CONFIG_MACH_MIC256) += omixp-setup.o 36 obj-$(CONFIG_MACH_NSLU2) += nslu2-setup.o 37 obj-$(CONFIG_MACH_NAS100D) += nas100d-setup [all...] |
/third_party/skia/third_party/externals/freetype/builds/windows/ |
H A D | detect.mk | 16 .PHONY: setup 103 $(info $(empty) make setup gcc (with Mingw)) 104 $(info $(empty) make setup visualc Microsoft Visual C++) 105 $(info $(empty) make setup bcc32 Borland C/C++) 106 $(info $(empty) make setup lcc Win32-LCC) 107 $(info $(empty) make setup intelc Intel C/C++) 110 setup: dump_target_list 113 setup: std_setup 123 visualc: setup 132 visualc: setup [all...] |
/third_party/python/Lib/ |
H A D | timeit.py | 17 -s/--setup S: statement to be executed once initially (default 'pass'). 18 Execution time of this setup statement is NOT timed. 67 # in Timer.__init__() depend on setup being indented 4 spaces and stmt 71 {setup} 88 statement used for setup, and a timer function. Both statements 102 def __init__(self, stmt="pass", setup="pass", timer=default_timer, 109 if isinstance(setup, str): 111 compile(setup, dummy_src_name, "exec") 112 stmtprefix = setup + '\n' 113 setup [all...] |
/third_party/PyYAML/ |
H A D | Makefile | 9 ${PYTHON} setup.py build ${PARAMETERS} 12 ${PYTHON} setup.py --with-libyaml build ${PARAMETERS} 15 ${PYTHON} setup.py build -f ${PARAMETERS} 18 ${PYTHON} setup.py --with-libyaml build -f ${PARAMETERS} 21 ${PYTHON} setup.py install ${PARAMETERS} 24 ${PYTHON} setup.py --with-libyaml install ${PARAMETERS} 33 ${PYTHON} setup.py test 37 @# ${PYTHON} setup.py --with-libyaml sdist --formats=zip,gztar 38 ${PYTHON} setup.py --with-libyaml sdist --formats=gztar 41 ${PYTHON} setup [all...] |
/kernel/linux/linux-5.10/drivers/acpi/ |
H A D | acpi_apd.c | 27 * @setup: a hook routine to set device resource during create platform device 34 int (*setup)(struct apd_private_data *pdata); member 108 .setup = acpi_apd_setup, 113 .setup = acpi_apd_setup, 125 .setup = acpi_apd_setup, 131 .setup = fch_misc_setup, 137 .setup = acpi_apd_setup, 142 .setup = acpi_apd_setup, 147 .setup = acpi_apd_setup, 152 .setup [all...] |