Home
last modified time | relevance | path

Searched defs:sched (Results 1 – 25 of 50) sorted by relevance

12

/external/ipsec-tools/src/racoon/
Dschedule.h42 struct sched { struct
56 TAILQ_ENTRY(sched) chain; argument
/external/mesa3d/src/gallium/drivers/nouveau/codegen/lib/
Dgk104.asm103 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
111 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
120 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
128 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
137 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
146 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
154 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
163 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
172 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
181 sched 0x00 0x00 0x00 0x00 0x00 0x00 0x00 label
[all …]
/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_monotonic_env.c18 omp_sched_t sched_without_modifiers(omp_sched_t sched) { in sched_without_modifiers()
22 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers()
27 void check_schedule(const char *extra, const omp_sched_t sched, int chunk, in check_schedule()
52 omp_sched_t sched, ref_sched; in main() local
Domp_monotonic_schedule_set_get.c20 omp_sched_t sched_append_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_append_modifiers()
24 omp_sched_t sched_without_modifiers(omp_sched_t sched) { in sched_without_modifiers()
28 int sched_has_modifiers(omp_sched_t sched, omp_sched_t modifiers) { in sched_has_modifiers()
33 void check_schedule(const char *extra, const omp_sched_t sched, int chunk, in check_schedule()
Dkmp_sch_simd_runtime_static.c26 enum sched { enum
Dkmp_sch_simd_runtime_api.c24 enum sched { enum
Dkmp_sch_simd_runtime_guided.c32 enum sched { enum
Dkmp_sch_simd_guided.c25 enum sched { enum
/external/mesa3d/src/gallium/drivers/freedreno/a2xx/
Dir2.c104 struct ir2_sched_instr *sched = NULL, *s; in insert() local
157 struct ir2_sched_instr *sched; in scalarize_case1() local
213 static int sched_next(struct ir2_context *ctx, struct ir2_sched_instr *sched) in sched_next()
387 struct ir2_sched_instr *sched; in schedule_instrs() local
Dir2_assemble.c166 fill_instr(struct ir2_context *ctx, struct ir2_sched_instr *sched, in fill_instr()
/external/llvm-project/polly/lib/External/isl/
Disl_schedule.c93 __isl_give isl_schedule *isl_schedule_copy(__isl_keep isl_schedule *sched) in isl_schedule_copy()
121 __isl_null isl_schedule *isl_schedule_free(__isl_take isl_schedule *sched) in isl_schedule_free()
248 __isl_keep isl_schedule *sched, in isl_schedule_foreach_schedule_node_top_down()
457 __isl_give isl_union_map *isl_schedule_get_map(__isl_keep isl_schedule *sched) in isl_schedule_get_map()
/external/perfetto/src/trace_processor/dynamic/
Dexperimental_sched_upid_generator.cc23 const tables::SchedSliceTable& sched, in ExperimentalSchedUpidGenerator()
Dthread_state_generator.cc68 Table sched = raw_sched.Filter({raw_sched.utid().ne(0)}); in ComputeThreadStateTable() local
126 const Table& sched, in AddSchedEvent()
/external/rust/crates/async-task/tests/
Dwaker_ready.rs85 let sched = move |runnable: Runnable| { localVariable
Dwaker_pending.rs79 let sched = move |runnable: Runnable| { localVariable
Dwaker_panic.rs88 let sched = move |runnable: Runnable| { localVariable
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/
Domptargeti.h26 INLINE void omptarget_nvptx_TaskDescr::SetRuntimeSched(omp_sched_t sched) { in SetRuntimeSched()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp905 instruction_scheduler *sched) in schedule_node()
1830 fs_instruction_scheduler sched(this, grf_count, first_non_payload_grf, in schedule_instructions() local
1840 vec4_instruction_scheduler sched(this, prog_data->total_grf); in opt_schedule_instructions() local
/external/toolchain-utils/crosperf/
Dschedv2.py28 def __init__(self, dut, sched): argument
/external/llvm-project/openmp/libomptarget/deviceRTLs/common/src/
Dtask.cu205 int32_t sched, uint64_t grainsize, void *task_dup) { in __kmpc_taskloop()
/external/grpc-grpc/test/cpp/microbenchmarks/
Dbm_chttp2_transport.cc163 F f, grpc_closure_scheduler* sched = grpc_schedule_on_exec_ctx) { in MakeClosure()
178 F f, grpc_closure_scheduler* sched = grpc_schedule_on_exec_ctx) { in MakeOnceClosure()
/external/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c1145 AES_NOHW_SCHEDULE sched; in aes_nohw_encrypt() local
1154 AES_NOHW_SCHEDULE sched; in aes_nohw_decrypt() local
1180 AES_NOHW_SCHEDULE sched; in aes_nohw_ctr32_encrypt_blocks() local
1228 AES_NOHW_SCHEDULE sched; in aes_nohw_cbc_encrypt() local
/external/rust/crates/quiche/deps/boringssl/src/crypto/fipsmodule/aes/
Daes_nohw.c1145 AES_NOHW_SCHEDULE sched; in aes_nohw_encrypt() local
1154 AES_NOHW_SCHEDULE sched; in aes_nohw_decrypt() local
1180 AES_NOHW_SCHEDULE sched; in aes_nohw_ctr32_encrypt_blocks() local
1228 AES_NOHW_SCHEDULE sched; in aes_nohw_cbc_encrypt() local
/external/perfetto/src/trace_processor/importers/ftrace/
Dsched_event_tracker.cc228 auto* sched = context_->storage->mutable_sched_slice_table(); in AddRawEventAndStartSlice() local
/external/linux-kselftest/tools/testing/selftests/x86/
Dfsgsbase.c531 for (int sched = 0; sched < 2; sched++) { in main() local

12