Home
last modified time | relevance | path

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

123

/freebsd-12-stable/tests/sys/cddl/zfs/tests/reservation/
Dreservation_017_pos.ksh75 typeset -i iterate=10
87 while (( iterate > 1 )); do
102 (( iterate = iterate - 1 ))
/freebsd-12-stable/bin/uuidgen/
Duuidgen.c53 int ch, count, i, iterate, status; in main() local
57 iterate = 0; /* not one at a time */ in main()
61 iterate = 1; in main()
99 if (!iterate) { in main()
/freebsd-12-stable/crypto/heimdal/kdc/
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-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DSpillPlacement.h138 void iterate();
DSpillPlacement.cpp334 void SpillPlacement::iterate() { in iterate() function in SpillPlacement
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h68 void iterate(void *Base, size_t Size, iterate_callback Cb, void *Arg);
Dguarded_pool_allocator.cpp116 void GuardedPoolAllocator::iterate(void *Base, size_t Size, iterate_callback Cb, in iterate() function in gwp_asan::GuardedPoolAllocator
/freebsd-12-stable/tests/sys/cddl/zfs/tests/cli_user/misc/
Dmisc.cfg45 # can iterate over both sets in an array
/freebsd-12-stable/contrib/gcc/
Dtree-ssa-reassoc.c742 bool iterate = false; in optimize_ops_list() local
794 iterate = true; in optimize_ops_list()
805 if (iterate) in optimize_ops_list()
Dvec.h189 #define VEC_iterate(T,V,I,P) (VEC_OP(T,base,iterate)(VEC_BASE(V),I,&(P)))
544 static inline int VEC_OP (T,base,iterate) \
829 static inline int VEC_OP (T,base,iterate) \
Dparams.def234 decides to not unroll loops that iterate fewer than 2*number of allowed
331 are predicted to iterate relatively few (10) times at average.
/freebsd-12-stable/contrib/libucl/doc/
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-12-stable/usr.bin/sed/tests/
Dhanoi.sed94 # iterate back to find smallest out-of-place ring
/freebsd-12-stable/usr.sbin/crunch/examples/
Dreally-big.conf151 …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-12-stable/contrib/ncurses/misc/
Dmakedef.cmd112 iterate
/freebsd-12-stable/crypto/openssl/doc/man3/
DSSL_CTX_add1_chain_cert.pod84 used to iterate over all certificates in an B<SSL_CTX> structure.
DENGINE_add.pod292 this question it must iterate across all the registered ENGINEs in the
296 needing to iterate across the table). Likewise, it will cache a NULL
/freebsd-12-stable/sys/compat/linux/
Dlinux_futex.c122 LIN_SDT_PROBE_DEFINE3(futex, futex_wake, iterate, "uint32_t",
566 LIN_SDT_PROBE3(futex, futex_wake, iterate, f->f_uaddr, wp, in futex_wake()
/freebsd-12-stable/contrib/llvm-project/lld/docs/
Ddesign.rst229 The general structure of a pass is to iterate through the atoms in the current
412 Currently, lld::File just has a path and a way to iterate its atoms. We will
/freebsd-12-stable/crypto/openssl/crypto/engine/
DREADME188 place. ENGINE_cleanup() will simply iterate across a list of registered cleanup
/freebsd-12-stable/contrib/libevent/
Dwhatsnew-2.1.txt140 There's a function, event_base_foreach_event(), that can iterate over
427 There's a new evhttp_foreach_bound_socket() function to iterate over
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dwhatsnew-2.1.txt140 There's a function, event_base_foreach_event(), that can iterate over
427 There's a new evhttp_foreach_bound_socket() function to iterate over
/freebsd-12-stable/contrib/subversion/subversion/libsvn_fs_x/
Dstructure335 digests, too, so you would simply iterate over those digests and
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
Dcombined.h767 GuardedAlloc.iterate(reinterpret_cast<void *>(Base), Size, Callback, Arg); in iterateOverChunks()
/freebsd-12-stable/contrib/wpa/wpa_supplicant/
DREADME-HS20424 command. This instructs wpa_supplicant to run a network scan and iterate

123