Lines Matching full:iteration
435 * During the iteration, @entry will have the value of the entry stored
436 * in @xa at @index. You may modify @index during the iteration if you
438 * during the iteration. At the end of the iteration, @entry will be set
443 * after each iteration, it will also end up being O(n.log(n)).
464 * During the iteration, @entry will have the value of the entry stored
465 * in @xa at @index. You may modify @index during the iteration if you
467 * during the iteration. At the end of the iteration, @entry will be set
472 * after each iteration, it will also end up being O(n.log(n)).
489 * During the iteration, @entry will have the value of the entry stored
490 * in @xa at @index. You may modify @index during the iteration if you want
492 * iteration. At the end of the iteration, @entry will be set to NULL and
497 * after each iteration, it will also end up being O(n.log(n)). xa_for_each()
514 * During the iteration, @entry will have the value of the entry stored
515 * in @xa at @index. The iteration will skip all entries in the array
516 * which do not match @filter. You may modify @index during the iteration
518 * during the iteration. At the end of the iteration, @entry will be set to
523 * to unlock after each iteration, it will also end up being O(n.log(n)).