Home
last modified time | relevance | path

Searched refs:bufRange (Results 1 – 11 of 11) sorted by relevance

/dports/science/lammps/lammps-stable_29Sep2021/src/MPIIO/
H A Ddump_atom_mpiio.cpp551 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_image_omp() local
563 memory->create(bufRange, nthreads, "dump:bufRange"); in convert_image_omp()
570 bufRange[i] = (int) (floor((double) n / (double) nthreads)); in convert_image_omp()
577 bufRange[i] = n - (i * (int) (floor((double) n / (double) nthreads))); in convert_image_omp()
589 for (int i = 0; i < bufRange[tid]; i++) { in convert_image_omp()
615 memory->destroy(bufRange); in convert_image_omp()
647 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_noimage_omp() local
659 memory->create(bufRange, nthreads, "dump:bufRange"); in convert_noimage_omp()
666 bufRange[i] = (int) (floor((double) n / (double) nthreads)); in convert_noimage_omp()
685 for (int i = 0; i < bufRange[tid]; i++) { in convert_noimage_omp()
[all …]
H A Ddump_xyz_mpiio.cpp324 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_string_omp() local
337 memory->create(bufRange,nthreads,"dump:bufRange"); in convert_string_omp()
344 bufRange[i] = (int)(floor((double)n/(double)nthreads)); in convert_string_omp()
351 bufRange[i] = n-(i*(int)(floor((double)n/(double)nthreads))); in convert_string_omp()
356 #pragma omp parallel LMP_DEFAULT_NONE LMP_SHARED(bufOffset, bufRange, bufLength, mpifhStringCountPe… in convert_string_omp()
361 for (int i = 0; i < bufRange[tid]; i++) { in convert_string_omp()
381 memory->destroy(bufRange); in convert_string_omp()
H A Ddump_cfg_mpiio.cpp339 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_string_omp() local
352 memory->create(bufRange,nthreads,"dump:bufRange"); in convert_string_omp()
359 bufRange[i] = (int)(floor((double)n/(double)nthreads)); in convert_string_omp()
366 bufRange[i] = n-(i*(int)(floor((double)n/(double)nthreads))); in convert_string_omp()
371 #pragma omp parallel LMP_DEFAULT_NONE LMP_SHARED(bufOffset, bufRange, bufLength, mpifhStringCountPe… in convert_string_omp()
377 for (int i = 0; i < bufRange[tid]; i++) { in convert_string_omp()
403 for (int i = 0; i < bufRange[tid]; i++) { in convert_string_omp()
451 memory->destroy(bufRange); in convert_string_omp()
H A Ddump_custom_mpiio.cpp571 int *mpifhStringCountPerThread, *bufOffset, *bufRange, *bufLength; in convert_string_omp() local
583 memory->create(bufRange, nthreads, "dump:bufRange"); in convert_string_omp()
590 bufRange[i] = (int) (floor((double) n / (double) nthreads)); in convert_string_omp()
597 bufRange[i] = n - (i * (int) (floor((double) n / (double) nthreads))); in convert_string_omp()
602 #pragma omp parallel LMP_DEFAULT_NONE LMP_SHARED(bufOffset, bufRange, bufLength, \ in convert_string_omp()
609 for (int i = 0; i < bufRange[tid]; i++) { in convert_string_omp()
643 memory->destroy(bufRange); in convert_string_omp()
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/io-streams-1.5.2.0/src/System/IO/Streams/
H A DBuilder.hs114 bufRange (Buffer _ rng) = rng function
119 (bufRange buf)
/dports/lang/elm/compiler-0.19.1/_cabal_deps/io-streams-1.5.1.0/src/System/IO/Streams/
H A DBuilder.hs114 bufRange (Buffer _ rng) = rng function
119 (bufRange buf)
/dports/devel/folly/folly-2021.12.27.00/folly/experimental/
H A DBitVectorCoding.h228 folly::MutableByteRange bufRange(buf, bytes());
229 return openList(bufRange);
H A DEliasFanoCoding.h341 MutableByteRange bufRange(buf, bytes());
342 return openList(bufRange);
/dports/www/lagrange/lagrange-1.7.3/src/ui/
H A Ddocumentwidget.c4636 const iRangei bufRange = intersect_Rangei(bufferRange_VisBuf(visBuf, i), full); in render_DocumentWidget_() local
4637 const iRangei bufVisRange = intersect_Rangei(bufRange, vis); in render_DocumentWidget_()
4645 const iRangei bufVisRange = intersect_Rangei(bufRange, vis); in render_DocumentWidget_()
4680 if (prerenderExtra && !equal_Rangei(bufRange, buf->validRange)) { in render_DocumentWidget_()
4686 … const int y = i >= iElemCount(visBuf->buffers) / 2 ? bufRange.start : (bufRange.end - rh); in render_DocumentWidget_()
4712 buf->validRange.start = bufRange.start; in render_DocumentWidget_()
4717 … const iRangei lower = intersect_Rangei(bufRange, (iRangei){ buf->validRange.end, full.end }); in render_DocumentWidget_()
4730 buf->validRange.end = bufRange.end; in render_DocumentWidget_()
4738 const iRangei bufRange = { buf->origin, buf->origin + visBuf->texSize.y }; in render_DocumentWidget_() local
4742 if (isOverlapping_Rangei(bufRange, ySpan_Rect(run->visBounds))) { in render_DocumentWidget_()
[all …]
/dports/devel/tcl-memchan/Memchan2.3/
H A Dconfigure.in84 TEA_ADD_SOURCES([buf.c bufFix.c bufExt.c bufRange.c bufQueue.c])
H A DChangeLog377 * generic/bufRange.c: Added cast to 2nd parameter of "Buf_Create".