Home
last modified time | relevance | path

Searched refs:fill_time (Results 1 – 25 of 121) sorted by relevance

12345

/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/c++/src/
H A DH5DcreatProp.cpp518 H5D_fill_time_t fill_time; in getFillTime() local
519 herr_t ret_value = H5Pget_fill_time(id, &fill_time); in getFillTime()
526 return (fill_time); in getFillTime()
563 void DSetCreatPropList::setFillTime(H5D_fill_time_t fill_time) in setFillTime() argument
565 herr_t ret_value = H5Pset_fill_time(id, fill_time); in setFillTime()
/dports/science/hdf5-18/hdf5-1.8.21/c++/src/
H A DH5DcreatProp.cpp593 H5D_fill_time_t fill_time; in getFillTime() local
594 herr_t ret_value = H5Pget_fill_time(id, &fill_time); in getFillTime()
601 return (fill_time); in getFillTime()
638 void DSetCreatPropList::setFillTime(H5D_fill_time_t fill_time) const in setFillTime()
640 herr_t ret_value = H5Pset_fill_time(id, fill_time); in setFillTime()
/dports/games/shockolate/systemshock-0.8.2-43-ga9eb1b93/src/GameSrc/
H A Dplotware.c84 void fill_time(short val, char *vbuf);
122 void fill_time(short val, char *vbuf) { in fill_time() function
157 fill_time(player_struct.time2comp, vbuf); in do_plotware_hack()
173 fill_time(player_struct.time2comp, vbuf); in do_plotware_hack()
178 fill_time(player_struct.time2comp, vbuf); in do_plotware_hack()
263 fill_time(val, vbuf); in mfd_plotware_expose()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/c++/src/
H A DH5DcreatProp.cpp591 H5D_fill_time_t fill_time; in getFillTime() local
592 herr_t ret_value = H5Pget_fill_time(id, &fill_time); in getFillTime()
599 return (fill_time); in getFillTime()
636 void DSetCreatPropList::setFillTime(H5D_fill_time_t fill_time) const in setFillTime()
638 herr_t ret_value = H5Pset_fill_time(id, fill_time); in setFillTime()
/dports/science/hdf5/hdf5-1.10.6/c++/src/
H A DH5DcreatProp.cpp591 H5D_fill_time_t fill_time; in getFillTime() local
592 herr_t ret_value = H5Pget_fill_time(id, &fill_time); in getFillTime()
599 return (fill_time); in getFillTime()
636 void DSetCreatPropList::setFillTime(H5D_fill_time_t fill_time) const in setFillTime()
638 herr_t ret_value = H5Pset_fill_time(id, fill_time); in setFillTime()
/dports/devel/py-gevent/gevent-21.8.0/src/gevent/libev/
H A Dstathelper.c71 fill_time(PyObject *v, int index, time_t sec, unsigned long nsec) in fill_time() function
141 fill_time(v, 7, st->st_atime, ansec); in _pystat_fromstructstat()
142 fill_time(v, 8, st->st_mtime, mnsec); in _pystat_fromstructstat()
143 fill_time(v, 9, st->st_ctime, cnsec); in _pystat_fromstructstat()
/dports/misc/vxl/vxl-3.3.2/contrib/brl/bbas/bocl/tests/
H A Dtest_mem.cxx77 float fill_time = t.all() / 1000.0f; in test_fill_kernel() local
89 if( fill_time < trans_time ) in test_fill_kernel()
93 std::cout<<fill_time<<" ms vs. "<<trans_time<<" ms"<<std::endl; in test_fill_kernel()
/dports/science/hdf5-18/hdf5-1.8.21/test/
H A Dfillval.c397 H5D_fill_time_t fill_time; in test_create() local
587 if(fill_time != H5D_FILL_TIME_ALLOC) { in test_create()
590 printf(" Got %d\n", fill_time); in test_create()
612 if(fill_time != H5D_FILL_TIME_NEVER) { in test_create()
615 printf(" Got %d\n", fill_time); in test_create()
653 if(fill_time != H5D_FILL_TIME_NEVER) { in test_create()
656 printf(" Got %d\n", fill_time); in test_create()
685 if(fill_time != H5D_FILL_TIME_ALLOC) { in test_create()
688 printf(" Got %d\n", fill_time); in test_create()
852 if(fill_time != H5D_FILL_TIME_NEVER) { in test_rdwr_cases()
[all …]
/dports/science/hdf5/hdf5-1.10.6/test/
H A Dfillval.c397 H5D_fill_time_t fill_time; in test_create() local
587 if(fill_time != H5D_FILL_TIME_ALLOC) { in test_create()
612 if(fill_time != H5D_FILL_TIME_NEVER) { in test_create()
615 HDprintf(" Got %d\n", fill_time); in test_create()
653 if(fill_time != H5D_FILL_TIME_NEVER) { in test_create()
656 HDprintf(" Got %d\n", fill_time); in test_create()
685 if(fill_time != H5D_FILL_TIME_ALLOC) { in test_create()
688 HDprintf(" Got %d\n", fill_time); in test_create()
855 if(fill_time != H5D_FILL_TIME_NEVER) { in test_rdwr_cases()
881 if(fill_time != H5D_FILL_TIME_NEVER) { in test_rdwr_cases()
[all …]
/dports/games/openclonk/openclonk-release-8.1-src/planet/Objects.ocd/Vegetation.ocd/Cotton.ocd/CottonFruit.ocd/
H A DScript.c14 local fill_time = 3100; variable
72 …Anim_Linear(GetAnimationPosition(grow_anim), 0, GetAnimationLength("grow"), fill_time, ANIM_Hold)); in Fill()
73 Contained()->FruitFills(attach_branch, fill_time, false); // Will start the branch's animation in Fill()
74 ScheduleCall(this, "Ripen", fill_time); in Fill()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5Ofill.c211 fill->fill_time = (H5D_fill_time_t)*p++; in H5O_fill_new_decode()
243 …fill->fill_time = (H5D_fill_time_t)((flags >> H5O_FILL_SHIFT_FILL_TIME) & H5O_FILL_MASK_FILL_TIME); in H5O_fill_new_decode()
318 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_old_decode()
380 *p++ = fill->fill_time; in H5O_fill_new_encode()
403 HDassert(fill->fill_time == (H5O_FILL_MASK_FILL_TIME & fill->fill_time)); in H5O_fill_new_encode()
404 …flags = (uint8_t)(flags | ((H5O_FILL_MASK_FILL_TIME & fill->fill_time) << H5O_FILL_SHIFT_FILL_TIME… in H5O_fill_new_encode()
763 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_reset()
843 switch(fill->fill_time) { in H5O_fill_debug()
H A DH5Pdcpl.c496 if(fill1->fill_time < fill2->fill_time) HGOTO_DONE(-1); in H5P_fill_value_cmp()
497 if(fill1->fill_time > fill2->fill_time) HGOTO_DONE(1); in H5P_fill_value_cmp()
1888 H5Pset_fill_time(hid_t plist_id, H5D_fill_time_t fill_time) in H5Pset_fill_time() argument
1895 H5TRACE2("e", "iDf", plist_id, fill_time); in H5Pset_fill_time()
1898 if(fill_time < H5D_FILL_TIME_ALLOC || fill_time > H5D_FILL_TIME_IFSET) in H5Pset_fill_time()
1910 fill.fill_time = fill_time; in H5Pset_fill_time()
1938 H5Pget_fill_time(hid_t plist_id, H5D_fill_time_t *fill_time/*out*/) in H5Pget_fill_time() argument
1943 H5TRACE2("e", "ix", plist_id, fill_time); in H5Pget_fill_time()
1946 if(fill_time) { in H5Pget_fill_time()
1959 *fill_time = fill.fill_time; in H5Pget_fill_time()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ofill.c211 fill->fill_time = (H5D_fill_time_t)*p++; in H5O_fill_new_decode()
243 …fill->fill_time = (H5D_fill_time_t)((flags >> H5O_FILL_SHIFT_FILL_TIME) & H5O_FILL_MASK_FILL_TIME); in H5O_fill_new_decode()
317 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_old_decode()
379 *p++ = fill->fill_time; in H5O_fill_new_encode()
402 HDassert(fill->fill_time == (H5O_FILL_MASK_FILL_TIME & fill->fill_time)); in H5O_fill_new_encode()
403 …flags = (uint8_t)(flags | ((H5O_FILL_MASK_FILL_TIME & fill->fill_time) << H5O_FILL_SHIFT_FILL_TIME… in H5O_fill_new_encode()
762 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_reset()
842 switch(fill->fill_time) { in H5O_fill_debug()
H A DH5Pdcpl.c1002 *(*pp)++ = (uint8_t)fill->fill_time; in H5P__dcrt_fill_value_enc()
1093 fill->fill_time = (H5D_fill_time_t)*(*pp)++; in H5P__dcrt_fill_value_dec()
1252 if(fill1->fill_time < fill2->fill_time) HGOTO_DONE(-1); in H5P_fill_value_cmp()
1253 if(fill1->fill_time > fill2->fill_time) HGOTO_DONE(1); in H5P_fill_value_cmp()
3658 H5Pset_fill_time(hid_t plist_id, H5D_fill_time_t fill_time) in H5Pset_fill_time() argument
3665 H5TRACE2("e", "iDf", plist_id, fill_time); in H5Pset_fill_time()
3668 if(fill_time < H5D_FILL_TIME_ALLOC || fill_time > H5D_FILL_TIME_IFSET) in H5Pset_fill_time()
3680 fill.fill_time = fill_time; in H5Pset_fill_time()
3713 H5TRACE2("e", "ix", plist_id, fill_time); in H5Pget_fill_time()
3716 if(fill_time) { in H5Pget_fill_time()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ofill.c212 fill->fill_time = (H5D_fill_time_t)*p++; in H5O_fill_new_decode()
244 …fill->fill_time = (H5D_fill_time_t)((flags >> H5O_FILL_SHIFT_FILL_TIME) & H5O_FILL_MASK_FILL_TIME); in H5O_fill_new_decode()
318 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_old_decode()
380 *p++ = fill->fill_time; in H5O_fill_new_encode()
403 HDassert(fill->fill_time == (H5O_FILL_MASK_FILL_TIME & fill->fill_time)); in H5O_fill_new_encode()
404 …flags = (uint8_t)(flags | ((H5O_FILL_MASK_FILL_TIME & fill->fill_time) << H5O_FILL_SHIFT_FILL_TIME… in H5O_fill_new_encode()
763 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_reset()
843 switch(fill->fill_time) { in H5O_fill_debug()
H A DH5Pdcpl.c495 if(fill1->fill_time < fill2->fill_time) HGOTO_DONE(-1); in H5P_fill_value_cmp()
496 if(fill1->fill_time > fill2->fill_time) HGOTO_DONE(1); in H5P_fill_value_cmp()
1887 H5Pset_fill_time(hid_t plist_id, H5D_fill_time_t fill_time) in H5Pset_fill_time() argument
1894 H5TRACE2("e", "iDf", plist_id, fill_time); in H5Pset_fill_time()
1897 if(fill_time < H5D_FILL_TIME_ALLOC || fill_time > H5D_FILL_TIME_IFSET) in H5Pset_fill_time()
1909 fill.fill_time = fill_time; in H5Pset_fill_time()
1937 H5Pget_fill_time(hid_t plist_id, H5D_fill_time_t *fill_time/*out*/) in H5Pget_fill_time() argument
1942 H5TRACE2("e", "ix", plist_id, fill_time); in H5Pget_fill_time()
1945 if(fill_time) { in H5Pget_fill_time()
1958 *fill_time = fill.fill_time; in H5Pget_fill_time()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5Ofill.c221 fill->fill_time = (H5D_fill_time_t)*p++; in H5O_fill_new_decode()
255 …fill->fill_time = (H5D_fill_time_t)((flags >> H5O_FILL_SHIFT_FILL_TIME) & H5O_FILL_MASK_FILL_TIME); in H5O_fill_new_decode()
332 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_old_decode()
412 *p++ = fill->fill_time; in H5O_fill_new_encode()
435 HDassert(fill->fill_time == (H5O_FILL_MASK_FILL_TIME & fill->fill_time)); in H5O_fill_new_encode()
436 …flags = (uint8_t)(flags | ((H5O_FILL_MASK_FILL_TIME & fill->fill_time) << H5O_FILL_SHIFT_FILL_TIME… in H5O_fill_new_encode()
795 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O__fill_reset()
911 switch(fill->fill_time) { in H5O__fill_debug()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5Ofill.c221 fill->fill_time = (H5D_fill_time_t)*p++; in H5O__fill_new_decode()
259 …fill->fill_time = (H5D_fill_time_t)((flags >> H5O_FILL_SHIFT_FILL_TIME) & H5O_FILL_MASK_FILL_TIME); in H5O__fill_new_decode()
334 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O__fill_old_decode()
415 *p++ = (uint8_t)fill->fill_time; in H5O__fill_new_encode()
439 HDassert(fill->fill_time == (H5O_FILL_MASK_FILL_TIME & fill->fill_time)); in H5O__fill_new_encode()
440 …flags = (uint8_t)(flags | ((H5O_FILL_MASK_FILL_TIME & fill->fill_time) << H5O_FILL_SHIFT_FILL_TIME… in H5O__fill_new_encode()
795 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O__fill_reset()
907 switch (fill->fill_time) { in H5O__fill_debug()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5Ofill.c221 fill->fill_time = (H5D_fill_time_t)*p++; in H5O_fill_new_decode()
255 …fill->fill_time = (H5D_fill_time_t)((flags >> H5O_FILL_SHIFT_FILL_TIME) & H5O_FILL_MASK_FILL_TIME); in H5O_fill_new_decode()
332 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O_fill_old_decode()
412 *p++ = fill->fill_time; in H5O_fill_new_encode()
435 HDassert(fill->fill_time == (H5O_FILL_MASK_FILL_TIME & fill->fill_time)); in H5O_fill_new_encode()
436 …flags = (uint8_t)(flags | ((H5O_FILL_MASK_FILL_TIME & fill->fill_time) << H5O_FILL_SHIFT_FILL_TIME… in H5O_fill_new_encode()
795 fill->fill_time = H5D_FILL_TIME_IFSET; in H5O__fill_reset()
911 switch(fill->fill_time) { in H5O__fill_debug()
/dports/games/openclonk/openclonk-release-8.1-src/planet/Parkour.ocf/VolcanoEscapeEx.ocs/BigVolcano.ocd/
H A DScript.c194 CastPXS("DuroLava", 4+Cos(fx.fill_time*40,2), 30+Cos(fx.fill_time*40,25), nx,ny-1, 0,50); in FxVolcanoBranchTimer()
195 …if (!(fx.fill_time%20) && !GBackSemiSolid(nx,ny-6)) SoundAt("BigVolcano::BigVolcanoBubble*", nx,ny… in FxVolcanoBranchTimer()
196 if (fx.fill_time++ > 31) return FX_Execute_Kill; // Done? in FxVolcanoBranchTimer()
200 fx.fill_time = 0; in FxVolcanoBranchTimer()
/dports/science/hdf5/hdf5-1.10.6/java/test/
H A DTestH5P.java1070 int[] fill_time = {0}; in testH5P_fill_time() local
1073 H5.H5Pget_fill_time(ocpl_id, fill_time); in testH5P_fill_time()
1074 … assertTrue("fill_time: "+fill_time[0], fill_time[0] == HDF5Constants.H5D_FILL_TIME_IFSET); in testH5P_fill_time()
1076 H5.H5Pget_fill_time(ocpl_id, fill_time); in testH5P_fill_time()
1077 … assertTrue("fill_time: "+fill_time[0], fill_time[0] == HDF5Constants.H5D_FILL_TIME_ALLOC); in testH5P_fill_time()
1079 H5.H5Pget_fill_time(ocpl_id, fill_time); in testH5P_fill_time()
1080 … assertTrue("fill_time: "+fill_time[0], fill_time[0] == HDF5Constants.H5D_FILL_TIME_NEVER); in testH5P_fill_time()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattr.c333 int fill_time = ((unit->simultaneity - 1) in main() local
335 blockage.min = MAX (unit->ready_cost.min - fill_time, in main()
337 blockage.max = MAX (unit->ready_cost.max - fill_time, in main()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dgenattr.c333 int fill_time = ((unit->simultaneity - 1) in main() local
335 blockage.min = MAX (unit->ready_cost.min - fill_time, in main()
337 blockage.max = MAX (unit->ready_cost.max - fill_time, in main()
/dports/audio/festival/speech_tools/wrappers/interface/
H A DEST_Track.i197 void fill_time(float t, float startt=0.0);
200 void fill_time(EST_Track &t);
/dports/audio/festival/speech_tools/testsuite/
H A Dsigpr_example.cc112 fv.fill_time(0.01); in main()
202 fv.fill_time(0.01); in main()

12345