Home
last modified time | relevance | path

Searched refs:nobjs (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/dports/science/hdf/hdf-4.2.15/mfhdf/hdiff/
H A Dhdiff_dim.c32 int nobjs; member
99 more_names_exist = (td1_1->nobjs>0 && td1_2->nobjs>0) ? 1 : 0; in diff_match_dim()
135 more_names_exist = (curr1<td1_1->nobjs && curr2<td1_1->nobjs) ? 1 : 0; in diff_match_dim()
141 if (curr1<td1_1->nobjs) in diff_match_dim()
154 if (curr2<td1_2->nobjs) in diff_match_dim()
192 more_names_exist = (td2_1->nobjs>0 && td2_2->nobjs>0) ? 1 : 0; in diff_match_dim()
228 more_names_exist = (curr1<td2_1->nobjs && curr2<td2_1->nobjs) ? 1 : 0; in diff_match_dim()
384 i = table->nobjs++; in diff_match_dim_table_add()
413 table->nobjs = 0; in diff_match_dim_table_init()
481 i = table->nobjs++; in diff_dim_table_add()
[all …]
H A Dhdiff_table.c37 for (i = 0; i < table->nobjs; i++) in dtable_search()
63 if (table->nobjs == table->size) { in dtable_add()
67 for (i = table->nobjs; i < table->size; i++) { in dtable_add()
73 i = table->nobjs++; in dtable_add()
102 table->nobjs = 0; in dtable_init()
151 if ( ! table->nobjs ) /* nothing to do */ in dtable_print()
158 for (i = 0; i < table->nobjs; i++) in dtable_print()
/dports/science/octopus/octopus-10.5/src/basic/
H A Dlookup.F9040 integer :: nobjs component
50 this%nobjs = 0
56 subroutine lookup_init(this, dim, nobjs, pos) argument
59 integer, intent(in) :: nobjs local
64 this%nobjs = nobjs
66 SAFE_ALLOCATE(this%pos(1:this%dim, 1:this%nobjs))
68 this%pos(1:this%dim, 1:this%nobjs) = pos(1:this%dim, 1:this%nobjs)
91 cout%nobjs = cin%nobjs
114 SAFE_ALLOCATE(list(1:this%nobjs, 1:npoint))
120 do ii = 1, this%nobjs
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HP.c208 while ((2 * loc) <= heap->nobjs) { in H5HP__sink_max()
276 while ((2 * loc) <= heap->nobjs) { in H5HP__sink_min()
349 new_heap->nobjs = 0; in H5HP_create()
414 HDassert(heap->nobjs < heap->nalloc); in H5HP_count()
422 ret_value = (ssize_t)heap->nobjs; in H5HP_count()
468 heap->nobjs++; in H5HP_insert()
471 if (heap->nobjs >= heap->nalloc) { in H5HP_insert()
484 heap->heap[heap->nobjs].obj->heap_loc = heap->nobjs; in H5HP_insert()
593 if (heap->nobjs == 0) in H5HP_remove()
607 heap->nobjs--; in H5HP_remove()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5HP.c212 while((2*loc)<=heap->nobjs) { in H5HP_sink_max()
281 while((2*loc)<=heap->nobjs) { in H5HP_sink_min()
355 new_heap->nobjs=0; in H5HP_create()
429 ret_value=(ssize_t)heap->nobjs; in H5HP_count()
476 heap->nobjs++; in H5HP_insert()
479 if(heap->nobjs>=heap->nalloc) { in H5HP_insert()
490 heap->heap[heap->nobjs].val = val; in H5HP_insert()
492 heap->heap[heap->nobjs].obj->heap_loc = heap->nobjs; in H5HP_insert()
603 if(heap->nobjs==0) in H5HP_remove()
617 heap->nobjs--; in H5HP_remove()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5HP.c212 while((2*loc)<=heap->nobjs) { in H5HP_sink_max()
281 while((2*loc)<=heap->nobjs) { in H5HP_sink_min()
355 new_heap->nobjs=0; in H5HP_create()
429 ret_value=(ssize_t)heap->nobjs; in H5HP_count()
476 heap->nobjs++; in H5HP_insert()
479 if(heap->nobjs>=heap->nalloc) { in H5HP_insert()
490 heap->heap[heap->nobjs].val = val; in H5HP_insert()
492 heap->heap[heap->nobjs].obj->heap_loc = heap->nobjs; in H5HP_insert()
603 if(heap->nobjs==0) in H5HP_remove()
617 heap->nobjs--; in H5HP_remove()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5HP.c212 while((2*loc)<=heap->nobjs) { in H5HP_sink_max()
281 while((2*loc)<=heap->nobjs) { in H5HP_sink_min()
355 new_heap->nobjs=0; in H5HP_create()
429 ret_value=(ssize_t)heap->nobjs; in H5HP_count()
476 heap->nobjs++; in H5HP_insert()
479 if(heap->nobjs>=heap->nalloc) { in H5HP_insert()
490 heap->heap[heap->nobjs].val = val; in H5HP_insert()
492 heap->heap[heap->nobjs].obj->heap_loc = heap->nobjs; in H5HP_insert()
603 if(heap->nobjs==0) in H5HP_remove()
617 heap->nobjs--; in H5HP_remove()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HP.c212 while((2*loc)<=heap->nobjs) { in H5HP_sink_max()
281 while((2*loc)<=heap->nobjs) { in H5HP_sink_min()
355 new_heap->nobjs=0; in H5HP_create()
429 ret_value=(ssize_t)heap->nobjs; in H5HP_count()
476 heap->nobjs++; in H5HP_insert()
479 if(heap->nobjs>=heap->nalloc) { in H5HP_insert()
490 heap->heap[heap->nobjs].val = val; in H5HP_insert()
492 heap->heap[heap->nobjs].obj->heap_loc = heap->nobjs; in H5HP_insert()
603 if(heap->nobjs==0) in H5HP_remove()
617 heap->nobjs--; in H5HP_remove()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5HP.c214 while((2*loc)<=heap->nobjs) { in H5HP_sink_max()
283 while((2*loc)<=heap->nobjs) { in H5HP_sink_min()
357 new_heap->nobjs=0; in H5HP_create()
431 ret_value=(ssize_t)heap->nobjs; in H5HP_count()
478 heap->nobjs++; in H5HP_insert()
481 if(heap->nobjs>=heap->nalloc) { in H5HP_insert()
492 heap->heap[heap->nobjs].val = val; in H5HP_insert()
494 heap->heap[heap->nobjs].obj->heap_loc = heap->nobjs; in H5HP_insert()
605 if(heap->nobjs==0) in H5HP_remove()
619 heap->nobjs--; in H5HP_remove()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_alloc.cxx9 vnl_alloc::chunk_alloc(std::size_t size, int& nobjs) in chunk_alloc() argument
12 std::size_t total_bytes = size * nobjs; in chunk_alloc()
21 nobjs = int(bytes_left/size); in chunk_alloc()
22 total_bytes = size * nobjs; in chunk_alloc()
52 return chunk_alloc(size, nobjs); in chunk_alloc()
64 return chunk_alloc(size, nobjs); in chunk_alloc()
74 int nobjs = 20; in refill() local
75 char * chunk = chunk_alloc(n, nobjs); in refill()
81 if (1 == nobjs) return chunk; in refill()
90 if (nobjs - 1 == i) { in refill()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_alloc.cxx9 vnl_alloc::chunk_alloc(std::size_t size, int & nobjs) in chunk_alloc() argument
12 std::size_t total_bytes = size * nobjs; in chunk_alloc()
23 nobjs = int(bytes_left / size); in chunk_alloc()
24 total_bytes = size * nobjs; in chunk_alloc()
55 return chunk_alloc(size, nobjs); in chunk_alloc()
67 return chunk_alloc(size, nobjs); in chunk_alloc()
78 int nobjs = 20; in refill() local
79 char * chunk = chunk_alloc(n, nobjs); in refill()
85 if (1 == nobjs) in refill()
96 if (nobjs - 1 == i) in refill()
/dports/databases/db5/db-5.3.28/src/lock/
H A Dlock_alloc.incl26 u_int32_t i, nobjs;
42 nobjs = 0;
73 nobjs = 0;
85 if (nobjs == 0)
86 nobjs = 1;
90 nobjs = region->stat.MAX_COUNT -
99 if ((nobjs >>= 1) == 0)
102 region->stat.CURRENT_COUNT += nobjs;
106 if (nobjs == 0)
109 for (i = 0; i < nobjs; i++) {
[all …]
/dports/databases/db18/db-18.1.40/src/lock/
H A Dlock_alloc.incl26 u_int32_t i, nobjs;
42 nobjs = 0;
73 nobjs = 0;
85 if (nobjs == 0)
86 nobjs = 1;
90 nobjs = region->stat.MAX_COUNT -
99 if ((nobjs >>= 1) == 0)
102 region->stat.CURRENT_COUNT += nobjs;
106 if (nobjs == 0)
109 for (i = 0; i < nobjs; i++) {
[all …]
/dports/graphics/dia/dia-0.97.3/app/
H A Dobject_ops.c192 int nobjs; in object_list_align_v() local
205 nobjs = 1; in object_list_align_v()
216 nobjs++; in object_list_align_v()
270 dest_pos = g_new(Point, nobjs); in object_list_align_v()
271 orig_pos = g_new(Point, nobjs); in object_list_align_v()
342 int nobjs; in object_list_align_h() local
355 nobjs = 1; in object_list_align_h()
366 nobjs++; in object_list_align_h()
388 for (i = 0; i < nobjs; i++) { in object_list_align_h()
479 guint nobjs, i; in object_list_nudge() local
[all …]
/dports/science/hdf/hdf-4.2.15/mfhdf/hrepack/
H A Dhrepack_dim.c33 int nobjs; member
74 int more_names_exist = (dt1->nobjs>0 && dt2->nobjs>0) ? 1 : 0; in match_dim()
128 more_names_exist = (curr1<dt1->nobjs && curr2<dt1->nobjs) ? 1 : 0; in match_dim()
134 if (curr1<dt1->nobjs) in match_dim()
136 while ( curr1<dt1->nobjs ) in match_dim()
147 if (curr2<dt2->nobjs) in match_dim()
149 while ( curr2<dt2->nobjs ) in match_dim()
780 i = mdim_tbl->nobjs++; in match_dim_table_add()
808 mdim_tbl->nobjs = 0; in match_dim_table_init()
870 i = dim_tbl->nobjs++; in dim_table_add()
[all …]
H A Dhrepack_lsttable.c39 for (i = 0; i < list_tbl->nobjs; i++) in list_table_search()
68 if (list_tbl->nobjs == list_tbl->size) in list_table_add()
73 for (i = list_tbl->nobjs; i < list_tbl->size; i++) in list_table_add()
81 i = list_tbl->nobjs++; in list_table_add()
113 list_tbl->nobjs = 0; in list_table_init()
144 for (i = 0; i < list_tbl->nobjs; i++) in list_table_free()
173 for (i = 0; i < list_tbl->nobjs; i++) in list_table_check()
218 for (i = 0; i < list_tbl->nobjs; i++) in list_table_print()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/rmi/reliability/benchmark/bench/serial/
H A DRepeatObjs.java71 Node[] genObjs(int nobjs) { in genObjs() argument
72 Node[] objs = new Node[nobjs]; in genObjs()
73 for (int i = 0; i < nobjs; i++) in genObjs()
85 int nobjs = objs.length; in doReps() local
88 for (int j = 0; j < nobjs; j++) { in doReps()
92 for (int j = 0; j < nobjs; j++) { in doReps()

12345678910>>...12