Home
last modified time | relevance | path

Searched refs:_space (Results 1 – 25 of 897) sorted by relevance

12345678910>>...36

/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/FlatBuffers/
H A DFlatBufferBuilder.cs33 private int _space; field in FlatBuffers.FlatBufferBuilder
61 _space = initialSize; in FlatBufferBuilder()
72 _space = buffer.Length; in FlatBufferBuilder()
81 _space = _bb.Length; in Clear()
106 _bb.PutByte(_space -= size, 0, size); in Pad()
202 _space = _bb.Put(_space, x); field
215 _space = _bb.Put(_space, x); field
577 _space = _bb.Put(_space, chars); in CreateUTF8String()
627 int vt2 = _space; in EndObject()
697 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/flatbuffers/src/net/FlatBuffers/
H A DFlatBufferBuilder.cs34 private int _space; field in FlatBuffers.FlatBufferBuilder
65 _space = initialSize; in FlatBufferBuilder()
76 _space = buffer.Length; in FlatBufferBuilder()
85 _space = _bb.Length; in Clear()
174 _bb.PutInt(_space -= sizeof(int), x); in PutInt()
206 _space = _bb.Put(_space, x); field
219 _space = _bb.Put(_space, x); field
581 _space = _bb.Put(_space, chars); in CreateUTF8String()
657 int vt2 = _space; in EndTable()
727 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/flatbuffers/src/net/FlatBuffers/
H A DFlatBufferBuilder.cs34 private int _space; field in FlatBuffers.FlatBufferBuilder
65 _space = initialSize; in FlatBufferBuilder()
76 _space = buffer.Length; in FlatBufferBuilder()
85 _space = _bb.Length; in Clear()
174 _bb.PutInt(_space -= sizeof(int), x); in PutInt()
206 _space = _bb.Put(_space, x); field
219 _space = _bb.Put(_space, x); field
581 _space = _bb.Put(_space, chars); in CreateUTF8String()
657 int vt2 = _space; in EndTable()
727 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/google/flatbuffers/net/FlatBuffers/
H A DFlatBufferBuilder.cs33 private int _space; field in FlatBuffers.FlatBufferBuilder
61 _space = initialSize; in FlatBufferBuilder()
72 _space = buffer.Length; in FlatBufferBuilder()
81 _space = _bb.Length; in Clear()
106 _bb.PutByte(_space -= size, 0, size); in Pad()
202 _space = _bb.Put(_space, x); field
215 _space = _bb.Put(_space, x); field
577 _space = _bb.Put(_space, chars); in CreateUTF8String()
627 int vt2 = _space; in EndObject()
697 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/databases/arrow/apache-arrow-6.0.1/csharp/src/Apache.Arrow/Flatbuf/FlatBuffers/
H A DFlatBufferBuilder.cs33 private int _space; field in FlatBuffers.FlatBufferBuilder
61 _space = initialSize; in FlatBufferBuilder()
72 _space = buffer.Length; in FlatBufferBuilder()
81 _space = _bb.Length; in Clear()
106 _bb.PutByte(_space -= size, 0, size); in Pad()
202 _space = _bb.Put(_space, x); field
215 _space = _bb.Put(_space, x); field
577 _space = _bb.Put(_space, chars); in CreateUTF8String()
627 int vt2 = _space; in EndObject()
697 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/csharp/src/Apache.Arrow/Flatbuf/FlatBuffers/
H A DFlatBufferBuilder.cs33 private int _space; field in FlatBuffers.FlatBufferBuilder
61 _space = initialSize; in FlatBufferBuilder()
72 _space = buffer.Length; in FlatBufferBuilder()
81 _space = _bb.Length; in Clear()
106 _bb.PutByte(_space -= size, 0, size); in Pad()
202 _space = _bb.Put(_space, x); field
215 _space = _bb.Put(_space, x); field
577 _space = _bb.Put(_space, chars); in CreateUTF8String()
627 int vt2 = _space; in EndObject()
697 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/flatbuffers/net/FlatBuffers/
H A DFlatBufferBuilder.cs34 private int _space; field in FlatBuffers.FlatBufferBuilder
65 _space = initialSize; in FlatBufferBuilder()
76 _space = buffer.Length; in FlatBufferBuilder()
85 _space = _bb.Length; in Clear()
174 _bb.PutInt(_space -= sizeof(int), x); in PutInt()
206 _space = _bb.Put(_space, x); field
219 _space = _bb.Put(_space, x); field
581 _space = _bb.Put(_space, chars); in CreateUTF8String()
657 int vt2 = _space; in EndTable()
727 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/math/py-bayesian-optimization/bayesian-optimization-1.2.0/bayes_opt/
H A Dbayesian_optimization.py96 return self._space
100 return self._space.max()
104 return self._space.res()
108 self._space.register(params, target)
116 self._space.probe(params)
121 if len(self._space) == 0:
122 return self._space.array_to_params(self._space.random_sample())
128 self._gp.fit(self._space.params, self._space.target)
134 y_max=self._space.target.max(),
135 bounds=self._space.bounds,
[all …]
/dports/devel/flatbuffers/flatbuffers-2.0.0/net/FlatBuffers/
H A DFlatBufferBuilder.cs34 private int _space; field in FlatBuffers.FlatBufferBuilder
65 _space = initialSize; in FlatBufferBuilder()
76 _space = buffer.Length; in FlatBufferBuilder()
85 _space = _bb.Length; in Clear()
178 _bb.PutInt(_space -= sizeof(int), x); in PutInt()
210 _space = _bb.Put(_space, x); field
223 _space = _bb.Put(_space, x); field
678 _space = _bb.Put(_space, chars); in CreateUTF8String()
759 int vt2 = _space; in EndTable()
829 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/google/flatbuffers/net/FlatBuffers/
H A DFlatBufferBuilder.cs34 private int _space; field in FlatBuffers.FlatBufferBuilder
65 _space = initialSize; in FlatBufferBuilder()
76 _space = buffer.Length; in FlatBufferBuilder()
85 _space = _bb.Length; in Clear()
178 _bb.PutInt(_space -= sizeof(int), x); in PutInt()
210 _space = _bb.Put(_space, x); field
223 _space = _bb.Put(_space, x); field
678 _space = _bb.Put(_space, chars); in CreateUTF8String()
759 int vt2 = _space; in EndTable()
829 AddInt(_bb.Length - _space); in Finish()
[all …]
/dports/graphics/pear-Image_Graph/Image_Graph-0.8.0/Graph/Plot/
H A DBar.php58 var $_space = 4; variable in Image_Graph_Plot_Bar
94 $this->_space = (int) ($space / 2);
171 if ($y2 - $this->_space > $y1 + $this->_space) {
177 $y2 -= $this->_space;
178 $y1 += $this->_space;
184 if ($x2 - $this->_space > $x1 + $this->_space) {
190 $x2 -= $this->_space;
191 $x1 += $this->_space;
243 … $w = 2 * ($width - $this->_space) / count($this->_dataset);
245 … $y2 = ($y1 = ($y1 + $y2) / 2 - ($width - $this->_space) + $number * $w) + $w;
[all …]
/dports/devel/pear-Horde_Cli/Horde_Cli-2.3.0/lib/Horde/
H A DCli.php46 protected $_space; variable in Horde_Cli
96 $this->_space = ' ';
103 $this->_space = ' ';
314 '[' . $this->_space . 'ERROR!' . $this->_space . '] '
326 '[' . $this->_space . $this->_space . 'WARN'
327 . $this->_space . $this->_space . '] '
339 '[' . $this->_space . $this->_space . $this->_space
340 . 'OK' . $this->_space . $this->_space
341 . $this->_space . '] '
353 '[' . $this->_space . $this->_space . 'INFO'
[all …]
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/objectivec/src/
H A DChipmunkSpace.m116 _space = space;
117 cpSpaceSetUserData(_space, self);
133 cpSpaceFree(_space);
146 - (cpSpace *)space {return _space;}
261 if(cpSpaceIsLocked(_space)){
272 if(cpSpaceIsLocked(_space)){
454 cpSpaceReindexStatic(_space);
469 cpSpaceStep(_space, dt);
475 cpSpaceAddBody(_space, obj.body);
555 cpHastySpaceFree(_space);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp79 _space(gsp), in G1BlockOffsetTablePart()
227 if (addr >= _space->top()) return _space->top(); in forward_to_block_containing_addr_slow()
329 assert(_space->bottom() < _space->top(), "Only non-empty regions should be verified."); in verify()
330 size_t start_card = _bot->index_for(_space->bottom()); in verify()
331 size_t end_card = _bot->index_for(_space->top() - 1); in verify()
362 guarantee(backskip_address >= _space->bottom(), in verify()
378 size_t from_index = _bot->index_for(_space->bottom()); in print_on()
379 size_t to_index = _bot->index_for(_space->end()); in print_on()
382 p2i(_space->bottom()), p2i(_space->end()), from_index, to_index); in print_on()
409 _next_offset_index = _bot->index_for(_space->bottom()); in initialize_threshold()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp82 _space(gsp) in G1BlockOffsetTablePart()
227 if (addr >= _space->top()) return _space->top(); in forward_to_block_containing_addr_slow()
329 assert(_space->bottom() < _space->top(), "Only non-empty regions should be verified."); in verify()
330 size_t start_card = _bot->index_for(_space->bottom()); in verify()
331 size_t end_card = _bot->index_for(_space->top() - 1); in verify()
362 guarantee(backskip_address >= _space->bottom(), in verify()
378 size_t from_index = _bot->index_for(_space->bottom()); in print_on()
379 size_t to_index = _bot->index_for(_space->end()); in print_on()
382 p2i(_space->bottom()), p2i(_space->end()), from_index, to_index); in print_on()
409 _next_offset_index = _bot->index_for(_space->bottom()); in initialize_threshold()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp79 _space(gsp), in G1BlockOffsetTablePart()
227 if (addr >= _space->top()) return _space->top(); in forward_to_block_containing_addr_slow()
329 assert(_space->bottom() < _space->top(), "Only non-empty regions should be verified."); in verify()
330 size_t start_card = _bot->index_for(_space->bottom()); in verify()
331 size_t end_card = _bot->index_for(_space->top() - 1); in verify()
362 guarantee(backskip_address >= _space->bottom(), in verify()
378 size_t from_index = _bot->index_for(_space->bottom()); in print_on()
379 size_t to_index = _bot->index_for(_space->end()); in print_on()
382 p2i(_space->bottom()), p2i(_space->end()), from_index, to_index); in print_on()
409 _next_offset_index = _bot->index_for(_space->bottom()); in initialize_threshold()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/g1/
H A Dg1BlockOffsetTable.cpp82 _space(gsp) in G1BlockOffsetTablePart()
227 if (addr >= _space->top()) return _space->top(); in forward_to_block_containing_addr_slow()
329 assert(_space->bottom() < _space->top(), "Only non-empty regions should be verified."); in verify()
330 size_t start_card = _bot->index_for(_space->bottom()); in verify()
331 size_t end_card = _bot->index_for(_space->top() - 1); in verify()
362 guarantee(backskip_address >= _space->bottom(), in verify()
378 size_t from_index = _bot->index_for(_space->bottom()); in print_on()
379 size_t to_index = _bot->index_for(_space->end()); in print_on()
382 p2i(_space->bottom()), p2i(_space->end()), from_index, to_index); in print_on()
415 _next_offset_index = _bot->index_for(_space->bottom()); in initialize_threshold()
[all …]
/dports/devel/libunwind/libunwind-1.5.0/doc/
H A Dunw_destroy_addr_space.tex8 …e}{3}{unw\_destroy\_addr\_space}{David Mosberger-Tang}{Programming Library}{unw\_destroy\_addr\_sp…
15 \Type{void} \Func{unw\_destroy\_addr\_space}(\Type{unw\_addr\_space\_t} \Var{as});\\
19 The \Func{unw\_destroy\_addr\_space}() routine destroys the
24 \Var{unw\_local\_addr\_space}. Attempting to do so results in
30 \SeeAlso{unw\_create\_addr\_space(3)}
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/pygments/lexers/
H A Dshell.py243 _space=_space, _start_label=_start_label, argument
283 (r'(call)(%s?)(:)' % _space,
300 (_token_terminator, _space, _token_terminator, _space,
301 _token_terminator, _space),
325 _space=_space, _start_label=_start_label, argument
389 _string=_string, _space=_space, argument
445 (r'(%s)(in)(%s)(\()' % (_space, _space),
474 (_token_terminator, _space),
482 (r'(%s%s)(%s)(%s%s)' % (_number, _space, _opword, _space, _number),
488 (r'(%s?)(==)(%s?%s)' % (_space, _space, _stoken),
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DcSpaceCounters.hpp47 ContiguousSpace* _space; member in CSpaceCounters
60 _capacity->set_value(_space->capacity()); in update_capacity()
64 _used->set_value(_space->used()); in update_used()
77 ContiguousSpace* _space; member in ContiguousSpaceUsedHelper
80 ContiguousSpaceUsedHelper(ContiguousSpace* space) : _space(space) { } in ContiguousSpaceUsedHelper()
83 return _space->used(); in take_sample()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/shared/
H A DcSpaceCounters.hpp47 ContiguousSpace* _space; member in CSpaceCounters
60 _capacity->set_value(_space->capacity()); in update_capacity()
64 _used->set_value(_space->used()); in update_used()
77 ContiguousSpace* _space; member in ContiguousSpaceUsedHelper
80 ContiguousSpaceUsedHelper(ContiguousSpace* space) : _space(space) { } in ContiguousSpaceUsedHelper()
83 return _space->used(); in take_sample()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/serial/
H A DcSpaceCounters.cpp33 _space(s) { in CSpaceCounters()
55 _space->capacity(), CHECK); in CSpaceCounters()
59 new ContiguousSpaceUsedHelper(_space), in CSpaceCounters()
64 _space->capacity(), CHECK); in CSpaceCounters()
73 _capacity->set_value(_space->capacity()); in update_capacity()
77 _used->set_value(_space->used()); in update_used()
86 return _space->used(); in take_sample()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/serial/
H A DcSpaceCounters.cpp33 _space(s) { in CSpaceCounters()
55 _space->capacity(), CHECK); in CSpaceCounters()
59 new ContiguousSpaceUsedHelper(_space), in CSpaceCounters()
64 _space->capacity(), CHECK); in CSpaceCounters()
73 _capacity->set_value(_space->capacity()); in update_capacity()
77 _used->set_value(_space->used()); in update_used()
86 return _space->used(); in take_sample()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/serial/
H A DcSpaceCounters.cpp33 _space(s) { in CSpaceCounters()
55 _space->capacity(), CHECK); in CSpaceCounters()
59 new ContiguousSpaceUsedHelper(_space), in CSpaceCounters()
64 _space->capacity(), CHECK); in CSpaceCounters()
73 _capacity->set_value(_space->capacity()); in update_capacity()
77 _used->set_value(_space->used()); in update_used()
86 return _space->used(); in take_sample()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/serial/
H A DcSpaceCounters.cpp33 _space(s) { in CSpaceCounters()
55 _space->capacity(), CHECK); in CSpaceCounters()
59 new ContiguousSpaceUsedHelper(_space), in CSpaceCounters()
64 _space->capacity(), CHECK); in CSpaceCounters()
73 _capacity->set_value(_space->capacity()); in update_capacity()
77 _used->set_value(_space->used()); in update_used()
86 return _space->used(); in take_sample()

12345678910>>...36