Home
last modified time | relevance | path

Searched defs:chosen (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c465 struct schedule_node *chosen = NULL; in choose_instruction() local
641 struct schedule_node *chosen = choose_instruction(state); in schedule_instructions() local
Dvc4_qpu_schedule.c575 struct schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
913 struct schedule_node *chosen = in schedule_instructions() local
/external/mesa3d/src/mesa/drivers/dri/i965/
Dbrw_schedule_instructions.cpp1416 schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
1539 schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
1588 schedule_node *chosen = choose_instruction_to_schedule(); in schedule_instructions() local
/external/android-clat/
Dconfig.c249 in_addr_t chosen = INADDR_NONE; in config_select_ipv4_address() local
/external/ltp/utils/ffsb-6.0-rc2/
Dfilelist.c289 int chosen = 0; in choose_file() local
/external/guava/guava-tests/test/com/google/common/hash/
DHashingTest.java190 int chosen = Hashing.consistentHash(h, shards); in countRemaps() local
/external/tpm2/
DRSAKeySieve.c577 INT32 chosen; in PrimeSelectWithSieve() local
/external/dtc/
Dchecks.c717 struct node *chosen; in check_obsolete_chosen_interrupt_controller() local
/external/curl/lib/
Durl.c3369 struct connectdata *chosen = 0; in ConnectionExists() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3339 static bool isAcceptableMethodMismatch(ObjCMethodDecl *chosen, in isAcceptableMethodMismatch()