Home
last modified time | relevance | path

Searched refs:start_over (Results 1 – 2 of 2) sorted by relevance

/external/u-boot/drivers/ddr/marvell/axp/
Dddr3_pbs.c63 static int ddr3_pbs_per_bit(MV_DRAM_INFO *dram_info, int *start_over, int is_tx,
100 int start_over; in ddr3_pbs_tx() local
183 start_over = 0; in ddr3_pbs_tx()
229 dram_info, &start_over, 1, in ddr3_pbs_tx()
233 } while ((start_over == 1) && in ddr3_pbs_tx()
237 start_over == 1) { in ddr3_pbs_tx()
542 int start_over; in ddr3_pbs_rx() local
624 start_over = 0; in ddr3_pbs_rx()
729 dram_info, &start_over, in ddr3_pbs_rx()
736 } while ((start_over == 1) && in ddr3_pbs_rx()
[all …]
/external/clang/test/Index/
Dload-stmts.cpp108 start_over: in considered_harmful()
109 void *ptr = &&start_over; in considered_harmful()
113 goto start_over; in considered_harmful()