Home
last modified time | relevance | path

Searched refs:skip_remaining (Results 1 – 25 of 27) sorted by relevance

12

/dports/math/libnormaliz/normaliz-3.9.0/source/libnormaliz/
H A Dsublattice_representation.cpp468 bool skip_remaining = false; in convert_from_sublattice() local
473 if (skip_remaining) in convert_from_sublattice()
486 #pragma omp flush(skip_remaining) in convert_from_sublattice()
498 bool skip_remaining = false; in convert_from_sublattice_dual() local
503 if (skip_remaining) in convert_from_sublattice_dual()
516 #pragma omp flush(skip_remaining) in convert_from_sublattice_dual()
529 bool skip_remaining = false; in convert_from_sublattice() local
537 if (skip_remaining) in convert_from_sublattice()
551 #pragma omp flush(skip_remaining) in convert_from_sublattice()
565 bool skip_remaining = false; in convert_from_sublattice_dual() local
[all …]
H A Dface_lattice.cpp66 bool skip_remaining = false; in FaceLattice() local
73 if (skip_remaining) in FaceLattice()
105 skip_remaining = true; in FaceLattice()
106 #pragma omp flush(skip_remaining) in FaceLattice()
222 bool skip_remaining = false; in compute() local
239 if (skip_remaining) in compute()
447 skip_remaining = true; in compute()
448 #pragma omp flush(skip_remaining) in compute()
H A Dproject_and_lift.cpp200 bool skip_remaining; in compute_projections() local
272 skip_remaining = false; in compute_projections()
284 if (skip_remaining) in compute_projections()
354 #pragma omp flush(skip_remaining) in compute_projections()
370 skip_remaining = false; in compute_projections()
381 if (skip_remaining) in compute_projections()
468 #pragma omp flush(skip_remaining) in compute_projections()
578 bool skip_remaining; in lift_points_to_this_dim() local
581 skip_remaining = false; in lift_points_to_this_dim()
675 #pragma omp flush(skip_remaining) in lift_points_to_this_dim()
[all …]
H A Ddescent.cpp450 bool skip_remaining = false; in compute() local
459 if (skip_remaining) in compute()
513 skip_remaining = true; in compute()
514 #pragma omp flush(skip_remaining) in compute()
547 bool skip_remaining = false; in collect_old_faces_in_iso_classes() local
581 if(skip_remaining) in collect_old_faces_in_iso_classes()
641 skip_remaining = true; in collect_old_faces_in_iso_classes()
642 #pragma omp flush(skip_remaining) in collect_old_faces_in_iso_classes()
844 bool skip_remaining = false; in compute() local
863 if (skip_remaining) in compute()
[all …]
H A Dfull_cone.cpp987 if (skip_remaining) in find_new_facets()
1061 if (!skip_remaining) { in find_new_facets()
1378 if(skip_remaining) in update_pulling_triangulation()
1510 if(skip_remaining) in extend_triangulation()
1954 bool skip_remaining; in process_pyramids() local
2909 bool skip_remaining; in evaluate_stored_pyramids() local
3548 if(skip_remaining) in make_hollow_triangulation_inner()
3626 skip_remaining = false; in make_hollow_triangulation_inner()
4385 bool skip_remaining; in evaluate_triangulation() local
8482 if (skip_remaining) in FindGeneric()
[all …]
H A Dsimplex.cpp102 bool skip_remaining = false; in bottom_points() local
110 if (skip_remaining) in bottom_points()
119 if (skip_remaining) in bottom_points()
127 #pragma omp flush(skip_remaining) in bottom_points()
144 skip_remaining = true; in bottom_points()
145 #pragma omp flush(skip_remaining) in bottom_points()
1005 bool skip_remaining; in evaluation_loop_parallel() local
1011 skip_remaining = false; in evaluation_loop_parallel()
1038 #pragma omp flush(skip_remaining) in evaluation_loop_parallel()
1049 if (skip_remaining) { in evaluation_loop_parallel()
[all …]
H A Dnmz_integral.cpp337 bool skip_remaining = false; in integrate() local
371 if (skip_remaining) in integrate()
472 skip_remaining = true; in integrate()
473 #pragma omp flush(skip_remaining) in integrate()
629 bool skip_remaining = false; in integrate() local
642 if (skip_remaining) in integrate()
671 skip_remaining = true; in integrate()
672 #pragma omp flush(skip_remaining) in integrate()
1169 bool skip_remaining = false; in generalizedEhrhartSeries() local
1187 if (skip_remaining) in generalizedEhrhartSeries()
[all …]
H A Dcollection.cpp362 bool skip_remaining = false; in make_unimodular() local
376 if(skip_remaining) in make_unimodular()
415 skip_remaining = true; in make_unimodular()
416 #pragma omp flush(skip_remaining) in make_unimodular()
H A Dreduction.cpp204 bool skip_remaining = false; in reduce_by() local
221 if (skip_remaining) in reduce_by()
230 skip_remaining = true; in reduce_by()
231 #pragma omp flush(skip_remaining) in reduce_by()
H A Dcone_dual_mode.cpp467 bool skip_remaining = false; in cut_with_halfspace_hilbert_basis() local
481 if (skip_remaining) in cut_with_halfspace_hilbert_basis()
591 skip_remaining = true; in cut_with_halfspace_hilbert_basis()
592 #pragma omp flush(skip_remaining) in cut_with_halfspace_hilbert_basis()
H A Dmatrix.cpp882 bool skip_remaining = false; in multiplication_trans() local
887 if (skip_remaining) in multiplication_trans()
897 skip_remaining = true; in multiplication_trans()
898 #pragma omp flush(skip_remaining) in multiplication_trans()
4603 bool skip_remaining = false; in makeIncidenceMatrix() local
4608 if(skip_remaining) in makeIncidenceMatrix()
4622 skip_remaining = true; in makeIncidenceMatrix()
4623 #pragma omp flush(skip_remaining) in makeIncidenceMatrix()
/dports/multimedia/handbrake/ffmpeg-4.4/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/www/firefox-esr/firefox-91.8.0/media/ffvpx/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/multimedia/ffmpeg/ffmpeg-4.4.1/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/multimedia/gstreamer1-libav/gst-libav-1.16.2/gst-libs/ext/libav/libavcodec/
H A Dget_bits.h307 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
328 skip_remaining(s, n); in get_xbits()
464 skip_remaining(s, n); in skip_bits()
478 skip_remaining(s, n); in skip_bits()
772 skip_remaining(s, bits); in get_vlc2()
775 skip_remaining(s, nb_bits); in get_vlc2()
779 skip_remaining(s, n); in get_vlc2()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/ffmpeg/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/www/firefox/firefox-99.0/media/ffvpx/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/ffmpeg/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/mail/thunderbird/thunderbird-91.8.0/media/ffvpx/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/lang/spidermonkey78/firefox-78.9.0/media/ffvpx/libavcodec/
H A Dget_bits.h305 static inline void skip_remaining(GetBitContext *s, unsigned n) in skip_remaining() function
326 skip_remaining(s, n); in get_xbits()
471 skip_remaining(s, n); in skip_bits()
489 skip_remaining(s, n); in skip_bits()
807 skip_remaining(s, bits); in get_vlc2()
810 skip_remaining(s, nb_bits); in get_vlc2()
814 skip_remaining(s, n); in get_vlc2()
/dports/net-im/libnice-gst1/libnice-0.1.18/stun/
H A Dstunmessage.c576 size_t skip_remaining = STUN_MESSAGE_LENGTH_POS; in stun_message_validate_buffer_length_fast() local
582 if (buffers[i].size <= skip_remaining) in stun_message_validate_buffer_length_fast()
583 skip_remaining -= buffers[i].size; in stun_message_validate_buffer_length_fast()
590 if (buffers[i].size - skip_remaining > 1) { in stun_message_validate_buffer_length_fast()
591 mlen = stun_getw (buffers[i].buffer + skip_remaining); in stun_message_validate_buffer_length_fast()
593 mlen = (*(buffers[i].buffer + skip_remaining) << 8) | in stun_message_validate_buffer_length_fast()
/dports/net-im/libnice/libnice-0.1.18/stun/
H A Dstunmessage.c576 size_t skip_remaining = STUN_MESSAGE_LENGTH_POS; in stun_message_validate_buffer_length_fast() local
582 if (buffers[i].size <= skip_remaining) in stun_message_validate_buffer_length_fast()
583 skip_remaining -= buffers[i].size; in stun_message_validate_buffer_length_fast()
590 if (buffers[i].size - skip_remaining > 1) { in stun_message_validate_buffer_length_fast()
591 mlen = stun_getw (buffers[i].buffer + skip_remaining); in stun_message_validate_buffer_length_fast()
593 mlen = (*(buffers[i].buffer + skip_remaining) << 8) | in stun_message_validate_buffer_length_fast()
/dports/shells/fish/fish-3.3.1/src/
H A Dscreen.cpp771 size_t skip_remaining = start_pos; in s_update() local
793 if (skip_width > skip_remaining) skip_remaining = skip_width; in s_update()
807 skip_remaining = in s_update()
808 std::min(skip_remaining, static_cast<size_t>(scr->actual.screen_width - 2)); in s_update()
817 if (skip_remaining < width) break; in s_update()
818 skip_remaining -= width; in s_update()
/dports/devel/p5-Test-Requires-Git/Test-Requires-Git-1.008/
H A DMANIFEST27 t/skip_remaining.t
/dports/misc/lastools/LAStools-8ff2694/LASlib/src/
H A Dlasreader_ply.cpp1522 BOOL skip_remaining = FALSE; in parse_header() local
1554 else if (skip_remaining) in parse_header()
1599 skip_remaining = TRUE; in parse_header()

12