Home
last modified time | relevance | path

Searched refs:exec (Results 726 - 750 of 2074) sorted by relevance

1...<<21222324252627282930>>...83

/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp567 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions()
568 AddToWorklist(&exec); in InitializeModuleScopeLiveInstructions()
/third_party/skia/third_party/externals/tint/tools/src/cmd/test-runner/
H A Dmain.go24 "os/exec"
187 p, err := exec.LookPath(tool.name)
710 cmd := exec.CommandContext(ctx, exe, args...)
/third_party/spirv-tools/source/opt/
H A Daggressive_dead_code_elim_pass.cpp570 for (auto& exec : get_module()->execution_modes()) { in InitializeModuleScopeLiveInstructions()
571 AddToWorklist(&exec); in InitializeModuleScopeLiveInstructions()
/third_party/sqlite/include/
H A Dsqlite3ext.h98 int (*exec)(sqlite3*,const char*,sqlite3_callback,void*,char**); member
450 #define sqlite3_exec sqlite3_api->exec
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdkfd/
H A Dkfd_svm.c1496 struct drm_exec exec; member
1506 drm_exec_init(&ctx->exec, intr ? DRM_EXEC_INTERRUPTIBLE_WAIT: 0); in svm_range_reserve_bos()
1507 drm_exec_until_all_locked(&ctx->exec) { in svm_range_reserve_bos()
1517 r = amdgpu_vm_lock_pd(vm, &ctx->exec, 2); in svm_range_reserve_bos()
1518 drm_exec_retry_on_contention(&ctx->exec); in svm_range_reserve_bos()
1546 drm_exec_fini(&ctx->exec); in svm_range_reserve_bos()
1552 drm_exec_fini(&ctx->exec); in svm_range_unreserve_bos()
/kernel/linux/linux-5.10/fs/
H A Dbinfmt_elf.c172 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() argument
261 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables()
274 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables()
303 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables()
552 * of the ELF & cause an exec syscall to return an error. This is called after
913 /* Get the exec headers */ in load_elf_binary()
989 * the exec syscall. in load_elf_binary()
1453 * Modelled on fs/exec.c:aout_core_dump()
/kernel/linux/linux-6.6/fs/
H A Dbinfmt_elf.c175 create_elf_tables(struct linux_binprm *bprm, const struct elfhdr *exec, in create_elf_tables() argument
265 NEW_AUX_ENT(AT_PHNUM, exec->e_phnum); in create_elf_tables()
280 NEW_AUX_ENT(AT_EXECFN, bprm->exec); in create_elf_tables()
313 bprm->exec = (unsigned long)sp; /* XXX: PARISC HACK */ in create_elf_tables()
555 * of the ELF & cause an exec syscall to return an error. This is called after
916 /* Get the exec headers */ in load_elf_binary()
992 * the exec syscall. in load_elf_binary()
1454 * Modelled on fs/exec.c:aout_core_dump()
/third_party/node/deps/npm/node_modules/diff/lib/
H A Dindex.es6.js143 (function exec() {
150 exec();
671 var header = /^(?:Index:|diff(?: -r \w+)+)\s+(.+?)\s*$/.exec(line);
706 var fileHeader = /^(---|\+\+\+)\s+(.*)$/.exec(diffstr[i]);
/third_party/selinux/libsepol/cil/src/
H A Dcil_policy.c1278 struct cil_symtab_datum *src, *exec; in cil_rangetransition_to_policy() local
1283 exec = trans->exec; in cil_rangetransition_to_policy()
1287 fprintf(out, "range_transition %s %s : %s ", src->fqn, exec->fqn, DATUM(i1->data)->fqn); in cil_rangetransition_to_policy()
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_ra.cpp217 bool exec();
243 bool exec(Function *func);
1893 RegAlloc::exec() in exec() function in nv50_ir::RegAlloc
1929 ret = insertConstr.exec(func); in execFunc()
2022 return ra.exec(); in registerAllocation()
2026 RegAlloc::InsertConstraintsPass::exec(Function *ir) in exec() function in nv50_ir::RegAlloc::InsertConstraintsPass
/base/inputmethod/imf/services/include/
H A Dperuser_session.h227 int32_t RequestIme(const std::shared_ptr<ImeData> &data, RequestType type, const IpcExec &exec);
/base/security/asset/services/db_operator/src/test/
H A Dtest_database.rs116 assert!(db.exec(sql).is_err()); in error_sql()
H A Dtest_table.rs164 db.exec("insert into table_name values(1, 'test')").unwrap(); in single_data()
/device/soc/rockchip/common/sdk_linux/arch/arm64/kernel/
H A Dprocess.c53 #include <asm/exec.h>
/kernel/linux/linux-5.10/arch/x86/kvm/vmx/
H A Dvmx.h408 BUILD_CONTROLS_SHADOW(exec, CPU_BASED_VM_EXEC_CONTROL)
/kernel/linux/linux-5.10/arch/mips/include/asm/
H A Dsgiarcs.h192 LONG exec; /* Load and begin execution of a member
/kernel/linux/linux-5.10/arch/arm64/kernel/
H A Dprocess.c53 #include <asm/exec.h>
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dsgiarcs.h192 LONG exec; /* Load and begin execution of a member
/kernel/linux/linux-6.6/arch/arm64/kernel/
H A Dprocess.c49 #include <asm/exec.h>
311 * it here. This may be shortly freed if we exec() or if in arch_dup_task_struct()
/kernel/linux/linux-5.10/tools/perf/tests/
H A Dbuiltin-test.c28 #include <subcmd/exec-cmd.h>
/kernel/linux/linux-5.10/tools/perf/util/
H A Dconfig.c16 #include <subcmd/exec-cmd.h>
H A Dllvm-utils.c20 #include <subcmd/exec-cmd.h>
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_vm.h407 int amdgpu_vm_lock_pd(struct amdgpu_vm *vm, struct drm_exec *exec,
/kernel/linux/linux-6.6/arch/x86/kvm/vmx/
H A Dvmx.h610 BUILD_CONTROLS_SHADOW(exec, CPU_BASED_VM_EXEC_CONTROL, 32)
/kernel/linux/linux-6.6/tools/perf/tests/
H A Ddlfilter-test.c13 #include <subcmd/exec-cmd.h>

Completed in 37 milliseconds

1...<<21222324252627282930>>...83