Home
last modified time | relevance | path

Searched refs:exec (Results 26 - 50 of 2095) sorted by relevance

12345678910>>...84

/third_party/mesa3d/src/amd/compiler/
H A Daco_insert_exec_mask.cpp77 exec; /* Vector of exec masks. Either a temporary or const -1. */ member
104 * epilog without considering the exec mask. in needs_exact()
181 return Operand(exec, t.regClass()); in get_exec_op()
189 if (ctx.info[idx].exec.back().second & mask_type_wqm) in transition_to_WQM()
191 if (ctx.info[idx].exec.back().second & mask_type_global) { in transition_to_WQM()
192 Operand exec_mask = ctx.info[idx].exec.back().first; in transition_to_WQM()
194 exec_mask = bld.copy(bld.def(bld.lm), Operand(exec, bld.lm)); in transition_to_WQM()
195 ctx.info[idx].exec.back().first = exec_mask; in transition_to_WQM()
198 exec_mask = bld.sop1(Builder::s_wqm, Definition(exec, bl in transition_to_WQM()
[all...]
/kernel/linux/linux-5.10/include/uapi/linux/
H A Da.out.h44 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
47 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
48 #define N_SET_INFO(exec, magic, type, flags) \
49 ((exec).a_info = ((magic) & 0xffff) \
52 #define N_SET_MAGIC(exec, magic) \
53 ((exec)
[all...]
/kernel/linux/linux-6.6/include/uapi/linux/
H A Da.out.h44 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
46 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
47 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
48 #define N_SET_INFO(exec, magic, type, flags) \
49 ((exec).a_info = ((magic) & 0xffff) \
52 #define N_SET_MAGIC(exec, magic) \
53 ((exec)
[all...]
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Da.out.h52 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
54 #define N_MACHTYPE(exec) ((enum machine_type) (((exec).a_info >> 16) & 0xff))
55 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
56 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0xff) << 16) | (((flags) & 0xff) << 24))
57 #define N_SET_MAGIC(exec,magic) ((exec)
[all...]
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Da.out.h52 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
54 #define N_MACHTYPE(exec) ((enum machine_type) (((exec).a_info >> 16) & 0xff))
55 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
56 #define N_SET_INFO(exec,magic,type,flags) ((exec).a_info = ((magic) & 0xffff) | (((int) (type) & 0xff) << 16) | (((flags) & 0xff) << 24))
57 #define N_SET_MAGIC(exec,magic) ((exec)
[all...]
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Da.out.h40 #define N_MAGIC(exec) ((exec).a_info & 0xffff)
42 #define N_MACHTYPE(exec) ((enum machine_type)(((exec).a_info >> 16) & 0xff))
43 #define N_FLAGS(exec) (((exec).a_info >> 24) & 0xff)
44 #define N_SET_INFO(exec, magic, type, flags) \
45 ((exec).a_info = ((magic) & 0xffff) \
48 #define N_SET_MAGIC(exec, magic) \
49 ((exec)
[all...]
/third_party/icu/icu4c/source/test/intltest/
H A Ditmajor.cpp45 if(exec) { \
52 void MajorTestLevel::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument
56 if (exec) { in runIndexedTest()
65 if (exec) { in runIndexedTest()
75 if (exec) { in runIndexedTest()
85 if (exec) { in runIndexedTest()
95 if (exec) { in runIndexedTest()
105 if (exec) { in runIndexedTest()
115 if (exec) { in runIndexedTest()
124 if (exec) { in runIndexedTest()
216 runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) runIndexedTest() argument
[all...]
H A Ditformat.cpp86 if (exec) { \
94 void IntlTestFormat::runIndexedTest( int32_t index, UBool exec, const char* &name, char* par ) in runIndexedTest() argument
99 if (exec) { in runIndexedTest()
110 if (exec) logln("TestSuite Format: "); in runIndexedTest()
154 if (exec) { in runIndexedTest()
169 if (exec) { in runIndexedTest()
178 if (exec) { in runIndexedTest()
189 if (exec) { in runIndexedTest()
199 if (exec) { in runIndexedTest()
208 if (exec) { in runIndexedTest()
[all...]
/foundation/multimedia/media_foundation/engine/include/pipeline/core/
H A Derror_code.h52 #define FAIL_RETURN(exec) \
54 ErrorCode returnValue = (exec); \
63 #define FAIL_RETURN_MSG_IMPL(loglevel, exec, fmt, args...) \
65 ErrorCode returnValue = (exec); \
74 #define FAIL_RETURN_MSG(exec, fmt, args...) FAIL_RETURN_MSG_IMPL(MEDIA_LOG_E, exec, fmt, ##args)
78 #define FAIL_RETURN_MSG_W(exec, fmt, args...) FAIL_RETURN_MSG_IMPL(MEDIA_LOG_W, exec, fmt, ##args)
82 #define FAIL_LOG(exec) \
84 ErrorCode returnValue = (exec); \
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_irq.c64 struct vc4_exec_info *exec; in vc4_overflow_mem_work() local
89 exec = vc4_first_bin_job(vc4); in vc4_overflow_mem_work()
90 if (!exec) in vc4_overflow_mem_work()
91 exec = vc4_last_render_job(vc4); in vc4_overflow_mem_work()
92 if (exec) { in vc4_overflow_mem_work()
93 exec->bin_slots |= vc4->bin_alloc_overflow; in vc4_overflow_mem_work()
117 struct vc4_exec_info *next, *exec = vc4_first_bin_job(vc4); in vc4_irq_finish_bin_job() local
119 if (!exec) in vc4_irq_finish_bin_job()
122 vc4_move_job_to_render(dev, exec); in vc4_irq_finish_bin_job()
129 if (next && next->perfmon == exec in vc4_irq_finish_bin_job()
137 struct vc4_exec_info *exec = vc4_first_bin_job(vc4); vc4_cancel_bin_job() local
154 struct vc4_exec_info *exec = vc4_first_render_job(vc4); vc4_irq_finish_render_job() local
[all...]
/third_party/skia/third_party/externals/angle2/src/compiler/translator/tree_util/
H A DAsNode.h28 static ANGLE_INLINE TIntermNode *exec(TIntermNode *node) { return node; } in exec() function
34 static ANGLE_INLINE TIntermTyped *exec(TIntermNode *node) in exec() function
43 static ANGLE_INLINE TIntermSymbol *exec(TIntermNode *node) in exec() function
52 static ANGLE_INLINE TIntermConstantUnion *exec(TIntermNode *node) in exec() function
61 static ANGLE_INLINE TIntermFunctionPrototype *exec(TIntermNode *node) in exec() function
70 static ANGLE_INLINE TIntermPreprocessorDirective *exec(TIntermNode *node) in exec() function
79 static ANGLE_INLINE TIntermSwizzle *exec(TIntermNode *node) in exec() function
88 static ANGLE_INLINE TIntermBinary *exec(TIntermNode *node) in exec() function
97 static ANGLE_INLINE TIntermUnary *exec(TIntermNode *node) in exec() function
106 static ANGLE_INLINE TIntermTernary *exec(TIntermNod function
115 static ANGLE_INLINE TIntermIfElse *exec(TIntermNode *node) exec() function
124 static ANGLE_INLINE TIntermSwitch *exec(TIntermNode *node) exec() function
133 static ANGLE_INLINE TIntermCase *exec(TIntermNode *node) exec() function
142 static ANGLE_INLINE TIntermFunctionDefinition *exec(TIntermNode *node) exec() function
151 static ANGLE_INLINE TIntermAggregate *exec(TIntermNode *node) exec() function
160 static ANGLE_INLINE TIntermBlock *exec(TIntermNode *node) exec() function
169 static ANGLE_INLINE TIntermGlobalQualifierDeclaration *exec(TIntermNode *node) exec() function
178 static ANGLE_INLINE TIntermDeclaration *exec(TIntermNode *node) exec() function
187 static ANGLE_INLINE TIntermLoop *exec(TIntermNode *node) exec() function
196 static ANGLE_INLINE TIntermBranch *exec(TIntermNode *node) exec() function
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_render_cl.c99 static uint32_t vc4_full_res_offset(struct vc4_exec_info *exec, in vc4_full_res_offset() argument
105 (DIV_ROUND_UP(exec->args->width, 32) * y + x); in vc4_full_res_offset()
123 static void emit_tile(struct vc4_exec_info *exec, in emit_tile() argument
127 struct drm_vc4_submit_cl *args = exec->args; in emit_tile()
139 vc4_full_res_offset(exec, setup->color_read, in emit_tile()
161 vc4_full_res_offset(exec, setup->zs_read, in emit_tile()
185 rcl_u32(setup, (exec->tile_alloc_offset + in emit_tile()
186 (y * exec->bin_tiles_x + x) * 32)); in emit_tile()
201 vc4_full_res_offset(exec, setup->msaa_color_write, in emit_tile()
219 vc4_full_res_offset(exec, setu in emit_tile()
253 vc4_create_rcl_bo(struct drm_device *dev, struct vc4_exec_info *exec, struct vc4_rcl_setup *setup) vc4_create_rcl_bo() argument
383 vc4_full_res_bounds_check(struct vc4_exec_info *exec, struct drm_gem_dma_object *obj, struct drm_vc4_submit_rcl_surface *surf) vc4_full_res_bounds_check() argument
409 vc4_rcl_msaa_surface_setup(struct vc4_exec_info *exec, struct drm_gem_dma_object **obj, struct drm_vc4_submit_rcl_surface *surf) vc4_rcl_msaa_surface_setup() argument
435 vc4_rcl_surface_setup(struct vc4_exec_info *exec, struct drm_gem_dma_object **obj, struct drm_vc4_submit_rcl_surface *surf, bool is_write) vc4_rcl_surface_setup() argument
534 vc4_rcl_render_config_surface_setup(struct vc4_exec_info *exec, struct vc4_rcl_setup *setup, struct drm_gem_dma_object **obj, struct drm_vc4_submit_rcl_surface *surf) vc4_rcl_render_config_surface_setup() argument
594 vc4_get_rcl(struct drm_device *dev, struct vc4_exec_info *exec) vc4_get_rcl() argument
[all...]
/third_party/mesa3d/src/gallium/drivers/vc4/
H A Dvc4_simulator.c240 struct vc4_exec_info *exec) in vc4_simulator_pin_bos()
242 struct drm_vc4_submit_cl *args = exec->args; in vc4_simulator_pin_bos()
245 exec->bo_count = args->bo_handle_count; in vc4_simulator_pin_bos()
246 exec->bo = calloc(exec->bo_count, sizeof(void *)); in vc4_simulator_pin_bos()
247 for (int i = 0; i < exec->bo_count; i++) { in vc4_simulator_pin_bos()
255 exec->bo[i] = obj; in vc4_simulator_pin_bos()
261 vc4_simulator_unpin_bos(struct vc4_exec_info *exec) in vc4_simulator_unpin_bos() argument
263 for (int i = 0; i < exec->bo_count; i++) { in vc4_simulator_unpin_bos()
264 struct drm_gem_cma_object *obj = exec in vc4_simulator_unpin_bos()
239 vc4_simulator_pin_bos(struct vc4_simulator_file *file, struct vc4_exec_info *exec) vc4_simulator_pin_bos() argument
281 vc4_dump_to_file(struct vc4_exec_info *exec) vc4_dump_to_file() argument
371 struct vc4_exec_info exec; vc4_simulator_submit_cl_ioctl() local
[all...]
/third_party/node/deps/npm/test/lib/commands/
H A Dview.js286 await view.exec(['https://github.com/npm/green'])
292 await view.exec(['green@1.0.0'])
298 await view.exec(['green@1.0.0'])
304 await view.exec(['black@1.0.0'])
310 await view.exec(['pink@1.0.0'])
316 await view.exec(['orange@1.0.0'])
322 await view.exec(['orange', 'versions'])
328 await view.exec(['brown'])
334 await view.exec(['blue@1.0.0'])
340 await view.exec(['blu
[all...]
H A Dhelp.js38 exec: execArgs = null,
65 exec: execArgs,
79 await help.exec()
94 const { joinedOutput } = await mockHelp(t, { exec: ['run', 'script'] })
100 const { joinedOutput } = await mockHelp(t, { exec: ['asdfasdf'] })
106 const { getArgs } = await mockHelp(t, { exec: ['whoami'] })
116 exec: ['1', 'install'],
127 exec: ['5', 'install'],
137 exec: ['7', 'config'],
147 exec
[all...]
H A Dls.js147 await ls.exec([])
161 await ls.exec([])
204 await ls.exec([])
222 await ls.exec([])
265 ls.exec([])
307 await ls.exec([])
329 await ls.exec(['chai'])
355 await ls.exec(['.'])
377 await ls.exec(['dog'])
408 await ls.exec(['do
[all...]
/third_party/protobuf/js/
H A Dgulpfile.js5 function exec(command, cb) { function
57 exec(protoc + ' --js_out=one_output_file_per_input_file,binary:. -I ../src -I . ' + wellKnownTypes.join(' '),
66 exec(protoc + ' --js_out=library=testproto_libs1,binary:. -I ../src -I . ' + group1Protos.join(' '),
75 exec(protoc + ' --experimental_allow_proto3_optional --js_out=library=testproto_libs2,binary:. -I ../src -I . -I commonjs ' + group2Protos.join(' '),
84 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src ' + wellKnownTypes.join(' '),
93 exec('mkdir -p commonjs_out && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . ' + group1Protos.join(' '),
102 exec('mkdir -p commonjs_out && ' + protoc + ' --experimental_allow_proto3_optional --js_out=import_style=commonjs,binary:commonjs_out -I ../src -I commonjs -I . ' + group2Protos.join(' '),
111 exec('mkdir -p commonjs_out/node_modules/google-protobuf && ' + protoc + ' --js_out=import_style=commonjs,binary:commonjs_out/node_modules/google-protobuf -I ../src ' + wellKnownTypes.join(' '),
120 exec(protoc + ' --js_out=import_style=commonjs,binary:. -I ../src ' + wellKnownTypes.join(' '),
128 exec('mkdi
[all...]
/third_party/jerryscript/tests/jerry/es2015/
H A Dsymbol-replace.js71 get exec() {
72 throw "abrupt exec"
77 assert (e === "abrupt exec");
82 exec: RegExp.prototype.exec
91 exec: 42
100 exec: () => {
101 throw "abrupt exec result"
106 assert (e === "abrupt exec result");
111 exec
[all...]
/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/
H A Djs_execution_scope_defines.h20 #define JAVASCRIPT_EXECUTION_SCOPE(exec) \
21 panda::LocalScope socpe(exec.vm_);
28 #define CHECK_JAVASCRIPT_SCOPE(exec, ...) \
29 if (JsiDeclarativeEngineInstance::GetCurrentRuntime() == nullptr || exec.vm_ == nullptr) \
31 #define JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(exec, ...) \
32 CHECK_JAVASCRIPT_SCOPE(exec, __VA_ARGS__) \
33 JAVASCRIPT_EXECUTION_SCOPE(exec)
35 #define JAVASCRIPT_EXECUTION_SCOPE(exec)
38 #define JAVASCRIPT_EXECUTION_SCOPE_WITH_CHECK(exec, ...)
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_csa.c70 struct drm_exec exec; in amdgpu_map_static_csa() local
73 drm_exec_init(&exec, DRM_EXEC_INTERRUPTIBLE_WAIT); in amdgpu_map_static_csa()
74 drm_exec_until_all_locked(&exec) { in amdgpu_map_static_csa()
75 r = amdgpu_vm_lock_pd(vm, &exec, 0); in amdgpu_map_static_csa()
77 r = drm_exec_lock_obj(&exec, &bo->tbo.base); in amdgpu_map_static_csa()
78 drm_exec_retry_on_contention(&exec); in amdgpu_map_static_csa()
102 drm_exec_fini(&exec); in amdgpu_map_static_csa()
110 struct drm_exec exec; in amdgpu_unmap_static_csa() local
113 drm_exec_init(&exec, DRM_EXEC_INTERRUPTIBLE_WAIT); in amdgpu_unmap_static_csa()
114 drm_exec_until_all_locked(&exec) { in amdgpu_unmap_static_csa()
[all...]
/foundation/distributedhardware/distributed_hardware_fwk/av_transport/common/include/
H A Dav_trans_log.h46 #define TRUE_RETURN(exec, fmt, args...) \
48 bool retCode = (exec); \
57 #define TRUE_RETURN_V(exec, ret) \
59 bool retCode = (exec); \
67 #define TRUE_RETURN_V_MSG_E(exec, ret, fmt, args...) \
69 bool retCode = (exec); \
78 #define TRUE_RETURN_V_MSG_D(exec, ret, fmt, args...) \
80 bool retCode = (exec); \
89 #define TRUE_LOG_MSG(exec, fmt, args...) \
91 bool retCode = (exec); \
[all...]
/third_party/node/test/parallel/
H A Dtest-cli-eval.js43 child.exec(`${nodejs} --eval 42`, common.mustSucceed((stdout, stderr) => {
49 child.exec(`${nodejs} --eval "console.error(42)"`,
59 child.exec(`${cmd}42`, common.mustSucceed((stdout, stderr) => {
64 child.exec(`${cmd} '[]'`, common.mustSucceed((stdout, stderr) => {
76 child.exec(`${nodejs} --eval "require('${filename}')"`,
86 child.exec(`${nodejs} --print "os.platform()"`,
93 child.exec(`${nodejs} --eval "require('./test/parallel/test-cli-eval.js')"`,
103 child.exec(`${nodejs} -e`, common.mustCall((err, stdout, stderr) => {
111 child.exec(`${nodejs} -e ""`, common.mustSucceed((stdout, stderr) => {
117 child.exec(`
[all...]
/third_party/rust/crates/regex/tests/
H A Dconsistent.rs27 .map(|exec| exec.into_regex()) in backends_are_consistent()
35 .map(|exec| exec.into_regex()) in backends_are_consistent()
42 .map(|exec| exec.into_regex()) in backends_are_consistent()
54 .map(|exec| exec.into_regex()) in backends_are_consistent()
63 .map(|exec| exec in backends_are_consistent()
[all...]
/third_party/mesa3d/src/mesa/vbo/
H A Dvbo_exec.h49 vbo_exec_vtx_init(struct vbo_exec_context *exec);
52 vbo_exec_vtx_destroy(struct vbo_exec_context *exec);
55 vbo_exec_vtx_flush(struct vbo_exec_context *exec);
58 vbo_exec_vtx_map(struct vbo_exec_context *exec);
61 vbo_exec_eval_update(struct vbo_exec_context *exec);
64 vbo_exec_do_EvalCoord2f(struct vbo_exec_context *exec, GLfloat u, GLfloat v);
67 vbo_exec_do_EvalCoord1f(struct vbo_exec_context *exec, GLfloat u);
/third_party/skia/third_party/externals/freetype/src/truetype/
H A Dttobjs.c897 TT_ExecContext exec; in FT_LOCAL_DEF() local
901 exec = size->context; in FT_LOCAL_DEF()
903 error = TT_Load_Context( exec, face, size ); in FT_LOCAL_DEF()
907 exec->callTop = 0; in FT_LOCAL_DEF()
908 exec->top = 0; in FT_LOCAL_DEF()
910 exec->period = 64; in FT_LOCAL_DEF()
911 exec->phase = 0; in FT_LOCAL_DEF()
912 exec->threshold = 0; in FT_LOCAL_DEF()
914 exec->instruction_trap = FALSE; in FT_LOCAL_DEF()
915 exec in FT_LOCAL_DEF()
991 TT_ExecContext exec; FT_LOCAL_DEF() local
[all...]

Completed in 19 milliseconds

12345678910>>...84