Home
last modified time | relevance | path

Searched refs:iterate (Results 1 – 25 of 48) sorted by relevance

12

/freebsd/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/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/bin/uuidgen/
H A Duuidgen.c109 int ch, count, i, iterate, status, version; in main() local
114 iterate = 0; /* not one at a time */ in main()
119 iterate = 1; in main()
163 if (!iterate) { in main()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_user/misc/
H A Dmisc.cfg42 # can iterate over both sets in an array
67 # can iterate over both sets in an array
94 # can iterate over both sets in an array
/freebsd/crypto/heimdal/kdc/
H A Dhprop.c225 iterate (krb5_context context, in iterate() function
262 ret = iterate (context, database_name, db, type, &pd); in dump_database()
352 ret = iterate (context, database_name, db, type, &pd); in propagate_database()
/freebsd/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.cpp334 void SpillPlacement::iterate() { in iterate() function in SpillPlacement
/freebsd/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); in shouldSample()
H A Dguarded_pool_allocator.cpp133 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, in iterate() function in gwp_asan::GuardedPoolAllocator
/freebsd/tests/sys/cddl/zfs/tests/cli_user/misc/
H A Dmisc.cfg40 # can iterate over both sets in an array
/freebsd/stand/forth/
H A Dbrand.4th76 ['] draw-brand console-iterate
H A Dbeastie.4th85 ['] draw-beastie console-iterate
/freebsd/contrib/libucl/doc/
H A Dapi.md380 Iteration are used to iterate over UCL compound types: arrays and objects. Moreover, iterations cou…
390 …xpand keys with multiple values. The general rule is that if you need to iterate through the *obje…
410 …t array that contains another array and a boolean value it is extremely unclear how to iterate over
435 - `ucl_object_iterate_safe` - safely iterate the object inside iterator. Note: function may allocat…
/freebsd/usr.bin/sed/tests/
H A Dhanoi.sed89 # iterate back to find smallest out-of-place ring
/freebsd/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/crypto/openssl/doc/man3/
H A DEVP_PKEY_get_attr.pod41 EVP_PKEY_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
H A DX509_REQ_get_attr.pod38 X509_REQ_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
H A DSSL_CTX_add1_chain_cert.pod87 used to iterate over all certificates in an B<SSL_CTX> structure.
H A DCMS_signed_get_attr.pod77 order to iterate through the remaining attributes. I<lastpos> can be set to any
H A DX509_ATTRIBUTE.pod104 X509at_get_attr_by_OBJ() as the value of I<lastpos> in order to iterate through
H A DENGINE_add.pod300 this question it must iterate across all the registered ENGINEs in the
304 needing to iterate across the table). Likewise, it will cache a NULL
/freebsd/usr.sbin/crunch/examples/
H A Dreally-big.conf150 …nu/usr.bin/gcc2/cc1/obj/c-aux-info.o /usr/src/gnu/usr.bin/gcc2/cc1/obj/c-iterate.o /usr/src/gnu/us…
/freebsd/contrib/ncurses/misc/
H A Dmakedef.cmd113 iterate
/freebsd/crypto/openssl/crypto/engine/
H A DREADME.md188 place. ENGINE_cleanup() will simply iterate across a list of registered cleanup

12