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

/freebsd-10.1-release/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-10.1-release/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-10.1-release/sys/cddl/boot/zfs/
H A Dlz4.c206 const BYTE *const iend = ip + isize; local
216 while (ip < iend) {
224 while ((ip < iend) && (s == 255)) {
232 (ip + length > iend - COPYLENGTH)) {
239 if (ip + length > iend)
248 if (ip < iend)
270 while (ip < iend) {
/freebsd-10.1-release/contrib/byacc/
H A Dlr0.c163 Value_t *iend; local
173 iend = kernel_end[symbol];
174 n = (int)(iend - isp1);
190 while (found && isp1 < iend)
288 Value_t *iend; local
298 iend = kernel_end[symbol];
299 n = (unsigned)(iend - isp1);
307 while (isp1 < iend)
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGPrinter.cpp235 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
236 i != iend;
/freebsd-10.1-release/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-10.1-release/contrib/llvm/lib/TableGen/
H A DRecord.cpp389 iend = T1SuperClasses.end();
390 i != iend;
407 iend = T2SuperClasses.end();
408 i != iend;
452 iend = Range.end();
453 i != iend;
617 iend = Range.end();
618 i != iend;
1582 iend = args.end();
1583 i != iend;
[all...]
H A DTGParser.cpp54 iend = TemplateArgs.end();
55 i != iend;
224 iend = SMC->DefPrototypes.end();
225 i != iend;
774 for (LoopVector::iterator i = Loops.begin(), iend = Loops.end();
775 i != iend;
/freebsd-10.1-release/contrib/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp532 symbol_iterator iend = obj->end_symbols(); local
535 iend = obj->end_dynamic_symbols();
537 for (symbol_iterator i = ibegin; i != iend; i.increment(ec)) {
/freebsd-10.1-release/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-10.1-release/sys/contrib/ipfilter/netinet/
H A Dfil.c8921 /* iend (newest) to istart (oldest) in chunks of "interval". If nothing is */
8923 /* we start again with a new value for "iend" and "istart". This is */
8935 u_long interval, istart, iend; local
8982 iend = softc->ipf_ticks - interval;
9011 if (try >= iend) {
9022 iend = softc->ipf_ticks - interval;

Completed in 207 milliseconds