Searched refs:loop (Results 1 - 25 of 1203) sorted by relevance

1234567891011>>

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2011.09/lib/gcc/arm-none-eabi/4.6.1/plugin/include/
H A Dcfgloop.h1 /* Natural loop functions
49 /* The structure describing a bound on number of iterations of a loop. */
64 /* True if the statement will cause the loop to be leaved the (at most)
73 /* Description of the loop exit. */
79 /* Previous and next exit in the list of the exits of the loop. */
87 typedef struct loop *loop_p;
102 /* Structure to hold information for each natural loop. */
103 struct GTY ((chain_next ("%h.next"))) loop {
107 /* Number of loop insns. */
110 /* Basic block of loop heade
409 simple_loop_desc(struct loop *loop) argument
427 loop_depth(const struct loop *loop) argument
436 loop_outer(const struct loop *loop) argument
520 fel_next(loop_iterator *li, loop_p *loop) argument
537 fel_init(loop_iterator *li, loop_p *loop, unsigned flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-arm-linux-2.6.36-uclibc-4.5.3/lib/gcc/arm-brcm-linux-uclibcgnueabi/4.5.3/plugin/include/
H A Dcfgloop.h1 /* Natural loop functions
46 /* The structure describing a bound on number of iterations of a loop. */
61 /* True if the statement will cause the loop to be leaved the (at most)
70 /* Description of the loop exit. */
76 /* Previous and next exit in the list of the exits of the loop. */
84 typedef struct loop *loop_p;
99 /* Structure to hold information for each natural loop. */
100 struct GTY ((chain_next ("%h.next"))) loop {
104 /* Number of loop insns. */
107 /* Basic block of loop heade
407 simple_loop_desc(struct loop *loop) argument
425 loop_depth(const struct loop *loop) argument
434 loop_outer(const struct loop *loop) argument
518 fel_next(loop_iterator *li, loop_p *loop) argument
535 fel_init(loop_iterator *li, loop_p *loop, unsigned flags) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/toolchains/hndtools-armeabi-2013.11/lib/gcc/arm-none-eabi/4.8.1/plugin/include/
H A Dcfgloop.h1 /* Natural loop functions
53 /* The structure describing a bound on number of iterations of a loop. */
68 /* True if the statement will cause the loop to be leaved the (at most)
77 /* Description of the loop exit. */
83 /* Previous and next exit in the list of the exits of the loop. */
91 typedef struct loop *loop_p;
103 /* Structure to hold information for each natural loop. */
104 struct GTY ((chain_next ("%h.next"))) loop {
108 /* Number of loop insns. */
111 /* Basic block of loop heade
426 simple_loop_desc(struct loop *loop) argument
444 loop_depth(const struct loop *loop) argument
461 loop_outer(const struct loop *loop) argument
474 loop_has_exit_edges(const struct loop *loop) argument
553 fel_next(loop_iterator *li, loop_p *loop) argument
570 fel_init(loop_iterator *li, loop_p *loop, unsigned flags) argument
722 loop_outermost(struct loop *loop) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/sim/sh/
H A Dloop.s1 # sh testcase for loop control
15 add #1, r1 ! Before loop
18 add #1, r1 ! Within loop
20 add #2, r1 ! After loop
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
36 add #1, r1 ! Before loop
39 add #1, r1 ! Within loop
40 add #1, r1 ! Within loop
42 add #3, r1 ! After loop
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, thre
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/sim/sh/
H A Dloop.s1 # sh testcase for loop control
15 add #1, r1 ! Before loop
18 add #1, r1 ! Within loop
20 add #2, r1 ! After loop
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
36 add #1, r1 ! Before loop
39 add #1, r1 ! Within loop
40 add #1, r1 ! Within loop
42 add #3, r1 ! After loop
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, thre
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/sim/sh/
H A Dloop.s1 # sh testcase for loop control
15 add #1, r1 ! Before loop
18 add #1, r1 ! Within loop
20 add #2, r1 ! After loop
22 # r1 = 0xa5a5a5a5 + 8 (five in loop, two after, one before)
36 add #1, r1 ! Before loop
39 add #1, r1 ! Within loop
40 add #1, r1 ! Within loop
42 add #3, r1 ! After loop
44 # r1 = 0xa5a5a5a5 + 14 (ten in loop, thre
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/test/
H A Denginetest.c79 int loop; local
82 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
103 int loop; local
208 for (loop = 0; loop < 512; loop++) {
209 sprintf(buf, "id%i", loop);
211 sprintf(buf, "Fake engine type %i", loop);
213 if (((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/test/
H A Denginetest.c78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl-1.0.0q/crypto/engine/
H A Denginetest.c78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/test/
H A Denginetest.c78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/openssl/crypto/engine/
H A Denginetest.c79 int loop; local
82 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
103 int loop; local
208 for (loop = 0; loop < 512; loop++) {
209 sprintf(buf, "id%i", loop);
211 sprintf(buf, "Fake engine type %i", loop);
213 if (((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/test/
H A Denginetest.c79 int loop; local
82 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
103 int loop; local
208 for (loop = 0; loop < 512; loop++) {
209 sprintf(buf, "id%i", loop);
211 sprintf(buf, "Fake engine type %i", loop);
213 if (((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl-1.0.0q/crypto/engine/
H A Denginetest.c78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/openssl/crypto/engine/
H A Denginetest.c79 int loop; local
82 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
103 int loop; local
208 for (loop = 0; loop < 512; loop++) {
209 sprintf(buf, "id%i", loop);
211 sprintf(buf, "Fake engine type %i", loop);
213 if (((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/test/
H A Denginetest.c79 int loop; local
82 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
103 int loop; local
208 for (loop = 0; loop < 512; loop++) {
209 sprintf(buf, "id%i", loop);
211 sprintf(buf, "Fake engine type %i", loop);
213 if (((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/test/
H A Denginetest.c78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl-1.0.0q/crypto/engine/
H A Denginetest.c78 int loop; local
81 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
101 int loop; local
220 for(loop = 0; loop < 512; loop++)
222 sprintf(buf, "id%i", loop);
224 sprintf(buf, "Fake engine type %i", loop);
226 if(((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/openssl/crypto/engine/
H A Denginetest.c79 int loop; local
82 loop = 0;
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h));
103 int loop; local
208 for (loop = 0; loop < 512; loop++) {
209 sprintf(buf, "id%i", loop);
211 sprintf(buf, "Fake engine type %i", loop);
213 if (((block[loop]
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/mn10300/proc-mn103e010/
H A Dproc-init.c19 int loop; local
22 for (loop = 0x000; loop < 0x400; loop += 8)
23 __set_intr_stub(loop, __common_exception);
55 for (loop = 0; loop < NR_IRQS; loop++)
56 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/mn10300/proc-mn103e010/
H A Dproc-init.c19 int loop; local
22 for (loop = 0x000; loop < 0x400; loop += 8)
23 __set_intr_stub(loop, __common_exception);
55 for (loop = 0; loop < NR_IRQS; loop++)
56 GxICR(loop) = GxICR_LEVEL_6 | GxICR_DETECT;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/gadget/
H A Df_loopback.c124 [0].s = "loop input to output",
144 struct f_loopback *loop = func_to_loop(f); local
155 loop->in_ep = usb_ep_autoconfig(cdev->gadget, &fs_loop_source_desc);
156 if (!loop->in_ep) {
162 loop->in_ep->driver_data = cdev; /* claim */
164 loop->out_ep = usb_ep_autoconfig(cdev->gadget, &fs_loop_sink_desc);
165 if (!loop->out_ep)
167 loop->out_ep->driver_data = cdev; /* claim */
180 f->name, loop->in_ep->name, loop
192 struct f_loopback *loop = ep->driver_data; local
240 disable_loopback(struct f_loopback *loop) argument
250 enable_loopback(struct usb_composite_dev *cdev, struct f_loopback *loop) argument
309 struct f_loopback *loop = func_to_loop(f); local
320 struct f_loopback *loop = func_to_loop(f); local
329 struct f_loopback *loop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/gadget/
H A Df_loopback.c124 [0].s = "loop input to output",
144 struct f_loopback *loop = func_to_loop(f); local
155 loop->in_ep = usb_ep_autoconfig(cdev->gadget, &fs_loop_source_desc);
156 if (!loop->in_ep) {
162 loop->in_ep->driver_data = cdev; /* claim */
164 loop->out_ep = usb_ep_autoconfig(cdev->gadget, &fs_loop_sink_desc);
165 if (!loop->out_ep)
167 loop->out_ep->driver_data = cdev; /* claim */
180 f->name, loop->in_ep->name, loop
192 struct f_loopback *loop = ep->driver_data; local
240 disable_loopback(struct f_loopback *loop) argument
250 enable_loopback(struct usb_composite_dev *cdev, struct f_loopback *loop) argument
309 struct f_loopback *loop = func_to_loop(f); local
320 struct f_loopback *loop = func_to_loop(f); local
329 struct f_loopback *loop; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/gdb/sim/testsuite/frv-elf/
H A Dgrloop.s4 loop: label
6 bne icc0,0,loop
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/gdb/sim/testsuite/frv-elf/
H A Dgrloop.s4 loop: label
6 bne icc0,0,loop
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/gdb/sim/testsuite/frv-elf/
H A Dgrloop.s4 loop: label
6 bne icc0,0,loop

Completed in 134 milliseconds

1234567891011>>