Home
last modified time | relevance | path

Searched refs:loop (Results 1 – 25 of 339) sorted by relevance

12345678910>>...14

/onnv-gate/usr/src/lib/efcode/fcode_test/
H A Dloop.fth27 " no loop (1) " 1 begin 0 while 1- repeat .passed?
28 " loop to 0 (1)" 9 begin dup while 1- repeat 0= .passed?
33 " no loop (2) " btest1
34 " loop to 0 (2)" btest2
37 " no loop (3)" 1 begin dup until .passed?
38 " loop to 0 (3)" 9 begin 1- dup 0= until 0= .passed?
43 " no loop (4)" btest3
44 " loop to 0 (4)" btest4
46 ." Interactive do .. loop: "
47 " loop (1)" 0 h# 10 0 do drop i loop h# f = .passed?
[all …]
/onnv-gate/usr/src/common/openssl/crypto/engine/
H A Denginetest.c78 int loop; in display_engine_list() local
81 loop = 0; in display_engine_list()
86 loop++, ENGINE_get_id(h), ENGINE_get_name(h)); in display_engine_list()
101 int loop; in main() local
220 for(loop = 0; loop < 512; loop++) in main()
222 sprintf(buf, "id%i", loop); in main()
224 sprintf(buf, "Fake engine type %i", loop); in main()
226 if(((block[loop] = ENGINE_new()) == NULL) || in main()
227 !ENGINE_set_id(block[loop], id) || in main()
228 !ENGINE_set_name(block[loop], name)) in main()
[all …]
/onnv-gate/usr/src/cmd/fps/fptest/
H A Dbenchmarks.c65 int align_data(int loop,
69 int loop, uint32_t count);
100 int loop = 0; in fpu_fdivd() local
106 while (loop < rloop) { in fpu_fdivd()
107 loop++; in fpu_fdivd()
177 int loop; in fpu_fmuld() local
183 loop = 0; in fpu_fmuld()
194 while (loop < rloop) { in fpu_fmuld()
195 loop++; in fpu_fmuld()
250 int loop; in fpu_fmulx() local
[all …]
/onnv-gate/usr/src/cmd/sendmail/db/hash/
H A Dhash_func.c113 u_int32_t n, loop; local
122 loop = (len + 8 - 1) >> 3;
141 } while (--loop);
160 u_int32_t h, loop; local
171 loop = (len + 8 - 1) >> 3;
190 } while (--loop);
/onnv-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhash_func.c125 u_int32_t n, loop;
133 loop = (len + 8 - 1) >> 3;
153 } while (--loop);
168 u_int32_t h, loop; local
178 loop = (len + 8 - 1) >> 3;
198 } while (--loop);
/onnv-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dclusters.c214 CachedCluster *loop = ClusterCache; in findClusterCacheEntry() local
216 while (loop != NULL) { in findClusterCacheEntry()
217 if (loop->clusterNum == clusterNum) in findClusterCacheEntry()
218 return (loop); in findClusterCacheEntry()
219 loop = loop->next; in findClusterCacheEntry()
227 CachedCluster *loop = ClusterCache; in findClusterDataInTheCache() local
229 while (loop) { in findClusterDataInTheCache()
230 if (loop->clusterNum == clusterNum) in findClusterDataInTheCache()
231 return (loop->clusterData.bytes); in findClusterDataInTheCache()
232 loop = loop->next; in findClusterDataInTheCache()
[all …]
/onnv-gate/usr/src/cmd/msgfmt/
H A Doption.c47 loop: in parse_option()
85 goto loop; in parse_option()
112 goto loop; in parse_option()
118 goto loop; in parse_option()
124 goto loop; in parse_option()
/onnv-gate/usr/src/lib/libast/common/stdio/
H A Dfcloseall.c36 int loop; in fcloseall() local
40 for(loop = 0; loop < MAXLOOP; ++loop) in fcloseall()
/onnv-gate/usr/src/lib/sun_fc/common/
H A DLockable.cc89 int loop = 0; in lock() local
91 loop++; in lock()
102 if (loop > DEADLOCK_WARNING) { in lock()
115 if (loop > DEADLOCK_WARNING) { in lock()
/onnv-gate/usr/src/cmd/units/
H A Dunits.c118 loop: in main()
122 goto loop; in main()
137 goto loop; in main()
145 goto loop; in main()
149 goto loop; in main()
210 loop: in convr()
236 goto loop; in convr()
239 goto loop; in convr()
254 loop: in lookup()
283 goto loop; in lookup()
[all …]
/onnv-gate/usr/src/common/openssl/crypto/bn/
H A Dbn_prime.c173 loop: in BN_generate_prime_ex()
201 if (i == 0) goto loop; in BN_generate_prime_ex()
215 if (j == 0) goto loop; in BN_generate_prime_ex()
219 if (j == 0) goto loop; in BN_generate_prime_ex()
388 loop: for (i=1; i<NUMPRIMES; i++) in probable_prime()
400 goto loop; in probable_prime()
430 loop: for (i=1; i<NUMPRIMES; i++) in probable_prime_dh()
436 goto loop; in probable_prime_dh()
478 loop: for (i=1; i<NUMPRIMES; i++) in probable_prime_dh_safe()
488 goto loop; in probable_prime_dh_safe()
H A Dbn_ctx.c242 unsigned loop = 0; in BN_CTX_free() local
243 while(loop < BN_CTX_POOL_SIZE) in BN_CTX_free()
244 fprintf(stderr,"%02x ", pool->vals[loop++].dmax); in BN_CTX_free()
370 unsigned int loop = 0; in BN_POOL_finish() local
372 while(loop++ < BN_CTX_POOL_SIZE) in BN_POOL_finish()
389 unsigned int loop = 0; in BN_POOL_reset() local
391 while(loop++ < BN_CTX_POOL_SIZE) in BN_POOL_reset()
408 unsigned int loop = 0; in BN_POOL_get() local
413 while(loop++ < BN_CTX_POOL_SIZE) in BN_POOL_get()
H A Dbn_div.c182 int norm_shift,i,loop; in BN_div() local
225 loop=num_n-div_n; in BN_div()
230 wnum.d = &(snum->d[loop]); in BN_div()
233 wnum.dmax = snum->dmax - loop; /* so we don't step out of bounds */ in BN_div()
245 if (!bn_wexpand(res,(loop+1))) goto err; in BN_div()
246 res->top=loop; in BN_div()
247 resp= &(res->d[loop-1]); in BN_div()
270 for (i=0; i<loop-1; i++, wnump--, resp--) in BN_div()
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Diso.multibyte.c118 loop: in _mbtowc_iso()
157 goto loop; in _mbtowc_iso()
188 goto loop; in _mbtowc_iso()
195 goto loop; in _mbtowc_iso()
200 goto loop; in _mbtowc_iso()
205 goto loop; in _mbtowc_iso()
210 goto loop; in _mbtowc_iso()
215 goto loop; in _mbtowc_iso()
227 goto loop; in _mbtowc_iso()
237 goto loop; in _mbtowc_iso()
[all …]
/onnv-gate/usr/src/cmd/gettext/
H A Dgettext.c121 loop: in main()
151 goto loop; in main()
156 goto loop; in main()
160 goto loop; in main()
/onnv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dqlc.conf104 enable-adapter-hard-loop-ID=0;
111 adapter-hard-loop-ID=0;
248 init-loop-sync-wait=10;
/onnv-gate/usr/src/cmd/sgs/rtld.4.x/
H A Dzero.s43 clr %g1 ! but prepare for long loop
45 ! Byte clearing loop
56 ! Double clearing loop
/onnv-gate/usr/src/uts/common/xen/io/
H A Dxnb.c635 ((((_r)->sring->req_prod - loop) < \
636 (RING_SIZE(_r) - (loop - prod))) ? \
637 ((_r)->sring->req_prod - loop) : \
638 (RING_SIZE(_r) - (loop - prod)))
650 RING_IDX loop, prod, end; in xnb_to_peer() local
682 loop = xnbp->xnb_rx_ring.req_cons; in xnb_to_peer()
704 rxreq = RING_GET_REQUEST(&xnbp->xnb_rx_ring, loop); in xnb_to_peer()
754 loop++; in xnb_to_peer()
764 if (loop == xnbp->xnb_rx_ring.req_cons) { in xnb_to_peer()
769 end = loop; in xnb_to_peer()
[all …]
/onnv-gate/usr/src/lib/libast/common/path/
H A Dpathcanon.c59 int loop; in pathcanon() local
66 dots = loop = 0; in pathcanon()
144 if ((flags & PATH_PHYSICAL) && loop < 32 && (t - 1) > path) in pathcanon()
155 loop++; in pathcanon()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/pod/
H A Dperlsyn.pod144 The C<while> and C<until> modifiers have the usual "C<while> loop"
155 See L<perlfunc/do>. Note also that the loop control statements described
157 loop labels. Sorry. You can always put another block inside of it
176 modifier conditional or loop construct (e.g. C<my $x if ...>) is
224 by a colon. The LABEL identifies the loop for the loop control
226 If the LABEL is omitted, the loop control statement
227 refers to the innermost enclosing loop. This may include dynamically
234 increment a loop variable, even when the loop has been continued via
239 The C<next> command starts the next iteration of the loop:
246 The C<last> command immediately exits the loop in question. The
[all …]
/onnv-gate/usr/src/common/openssl/crypto/
H A Dmem_clr.c74 size_t loop = len; in OPENSSL_cleanse() local
75 while(loop--) in OPENSSL_cleanse()
/onnv-gate/usr/src/cmd/dtrace/test/tst/i386/ustack/
H A Dtst.circstack.s38 loop: label
40 jmp loop
/onnv-gate/usr/src/cmd/dtrace/test/tst/sparc/ustack/
H A Dtst.circstack.s37 loop: label
40 ba loop
/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
H A Dftpcount.c103 int wday, start, stop, ltime, validday, loop, match; in parsetime() local
113 for (loop = 0; loop < 8; loop++) { in parsetime()
114 if (strncmp(days[loop], whattime, 2) == 0) { in parsetime()
117 if ((wday == loop) || ((loop == 7) && wday && (wday < 6))) in parsetime()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dhash.c30 register int loop = (len + 8 - 1) >> 3; in sdbm_hash() local
38 } while (--loop); in sdbm_hash()

12345678910>>...14