Searched refs:loop (Results 1 – 9 of 9) sorted by relevance
13 cflags-memcpy.c-y += $(call cc-option,-fno-tree-loop-distribute-patterns)15 cflags-memmove.c-y += $(call cc-option,-fno-tree-loop-distribute-patterns)17 cflags-memset.c-y += $(call cc-option,-fno-tree-loop-distribute-patterns)
78 .loop: ldaxr w0, [x1] label81 cbnz w0, .loop
102 loop: label105 bne loop
152 uint32_t loop = 0; in bcm_iproc_sotp_mem_write() local207 for (loop = 0; loop < ARRAY_SIZE(prog_array); loop++) { in bcm_iproc_sotp_mem_write()208 io_write32(bcm_sotp_base + SOTP_WRDATA_0, prog_array[loop]); in bcm_iproc_sotp_mem_write()
66 unsigned int loop = 0; in ocotp_ctrl_wait_for() local72 for (loop = 10000; loop > 0; loop--) { in ocotp_ctrl_wait_for()
102 uint32_t loop = 0; in pll_wait_lock() local106 (loop < 500)) { in pll_wait_lock()108 loop++; in pll_wait_lock()205 uint32_t wfei_mask, loop = 0; in wait_core_wfe_i() local210 loop < 500) { in wait_core_wfe_i()212 loop++; in wait_core_wfe_i()
81 loop: SWAPINIT(a, es); in qsort()148 goto loop; in qsort()
219 unsigned int loop = 4; in do_check_data() local267 } while (loop--); in do_check_data()
194 * Fix a potential invalid pointer dereference and infinite loop bugs in2470 loop. The issue can be triggered remotely. Found by Greg Zaverucha,4198 instead of int for buffer lengths and loop variables for4488 peer may cause xyssl to loop indefinitely by sending a certificate
Completed in 14 milliseconds