Home
last modified time | relevance | path

Searched refs:newBase (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/games/dhewm3/dhewm3-1.5.1/neo/idlib/
H A DBitMsg.cpp649 if ( newBase ) { in WriteBits()
674 if ( newBase ) { in WriteDelta()
725 if ( newBase ) { in ReadBits()
759 if ( newBase ) { in ReadDelta()
771 if ( newBase ) { in WriteString()
797 if ( newBase ) { in WriteData()
824 if ( newBase ) { in WriteDict()
844 if ( newBase ) { in WriteDeltaByteCounter()
869 if ( newBase ) { in WriteDeltaShortCounter()
894 if ( newBase ) { in WriteDeltaIntCounter()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/grafana/loki/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go114 var newBase url.URL
131 newBase.Fragment = u.Fragment
134 newBase.Path = strings.TrimPrefix(u.Path, docPath)
136 newBase.Path = strings.TrimPrefix(u.Path, v.Path)
139 if notEqual && newBase.Path == "" && newBase.Fragment == "" {
144 if path.IsAbs(newBase.Path) {
146 newBase.Scheme = v.Scheme
147 newBase.Host = v.Host
150 return MustCreateRef(newBase.String()), true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go114 var newBase url.URL
131 newBase.Fragment = u.Fragment
134 newBase.Path = strings.TrimPrefix(u.Path, docPath)
136 newBase.Path = strings.TrimPrefix(u.Path, v.Path)
139 if notEqual && newBase.Path == "" && newBase.Fragment == "" {
144 if path.IsAbs(newBase.Path) {
146 newBase.Scheme = v.Scheme
147 newBase.Host = v.Host
150 return MustCreateRef(newBase.String()), true
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/cortexproject/cortex/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go114 var newBase url.URL
131 newBase.Fragment = u.Fragment
134 newBase.Path = strings.TrimPrefix(u.Path, docPath)
136 newBase.Path = strings.TrimPrefix(u.Path, v.Path)
139 if notEqual && newBase.Path == "" && newBase.Fragment == "" {
144 if path.IsAbs(newBase.Path) {
146 newBase.Scheme = v.Scheme
147 newBase.Host = v.Host
150 return MustCreateRef(newBase.String()), true
/dports/dns/blocky/blocky-0.17/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go114 var newBase url.URL
131 newBase.Fragment = u.Fragment
134 newBase.Path = strings.TrimPrefix(u.Path, docPath)
136 newBase.Path = strings.TrimPrefix(u.Path, v.Path)
139 if notEqual && newBase.Path == "" && newBase.Fragment == "" {
144 if path.IsAbs(newBase.Path) {
146 newBase.Scheme = v.Scheme
147 newBase.Host = v.Host
150 return MustCreateRef(newBase.String()), true
/dports/www/gitea/gitea-1.16.5/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go114 var newBase url.URL
131 newBase.Fragment = u.Fragment
134 newBase.Path = strings.TrimPrefix(u.Path, docPath)
136 newBase.Path = strings.TrimPrefix(u.Path, v.Path)
139 if notEqual && newBase.Path == "" && newBase.Fragment == "" {
144 if path.IsAbs(newBase.Path) {
146 newBase.Scheme = v.Scheme
147 newBase.Host = v.Host
150 return MustCreateRef(newBase.String()), true
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/go-openapi/spec/
H A Dnormalizer.go114 var newBase url.URL
131 newBase.Fragment = u.Fragment
134 newBase.Path = strings.TrimPrefix(u.Path, docPath)
136 newBase.Path = strings.TrimPrefix(u.Path, v.Path)
139 if notEqual && newBase.Path == "" && newBase.Fragment == "" {
144 if path.IsAbs(newBase.Path) {
146 newBase.Scheme = v.Scheme
147 newBase.Host = v.Host
150 return MustCreateRef(newBase.String()), true
/dports/www/firefox-legacy/firefox-52.8.0esr/js/src/irregexp/
H A DRegExpStack.cpp80 void* newBase = js_realloc(base_, kMinimumStackSize); in reset() local
81 if (!newBase) in reset()
84 base_ = newBase; in reset()
97 void* newBase = js_realloc(base_, newSize); in grow() local
98 if (!newBase) in grow()
101 base_ = newBase; in grow()
/dports/lang/spidermonkey78/firefox-78.9.0/js/src/irregexp/
H A DRegExpStack.cpp81 void* newBase = js_realloc(base_, kMinimumStackSize); in reset() local
82 if (!newBase) in reset()
85 base_ = newBase; in reset()
98 void* newBase = js_realloc(base_, newSize); in grow() local
99 if (!newBase) in grow()
102 base_ = newBase; in grow()
/dports/lang/spidermonkey60/firefox-60.9.0/js/src/irregexp/
H A DRegExpStack.cpp81 void* newBase = js_realloc(base_, kMinimumStackSize); in reset() local
82 if (!newBase) in reset()
85 base_ = newBase; in reset()
98 void* newBase = js_realloc(base_, newSize); in grow() local
99 if (!newBase) in grow()
102 base_ = newBase; in grow()
/dports/math/gap/gap-4.11.0/pkg/guava-3.15/src/leon/src/
H A Dnew.c284 RBase *newBase = allocRBase(); in newRBase() local
286 newBase->k = 0; in newRBase()
287 newBase->ell = 0; in newRBase()
288 newBase->degree = degree; in newRBase()
291 newBase->n_ = allocIntArrayBaseSize(); in newRBase()
292 newBase->p_ = allocIntArrayBaseSize(); in newRBase()
294 newBase->a_ = allocIntArrayDegree(); in newRBase()
295 newBase->b_ = allocIntArrayDegree(); in newRBase()
296 newBase->omega = allocIntArrayDegree(); in newRBase()
297 newBase->invOmega = allocIntArrayDegree(); in newRBase()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/llvm12/llvm-project-12.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/devel/llvm13/llvm-project-13.0.1.src/flang/include/flang/Lower/Support/
H A DBoxValue.h64 CharBoxValue clone(mlir::Value newBase) const { return {newBase, len}; } in clone() argument
115 ArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
116 return {newBase, extents, lbounds}; in clone()
132 CharArrayBoxValue clone(mlir::Value newBase) const { in clone() argument
133 return {newBase, len, extents, lbounds}; in clone()
148 ProcBoxValue clone(mlir::Value newBase) const { in clone() argument
149 return {newBase, hostContext}; in clone()
179 BoxValue clone(mlir::Value newBase) const { in clone() argument
180 return {newBase, len, params, extents, lbounds}; in clone()
/dports/math/polymake/polymake-4.5/external/permlib/test/
H A Dtest-base.cpp143 std::vector<unsigned long> newBase(5); in checkChange() local
144 newBase[0] = 0; in checkChange()
145 newBase[1] = 2; in checkChange()
146 newBase[2] = 4; in checkChange()
147 newBase[3] = 6; in checkChange()
148 newBase[4] = 8; in checkChange()
149 bc.change(bsgs_copy, newBase.begin(), newBase.end()); in checkChange()
151 BOOST_REQUIRE_GE( bsgs_copy.B.size(), newBase.size() ); in checkChange()
159 for (unsigned int i=0; i<newBase.size(); ++i) in checkChange()
160 BOOST_CHECK_EQUAL( newBase[i], bsgs_copy.B[i] ); in checkChange()
/dports/math/permlib/PermLib-0.2.9/test/
H A Dtest-base.cpp143 std::vector<unsigned long> newBase(5); in checkChange() local
144 newBase[0] = 0; in checkChange()
145 newBase[1] = 2; in checkChange()
146 newBase[2] = 4; in checkChange()
147 newBase[3] = 6; in checkChange()
148 newBase[4] = 8; in checkChange()
149 bc.change(bsgs_copy, newBase.begin(), newBase.end()); in checkChange()
151 BOOST_REQUIRE_GE( bsgs_copy.B.size(), newBase.size() ); in checkChange()
159 for (unsigned int i=0; i<newBase.size(); ++i) in checkChange()
160 BOOST_CHECK_EQUAL( newBase[i], bsgs_copy.B[i] ); in checkChange()
/dports/security/seal/SEAL-3.7.2/dotnet/examples/
H A D4_CKKS_Basics.cs144 Math.Log(x3Encrypted.Scale, newBase: 2)); in ExampleCKKSBasics()
156 Math.Log(x3Encrypted.Scale, newBase: 2)); in ExampleCKKSBasics()
171 Math.Log(x1EncryptedCoeff3.Scale, newBase: 2)); in ExampleCKKSBasics()
174 Math.Log(x1EncryptedCoeff3.Scale, newBase: 2)); in ExampleCKKSBasics()
188 Math.Log(x3Encrypted.Scale, newBase: 2)); in ExampleCKKSBasics()
191 Math.Log(x3Encrypted.Scale, newBase: 2)); in ExampleCKKSBasics()
201 Math.Log(x1Encrypted.Scale, newBase: 2)); in ExampleCKKSBasics()
204 Math.Log(x1Encrypted.Scale, newBase: 2)); in ExampleCKKSBasics()
/dports/games/dhewm3/dhewm3-1.5.1/neo/d3xp/
H A DGame_network.cpp563 entityState_t *base, *newBase; in ServerWriteSnapshot() local
640 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ServerWriteSnapshot()
641 newBase->state.BeginWriting(); in ServerWriteSnapshot()
694 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ServerWriteSnapshot()
695 newBase->state.BeginWriting(); in ServerWriteSnapshot()
987 entityState_t *base, *newBase; in ClientReadSnapshot() local
1039 newBase->entityNumber = i; in ClientReadSnapshot()
1042 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ClientReadSnapshot()
1043 newBase->state.BeginWriting(); in ClientReadSnapshot()
1252 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ClientReadSnapshot()
[all …]
/dports/games/dhewm3/dhewm3-1.5.1/neo/game/
H A DGame_network.cpp563 entityState_t *base, *newBase; in ServerWriteSnapshot() local
626 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ServerWriteSnapshot()
627 newBase->state.BeginWriting(); in ServerWriteSnapshot()
680 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ServerWriteSnapshot()
681 newBase->state.BeginWriting(); in ServerWriteSnapshot()
973 entityState_t *base, *newBase; in ClientReadSnapshot() local
1025 newBase->entityNumber = i; in ClientReadSnapshot()
1028 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ClientReadSnapshot()
1029 newBase->state.BeginWriting(); in ClientReadSnapshot()
1220 newBase->state.Init( newBase->stateBuf, sizeof( newBase->stateBuf ) ); in ClientReadSnapshot()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/jdk.incubator.foreign/share/classes/jdk/incubator/foreign/
H A DMemorySegment.java331 default MemorySegment asSlice(MemoryAddress newBase, long newSize) { in asSlice() argument
332 Objects.requireNonNull(newBase); in asSlice()
333 return asSlice(newBase.segmentOffset(this), newSize); in asSlice()
374 default MemorySegment asSlice(MemoryAddress newBase) { in asSlice() argument
375 Objects.requireNonNull(newBase); in asSlice()
376 return asSlice(newBase.segmentOffset(this)); in asSlice()

12345678910>>...15