Searched refs:istart (Results 1 - 21 of 21) sorted by relevance

/freebsd-12-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, ien
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-12-stable/sys/contrib/zstd/lib/compress/
H A Dzstd_fast.c49 const BYTE* const istart = (const BYTE*)src; local
50 const BYTE* ip = istart;
51 const BYTE* anchor = istart;
54 const BYTE* const iend = istart + srcSize;
155 const BYTE* const istart = (const BYTE*)src; local
156 const BYTE* ip = istart;
157 const BYTE* anchor = istart;
163 const BYTE* const iend = istart + srcSize;
H A Dzstd_ldm.c312 BYTE const* const istart = (BYTE const*)src; local
313 BYTE const* const iend = istart + srcSize;
316 BYTE const* anchor = istart;
317 BYTE const* ip = istart;
327 if (ip != istart) {
469 BYTE const* const istart = (BYTE const*)src; local
470 BYTE const* const iend = istart + srcSize;
487 BYTE const* const chunkStart = istart + chunk * kMaxChunkSize;
602 BYTE const* const istart = (BYTE const*)src; local
603 BYTE const* const iend = istart
[all...]
H A Dzstd_double_fast.c59 const BYTE* const istart = (const BYTE*)src; local
60 const BYTE* ip = istart;
61 const BYTE* anchor = istart;
64 const BYTE* const iend = istart + srcSize;
192 const BYTE* const istart = (const BYTE*)src; local
193 const BYTE* ip = istart;
194 const BYTE* anchor = istart;
200 const BYTE* const iend = istart + srcSize;
H A Dzstd_lazy.c469 const BYTE* const istart = (const BYTE*)src; local
470 const BYTE* ip = istart;
471 const BYTE* anchor = istart;
472 const BYTE* const iend = istart + srcSize;
633 const BYTE* const istart = (const BYTE*)src; local
634 const BYTE* ip = istart;
635 const BYTE* anchor = istart;
636 const BYTE* const iend = istart + srcSize;
H A Dzstd_opt.c673 const BYTE* const istart = (const BYTE*)src; local
674 const BYTE* ip = istart;
675 const BYTE* anchor = istart;
676 const BYTE* const iend = istart + srcSize;
H A Dfse_compress.c706 const BYTE* const istart = (const BYTE*) src; local
707 const BYTE* const iend = istart + srcSize;
739 while ( ip>istart ) {
H A Dzstd_compress.c1905 const BYTE* const istart = (const BYTE*)src; local
1906 const U32 current = (U32)(istart-base);
3040 const char* const istart = (const char*)input->src; local
3041 const char* const iend = istart + input->size;
3042 const char* ip = istart + input->pos;
3169 input->pos = ip - istart;
/freebsd-12-stable/sys/contrib/zstd/lib/legacy/
H A Dzstd_v05.c1282 const BYTE* const istart = (const BYTE*) headerBuffer; local
1283 const BYTE* const iend = istart + hbSize;
1284 const BYTE* ip = istart;
1368 if ((size_t)(ip-istart) > hbSize) return ERROR(srcSize_wrong);
1369 return ip-istart;
1505 const BYTE* const istart = (const BYTE*)cSrc; local
1506 const BYTE* ip = istart;
1516 errorCode = FSEv05_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1998 const BYTE* const istart = (const BYTE*) cSrc; local
2011 const size_t length1 = MEM_readLE16(istart);
2336 const BYTE* const istart = (const BYTE*) cSrc; local
2382 const BYTE* const istart = (const BYTE*) cSrc; local
2859 const BYTE* const istart = (const BYTE*) src; local
2995 const BYTE* const istart = (const BYTE* const)src; local
3850 const char* const istart = (const char*)src; local
[all...]
H A Dzstd_v06.c1266 const BYTE* const istart = (const BYTE*) headerBuffer; local
1267 const BYTE* const iend = istart + hbSize;
1268 const BYTE* ip = istart;
1351 if ((size_t)(ip-istart) > hbSize) return ERROR(srcSize_wrong);
1352 return ip-istart;
1651 const BYTE* const istart = (const BYTE*)cSrc; local
1652 const BYTE* ip = istart;
1661 { size_t const NCountLength = FSEv06_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
2138 { const BYTE* const istart = (const BYTE*) cSrc; local
2151 const size_t length1 = MEM_readLE16(istart);
2469 const BYTE* const istart = (const BYTE*) cSrc; local
2513 { const BYTE* const istart = (const BYTE*) cSrc; local
3055 const BYTE* const istart = (const BYTE*) src; local
3220 const BYTE* const istart = (const BYTE* const)src; local
3988 const char* const istart = (const char*)src; local
[all...]
H A Dzstd_v07.c1210 const BYTE* const istart = (const BYTE*) headerBuffer; local
1211 const BYTE* const iend = istart + hbSize;
1212 const BYTE* ip = istart;
1295 if ((size_t)(ip-istart) > hbSize) return ERROR(srcSize_wrong);
1296 return ip-istart;
1671 const BYTE* const istart = (const BYTE*)cSrc; local
1672 const BYTE* ip = istart;
1681 { size_t const NCountLength = FSEv07_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1928 { const BYTE* const istart = (const BYTE*) cSrc; local
1939 size_t const length1 = MEM_readLE16(istart);
2338 { const BYTE* const istart = (const BYTE*) cSrc; local
3281 const BYTE* const istart = (const BYTE*) src; local
3446 const BYTE* const istart = (const BYTE* const)src; local
4361 const char* const istart = (const char*)src; local
[all...]
H A Dzstd_v03.c1171 const BYTE* const istart = (const BYTE*) headerBuffer; local
1172 const BYTE* const iend = istart + hbSize;
1173 const BYTE* ip = istart;
1276 if ((size_t)(ip-istart) > hbSize) return ERROR(srcSize_wrong);
1277 return ip-istart;
1412 const BYTE* const istart = (const BYTE*)cSrc; local
1413 const BYTE* ip = istart;
1423 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1711 const BYTE* const istart = (const BYTE*) cSrc; local
1725 const size_t length1 = MEM_readLE16(istart);
2073 const BYTE* const istart = (const BYTE*) cSrc; local
2498 const BYTE* const istart = (const BYTE* const)src; local
2549 const BYTE* const istart = (const BYTE* const)src; local
[all...]
H A Dzstd_v02.c1170 const BYTE* const istart = (const BYTE*) headerBuffer; local
1171 const BYTE* const iend = istart + hbSize;
1172 const BYTE* ip = istart;
1275 if ((size_t)(ip-istart) > hbSize) return ERROR(srcSize_wrong);
1276 return ip-istart;
1411 const BYTE* const istart = (const BYTE*)cSrc; local
1412 const BYTE* ip = istart;
1422 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1714 const BYTE* const istart = (const BYTE*) cSrc; local
1728 const size_t length1 = MEM_readLE16(istart);
2076 const BYTE* const istart = (const BYTE*) cSrc; local
2431 const BYTE* const istart = (const BYTE*) cSrc; local
2857 const BYTE* const istart = (const BYTE* const)src; local
2908 const BYTE* const istart = (const BYTE* const)src; local
[all...]
H A Dzstd_v01.c485 const BYTE* const istart = (const BYTE*) headerBuffer; local
486 const BYTE* const iend = istart + hbSize;
487 const BYTE* ip = istart;
590 if ((size_t)(ip-istart) > hbSize) return (size_t)-FSE_ERROR_srcSize_wrong;
591 return ip-istart;
897 const BYTE* const istart = (const BYTE*)cSrc; local
898 const BYTE* ip = istart;
908 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1519 const BYTE* const istart = (const BYTE* const)src; local
1520 const BYTE* ip = istart;
1570 const BYTE* const istart = (const BYTE* const)src; local
[all...]
H A Dzstd_v04.c1210 const BYTE* const istart = (const BYTE*) headerBuffer; local
1211 const BYTE* const iend = istart + hbSize;
1212 const BYTE* ip = istart;
1315 if ((size_t)(ip-istart) > hbSize) return ERROR(srcSize_wrong);
1316 return ip-istart;
1456 const BYTE* const istart = (const BYTE*)cSrc; local
1457 const BYTE* ip = istart;
1467 errorCode = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
1925 const BYTE* const istart = (const BYTE*) cSrc; local
1938 const size_t length1 = MEM_readLE16(istart);
2283 const BYTE* const istart = (const BYTE*) cSrc; local
2687 const BYTE* const istart = (const BYTE*) src; local
2739 const BYTE* const istart = (const BYTE* const)src; local
3444 const char* const istart = (const char*)src; local
[all...]
/freebsd-12-stable/sys/contrib/zstd/lib/common/
H A Dentropy_common.c64 const BYTE* const istart = (const BYTE*) headerBuffer; local
65 const BYTE* const iend = istart + hbSize;
66 const BYTE* ip = istart;
149 return ip-istart;
H A Dfse_decompress.c279 const BYTE* const istart = (const BYTE*)cSrc; local
280 const BYTE* ip = istart;
286 size_t const NCountLength = FSE_readNCount (counting, &maxSymbolValue, &tableLog, istart, cSrcSize);
/freebsd-12-stable/sys/contrib/zstd/lib/decompress/
H A Dzstd_decompress.c553 { const BYTE* const istart = (const BYTE*) src; local
554 symbolEncodingType_e const litEncType = (symbolEncodingType_e)(istart[0] & 3);
565 U32 const lhlCode = (istart[0] >> 2) & 3;
566 U32 const lhc = MEM_readLE32(istart);
586 litCSize = (lhc >> 22) + (istart[4] << 10);
594 HUF_decompress1X_usingDTable_bmi2(dctx->litBuffer, litSize, istart+lhSize, litCSize, dctx->HUFptr, dctx->bmi2) :
595 HUF_decompress4X_usingDTable_bmi2(dctx->litBuffer, litSize, istart+lhSize, litCSize, dctx->HUFptr, dctx->bmi2) ) :
597 HUF_decompress1X2_DCtx_wksp_bmi2(dctx->entropy.hufTable, dctx->litBuffer, litSize, istart+lhSize, litCSize,
599 HUF_decompress4X_hufOnly_wksp_bmi2(dctx->entropy.hufTable, dctx->litBuffer, litSize, istart+lhSize, litCSize,
613 U32 const lhlCode = ((istart[
940 const BYTE* const istart = (const BYTE* const)src; local
2730 const char* const istart = (const char*)(input->src) + input->pos; local
[all...]
H A Dhuf_decompress.c223 { const BYTE* const istart = (const BYTE*) cSrc; local
234 size_t const length1 = MEM_readLE16(istart);
235 size_t const length2 = MEM_readLE16(istart+2);
236 size_t const length3 = MEM_readLE16(istart+4);
238 const BYTE* const istart1 = istart + 6; /* jumpTable */
408 { const BYTE* const istart = (const BYTE*) cSrc; local
419 size_t const length1 = MEM_readLE16(istart);
420 size_t const length2 = MEM_readLE16(istart+2);
421 size_t const length3 = MEM_readLE16(istart+4);
423 const BYTE* const istart1 = istart
[all...]
/freebsd-12-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) &&
740 3 != sscanf (arg, "%d.%d%d", &start, &istart, &end) &&
742 2 != sscanf (arg, "%d.%d", &start, &istart) &&
749 return (play_track (start, istart, end, iend));
1054 play_track(int tstart, int istart, int tend, int iend) argument
1059 t.start_index = istart;
/freebsd-12-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
9029 istart = IPF_TTLVAL(86400 * 4);
9032 istart = IPF_TTLVAL(43200);
9035 istart = IPF_TTLVAL(1800);
9040 if (istart > softc->ipf_ticks) {
9042 istart = interval;
9044 istart = (softc->ipf_ticks / interval) * interval;
9052 try = softc->ipf_ticks - istart;
[all...]

Completed in 407 milliseconds