/third_party/skia/third_party/externals/freetype/src/truetype/ |
H A D | ttinterp.h | 161 FT_Long top; /* @ top of exec. stack */ 163 FT_Long stackSize; /* ! size of exec. stack */ 164 FT_Long* stack; /* ! current exec. stack */ 167 FT_Long new_top; /* new top after exec. */ 191 /* increment IP after ins. exec */ 452 TT_Goto_CodeRange( TT_ExecContext exec, 457 TT_Set_CodeRange( TT_ExecContext exec, 463 TT_Clear_CodeRange( TT_ExecContext exec, 502 TT_Done_Context( TT_ExecContext exec ); variable 505 TT_Load_Context( TT_ExecContext exec, 514 TT_Run_Context( TT_ExecContext exec ); global() variable 541 TT_RunIns( TT_ExecContext exec ); global() variable [all...] |
H A D | ttinterp.c | 113 * `exec', and `IP'). 123 * exec :: 127 TT_Goto_CodeRange( TT_ExecContext exec, in TT_Goto_CodeRange() argument 136 coderange = &exec->codeRangeTable[range - 1]; in TT_Goto_CodeRange() 146 exec->code = coderange->base; in TT_Goto_CodeRange() 147 exec->codeSize = coderange->size; in TT_Goto_CodeRange() 148 exec->IP = IP; in TT_Goto_CodeRange() 149 exec->curRange = range; in TT_Goto_CodeRange() 172 * exec :: 176 TT_Set_CodeRange( TT_ExecContext exec, in TT_Set_CodeRange() argument 205 TT_Clear_CodeRange( TT_ExecContext exec, FT_Int range ) TT_Clear_CodeRange() argument 462 TT_Save_Context( TT_ExecContext exec, TT_Size size ) TT_Save_Context() argument 556 TT_ExecContext exec = NULL; FT_EXPORT_DEF() local [all...] |
/third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
H A D | nv30_vertprog.c | 41 nouveau_heap_free(&vp->exec); in nv30_vertprog_destroy() 89 if (!vp->exec) { in nv30_vertprog_validate() 95 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) { in nv30_vertprog_validate() 101 if (nouveau_heap_alloc(heap, vp->nr_insns, &vp->exec, &vp->exec)) { in nv30_vertprog_validate() 110 target = vp->exec->start + reloc->target; in nv30_vertprog_validate() 119 target = vp->exec->start + reloc->target; in nv30_vertprog_validate() 199 PUSH_DATA (push, vp->exec->start); in nv30_vertprog_validate() 208 PUSH_DATA (push, vp->exec in nv30_vertprog_validate() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/exec/ |
H A D | null-argv.c | 10 #define FORK(exec) \ 15 exec; /* Some kind of exec */ \ 16 perror("# " #exec); \ 19 check_result(pid, #exec); \
|
/third_party/node/test/async-hooks/ |
H A D | test-graph.signal.js | 11 const { exec } = require('child_process'); 20 exec(`kill -USR2 ${process.pid}`); 27 exec(`kill -USR2 ${process.pid}`); 33 exec(`kill -USR2 ${process.pid}`);
|
H A D | test-signalwrap.js | 12 const exec = require('child_process').exec; 32 exec(`kill -USR2 ${process.pid}`); 46 exec(`kill -USR2 ${process.pid}`); 76 exec(`kill -USR2 ${process.pid}`);
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | kernel.cpp | 33 program(prog), _name(name), exec(*this), in kernel() 74 void *st = exec.bind(&q, grid_offset); in launch() 80 return (uint32_t *)&exec.input[h]; in launch() 81 }, exec.g_handles); in launch() 85 0, exec.samplers.size(), in launch() 86 exec.samplers.data()); in launch() 89 exec.sviews.size(), 0, false, exec.sviews.data()); in launch() 91 exec.iviews.size(), 0, exec in launch() [all...] |
/third_party/ffmpeg/libavfilter/ |
H A D | vf_avgblur_vulkan.c | 31 FFVkExecContext *exec; member 195 RET(ff_vk_create_exec_ctx(vkctx, &s->exec, &s->qf)); in init_filter() 221 /* Update descriptors and init the exec context */ in process_frames() 222 ff_vk_start_exec_recording(vkctx, s->exec); in process_frames() 223 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames() 226 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames() 231 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames() 236 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames() 306 ff_vk_bind_pipeline_exec(vkctx, s->exec, s->pl_hor); in process_frames() 311 ff_vk_bind_pipeline_exec(vkctx, s->exec, in process_frames() [all...] |
H A D | vf_chromaber_vulkan.c | 31 FFVkExecContext *exec; member 163 RET(ff_vk_create_exec_ctx(vkctx, &s->exec, &s->qf)); in init_filter() 186 /* Update descriptors and init the exec context */ in process_frames() 187 ff_vk_start_exec_recording(vkctx, s->exec); in process_frames() 188 cmd_buf = ff_vk_get_exec_buf(s->exec); in process_frames() 191 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames() 196 RET(ff_vk_create_imageview(vkctx, s->exec, in process_frames() 248 ff_vk_bind_pipeline_exec(vkctx, s->exec, s->pl); in process_frames() 250 ff_vk_update_push_exec(vkctx, s->exec, VK_SHADER_STAGE_COMPUTE_BIT, in process_frames() 257 ff_vk_add_exec_dep(vkctx, s->exec, in_ in process_frames() [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | base.c | 73 LIST_HEAD(exec); in nvkm_timer_alarm_trigger() 90 list_add(&alarm->exec, &exec); in nvkm_timer_alarm_trigger() 99 list_for_each_entry_safe(alarm, atemp, &exec, exec) { in nvkm_timer_alarm_trigger() 100 list_del(&alarm->exec); in nvkm_timer_alarm_trigger()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/subdev/timer/ |
H A D | base.c | 73 LIST_HEAD(exec); in nvkm_timer_alarm_trigger() 90 list_add(&alarm->exec, &exec); in nvkm_timer_alarm_trigger() 99 list_for_each_entry_safe(alarm, atemp, &exec, exec) { in nvkm_timer_alarm_trigger() 100 list_del(&alarm->exec); in nvkm_timer_alarm_trigger()
|
/kernel/linux/linux-5.10/drivers/leds/ |
H A D | leds-lp8501.c | 160 u8 exec; in lp8501_run_engine() local 178 ret = lp55xx_read(chip, LP8501_REG_ENABLE, &exec); in lp8501_run_engine() 185 exec = (exec & ~LP8501_EXEC_ENG1_M) | LP8501_RUN_ENG1; in lp8501_run_engine() 190 exec = (exec & ~LP8501_EXEC_ENG2_M) | LP8501_RUN_ENG2; in lp8501_run_engine() 195 exec = (exec & ~LP8501_EXEC_ENG3_M) | LP8501_RUN_ENG3; in lp8501_run_engine() 201 lp55xx_update_bits(chip, LP8501_REG_ENABLE, LP8501_EXEC_M, exec); in lp8501_run_engine()
|
/kernel/linux/linux-6.6/drivers/leds/ |
H A D | leds-lp8501.c | 162 u8 exec; in lp8501_run_engine() local 180 ret = lp55xx_read(chip, LP8501_REG_ENABLE, &exec); in lp8501_run_engine() 187 exec = (exec & ~LP8501_EXEC_ENG1_M) | LP8501_RUN_ENG1; in lp8501_run_engine() 192 exec = (exec & ~LP8501_EXEC_ENG2_M) | LP8501_RUN_ENG2; in lp8501_run_engine() 197 exec = (exec & ~LP8501_EXEC_ENG3_M) | LP8501_RUN_ENG3; in lp8501_run_engine() 203 lp55xx_update_bits(chip, LP8501_REG_ENABLE, LP8501_EXEC_M, exec); in lp8501_run_engine()
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | tfsmalls.cpp | 364 void TestFormatSmallClasses::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 368 if (exec) logln("TestSuite Format/SmallClasses/ParsePosition (f/chc/sma/pp): "); in runIndexedTest() 369 if (exec) test_ParsePosition(); in runIndexedTest() 372 if (exec) logln("TestSuite Format/SmallClasses/FieldPosition (f/chc/sma/fp): "); in runIndexedTest() 373 if (exec) test_FieldPosition(); in runIndexedTest() 376 if (exec) logln("TestSuite Format/SmallClasses/FieldPositionExample (f/chc/sma/fpe): "); in runIndexedTest() 377 if (exec) test_FieldPosition_example(); in runIndexedTest() 380 if (exec) logln("TestSuite Format/SmallClasses/Formattable (f/chc/sma/ft): "); in runIndexedTest() 381 if (exec) test_Formattable(); in runIndexedTest()
|
H A D | escoll.cpp | 102 void CollationSpanishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par */) in runIndexedTest() argument 104 if (exec) logln("TestSuite CollationSpanishTest: "); in runIndexedTest() 106 if((!myCollation) && exec) { in runIndexedTest() 112 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break; in runIndexedTest() 113 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break; in runIndexedTest()
|
H A D | trcoll.cpp | 92 void CollationTurkishTest::runIndexedTest( int32_t index, UBool exec, const char* &name, char* /*par*/ ) in runIndexedTest() argument 94 if (exec) logln("TestSuite CollationTurkishTest: "); in runIndexedTest() 96 if((!myCollation) && exec) { in runIndexedTest() 102 case 0: name = "TestPrimary"; if (exec) TestPrimary(/* par */); break; in runIndexedTest() 103 case 1: name = "TestTertiary"; if (exec) TestTertiary(/* par */); break; in runIndexedTest()
|
H A D | units_router_test.cpp | 17 void runIndexedTest(int32_t index, UBool exec, const char *&name, char *par = NULL) override; 24 void UnitsRouterTest::runIndexedTest(int32_t index, UBool exec, const char *&name, char * /*par*/) { in runIndexedTest() argument 25 if (exec) { logln("TestSuite UnitsRouterTest: "); } in runIndexedTest()
|
/third_party/node/deps/npm/test/fixtures/ |
H A D | mock-npm.js | 74 async exec (...args) { 75 const [res, err] = await super.exec(...args).then((r) => [r]).catch(e => [null, e]) 79 // to read the output after exec is called. This is not *exactly* how it 130 exec = null, // optionally exec the command before returning 274 // running npm command without running exec. Generally, we should rely on 275 // actually exec-ing the command to asserting the state of the world 285 exec: (args) => npm.exec(command, args), 288 if (exec) { [all...] |
/third_party/rust/crates/aho-corasick/src/packed/teddy/ |
H A D | compile.rs | 124 exec: runtime::Exec::TeddySlim1Mask128( in build_imp() 133 exec: runtime::Exec::TeddySlim1Mask256( in build_imp() 142 exec: runtime::Exec::TeddyFat1Mask256( in build_imp() 151 exec: runtime::Exec::TeddySlim2Mask128( in build_imp() 161 exec: runtime::Exec::TeddySlim2Mask256( in build_imp() 171 exec: runtime::Exec::TeddyFat2Mask256( in build_imp() 181 exec: runtime::Exec::TeddySlim3Mask128( in build_imp() 192 exec: runtime::Exec::TeddySlim3Mask256( in build_imp() 203 exec: runtime::Exec::TeddyFat3Mask256( in build_imp()
|
/third_party/icu/icu4c/source/test/perf/utrie2perf/ |
H A D | utrie2perf.cpp | 84 virtual UPerfFunction* runIndexedTest(int32_t index, UBool exec, const char* &name, char* par = NULL); 232 UPerfFunction* UTrie2PerfTest::runIndexedTest(int32_t index, UBool exec, const char* &name, char* par) { in runIndexedTest() argument 234 case 0: name = "CheckFCD"; if (exec) return CheckFCD::get(*this); break; in runIndexedTest() 235 case 1: name = "ToNFC"; if (exec) return ToNFC::get(*this); break; in runIndexedTest() 236 case 2: name = "GetBiDiClass"; if (exec) return GetBiDiClass::get(*this); break; in runIndexedTest() 238 case 3: name = "CheckFCDAlwaysGet"; if (exec) return CheckFCDAlwaysGet::get(*this); break; in runIndexedTest() 239 case 4: name = "CheckFCDUTF8"; if (exec) return CheckFCDUTF8::get(*this); break; in runIndexedTest()
|
/kernel/linux/linux-5.10/drivers/sbus/char/ |
H A D | oradax.c | 862 ctx->result.exec.status = DAX_SUBMIT_ERR_THR_INIT; in dax_ccb_exec() 869 ctx->result.exec.status = DAX_SUBMIT_ERR_NO_CA_AVAIL; in dax_ccb_exec() 879 ctx->result.exec.status = DAX_SUBMIT_ERR_CCB_ARR_MMU_MISS; in dax_ccb_exec() 887 ctx->result.exec.status = DAX_SUBMIT_ERR_NO_CA_AVAIL; in dax_ccb_exec() 893 ctx->result.exec.status = dax_preprocess_usr_ccbs(ctx, idx, nccbs); in dax_ccb_exec() 894 if (ctx->result.exec.status != DAX_SUBMIT_OK) in dax_ccb_exec() 897 ctx->result.exec.status = dax_lock_pages(ctx, idx, nccbs, in dax_ccb_exec() 898 &ctx->result.exec.status_data); in dax_ccb_exec() 899 if (ctx->result.exec.status != DAX_SUBMIT_OK) in dax_ccb_exec() 907 &accepted_len, &ctx->result.exec in dax_ccb_exec() [all...] |
/kernel/linux/linux-6.6/drivers/sbus/char/ |
H A D | oradax.c | 861 ctx->result.exec.status = DAX_SUBMIT_ERR_THR_INIT; in dax_ccb_exec() 868 ctx->result.exec.status = DAX_SUBMIT_ERR_NO_CA_AVAIL; in dax_ccb_exec() 878 ctx->result.exec.status = DAX_SUBMIT_ERR_CCB_ARR_MMU_MISS; in dax_ccb_exec() 886 ctx->result.exec.status = DAX_SUBMIT_ERR_NO_CA_AVAIL; in dax_ccb_exec() 892 ctx->result.exec.status = dax_preprocess_usr_ccbs(ctx, idx, nccbs); in dax_ccb_exec() 893 if (ctx->result.exec.status != DAX_SUBMIT_OK) in dax_ccb_exec() 896 ctx->result.exec.status = dax_lock_pages(ctx, idx, nccbs, in dax_ccb_exec() 897 &ctx->result.exec.status_data); in dax_ccb_exec() 898 if (ctx->result.exec.status != DAX_SUBMIT_OK) in dax_ccb_exec() 906 &accepted_len, &ctx->result.exec in dax_ccb_exec() [all...] |
/kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
H A D | test_overhead.c | 13 int BPF_KPROBE(prog1, struct task_struct *tsk, const char *buf, bool exec) in BPF_KPROBE() argument 31 int BPF_PROG(prog4, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument 37 int BPF_PROG(prog5, struct task_struct *tsk, const char *buf, bool exec) in BPF_PROG() argument
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | comm.h | 15 bool exec; member 23 struct comm *comm__new(const char *str, u64 timestamp, bool exec); 26 bool exec);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | comm.h | 15 bool exec; member 23 struct comm *comm__new(const char *str, u64 timestamp, bool exec); 26 bool exec);
|