Home
last modified time | relevance | path

Searched refs:RelPos (Results 1 – 25 of 48) sorted by relevance

12

/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/token/
H A Dposition.go119 type RelPos int type
123 NoRelPos RelPos = iota
149 func (p RelPos) String() string { return relNames[p] }
151 func (p RelPos) Pos() Pos {
183 return p.RelPos() >= Newline
186 func (p Pos) WithRel(rel RelPos) Pos {
190 func (p Pos) RelPos() RelPos { func
191 return RelPos(p.offset & relMask)
366 func (f *File) Pos(offset int, rel RelPos) Pos {
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/lang/erlang-wx/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/lang/erlang-java/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/lang/erlang/otp-OTP-24.1.7/erts/preloaded/src/
H A Dprim_zip.erl605 splitter(<<>>, Right, RelPos) ->
606 split_iolist(Right, RelPos);
609 case Sz > RelPos of
611 {Leftx, Rightx} = split_iolist(A, RelPos),
614 splitter([Left | A], Right, RelPos - Sz)
617 splitter([Left, A], Right, RelPos - 1);
619 splitter(Left, [Right], RelPos).
633 case Sz > RelPos of
635 Rightx = skip_iolist(A, RelPos),
638 skip_iolist(Right, RelPos - Sz)
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/internal/encoding/json/
H A Dencode.go77 e.ws(pos, def.RelPos())
101 func (e *encoder) ws(pos token.Pos, default_ token.RelPos) {
102 rel := pos.RelPos()
264 if endPos == token.NoPos && pos.RelPos() == token.Blank {
295 if pos.RelPos() == token.NewSection {
302 if pos.RelPos() >= token.Newline {
/dports/www/grafana8/grafana-8.3.6/vendor/cuelang.org/go/cue/format/
H A Dimport.go38 if j > i && (s.Pos().RelPos() >= token.NewSection || hasDoc(s)) {
51 func setRelativePos(s *ast.ImportSpec, r token.RelPos) { argument
/dports/devel/llvm10/llvm-10.0.1.src/tools/llvm-ar/
H A Dllvm-ar.cpp213 static std::string RelPos; variable
239 RelPos = PositionalArgs[0]; in getRelPos()
755 if (RelPos.empty()) in computeInsertAction()
767 if (RelPos.empty()) in computeInsertAction()
772 if (RelPos.empty()) in computeInsertAction()
795 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
836 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
839 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp213 static std::string RelPos; variable
239 RelPos = PositionalArgs[0]; in getRelPos()
755 if (RelPos.empty()) in computeInsertAction()
767 if (RelPos.empty()) in computeInsertAction()
772 if (RelPos.empty()) in computeInsertAction()
795 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
836 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
839 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/math/gap/gap-4.11.0/pkg/FactInt-1.6.3/lib/
H A Dcfrac.gi24 FactoredLargeUsable,RelationsLarge,RelPos,Factorizations,
162 RelationsLarge := []; pos := 1; RelPos := 1;
167 RelationsLarge[RelPos] :=
171 RelPos := RelPos + 1;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
763 if (RelPos.empty()) in computeInsertAction()
775 if (RelPos.empty()) in computeInsertAction()
780 if (RelPos.empty()) in computeInsertAction()
803 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
844 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
847 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
763 if (RelPos.empty()) in computeInsertAction()
775 if (RelPos.empty()) in computeInsertAction()
780 if (RelPos.empty()) in computeInsertAction()
803 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
844 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
847 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
763 if (RelPos.empty()) in computeInsertAction()
775 if (RelPos.empty()) in computeInsertAction()
780 if (RelPos.empty()) in computeInsertAction()
803 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
844 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
847 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/lang/zig-devel/zig-0.9.0/src/
H A Dzig_llvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/lang/zig/zig-0.9.0/src/
H A Dzig_llvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
763 if (RelPos.empty()) in computeInsertAction()
775 if (RelPos.empty()) in computeInsertAction()
780 if (RelPos.empty()) in computeInsertAction()
803 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
844 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
847 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
763 if (RelPos.empty()) in computeInsertAction()
775 if (RelPos.empty()) in computeInsertAction()
780 if (RelPos.empty()) in computeInsertAction()
803 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
844 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
847 if (RelPos.empty()) in computeNewArchiveMembers()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/tools/llvm-ar/
H A Dllvm-ar.cpp221 static std::string RelPos; variable
247 RelPos = PositionalArgs[0]; in getRelPos()
764 if (RelPos.empty()) in computeInsertAction()
776 if (RelPos.empty()) in computeInsertAction()
781 if (RelPos.empty()) in computeInsertAction()
804 if (comparePaths(Name, RelPos)) { in computeNewArchiveMembers()
845 if (!RelPos.empty() && InsertPos == -1) in computeNewArchiveMembers()
848 if (RelPos.empty()) in computeNewArchiveMembers()

12