Searched refs:iend (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libgomp/
H A Dloop.c67 long *istart, long *iend)
76 return !gomp_iter_static_next (istart, iend);
81 long *istart, long *iend)
92 ret = gomp_iter_dynamic_next (istart, iend);
94 ret = gomp_iter_dynamic_next_locked (istart, iend);
103 long *istart, long *iend)
114 ret = gomp_iter_guided_next (istart, iend);
116 ret = gomp_iter_guided_next_locked (istart, iend);
125 long *istart, long *iend)
131 istart, iend);
66 gomp_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
80 gomp_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
102 gomp_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
124 GOMP_loop_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
147 gomp_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
164 gomp_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
183 gomp_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
202 GOMP_loop_ordered_runtime_start(long start, long end, long incr, long *istart, long *iend) argument
235 gomp_loop_static_next(long *istart, long *iend) argument
241 gomp_loop_dynamic_next(long *istart, long *iend) argument
258 gomp_loop_guided_next(long *istart, long *iend) argument
275 GOMP_loop_runtime_next(long *istart, long *iend) argument
300 gomp_loop_ordered_static_next(long *istart, long *iend) argument
316 gomp_loop_ordered_dynamic_next(long *istart, long *iend) argument
334 gomp_loop_ordered_guided_next(long *istart, long *iend) argument
352 GOMP_loop_ordered_runtime_next(long *istart, long *iend) argument
474 GOMP_loop_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
481 GOMP_loop_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
488 GOMP_loop_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
495 GOMP_loop_ordered_static_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
503 GOMP_loop_ordered_dynamic_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
511 GOMP_loop_ordered_guided_start(long start, long end, long incr, long chunk_size, long *istart, long *iend) argument
519 GOMP_loop_static_next(long *istart, long *iend) argument
525 GOMP_loop_dynamic_next(long *istart, long *iend) argument
531 GOMP_loop_guided_next(long *istart, long *iend) argument
537 GOMP_loop_ordered_static_next(long *istart, long *iend) argument
543 GOMP_loop_ordered_dynamic_next(long *istart, long *iend) argument
549 GOMP_loop_ordered_guided_next(long *istart, long *iend) argument
[all...]
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dlz4.c479 const BYTE *const iend = ip + isize; local
481 const BYTE *const mflimit = iend - MFLIMIT;
482 #define matchlimit (iend - LASTLITERALS)
628 int lastRun = iend - anchor;
641 (void) memcpy(op, anchor, iend - anchor);
642 op += iend - anchor;
674 const BYTE *const iend = ip + isize; local
676 const BYTE *const mflimit = iend - MFLIMIT;
677 #define matchlimit (iend - LASTLITERALS)
821 int lastRun = iend
888 const BYTE *const iend = ip + isize; local
[all...]
/freebsd-11-stable/sys/cddl/boot/zfs/
H A Dlz4.c208 const BYTE *const iend = ip + isize; local
218 while (ip < iend) {
226 while ((ip < iend) && (s == 255)) {
234 (ip + length > iend - COPYLENGTH)) {
241 if (ip + length > iend)
250 if (ip < iend)
272 while (ip < iend) {
/freebsd-11-stable/contrib/byacc/
H A Dlr0.c165 Value_t *iend; local
175 iend = kernel_end[symbol];
176 n = (int)(iend - isp1);
192 while (found && isp1 < iend)
290 Value_t *iend; local
300 iend = kernel_end[symbol];
301 n = (unsigned)(iend - isp1);
309 while (isp1 < iend)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp240 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
241 i != iend;
/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/lz4/
H A Dlz4.c489 const BYTE* const iend = ip + inputSize; local
490 const BYTE* const mflimit = iend - MFLIMIT;
491 const BYTE* const matchlimit = iend - LASTLITERALS;
648 { size_t const lastRun = (size_t)(iend - anchor);
743 const BYTE* const iend = ip + *srcSizePtr; local
744 const BYTE* const mflimit = iend - MFLIMIT;
745 const BYTE* const matchlimit = iend - LASTLITERALS;
861 { size_t lastRunSize = (size_t)(iend - anchor);
1116 const BYTE* const iend = ip + inputSize; local
1150 } while ( likely(endOnInput ? ip<iend
[all...]
/freebsd-11-stable/usr.sbin/cdcontrol/
H A Dcdcontrol.c477 int rc, start, end = 0, istart = 1, iend = 1; local
739 if (4 != sscanf (arg, "%d.%d%d.%d", &start, &istart, &end, &iend) &&
741 3 != sscanf (arg, "%d%d.%d", &start, &end, &iend) &&
749 return (play_track (start, istart, end, iend));
1054 play_track(int tstart, int istart, int tend, int iend) argument
1061 t.end_index = iend;
/freebsd-11-stable/contrib/gcc/
H A Domp-low.c2577 iend = iend0;
2581 if (V cond iend) goto L1; else goto L2;
2596 tree type, istart0, iend0, iend;
2607 iend = create_tmp_var (type, NULL);
2672 t = build2 (MODIFY_EXPR, void_type_node, iend, t);
2697 t = build2 (fd->cond_code, boolean_type_node, fd->v, iend);
2595 tree type, istart0, iend0, iend; local
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dfil.c8986 /* iend (newest) to istart (oldest) in chunks of "interval". If nothing is */
8988 /* we start again with a new value for "iend" and "istart". This is */
9000 u_long interval, istart, iend; local
9047 iend = softc->ipf_ticks - interval;
9076 if (try >= iend) {
9087 iend = softc->ipf_ticks - interval;

Completed in 286 milliseconds