| /third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
| H A D | sfn_scheduler.cpp | 185 bool schedule(std::list<I *>& ready_list); 225 Shader *schedule(Shader *original) in schedule() function 230 sfn_log << SfnLog::schedule << "Original shader\n"; in schedule() member in r600::SfnLog 231 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in schedule() 245 sfn_log << SfnLog::schedule << "Scheduled shader\n"; in schedule() member in r600::SfnLog 246 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in schedule() 270 sfn_log << SfnLog::schedule << "Process block " << block->id() <<"\n"; in run() 271 if (sfn_log.has_debug_flag(SfnLog::schedule)) { in run() 301 sfn_log << SfnLog::schedule << "Have ready instructions\n"; in schedule_block() member in r600::SfnLog 304 sfn_log << SfnLog::schedule << " AL in schedule_block() 513 sfn_log << SfnLog::schedule << "Schedule ALU group\\n"; schedule_alu() member in r600::SfnLog 517 sfn_log << SfnLog::schedule << "START new ALU group\\n"; schedule_alu() member in r600::SfnLog 536 sfn_log << SfnLog::schedule << "Try schedule TRANS channel\\n"; schedule_alu() member in r600::SfnLog 559 sfn_log << SfnLog::schedule << "Finalize ALU group\\n"; schedule_alu() member in r600::SfnLog 634 sfn_log << SfnLog::schedule << "Start new block\\n"; start_new_block() member in r600::SfnLog 665 sfn_log << SfnLog::schedule << " failed (kcache)\\n"; schedule_alu_to_group_vec() member in r600::SfnLog 679 sfn_log << SfnLog::schedule << " success\\n"; schedule_alu_to_group_vec() member in r600::SfnLog 682 sfn_log << SfnLog::schedule << " failed\\n"; schedule_alu_to_group_vec() member in r600::SfnLog 698 sfn_log << SfnLog::schedule << " failed (kcache)\\n"; schedule_alu_to_group_trans() member in r600::SfnLog 708 sfn_log << SfnLog::schedule << " sucess\\n"; schedule_alu_to_group_trans() member in r600::SfnLog 712 sfn_log << SfnLog::schedule << " failed\\n"; schedule_alu_to_group_trans() member in r600::SfnLog 719 bool BlockSheduler::schedule(std::list<I *>& ready_list) schedule() function in r600::BlockSheduler 773 sfn_log << SfnLog::schedule << "Ready instructions\\n"; collect_ready() member in r600::SfnLog 786 sfn_log << SfnLog::schedule << "\\n"; collect_ready() member in r600::SfnLog [all...] |
| /third_party/node/deps/openssl/openssl/include/openssl/ |
| H A D | des.h | 83 long length, DES_key_schedule *schedule, 90 long length, DES_key_schedule *schedule, DES_cblock *ivec, 94 long length, DES_key_schedule *schedule, DES_cblock *ivec, 98 long length, DES_key_schedule *schedule, DES_cblock *ivec, 102 long length, DES_key_schedule *schedule, DES_cblock *ivec, 167 long length, DES_key_schedule *schedule, DES_cblock *ivec); 170 long length, DES_key_schedule *schedule, 186 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); 188 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule); 190 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule); [all...] |
| H A D | blowfish.h | 59 const BF_KEY *schedule, 63 long length, const BF_KEY *schedule, 68 long length, const BF_KEY *schedule,
|
| /third_party/openssl/include/openssl/ |
| H A D | des.h | 83 long length, DES_key_schedule *schedule, 90 long length, DES_key_schedule *schedule, DES_cblock *ivec, 94 long length, DES_key_schedule *schedule, DES_cblock *ivec, 98 long length, DES_key_schedule *schedule, DES_cblock *ivec, 102 long length, DES_key_schedule *schedule, DES_cblock *ivec, 167 long length, DES_key_schedule *schedule, DES_cblock *ivec); 170 long length, DES_key_schedule *schedule, 186 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); 188 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule); 190 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule); [all...] |
| H A D | blowfish.h | 59 const BF_KEY *schedule, 63 long length, const BF_KEY *schedule, 68 long length, const BF_KEY *schedule,
|
| /third_party/openssl/ohos_lite/include/openssl/ |
| H A D | des.h | 74 long length, DES_key_schedule *schedule, 78 long length, DES_key_schedule *schedule, 81 long length, DES_key_schedule *schedule, 84 long length, DES_key_schedule *schedule, 88 long length, DES_key_schedule *schedule, 138 long length, DES_key_schedule *schedule, 141 long length, DES_key_schedule *schedule, 154 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule); 155 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule); 156 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule); [all...] |
| H A D | blowfish.h | 47 const BF_KEY *schedule, unsigned char *ivec, int enc); 49 long length, const BF_KEY *schedule, 52 long length, const BF_KEY *schedule,
|
| /third_party/node/deps/v8/src/compiler/ |
| H A D | raw-machine-assembler.cc | 32 current_block_(schedule()->start()) { in RawMachineAssembler() 106 Schedule* schedule = schedule_; in ExportForTest() local 108 return schedule; in ExportForTest() 131 void RawMachineAssembler::OptimizeControlFlow(Schedule* schedule, Graph* graph, in OptimizeControlFlow() argument 135 for (size_t i = 0; i < schedule->all_blocks()->size(); ++i) { in OptimizeControlFlow() 136 BasicBlock* block = (*schedule->all_blocks())[i]; in OptimizeControlFlow() 149 schedule->SetBlockForNode(nullptr, node); in OptimizeControlFlow() 150 schedule->AddNode(block, node); in OptimizeControlFlow() 156 schedule->SetBlockForNode(block, control_input); in OptimizeControlFlow() 160 schedule in OptimizeControlFlow() [all...] |
| H A D | basic-block-instrumentor.cc | 15 #include "src/compiler/schedule.h" 55 OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, in Instrument() 62 size_t n_blocks = schedule->RpoBlockCount() - 1; in Instrument() 66 // Capture the schedule string before instrumentation. in Instrument() 69 os << *schedule; in Instrument() local 97 BasicBlockVector* blocks = schedule->rpo_order(); in Instrument() 144 schedule->SetBlockForNode(block, to_insert[i]); in Instrument() 54 Instrument( OptimizedCompilationInfo* info, Graph* graph, Schedule* schedule, Isolate* isolate) Instrument() argument
|
| /third_party/mesa3d/src/gallium/drivers/r600/sfn/tests/ |
| H A D | sfn_optimizer_test.cpp | 108 check(schedule(sh), shader_with_dest_array_opt_scheduled); in TEST_F() 114 check(schedule(sh), shader_with_dest_array2_scheduled); in TEST_F() 151 check(schedule(sh), tes_optimized_sched); in TEST_F() 178 check(schedule(sh), basic_interpolation_expect_from_nir_sched); in TEST_F() 186 check(schedule(sh), basic_interpolation_expect_from_nir_sched_cayman); in TEST_F() 196 check(schedule(sh), basic_interpolation_expect_opt_sched_cayman); in TEST_F() 224 check(schedule(sh), test_schedule_group_expect); in TEST_F() 231 check(schedule(sh), shader_copy_prop_dont_kill_double_use_expect); in TEST_F() 241 check(schedule(sh), shader_with_bany_expect_opt_sched_eg); in TEST_F() 255 check(schedule(s in TEST_F() [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
| H A D | event_test.cpp | 66 marl::schedule([=, &counter] { in TEST_P() 90 marl::schedule([=, &counter] { in TEST_P() 108 marl::schedule([=, &sequence] { in TEST_P() 113 marl::schedule([=, &sequence] { in TEST_P() 118 marl::schedule([=, &sequence] { in TEST_P() 134 marl::schedule([=] { in TEST_P() 148 marl::schedule([=] { in TEST_P() 165 marl::schedule([=] { in TEST_P() 180 marl::schedule([=] { in TEST_P() 204 marl::schedule([ in TEST_P() [all...] |
| H A D | blockingcall_test.cpp | 29 marl::schedule([=] { in TEST_P() 49 marl::schedule([=, &n] { in TEST_P() 67 marl::schedule([=] { in TEST_P() 68 marl::blocking_call([=] { marl::schedule([=] { wg.done(); }); }); in TEST_P()
|
| H A D | scheduler_test.cpp | 54 marl::schedule([&] { counter++; }); in TEST_P() 73 marl::schedule([&] { in TEST_P() 82 marl::schedule([=] { in TEST_P() 100 marl::schedule( in TEST_P() 115 marl::schedule([=] { in TEST_P() 172 marl::schedule([&mutex, &threads, wg] { in TEST_F()
|
| H A D | scheduler_bench.cpp | 25 marl::schedule([] {}); in BENCHMARK_DEFINE_F() 39 marl::schedule([=] { in BENCHMARK_DEFINE_F() 60 marl::schedule([=] { in BENCHMARK_DEFINE_F()
|
| /third_party/node/deps/openssl/openssl/crypto/des/ |
| H A D | xcbc_enc.c | 21 long length, DES_key_schedule *schedule, in DES_xcbc_encrypt() 52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 81 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt() 94 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt() 20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
|
| H A D | set_key.c | 298 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key() argument 306 DES_set_key_unchecked(key, schedule); in DES_set_key() 315 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked() argument 321 DES_set_key_unchecked(key, schedule); in DES_set_key_checked() 325 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked() argument 335 memcpy(schedule->key, key, sizeof(schedule->key)); in DES_set_key_unchecked() 336 schedule->session = NULL; in DES_set_key_unchecked() 338 k = &schedule->ks->deslong[0]; in DES_set_key_unchecked() 391 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched() argument [all...] |
| H A D | cfb64enc.c | 25 long length, DES_key_schedule *schedule, in DES_cfb64_encrypt() 42 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 62 DES_encrypt1(ti, schedule, DES_ENCRYPT); in DES_cfb64_encrypt() 24 DES_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, int *num, int enc) DES_cfb64_encrypt() argument
|
| /third_party/openssl/crypto/des/ |
| H A D | xcbc_enc.c | 21 long length, DES_key_schedule *schedule, in DES_xcbc_encrypt() 52 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 64 DES_encrypt1(tin, schedule, DES_ENCRYPT); in DES_xcbc_encrypt() 81 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt() 94 DES_encrypt1(tin, schedule, DES_DECRYPT); in DES_xcbc_encrypt() 20 DES_xcbc_encrypt(const unsigned char *in, unsigned char *out, long length, DES_key_schedule *schedule, DES_cblock *ivec, const_DES_cblock *inw, const_DES_cblock *outw, int enc) DES_xcbc_encrypt() argument
|
| H A D | set_key.c | 298 int DES_set_key(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key() argument 306 DES_set_key_unchecked(key, schedule); in DES_set_key() 315 int DES_set_key_checked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_checked() argument 321 DES_set_key_unchecked(key, schedule); in DES_set_key_checked() 325 void DES_set_key_unchecked(const_DES_cblock *key, DES_key_schedule *schedule) in DES_set_key_unchecked() argument 335 memcpy(schedule->key, key, sizeof(schedule->key)); in DES_set_key_unchecked() 336 schedule->session = NULL; in DES_set_key_unchecked() 338 k = &schedule->ks->deslong[0]; in DES_set_key_unchecked() 391 int DES_key_sched(const_DES_cblock *key, DES_key_schedule *schedule) in DES_key_sched() argument [all...] |
| /third_party/skia/third_party/externals/swiftshader/third_party/marl/examples/ |
| H A D | tasks_in_tasks.cpp | 25 // Bind this scheduler to the main thread so we can call marl::schedule() in main() 33 // marl::schedule() requires the scheduler to be bound to the current thread in main() 53 marl::schedule([=] { in main() 64 marl::schedule([=] { in main() 70 marl::schedule([=] { in main()
|
| /third_party/node/deps/v8/tools/link_clicker.extension/ |
| H A D | content.js | 40 if (enabled) schedule(); 55 schedule(); 59 function schedule() { function
|
| /third_party/node/deps/openssl/openssl/crypto/bf/ |
| H A D | bf_cfb64.c | 26 long length, const BF_KEY *schedule, in BF_cfb64_encrypt() 43 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt() 63 BF_encrypt((BF_LONG *)ti, schedule); in BF_cfb64_encrypt() 25 BF_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, const BF_KEY *schedule, unsigned char *ivec, int *num, int encrypt) BF_cfb64_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/idea/ |
| H A D | i_cfb64.c | 27 long length, IDEA_KEY_SCHEDULE *schedule, in IDEA_cfb64_encrypt() 49 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt() 69 IDEA_encrypt((unsigned long *)ti, schedule); in IDEA_cfb64_encrypt() 26 IDEA_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, IDEA_KEY_SCHEDULE *schedule, unsigned char *ivec, int *num, int encrypt) IDEA_cfb64_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rc2/ |
| H A D | rc2cfb64.c | 26 long length, RC2_KEY *schedule, unsigned char *ivec, in RC2_cfb64_encrypt() 43 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt() 63 RC2_encrypt((unsigned long *)ti, schedule); in RC2_cfb64_encrypt() 25 RC2_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC2_KEY *schedule, unsigned char *ivec, int *num, int encrypt) RC2_cfb64_encrypt() argument
|
| /third_party/node/deps/openssl/openssl/crypto/rc5/ |
| H A D | rc5cfb64.c | 26 long length, RC5_32_KEY *schedule, in RC5_32_cfb64_encrypt() 43 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt() 63 RC5_32_encrypt((unsigned long *)ti, schedule); in RC5_32_cfb64_encrypt() 25 RC5_32_cfb64_encrypt(const unsigned char *in, unsigned char *out, long length, RC5_32_KEY *schedule, unsigned char *ivec, int *num, int encrypt) RC5_32_cfb64_encrypt() argument
|