Home
last modified time | relevance | path

Searched refs:space (Results 226 – 250 of 63660) sorted by relevance

12345678910>>...2547

/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/m_rootdir_acl/
H A Doutput.sed1space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
2space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
/dports/sysutils/e2fsprogs/e2fsprogs-1.46.5/tests/m_rootdir/
H A Doutput.sed1space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
2space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:]]*\([0-9]*\)\/[[:space:]]*\([0-9]*\)[[:space:…
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dsinglenumberspace.dy40 if( space->is_static != 0 ) {
62 index_pos = find_position_SingleNumberSpace(space,0,space->len-1,pos);
65 return space->sns[index_pos];
80 if( position >= space->sns[lower]->start && position < space->sns[lower]->end )
82 if( position >= space->sns[higher]->start && position < space->sns[higher]->end )
88 if( position >= space->sns[mid]->start && position < space->sns[mid]->end )
114 assert(space);
130 a->end = space->current_end + (space->max_length*seq_size);
131 space->average_len = space->max_length;
134 space->average_len = a->end / space->len;
[all …]
/dports/devel/py-multiprocess/multiprocess-0.70.12.2/pypy2.7/module/_multiprocess/
H A Dinterp_win32.py35 def handle_w(space, w_handle): argument
111 def GetLastError(space): argument
149 if not space.is_w(w_pipemode, space.w_None):
152 if not space.is_w(w_maxinstances, space.w_None):
155 if not space.is_w(w_timeout, space.w_None):
189 def ExitProcess(space, code): argument
192 def win32_namespace(space): argument
194 w_win32 = space.call_function(space.w_type,
200 space.setattr(w_win32,
203 space.setattr(w_win32,
[all …]
/dports/databases/mysql57-client/mysql-5.7.36/storage/innobase/fil/
H A Dfil0fil.cc626 node->space = space; in fil_node_create_low()
716 fil_space_t* space = node->space; in fil_node_open_file() local
1072 if (space != NULL && space->stop_ios) { in fil_mutex_enter_and_prepare_for_io()
1225 ut_fold_string(space->name), space); in fil_space_detach()
1498 if (space == NULL || space->size != 0) { in fil_space_get_space()
1602 size = space ? space->size : 0; in fil_space_get_size()
1858 space = UT_LIST_GET_NEXT(space_list, space); in fil_close_all_files()
1904 space = UT_LIST_GET_NEXT(space_list, space); in fil_close_log_files()
4785 ut_fold_string(space->name), space); in fil_space_for_table_exists_in_mem()
4789 ut_fold_string(space->name), space); in fil_space_for_table_exists_in_mem()
[all …]
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/innobase/fil/
H A Dfil0fil.cc626 node->space = space; in fil_node_create_low()
716 fil_space_t* space = node->space; in fil_node_open_file() local
1056 if (space != NULL && space->stop_ios) { in fil_mutex_enter_and_prepare_for_io()
1209 ut_fold_string(space->name), space); in fil_space_detach()
1482 if (space == NULL || space->size != 0) { in fil_space_get_space()
1586 size = space ? space->size : 0; in fil_space_get_size()
1842 space = UT_LIST_GET_NEXT(space_list, space); in fil_close_all_files()
1888 space = UT_LIST_GET_NEXT(space_list, space); in fil_close_log_files()
4769 ut_fold_string(space->name), space); in fil_space_for_table_exists_in_mem()
4773 ut_fold_string(space->name), space); in fil_space_for_table_exists_in_mem()
[all …]
/dports/devel/ChipmunkPhysics/Chipmunk-7.0.1/xcode/ObjectiveChipmunkTests/
H A DSpaceTest.m43 XCTAssertNotEqual(space.space, NULL, @"");
52 [space release];
215 testPointQueries_helper(self, space, space.staticBody);
227 [space release];
250 [space release];
272 [space release];
288 [space step:1.0];
293 [space release];
309 NSLog(@"space: %p, arb: %p, a: %p, b: %p", space.space, arb, a.shape, a.body);
367 [space step:0.01];
[all …]
/dports/math/vowpal_wabbit/vowpal_wabbit-7.10/vowpalwabbit/
H A Dio_buf.cc16 i.space.end += n; in buf_read()
21 if (i.space.end != i.space.begin) //There exists room to shift. in buf_read()
24 memmove(i.space.begin, i.space.end, left); in buf_read()
25 i.space.end = i.space.begin; in buf_read()
48 i.space.end++; in isbinary()
55 pointer = i.space.end; in readto()
70 memmove(i.space.begin, i.space.end, left); in readto()
71 i.space.end = i.space.begin; in readto()
91 if (o.space.end + n <= o.space.end_array) in buf_write()
98 if (o.space.end != o.space.begin) in buf_write()
[all …]
/dports/math/stanmath/math-4.2.0/lib/cpplint_1.4.5/samples/vlc-sample/
H A Dsimple.def16 src/libvlc.c:86: Extra space before [ [whitespace/braces] [5]
19 src/libvlc.c:86: Extra space before ) [whitespace/parens] [2]
23 src/libvlc.c:99: Extra space before ) [whitespace/parens] [2]
27 src/libvlc.c:107: Extra space before ) [whitespace/parens] [2]
41 src/libvlc.c:161: Extra space before ) [whitespace/parens] [2]
43 src/libvlc.c:163: Extra space before ) [whitespace/parens] [2]
49 src/libvlc.c:183: Extra space before ) [whitespace/parens] [2]
65 src/libvlc.c:209: Extra space before ) [whitespace/parens] [2]
69 src/libvlc.c:216: Extra space before ) [whitespace/parens] [2]
73 src/libvlc.c:219: Extra space before ) [whitespace/parens] [2]
[all …]
/dports/devel/cpplint/cpplint-1.5.5/samples/vlc-sample/
H A Dsimple.def16 src/libvlc.c:86: Extra space before [ [whitespace/braces] [5]
19 src/libvlc.c:86: Extra space before ) [whitespace/parens] [2]
23 src/libvlc.c:99: Extra space before ) [whitespace/parens] [2]
27 src/libvlc.c:107: Extra space before ) [whitespace/parens] [2]
41 src/libvlc.c:161: Extra space before ) [whitespace/parens] [2]
43 src/libvlc.c:163: Extra space before ) [whitespace/parens] [2]
49 src/libvlc.c:183: Extra space before ) [whitespace/parens] [2]
65 src/libvlc.c:209: Extra space before ) [whitespace/parens] [2]
69 src/libvlc.c:216: Extra space before ) [whitespace/parens] [2]
73 src/libvlc.c:219: Extra space before ) [whitespace/parens] [2]
[all …]
/dports/biology/wise/wise2.4.1/src/dnaindex/
H A Dsingleseqspace.dy43 if( space->is_static != 0 ) {
65 index_pos = find_position_SinglePosSpace(space,0,space->len-1,pos);
68 return space->sns[index_pos];
83 if( position >= space->sns[lower]->start && position < space->sns[lower]->end )
85 if( position >= space->sns[higher]->start && position < space->sns[higher]->end )
91 if( position >= space->sns[mid]->start && position < space->sns[mid]->end )
118 assert(space);
132 a->end = space->current_end + (space->max_length*seq_size);
133 space->average_len = space->max_length;
141 add_SinglePosSpace(space,a);
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp91 DeadSpacer(CompactibleSpace* space) : _space(space), _allowed_deadspace_words(0) { in DeadSpacer() argument
143 space->set_compaction_top(space->bottom()); in scan_and_forward()
145 if (cp->space == NULL) { in scan_and_forward()
151 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
156 DeadSpacer dead_spacer(space); in scan_and_forward()
211 space->_end_of_live = end_of_live; in scan_and_forward()
213 space->_first_dead = first_dead; in scan_and_forward()
282 space->reset_after_compaction(); in clear_empty_region()
300 verify_up_to_first_dead(space); in scan_and_compact()
308 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Snone.c124 HDassert(space && H5S_SEL_NONE==H5S_GET_SELECT_TYPE(space)); in H5S_none_iter_init()
358 HDassert(space); in H5S_none_release()
423 HDassert(space); in H5S_none_is_valid()
454 HDassert(space); in H5S_none_serial_size()
494 HDassert(space); in H5S_none_serialize()
543 HDassert(space); in H5S_none_deserialize()
586 HDassert(space); in H5S_none_bounds()
619 HDassert(space); in H5S_none_offset()
677 HDassert(space); in H5S_none_is_contiguous()
706 HDassert(space); in H5S_none_is_single()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp91 DeadSpacer(CompactibleSpace* space) : _space(space), _allowed_deadspace_words(0) { in DeadSpacer() argument
143 space->set_compaction_top(space->bottom()); in scan_and_forward()
145 if (cp->space == NULL) { in scan_and_forward()
151 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
156 DeadSpacer dead_spacer(space); in scan_and_forward()
211 space->_end_of_live = end_of_live; in scan_and_forward()
213 space->_first_dead = first_dead; in scan_and_forward()
282 space->reset_after_compaction(); in clear_empty_region()
300 verify_up_to_first_dead(space); in scan_and_compact()
308 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp90 DeadSpacer(CompactibleSpace* space) : _allowed_deadspace_words(0), _space(space) { in DeadSpacer() argument
142 space->set_compaction_top(space->bottom()); in scan_and_forward()
144 if (cp->space == NULL) { in scan_and_forward()
150 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
155 DeadSpacer dead_spacer(space); in scan_and_forward()
210 space->_end_of_live = end_of_live; in scan_and_forward()
212 space->_first_dead = first_dead; in scan_and_forward()
281 space->reset_after_compaction(); in clear_empty_region()
299 verify_up_to_first_dead(space); in scan_and_compact()
307 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp91 DeadSpacer(CompactibleSpace* space) : _allowed_deadspace_words(0), _space(space) { in DeadSpacer() argument
143 space->set_compaction_top(space->bottom()); in scan_and_forward()
145 if (cp->space == NULL) { in scan_and_forward()
151 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
156 DeadSpacer dead_spacer(space); in scan_and_forward()
211 space->_end_of_live = end_of_live; in scan_and_forward()
213 space->_first_dead = first_dead; in scan_and_forward()
282 space->reset_after_compaction(); in clear_empty_region()
300 verify_up_to_first_dead(space); in scan_and_compact()
308 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Snone.c124 HDassert(space && H5S_SEL_NONE==H5S_GET_SELECT_TYPE(space)); in H5S_none_iter_init()
358 HDassert(space); in H5S_none_release()
423 HDassert(space); in H5S_none_is_valid()
453 HDassert(space); in H5S_none_serial_size()
492 HDassert(space); in H5S_none_serialize()
541 HDassert(space); in H5S_none_deserialize()
584 HDassert(space); in H5S_none_bounds()
617 HDassert(space); in H5S_none_offset()
675 HDassert(space); in H5S_none_is_contiguous()
704 HDassert(space); in H5S_none_is_single()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp90 DeadSpacer(CompactibleSpace* space) : _allowed_deadspace_words(0), _space(space) { in DeadSpacer() argument
142 space->set_compaction_top(space->bottom()); in scan_and_forward()
144 if (cp->space == NULL) { in scan_and_forward()
150 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
155 DeadSpacer dead_spacer(space); in scan_and_forward()
210 space->_end_of_live = end_of_live; in scan_and_forward()
212 space->_first_dead = first_dead; in scan_and_forward()
281 space->reset_after_compaction(); in clear_empty_region()
299 verify_up_to_first_dead(space); in scan_and_compact()
307 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp90 DeadSpacer(CompactibleSpace* space) : _allowed_deadspace_words(0), _space(space) { in DeadSpacer() argument
142 space->set_compaction_top(space->bottom()); in scan_and_forward()
144 if (cp->space == NULL) { in scan_and_forward()
150 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
155 DeadSpacer dead_spacer(space); in scan_and_forward()
210 space->_end_of_live = end_of_live; in scan_and_forward()
212 space->_first_dead = first_dead; in scan_and_forward()
281 space->reset_after_compaction(); in clear_empty_region()
299 verify_up_to_first_dead(space); in scan_and_compact()
307 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/graphics/R-cran-farver/farver/R/
H A Dmodify.R62 if (space != 'rgb') {
72 if (space != 'rgb') {
82 if (space != 'rgb') {
92 if (space != 'rgb') {
102 if (space != 'rgb') {
112 if (space != 'rgb') {
121 space <- 0L
123 space <- colourspace_match(space)
124 channel <- colour_channel_index[[space]][channel]
134 space <- 0L
[all …]
/dports/devel/kBuild/kBuild-0.1.9998/src/lib/kStuff/kProfiler2/
H A DkPrf2WinApi-pre.sed42 s/[[:space:]][[:space:]]*\/\.*$//g
43 s,[[:space:]][[:space:]]*/\*[^*/]*\*/[[:space:]]*$,,g
44 s/[[:space:]][[:space:]]*$//g
71 s/[[:space:]][[:space:]]*\/\*[^*/]*\*\/[[:space:]]*//g
72 s/[[:space:]][[:space:]]*(/(/g
73 s/)[[:space:]][[:space:]]*/)/g
78 s/[[:space:]][[:space:]]*/ /g
79 s/[[:space:]][[:space:]]*,/,/g
81 s/,[[:space:]][[:space:]]*/, /g
88 s/[[:space:]]__reserved[[:space:]]*/ /g
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Sall.c120 HDassert(space && H5S_SEL_ALL == H5S_GET_SELECT_TYPE(space)); in H5S__all_iter_init()
378 HDassert(space); in H5S__all_release()
446 HDassert(space); in H5S__all_is_valid()
476 HDassert(space); in H5S__all_serial_size()
515 HDassert(space); in H5S__all_serialize()
573 if(!*space) { in H5S__all_deserialize()
591 if(!*space) in H5S__all_deserialize()
637 HDassert(space); in H5S__all_bounds()
679 HDassert(space); in H5S__all_offset()
858 HDassert(space && H5S_SEL_ALL == H5S_GET_SELECT_TYPE(space)); in H5S__all_project_scalar()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp90 DeadSpacer(CompactibleSpace* space) : _allowed_deadspace_words(0), _space(space) { in DeadSpacer() argument
142 space->set_compaction_top(space->bottom()); in scan_and_forward()
144 if (cp->space == NULL) { in scan_and_forward()
150 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
155 DeadSpacer dead_spacer(space); in scan_and_forward()
206 space->_end_of_live = end_of_live; in scan_and_forward()
208 space->_first_dead = first_dead; in scan_and_forward()
277 space->reset_after_compaction(); in clear_empty_region()
295 verify_up_to_first_dead(space); in scan_and_compact()
303 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/gc/shared/
H A Dspace.inline.hpp91 DeadSpacer(CompactibleSpace* space) : _allowed_deadspace_words(0), _space(space) { in DeadSpacer() argument
143 space->set_compaction_top(space->bottom()); in scan_and_forward()
145 if (cp->space == NULL) { in scan_and_forward()
151 cp->space->set_compaction_top(cp->space->bottom()); in scan_and_forward()
156 DeadSpacer dead_spacer(space); in scan_and_forward()
207 space->_end_of_live = end_of_live; in scan_and_forward()
209 space->_first_dead = first_dead; in scan_and_forward()
278 space->reset_after_compaction(); in clear_empty_region()
296 verify_up_to_first_dead(space); in scan_and_compact()
304 clear_empty_region(space); in scan_and_compact()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Sall.c119 HDassert (space && H5S_SEL_ALL==H5S_GET_SELECT_TYPE(space)); in H5S_all_iter_init()
383 HDassert(space); in H5S_all_release()
451 HDassert(space); in H5S_all_is_valid()
481 HDassert(space); in H5S_all_serial_size()
515 HDassert(space); in H5S_all_serialize()
553 HDassert(space); in H5S_all_deserialize()
597 HDassert(space); in H5S_all_bounds()
639 HDassert(space); in H5S_all_offset()
672 HDassert(space); in H5S_all_is_contiguous()
788 HDassert(space && H5S_SEL_ALL == H5S_GET_SELECT_TYPE(space)); in H5S_all_project_scalar()
[all …]

12345678910>>...2547