/kernel/linux/linux-6.6/arch/riscv/purgatory/ |
H A D | Makefile | 7 targets += $(purgatory-y) 48 targets += purgatory.ro purgatory.chk
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | dm-table.c | 116 * highs, and targets are managed as dynamic arrays during a 139 t->targets = n_targets; in alloc_targets() 206 /* free the targets */ in dm_table_destroy() 208 struct dm_target *tgt = t->targets + i; in dm_table_destroy() 488 prev = &table->targets[table->num_targets - 1]; in adjoin() 592 * two or more targets, the size of each piece it gets split into must 671 dm_device_name(t->md), t->targets->type->name); in dm_table_add_target() 677 tgt = t->targets + t->num_targets; in dm_table_add_target() 861 /* Ensure that all targets support DAX. */ in dm_table_supports_dax() 909 tgt = t->targets in dm_table_determine_type() [all...] |
/third_party/gn/src/gn/ |
H A D | switches.cc | 119 action targets and exec_script calls. By default GN searches the 123 targets and exec_script calls will be executed directly. 175 One use-case of this feature is to load a different set of initial targets 192 targets are defined when evaluating BUILD.gn files in the default toolchain. 194 The list is empty by default, meaning that all targets defined in all 198 When this list is not empty, only targets matching any of the root patterns, 215 "--runtime-deps-list-file: Save runtime dependencies for targets in file."; 217 R"(--runtime-deps-list-file: Save runtime dependencies for targets in file. 222 the targets for which runtime dependencies are desired. 238 not useful; the use-case for this feature is generally executable targets [all...] |
H A D | functions_target.cc | 108 // Common help paragraph on targets that can use different languages. 298 used to inform "create_bundle" targets of the files to copy into generated 372 (the recursion stops at "create_bundle" targets). 642 const char kGroup_HelpShort[] = "group: Declare a named group of targets."; 644 R"(group: Declare a named group of targets. 646 This target type allows you to create meta-targets that just collect a set of 685 A loadable module will be specified on the linker line for targets listing 778 A shared library will be specified on the linker line for targets listing the 815 implicitly added to the linker line of all targets that depend on the source 821 organizational benefits of focused build targets [all...] |
/third_party/mesa3d/src/mesa/main/ |
H A D | shared.c | 106 static const GLenum targets[] = { in _mesa_alloc_shared_state() local 120 STATIC_ASSERT(ARRAY_SIZE(targets) == NUM_TEXTURE_TARGETS); in _mesa_alloc_shared_state() 121 shared->DefaultTex[i] = _mesa_new_texture_object(ctx, 0, targets[i]); in _mesa_alloc_shared_state()
|
/third_party/icu/icu4j/demos/src/com/ibm/icu/dev/demo/translit/ |
H A D | AnyTransliterator.java | 260 Enumeration targets = Transliterator.getAvailableTargets(source); in registerAnyToScript() 261 while(targets.hasMoreElements()) { in registerAnyToScript() 262 String target = (String) targets.nextElement(); in registerAnyToScript()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/TextAPI/MachO/ |
H A D | InterfaceFile.h | 100 const_target_range targets() const { return {Targets}; } in targets() function in llvm::MachO::InterfaceFileRef 198 /// Set and add targets. 202 /// \param Targets the collection of targets. 210 const_target_range targets() const { return {Targets}; } in targets() function in llvm::MachO::InterfaceFile 217 const_filtered_target_range targets(ArchitectureSet Archs) const;
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/scripts/ |
H A D | update.py | 171 """Returns list of LLVM targets to build for the input platform""" 172 targets = set() 176 targets.add(arch) 180 return [t[0] for t in LLVM_TARGETS if t[0] in targets]
|
/kernel/linux/linux-5.10/drivers/acpi/numa/ |
H A D | hmat.c | 37 static LIST_HEAD(targets); 97 list_for_each_entry(target, &targets, node) in find_mem_target() 141 list_add_tail(&target->node, &targets); in alloc_memory_target() 761 list_for_each_entry(target, &targets, node) in hmat_register_targets() 796 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()
|
/kernel/linux/linux-6.6/drivers/acpi/numa/ |
H A D | hmat.c | 36 static LIST_HEAD(targets); 96 list_for_each_entry(target, &targets, node) in find_mem_target() 140 list_add_tail(&target->node, &targets); in alloc_memory_target() 760 list_for_each_entry(target, &targets, node) in hmat_register_targets() 790 list_for_each_entry_safe(target, tnext, &targets, node) { in hmat_free_structures()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
H A D | smp.c | 392 struct cpumask targets; in smp_send_stop() local 394 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 395 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local 396 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-6.6/arch/xtensa/kernel/ |
H A D | smp.c | 402 struct cpumask targets; in smp_send_stop() local 404 cpumask_copy(&targets, cpu_online_mask); in smp_send_stop() 405 cpumask_clear_cpu(smp_processor_id(), &targets); in smp_send_stop() local 406 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lws_struct-json/ |
H A D | main.c | 103 NULL, lsm_sai_jig_target, "targets"), 114 "\"targets\": [" 162 * a child list "targets" of zero or more "target" objects. 171 "\"targets\":[" 186 "\"targets\":[" 202 "\"targets\":[" 245 "\"targets\":[" 278 "\"nspawn_timeout\":1800,\"targets\":[{\"name\":\"target1\",\"someflag\":true}," 282 "\"nspawn_timeout\":0,\"targets\":[{\"name\":\"target1\",\"someflag\":false}," 286 "\"nspawn_timeout\":1800,\"targets\" 364 struct lws_dll2_owner targets; global() member [all...] |
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cFramebufferNoAttachmentsTests.cpp | 197 GLenum targets[] = { in iterate() local 232 unsigned num_targets = sizeof(targets) / sizeof(GLenum); in iterate() 283 if (target == targets[j]) in iterate() 301 // For all valid targets in iterate() 304 GLenum target = targets[i]; in iterate()
|
/kernel/linux/linux-5.10/arch/nds32/boot/ |
H A D | Makefile | 2 targets := Image Image.gz macro
|
/kernel/linux/linux-5.10/arch/nios2/boot/compressed/ |
H A D | Makefile | 6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
|
/kernel/linux/linux-5.10/arch/powerpc/purgatory/ |
H A D | Makefile | 5 targets += trampoline_$(BITS).o purgatory.ro kexec-purgatory.c
|
/kernel/linux/common_modules/dec/ |
H A D | Makefile | 15 targets += flask.h av_permissions.h
|
/kernel/linux/linux-6.6/arch/csky/boot/ |
H A D | Makefile | 2 targets := Image zImage uImage macro
|
/kernel/linux/linux-6.6/arch/powerpc/purgatory/ |
H A D | Makefile | 6 targets += trampoline_$(BITS).o purgatory.ro
|
/kernel/linux/linux-6.6/arch/nios2/boot/compressed/ |
H A D | Makefile | 6 targets := vmlinux head.o misc.o piggy.o vmlinux.lds macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/TextAPI/MachO/ |
H A D | Symbol.cpp | 49 Symbol::targets(ArchitectureSet Architectures) const { in targets() function in llvm::MachO::Symbol
|
/third_party/ninja/src/ |
H A D | ninja.cc | 119 /// CollectTarget for all command-line arguments, filling in \a targets.
121 vector<Node*>* targets, string* err);
163 /// Build the targets listed on the command line.
221 "usage: ninja [options] [targets...]\n"
in Usage() 223 "if targets are unspecified, builds the 'default' target (see manual).\n"
in Usage() 363 vector<Node*>* targets, string* err) {
in CollectTargetsFromArgs() 365 *targets = state_.DefaultNodes(err);
in CollectTargetsFromArgs() 373 targets->push_back(node);
in CollectTargetsFromArgs() 742 printf("usage: ninja -t commands [options] [targets]\n"
in ToolCommands() 798 "Usage '-t inputs [options] [targets]\ in ToolInputs() 362 CollectTargetsFromArgs(int argc, char* argv[], vector<Node*>* targets, string* err) CollectTargetsFromArgs() argument 1360 vector<Node*> targets; RunBuild() local [all...] |
/kernel/linux/linux-5.10/drivers/base/firmware_loader/builtin/ |
H A D | Makefile | 40 targets := $(patsubst $(obj)/%,%, \ macro
|
/kernel/linux/linux-5.10/drivers/crypto/vmx/ |
H A D | Makefile | 14 targets += aesp8-ppc.S ghashp8-ppc.S
|