Home
last modified time | relevance | path

Searched refs:chosen (Results 1 – 25 of 347) sorted by relevance

12345678910>>...14

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c465 struct schedule_node *chosen = NULL; in choose_instruction() local
476 if (!chosen) { in choose_instruction()
477 chosen = n; in choose_instruction()
486 !locks_scoreboard(chosen->inst)) { in choose_instruction()
487 chosen = n; in choose_instruction()
490 locks_scoreboard(chosen->inst)) { in choose_instruction()
497 if (chosen->unblocked_time > state->time && in choose_instruction()
498 n->unblocked_time < chosen->unblocked_time) { in choose_instruction()
499 chosen = n; in choose_instruction()
502 n->unblocked_time > chosen->unblocked_time) { in choose_instruction()
[all …]
Dvc4_qpu_schedule.c575 struct schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
652 if (!chosen) { in choose_instruction_to_schedule()
653 chosen = n; in choose_instruction_to_schedule()
659 chosen = n; in choose_instruction_to_schedule()
665 if (n->delay > chosen->delay) { in choose_instruction_to_schedule()
666 chosen = n; in choose_instruction_to_schedule()
668 } else if (n->delay < chosen->delay) { in choose_instruction_to_schedule()
673 return chosen; in choose_instruction_to_schedule()
913 struct schedule_node *chosen = in schedule_instructions() local
922 uint64_t inst = chosen ? chosen->inst->inst : qpu_NOP(); in schedule_instructions()
[all …]
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_schedule_instructions.cpp1416 schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
1426 if (!chosen || in choose_instruction_to_schedule()
1427 exit_unblocked_time(n) < exit_unblocked_time(chosen) || in choose_instruction_to_schedule()
1428 (exit_unblocked_time(n) == exit_unblocked_time(chosen) && in choose_instruction_to_schedule()
1430 chosen = n; in choose_instruction_to_schedule()
1444 if (!chosen) { in choose_instruction_to_schedule()
1445 chosen = n; in choose_instruction_to_schedule()
1454 get_register_pressure_benefit(chosen->inst); in choose_instruction_to_schedule()
1458 chosen = n; in choose_instruction_to_schedule()
1474 if (n->cand_generation > chosen->cand_generation) { in choose_instruction_to_schedule()
[all …]
/external/dtc/tests/
Drun_tests.sh548 check_tests obsolete-chosen-interrupt-controller.dts obsolete_chosen_interrupt_controller
726 run_wrap_test $DTPUT $dtb -c /chosen/son /chosen/daughter
727 run_fdtput_test "eva" $dtb /chosen/daughter name "" -ts "eva"
728 run_fdtput_test "adam" $dtb /chosen/son name "" -ts "adam"
731 run_wrap_error_test $DTPUT $dtb -c /chosen
732 run_wrap_error_test $DTPUT $dtb -c /chosen/son
746 run_wrap_test $DTPUT $dtb -cp /chosen
747 run_wrap_test $DTPUT $dtb -cp /chosen/son
753 run_wrap_test $DTPUT $dtb -c /chosen/node1 /chosen/node2 /chosen/node3
754 run_fdtget_test "node3\nnode2\nnode1" $dtb -l /chosen
[all …]
Dtest01.stderr3 Warning: /chosen has no "linux,stdout-path" property
4 Warning: /chosen has no "interrupt-controller" property
Dobsolete-chosen-interrupt-controller.dts10 chosen {
Dbase01.stderr5 ERROR: Missing /chosen node
Dfdtdump.dts34 chosen {
Dtest01.dts52 chosen {
/external/libtextclassifier/
Dtext-classifier_test.cc1086 std::vector<int> chosen; in TEST() local
1088 /*interpreter_manager=*/nullptr, &chosen); in TEST()
1089 EXPECT_THAT(chosen, ElementsAreArray({0})); in TEST()
1104 std::vector<int> chosen; in TEST() local
1106 /*interpreter_manager=*/nullptr, &chosen); in TEST()
1107 EXPECT_THAT(chosen, ElementsAreArray({0, 1, 2, 3, 4})); in TEST()
1120 std::vector<int> chosen; in TEST() local
1122 /*interpreter_manager=*/nullptr, &chosen); in TEST()
1123 EXPECT_THAT(chosen, ElementsAreArray({0, 2})); in TEST()
1136 std::vector<int> chosen; in TEST() local
[all …]
/external/android-clat/
Dconfig.c249 in_addr_t chosen = INADDR_NONE; in config_select_ipv4_address() local
253 return chosen; in config_select_ipv4_address()
266 chosen = htonl(ipv4); in config_select_ipv4_address()
272 return chosen; in config_select_ipv4_address()
/external/wycheproof/doc/
Drsa.md38 PKCS #1 v1.5 padding is susceptible to adaptive chosen ciphertext attacks and
46 chosen ciphertexts [S10], though in this case the encryption did not use PKCS #1
73 Manger describes an chosen ciphertext attack against RSA in [M01]. There are
104 \[M01]: J. Manger, "A chosen ciphertext attack on RSA optimal asymmetric
106 paper shows that OAEP is susceptible to a chosen ciphertext attack if error
/external/tpm2/
DRSAKeySieve.c577 INT32 chosen; in PrimeSelectWithSieve() local
624 chosen = FindNthSetBit(defaultFieldSize, field,((first % ones) + 1)); in PrimeSelectWithSieve()
625 if(chosen >= ((defaultFieldSize) * 8)) in PrimeSelectWithSieve()
628 BN_add_word(bnP, chosen * 2); in PrimeSelectWithSieve()
639 BN_sub_word(bnP, chosen * 2); in PrimeSelectWithSieve()
641 ClearBit(field, chosen); in PrimeSelectWithSieve()
/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.c289 int chosen = 0; in choose_file() local
291 temp.num = chosen; in choose_file()
301 chosen = getrandom(rd, b->listsize); in choose_file()
302 temp.num = chosen; in choose_file()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_Rint.pbtxt6 the even representable is chosen.
Dapi_def_Merge.pbtxt18 The index of the chosen input tensor in `inputs`.
/external/swiftshader/third_party/LLVM/cmake/modules/
DAddLLVMDefinitions.cmake2 # options chosen via `add_definitions', so we need our own method for
/external/autotest/client/site_tests/hardware_StorageFio/
Dread_write_verify6 ; "size" is chosen so as to finish at least one write/verify cycle for
/external/llvm/cmake/modules/
DAddLLVMDefinitions.cmake2 # options chosen via `add_definitions', so we need our own method for
/external/noto-fonts/
DREADME.android1 This directory contains the fonts from the Noto project, chosen for
/external/curl/tests/data/
Dtest23729 # The bogus address used here is chosen specifically so that when processed on
Dtest144431 # Verify the mtime of the file. The mtime is specifically chosen to be an even
/external/skqp/site/
Dschedule.md8 On the branch date, a healthy level of Skia near HEAD is chosen. After this
/external/hamcrest/
DREADME.version5 Version f540af9fd49f33cc07b3446a8895c7b51cbf0944 was chosen because it is the
/external/skia/site/
Dschedule.md8 On the branch date, a healthy level of Skia near HEAD is chosen. After this

12345678910>>...14