Searched refs:iterate (Results 1 - 15 of 15) sorted by relevance

/freebsd-current/tests/sys/cddl/zfs/tests/reservation/
H A Dreservation_017_pos.ksh70 typeset -i iterate=10
82 while (( iterate > 1 )); do
97 (( iterate = iterate - 1 ))
/freebsd-current/sys/contrib/openzfs/tests/zfs-tests/tests/functional/reservation/
H A Dreservation_017_pos.ksh74 typeset iterate=10
82 while ((iterate > 1)); do
97 ((iterate = iterate - 1))
/freebsd-current/bin/uuidgen/
H A Duuidgen.c109 int ch, count, i, iterate, status, version; local
114 iterate = 0; /* not one at a time */
119 iterate = 1;
163 if (!iterate) {
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DSpillPlacement.h57 // iterate.
67 /// List of nodes that need to be updated in ::iterate.
130 /// Prepare internal data structures for iterate.
134 /// iterate - Update the network iteratively until convergence, or new bundles
136 void iterate();
139 /// the previous call to scanActiveBundles or iterate.
H A DSpillPlacement.cpp332 /// iterate - Repeatedly update the Hopfield nodes until stability or the
334 void SpillPlacement::iterate() { function in class:SpillPlacement
H A DRegAllocGreedy.cpp795 SpillPlacer->iterate();
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.h77 void iterate(void *Base, size_t Size, iterate_callback Cb, void *Arg);
H A Dguarded_pool_allocator.cpp131 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, function in class:gwp_asan::GuardedPoolAllocator
/freebsd-current/crypto/heimdal/kdc/
H A Dhprop.c225 iterate (krb5_context context, function
262 ret = iterate (context, database_name, db, type, &pd);
264 krb5_errx(context, 1, "iterate failure");
352 ret = iterate (context, database_name, db, type, &pd);
354 krb5_warnx(context, "iterate to host %s failed", host);
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzpl_ctldir.c173 .iterate = zpl_root_iterate,
484 .iterate = zpl_snapdir_iterate,
660 .iterate = zpl_shares_iterate,
H A Dzpl_file.c1377 .iterate = zpl_iterate,
/freebsd-current/lib/libc/amd64/string/
H A Dstrspn.S82 1: mov %rdi, %rax # a copy of the source to iterate over
H A Dstrcspn.S71 mov %rdi, %rax # a copy of the source to iterate over
/freebsd-current/usr.sbin/crunch/examples/
H A Dreally-big.conf150 special cc1 objpaths /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-parse.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lang.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-lex.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-pragma.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-decl.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-typeck.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-convert.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-aux-info.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-iterate.o /usr/src/gnu/usr.bin/gcc2/common/obj/libcc1.a
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h789 GuardedAlloc.iterate(reinterpret_cast<void *>(Base), Size, Callback, Arg);

Completed in 145 milliseconds