Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir_schedule.c475 struct schedule_node *chosen = NULL; in choose_instruction() local
651 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/intel/compiler/
Dbrw_schedule_instructions.cpp1407 schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
1530 schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
1580 schedule_node *chosen = choose_instruction_to_schedule(); in schedule_instructions() local
/external/android-clat/
Dconfig.c256 in_addr_t chosen = INADDR_NONE; in config_select_ipv4_address() local
/external/u-boot/board/freescale/qemu-ppce500/
Dqemu-ppce500.c202 int chosen; in last_stage_init() 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/mesa3d/src/broadcom/compiler/
Dqpu_schedule.c734 struct schedule_node *chosen = NULL; in choose_instruction_to_schedule() local
1249 struct schedule_node *chosen = in schedule_instructions() local
/external/dtc/
Dchecks.c940 struct node *chosen; in check_obsolete_chosen_interrupt_controller() local
/external/curl/lib/
Durl.c1077 struct connectdata *chosen = 0; in ConnectionExists() local
/external/u-boot/scripts/dtc/
Dchecks.c1026 struct node *chosen; in check_obsolete_chosen_interrupt_controller() local
/external/clang/lib/Sema/
DSemaDeclObjC.cpp3339 static bool isAcceptableMethodMismatch(ObjCMethodDecl *chosen, in isAcceptableMethodMismatch()