Searched refs:loop (Results 76 - 100 of 728) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-rshift.S42 and $9,$6,4-1 # number of limbs in first loop
43 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-sub1.S46 and $9,$7,4-1 # number of limbs in first loop
47 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v10/lib/
H A Dcsumcpfruser.S32 ;; Here from the movem loop; restore stack.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/arch-v32/lib/
H A Dcsumcpfruser.S32 ;; Here from the movem loop; restore stack.
38 ;; Here from the word loop; r12 is off by 2; add it back.
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/alpha/
H A Dmpih-add1.S46 and $19,4-1,$2 # number of limbs in first loop
48 beq $2,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-sub1.S45 and $19,4-1,$2 # number of limbs in first loop
47 beq $2,.L0 # if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/mips3/
H A Dmpih-add1.S45 and $9,$7,4-1 # number of limbs in first loop
46 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-lshift.S45 and $9,$6,4-1 # number of limbs in first loop
46 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-rshift.S42 and $9,$6,4-1 # number of limbs in first loop
43 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
H A Dmpih-sub1.S46 and $9,$7,4-1 # number of limbs in first loop
47 beq $9,$0,.L0 # if multiple of 4 limbs, skip first loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/lib/
H A Dmemset.S75 loop: label
79 bne $3,loop /* .. E1 */
H A Dstrncat.S35 $loop: ldq $1, 8($16)
38 beq $2, $loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_elf_fdpic.c119 int retval, loop; local
138 for (loop = 0; loop < params->hdr.e_phnum; loop++, phdr++) {
486 int loop; local
667 for (loop = bprm->argc; loop > 0; loop--) {
679 for (loop = bprm->envc; loop >
751 int loop, ret; local
929 int loop, ret; local
1021 int loop, dvset; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/docs/examples/
H A Dmulti-uv.c42 uv_loop_t *loop; variable
59 uv_poll_init_socket(loop, &context->poll_handle, sockfd);
189 loop = uv_default_loop();
199 uv_timer_init(loop, &timeout);
209 uv_run(loop, UV_RUN_DEFAULT);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/keys/
H A Dgc.c72 int loop; local
85 for (loop = klist->nkeys - 1; loop >= 0; loop--) {
86 key = klist->keys[loop];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/frv/mm/
H A Dinit.c123 unsigned long loop, pfn; local
132 for (loop = 0 ; loop < npages ; loop++)
133 if (PageReserved(&mem_map[loop]))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/bn/
H A Dbn_prime.c173 loop:
192 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
201 if (i == 0) goto loop;
215 if (j == 0) goto loop;
219 if (j == 0) goto loop;
390 loop: for (i=1; i<NUMPRIMES; i++)
398 goto loop;
428 loop: for (i=1; i<NUMPRIMES; i++)
434 goto loop;
476 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/bn/
H A Dbn_prime.c179 loop:
193 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
203 goto loop;
217 goto loop;
223 goto loop;
392 loop:for (i = 1; i < NUMPRIMES; i++) {
401 goto loop;
440 loop:for (i = 1; i < NUMPRIMES; i++) {
445 goto loop;
496 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/bn/
H A Dbn_prime.c179 loop:
193 /* if (BN_mod_word(ret,(BN_ULONG)3) == 1) goto loop; */
203 goto loop;
217 goto loop;
223 goto loop;
392 loop:for (i = 1; i < NUMPRIMES; i++) {
401 goto loop;
440 loop:for (i = 1; i < NUMPRIMES; i++) {
445 goto loop;
496 loop
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/pci/hotplug/
H A Dcpqphp_nvram.c245 u8 loop; local
309 loop = 0;
312 loop ++;
328 p_ev_ctrl->mem_avail = loop;
334 loop = 0;
337 loop ++;
353 p_ev_ctrl->p_mem_avail = loop;
359 loop = 0;
362 loop ++;
378 p_ev_ctrl->io_avail = loop;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dhevc_mc.asm347 jnz .loop ; height loop
511 .loop
520 .loop
526 jnz .loop ; height loop
532 .loop
542 jnz .loop ; height loop
560 .loop
[all...]
H A Dqpel.asm55 je .loop
64 .loop:
83 jne .loop
99 je .loop
108 .loop:
127 jne .loop
143 je .loop
154 .loop:
173 jne .loop
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/kernel/
H A Dgdb-stub.c225 int loop = 0; local
226 while ((dst[loop] = src[loop]))
227 loop++;
1087 int bkpt, loop, xloop; local
1101 for (loop = 0; loop < len; loop++)
1102 if (gdbstub_read_byte(&addr[loop],
1103 &gdbstub_bkpts[bkpt].origbytes[loop]
1149 int bkpt, loop; local
1190 int loop; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/bus/
H A Ddir-watch-inotify.c50 static DBusLoop *loop = NULL; variable
203 _dbus_loop_remove_watch (loop, watch);
206 _dbus_loop_unref (loop);
209 loop = NULL;
237 loop = bus_context_get_loop (context);
238 _dbus_loop_ref (loop);
249 if (!_dbus_loop_add_watch (loop, watch))
251 _dbus_warn ("Unable to add reload watch to main loop");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/miscutils/
H A Dmakedevs.c141 goto loop;
146 goto loop;
153 goto loop;
158 goto loop;
163 goto loop;
179 goto loop;
220 loop:

Completed in 183 milliseconds

1234567891011>>