Home
last modified time | relevance | path

Searched refs:oh (Results 1 – 25 of 3105) sorted by relevance

12345678910>>...125

/dports/science/lammps/lammps-stable_29Sep2021/tools/lmp2cfg/examples/
H A D00001.cfg44 016 oh 0.065544 0.049309 0.736631 0 0 0
45 016 oh 0.011496 0.043877 0.938154 0 0 0
46 016 oh 0.004118 0.167269 0.739141 0 0 0
47 016 oh 0.953916 0.159951 0.939737 0 0 0
48 016 oh 0.113656 0.176060 0.736358 0 0 0
49 016 oh 0.058993 0.173345 0.935437 0 0 0
50 016 oh 0.118942 0.092438 0.780086 0 0 0
51 016 oh 0.068183 0.079017 0.982122 0 0 0
52 016 oh 0.014450 0.091879 0.782923 0 0 0
53 016 oh 0.957848 0.091380 0.987175 0 0 0
[all …]
H A D00002.cfg44 016 oh 0.065537 0.049310 0.736631 0 0 0
45 016 oh 0.011493 0.043880 0.938154 0 0 0
46 016 oh 0.004120 0.167272 0.739140 0 0 0
47 016 oh 0.953915 0.159954 0.939738 0 0 0
48 016 oh 0.113657 0.176064 0.736360 0 0 0
49 016 oh 0.058994 0.173346 0.935437 0 0 0
50 016 oh 0.118943 0.092438 0.780086 0 0 0
51 016 oh 0.068182 0.079017 0.982121 0 0 0
52 016 oh 0.014451 0.091876 0.782924 0 0 0
53 016 oh 0.957850 0.091383 0.987173 0 0 0
[all …]
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/arm/mach-omap2/
H A Domap_hwmod.c279 oh->_sysc_cache = omap_hwmod_read(oh, oh->class->sysc->sysc_offs); in _update_sysc_cache()
314 oh->class->unlock(oh); in _write_sysconfig()
319 oh->class->lock(oh); in _write_sysconfig()
844 oh->name, oh->main_clk); in _init_main_clk()
859 oh->name, oh->main_clk); in _init_main_clk()
1386 oh->name, oh->clkdm_name); in _init_clkdm()
1391 oh->name, oh->clkdm_name); in _init_clkdm()
1794 r = oh->class->reset(oh); in _reset()
2244 if (oh && oh->mpu_rt_idx) { in omap_hwmod_parse_module_range()
2448 oh->name, oh->_state); in _setup_reset()
[all …]
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/arm/mach-omap2/
H A Domap_hwmod.c279 oh->_sysc_cache = omap_hwmod_read(oh, oh->class->sysc->sysc_offs); in _update_sysc_cache()
314 oh->class->unlock(oh); in _write_sysconfig()
319 oh->class->lock(oh); in _write_sysconfig()
844 oh->name, oh->main_clk); in _init_main_clk()
859 oh->name, oh->main_clk); in _init_main_clk()
1386 oh->name, oh->clkdm_name); in _init_clkdm()
1391 oh->name, oh->clkdm_name); in _init_clkdm()
1794 r = oh->class->reset(oh); in _reset()
2244 if (oh && oh->mpu_rt_idx) { in omap_hwmod_parse_module_range()
2448 oh->name, oh->_state); in _setup_reset()
[all …]
/dports/multimedia/libv4l/linux-5.13-rc2/arch/arm/mach-omap2/
H A Domap_hwmod.c279 oh->_sysc_cache = omap_hwmod_read(oh, oh->class->sysc->sysc_offs); in _update_sysc_cache()
314 oh->class->unlock(oh); in _write_sysconfig()
319 oh->class->lock(oh); in _write_sysconfig()
844 oh->name, oh->main_clk); in _init_main_clk()
859 oh->name, oh->main_clk); in _init_main_clk()
1386 oh->name, oh->clkdm_name); in _init_clkdm()
1391 oh->name, oh->clkdm_name); in _init_clkdm()
1794 r = oh->class->reset(oh); in _reset()
2244 if (oh && oh->mpu_rt_idx) { in omap_hwmod_parse_module_range()
2448 oh->name, oh->_state); in _setup_reset()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c181 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_add_gap()
189 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_add_gap()
381 if(oh->nmesgs >= oh->alloc_nmesgs) { in H5O_alloc_null()
390 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_alloc_null()
622 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_alloc_extend_chunk()
632 oh->mesg[extend_msg].raw = ((oh->chunk[chunkno].image + oh->chunk[chunkno].size) in H5O_alloc_extend_chunk()
657 HDmemmove(oh->chunk[0].image + H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh), in H5O_alloc_extend_chunk()
931 if(oh->nchunks >= oh->alloc_nchunks) { in H5O__alloc_chunk()
962 if(oh->nmesgs + 3 > oh->alloc_nmesgs) in H5O__alloc_chunk()
2438 oh->mesg[oh->nmesgs].dirty = TRUE; in H5O_alloc_shrink_chunk()
[all …]
H A DH5Odbg.c108 … meta_space = (size_t)H5O_SIZEOF_HDR(oh) + (size_t)(H5O_SIZEOF_CHKHDR_OH(oh) * (oh->nchunks - 1)); in H5O_assert()
122 HDassert(oh->chunk[u].size > (size_t)H5O_SIZEOF_CHKHDR_OH(oh)); in H5O_assert()
205 …HDassert(curr_hdr >= oh->chunk[curr_msg->chunkno].image + (H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_… in H5O_assert()
303 HDassert(oh); in H5O_debug_real()
317 oh->version); in H5O_debug_real()
323 oh->nlink); in H5O_debug_real()
381 oh->nmesgs, oh->alloc_nmesgs); in H5O_debug_real()
384 oh->nchunks, oh->alloc_nchunks); in H5O_debug_real()
510 (size_t)(oh->mesg[i].raw - oh->chunk[chunkno].image), in H5O_debug_real()
514 if((oh->mesg[i].raw + oh->mesg[i].raw_size > in H5O_debug_real()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c179 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_add_gap()
187 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_add_gap()
379 if(oh->nmesgs >= oh->alloc_nmesgs) { in H5O_alloc_null()
388 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_alloc_null()
620 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_alloc_extend_chunk()
630 oh->mesg[extend_msg].raw = ((oh->chunk[chunkno].image + oh->chunk[chunkno].size) in H5O_alloc_extend_chunk()
655 HDmemmove(oh->chunk[0].image + H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh), in H5O_alloc_extend_chunk()
913 if(oh->nchunks >= oh->alloc_nchunks) { in H5O_alloc_new_chunk()
942 if(oh->nmesgs + 3 > oh->alloc_nmesgs) in H5O_alloc_new_chunk()
2206 oh->mesg[oh->nmesgs].dirty = TRUE; in H5O_alloc_shrink_chunk()
[all …]
H A DH5Ocache.c233 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O_load()
239 if(oh->max_compact < oh->min_dense) in H5O_load()
268 if(oh->chunk0_size > 0 && oh->chunk0_size < H5O_SIZEOF_MSGHDR_OH(oh)) in H5O_load()
290 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O_load()
311 buf_size = oh->chunk0_size + (size_t)H5O_SIZEOF_HDR(oh); in H5O_load()
727 chk_proxy->oh = udata->oh; in H5O_cache_chk_load()
735 chk_proxy->oh = udata->oh; in H5O_cache_chk_load()
1053 if(oh->nchunks >= oh->alloc_nchunks) { in H5O_chunk_deserialize()
1100 eom_ptr = oh->chunk[chunkno].image + (oh->chunk[chunkno].size - H5O_SIZEOF_CHKSUM_OH(oh)); in H5O_chunk_deserialize()
1174 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_chunk_deserialize()
[all …]
H A DH5Odbg.c109 … meta_space = (size_t)H5O_SIZEOF_HDR(oh) + (size_t)(H5O_SIZEOF_CHKHDR_OH(oh) * (oh->nchunks - 1)); in H5O_assert()
123 HDassert(oh->chunk[u].size > (size_t)H5O_SIZEOF_CHKHDR_OH(oh)); in H5O_assert()
206 …HDassert(curr_hdr >= oh->chunk[curr_msg->chunkno].image + (H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_… in H5O_assert()
304 HDassert(oh); in H5O_debug_real()
318 oh->version); in H5O_debug_real()
324 oh->nlink); in H5O_debug_real()
382 oh->nmesgs, oh->alloc_nmesgs); in H5O_debug_real()
385 oh->nchunks, oh->alloc_nchunks); in H5O_debug_real()
500 (size_t)(oh->mesg[i].raw - oh->chunk[chunkno].image), in H5O_debug_real()
504 if((oh->mesg[i].raw + oh->mesg[i].raw_size > in H5O_debug_real()
[all …]
/dports/graphics/clutter/clutter-1.26.4/tests/interactive/
H A Dtest-actors.c44 oh->group = NULL; in on_group_destroy()
169 SuperOH *oh; in test_actors_main() local
231 oh->stage_width = clutter_actor_get_width (oh->stage); in test_actors_main()
232 oh->stage_height = clutter_actor_get_height (oh->stage); in test_actors_main()
233 oh->radius = (oh->stage_width + oh->stage_height) in test_actors_main()
260 + oh->radius in test_actors_main()
265 + oh->radius in test_actors_main()
286 clutter_behaviour_apply (oh->scaler_1, oh->hand[i]); in test_actors_main()
288 clutter_behaviour_apply (oh->scaler_2, oh->hand[i]); in test_actors_main()
299 oh); in test_actors_main()
[all …]
/dports/x11-wm/muffin/muffin-4.8.0/clutter/tests/interactive/
H A Dtest-actors.c44 oh->group = NULL; in on_group_destroy()
169 SuperOH *oh; in test_actors_main() local
231 oh->stage_width = clutter_actor_get_width (oh->stage); in test_actors_main()
232 oh->stage_height = clutter_actor_get_height (oh->stage); in test_actors_main()
233 oh->radius = (oh->stage_width + oh->stage_height) in test_actors_main()
260 + oh->radius in test_actors_main()
265 + oh->radius in test_actors_main()
286 clutter_behaviour_apply (oh->scaler_1, oh->hand[i]); in test_actors_main()
288 clutter_behaviour_apply (oh->scaler_2, oh->hand[i]); in test_actors_main()
299 oh); in test_actors_main()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Oalloc.c180 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_add_gap()
188 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_add_gap()
380 if(oh->nmesgs >= oh->alloc_nmesgs) { in H5O__alloc_null()
389 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O__alloc_null()
620 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O__alloc_extend_chunk()
630 oh->mesg[extend_msg].raw = ((oh->chunk[chunkno].image + oh->chunk[chunkno].size) in H5O__alloc_extend_chunk()
655 HDmemmove(oh->chunk[0].image + H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh), in H5O__alloc_extend_chunk()
929 if(oh->nchunks >= oh->alloc_nchunks) { in H5O__alloc_chunk()
960 if(oh->nmesgs + 3 > oh->alloc_nmesgs) in H5O__alloc_chunk()
2387 for(u = oh->nmesgs - 1, curr_msg = &oh->mesg[u]; u < oh->nmesgs; u--, curr_msg--) { in H5O__alloc_shrink_chunk()
[all …]
H A DH5Odbg.c108 … meta_space = (size_t)H5O_SIZEOF_HDR(oh) + (size_t)(H5O_SIZEOF_CHKHDR_OH(oh) * (oh->nchunks - 1)); in H5O_assert()
122 HDassert(oh->chunk[u].size > (size_t)H5O_SIZEOF_CHKHDR_OH(oh)); in H5O_assert()
205 …HDassert(curr_hdr >= oh->chunk[curr_msg->chunkno].image + (H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_… in H5O_assert()
301 HDassert(oh); in H5O_debug_real()
321 oh->nlink); in H5O_debug_real()
379 oh->nmesgs, oh->alloc_nmesgs); in H5O_debug_real()
382 oh->nchunks, oh->alloc_nchunks); in H5O_debug_real()
508 (size_t)(oh->mesg[i].raw - oh->chunk[chunkno].image), in H5O_debug_real()
512 if((oh->mesg[i].raw + oh->mesg[i].raw_size > in H5O_debug_real()
514 (oh->mesg[i].raw < oh->chunk[chunkno].image)) in H5O_debug_real()
[all …]
H A DH5Ocache.c340 oh = udata->oh; in H5O__cache_deserialize()
815 chk_proxy->oh = udata->oh; in H5O__cache_chk_deserialize()
1189 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O__prefix_deserialize()
1195 if(oh->max_compact < oh->min_dense) in H5O__prefix_deserialize()
1246 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O__prefix_deserialize()
1273 udata->oh = oh; in H5O__prefix_deserialize()
1279 udata->oh = oh; in H5O__prefix_deserialize()
1331 if(oh->nchunks >= oh->alloc_nchunks) { in H5O__chunk_deserialize()
1373 eom_ptr = oh->chunk[chunkno].image + (oh->chunk[chunkno].size - H5O_SIZEOF_CHKSUM_OH(oh)); in H5O__chunk_deserialize()
1450 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O__chunk_deserialize()
[all …]
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Oalloc.c180 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_add_gap()
188 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_add_gap()
380 if(oh->nmesgs >= oh->alloc_nmesgs) { in H5O__alloc_null()
389 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O__alloc_null()
620 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O__alloc_extend_chunk()
630 oh->mesg[extend_msg].raw = ((oh->chunk[chunkno].image + oh->chunk[chunkno].size) in H5O__alloc_extend_chunk()
655 HDmemmove(oh->chunk[0].image + H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh), in H5O__alloc_extend_chunk()
929 if(oh->nchunks >= oh->alloc_nchunks) { in H5O__alloc_chunk()
960 if(oh->nmesgs + 3 > oh->alloc_nmesgs) in H5O__alloc_chunk()
2387 for(u = oh->nmesgs - 1, curr_msg = &oh->mesg[u]; u < oh->nmesgs; u--, curr_msg--) { in H5O__alloc_shrink_chunk()
[all …]
H A DH5Odbg.c108 … meta_space = (size_t)H5O_SIZEOF_HDR(oh) + (size_t)(H5O_SIZEOF_CHKHDR_OH(oh) * (oh->nchunks - 1)); in H5O_assert()
122 HDassert(oh->chunk[u].size > (size_t)H5O_SIZEOF_CHKHDR_OH(oh)); in H5O_assert()
205 …HDassert(curr_hdr >= oh->chunk[curr_msg->chunkno].image + (H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_… in H5O_assert()
301 HDassert(oh); in H5O_debug_real()
321 oh->nlink); in H5O_debug_real()
379 oh->nmesgs, oh->alloc_nmesgs); in H5O_debug_real()
382 oh->nchunks, oh->alloc_nchunks); in H5O_debug_real()
508 (size_t)(oh->mesg[i].raw - oh->chunk[chunkno].image), in H5O_debug_real()
512 if((oh->mesg[i].raw + oh->mesg[i].raw_size > in H5O_debug_real()
514 (oh->mesg[i].raw < oh->chunk[chunkno].image)) in H5O_debug_real()
[all …]
H A DH5Ocache.c340 oh = udata->oh; in H5O__cache_deserialize()
815 chk_proxy->oh = udata->oh; in H5O__cache_chk_deserialize()
1189 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O__prefix_deserialize()
1195 if(oh->max_compact < oh->min_dense) in H5O__prefix_deserialize()
1246 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O__prefix_deserialize()
1273 udata->oh = oh; in H5O__prefix_deserialize()
1279 udata->oh = oh; in H5O__prefix_deserialize()
1331 if(oh->nchunks >= oh->alloc_nchunks) { in H5O__chunk_deserialize()
1373 eom_ptr = oh->chunk[chunkno].image + (oh->chunk[chunkno].size - H5O_SIZEOF_CHKSUM_OH(oh)); in H5O__chunk_deserialize()
1450 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O__chunk_deserialize()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Oalloc.c172 if (oh->nmesgs >= oh->alloc_nmesgs) in H5O__add_gap()
368 if (oh->nmesgs >= oh->alloc_nmesgs) { in H5O__alloc_null()
529 ((oh->mesg[u].raw + oh->mesg[u].raw_size) == in H5O__alloc_extend_chunk()
606 if (oh->nmesgs >= oh->alloc_nmesgs) in H5O__alloc_extend_chunk()
616 oh->mesg[extend_msg].raw = ((oh->chunk[chunkno].image + oh->chunk[chunkno].size) - in H5O__alloc_extend_chunk()
641 HDmemmove(oh->chunk[0].image + H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh), in H5O__alloc_extend_chunk()
913 if (oh->nchunks >= oh->alloc_nchunks) { in H5O__alloc_chunk()
944 if (oh->nmesgs + 3 > oh->alloc_nmesgs) in H5O__alloc_chunk()
1548 for (v = oh->nmesgs - 1, curr_msg = &oh->mesg[v]; v < oh->nmesgs; v--, curr_msg--) in H5O__move_cont()
2402 for (u = oh->nmesgs - 1, curr_msg = &oh->mesg[u]; u < oh->nmesgs; u--, curr_msg--) { in H5O__alloc_shrink_chunk()
[all …]
H A DH5Odbg.c99 … meta_space = (size_t)H5O_SIZEOF_HDR(oh) + (size_t)(H5O_SIZEOF_CHKHDR_OH(oh) * (oh->nchunks - 1)); in H5O__assert()
113 HDassert(oh->chunk[u].size > (size_t)H5O_SIZEOF_CHKHDR_OH(oh)); in H5O__assert()
125 HDassert(oh->chunk[u].gap < (size_t)H5O_SIZEOF_MSGHDR_OH(oh)); in H5O__assert()
147 for (u = 0, curr_msg = &oh->mesg[0]; u < oh->nmesgs; u++, curr_msg++) { in H5O__assert()
199oh->chunk[curr_msg->chunkno].image + (H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh))); in H5O__assert()
289 HDassert(oh); in H5O__debug_real()
366 chunk_size = oh->chunk[i].size - (size_t)H5O_SIZEOF_HDR(oh); in H5O__debug_real()
469 (size_t)(oh->mesg[i].raw - oh->chunk[chunkno].image), oh->mesg[i].raw_size); in H5O__debug_real()
472 …if ((oh->mesg[i].raw + oh->mesg[i].raw_size > oh->chunk[chunkno].image + oh->chunk[chunkno].size) … in H5O__debug_real()
473 (oh->mesg[i].raw < oh->chunk[chunkno].image)) in H5O__debug_real()
[all …]
H A DH5Ocache.c323 oh = udata->oh; in H5O__cache_deserialize()
793 chk_proxy->oh = udata->oh; in H5O__cache_chk_deserialize()
1163 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O__prefix_deserialize()
1169 if (oh->max_compact < oh->min_dense) in H5O__prefix_deserialize()
1220 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O__prefix_deserialize()
1247 udata->oh = oh; in H5O__prefix_deserialize()
1254 udata->oh = oh; in H5O__prefix_deserialize()
1305 if (oh->nchunks >= oh->alloc_nchunks) { in H5O__chunk_deserialize()
1407 … H5O_NULL_ID == oh->mesg[oh->nmesgs - 1].type->id && oh->mesg[oh->nmesgs - 1].chunkno == chunkno) { in H5O__chunk_deserialize()
1422 if (oh->nmesgs >= oh->alloc_nmesgs) in H5O__chunk_deserialize()
[all …]
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Oalloc.c177 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_add_gap()
185 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_add_gap()
377 if(oh->nmesgs >= oh->alloc_nmesgs) { in H5O_alloc_null()
386 null_msg = &(oh->mesg[oh->nmesgs++]); in H5O_alloc_null()
618 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_alloc_extend_chunk()
628 oh->mesg[extend_msg].raw = ((oh->chunk[chunkno].image + oh->chunk[chunkno].size) in H5O_alloc_extend_chunk()
653 HDmemmove(oh->chunk[0].image + H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_OH(oh), in H5O_alloc_extend_chunk()
911 if(oh->nchunks >= oh->alloc_nchunks) { in H5O_alloc_new_chunk()
940 if(oh->nmesgs + 3 > oh->alloc_nmesgs) in H5O_alloc_new_chunk()
2157 for(u = oh->nmesgs - 1, curr_msg = &oh->mesg[u]; u < oh->nmesgs; u--, curr_msg--) { in H5O_alloc_shrink_chunk()
[all …]
H A DH5Ocache.c231 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O_load()
237 if(oh->max_compact < oh->min_dense) in H5O_load()
266 if(oh->chunk0_size > 0 && oh->chunk0_size < H5O_SIZEOF_MSGHDR_OH(oh)) in H5O_load()
288 oh->atime = oh->mtime = oh->ctime = oh->btime = 0; in H5O_load()
309 buf_size = oh->chunk0_size + (size_t)H5O_SIZEOF_HDR(oh); in H5O_load()
725 chk_proxy->oh = udata->oh; in H5O_cache_chk_load()
733 chk_proxy->oh = udata->oh; in H5O_cache_chk_load()
1051 if(oh->nchunks >= oh->alloc_nchunks) { in H5O_chunk_deserialize()
1098 eom_ptr = oh->chunk[chunkno].image + (oh->chunk[chunkno].size - H5O_SIZEOF_CHKSUM_OH(oh)); in H5O_chunk_deserialize()
1172 if(oh->nmesgs >= oh->alloc_nmesgs) in H5O_chunk_deserialize()
[all …]
H A DH5Odbg.c107 … meta_space = (size_t)H5O_SIZEOF_HDR(oh) + (size_t)(H5O_SIZEOF_CHKHDR_OH(oh) * (oh->nchunks - 1)); in H5O_assert()
121 HDassert(oh->chunk[u].size > (size_t)H5O_SIZEOF_CHKHDR_OH(oh)); in H5O_assert()
204 …HDassert(curr_hdr >= oh->chunk[curr_msg->chunkno].image + (H5O_SIZEOF_HDR(oh) - H5O_SIZEOF_CHKSUM_… in H5O_assert()
302 HDassert(oh); in H5O_debug_real()
316 oh->version); in H5O_debug_real()
322 oh->nlink); in H5O_debug_real()
380 oh->nmesgs, oh->alloc_nmesgs); in H5O_debug_real()
383 oh->nchunks, oh->alloc_nchunks); in H5O_debug_real()
498 (size_t)(oh->mesg[i].raw - oh->chunk[chunkno].image), in H5O_debug_real()
502 if((oh->mesg[i].raw + oh->mesg[i].raw_size > in H5O_debug_real()
[all …]
/dports/x11-wm/mutter/mutter-41.1/src/tests/clutter/interactive/
H A Dtest-actors.c36 oh->group = NULL; in on_group_destroy()
76 SuperOH *oh = data; in input_cb() local
144 SuperOH *oh; in test_actors_main() local
165 oh->timeline = clutter_timeline_new_for_actor (oh->stage, 6000); in test_actors_main()
189 oh->stage_width = clutter_actor_get_width (oh->stage); in test_actors_main()
190 oh->stage_height = clutter_actor_get_height (oh->stage); in test_actors_main()
191 oh->radius = (oh->stage_width + oh->stage_height) / NHANDS; in test_actors_main()
217 + oh->radius in test_actors_main()
222 + oh->radius in test_actors_main()
249 oh); in test_actors_main()
[all …]

12345678910>>...125