Home
last modified time | relevance | path

Searched refs:is_free (Results 1 – 25 of 938) sorted by relevance

12345678910>>...38

/dports/math/cgal/CGAL-5.3/include/CGAL/internal/
H A DCombinatorial_map_sewable.h36 if ( !amap->template is_free<i>(adart1) || in run()
76 if ( amap->template is_free<1>(I1) ) in run()
96 if ( amap->is_free(I1,j) ) in run()
154 !amap->template is_free<1>(adart2) )
168 !amap->template is_free<0>(adart2) )
183 !amap->template is_free<1>(adart2) )
197 !amap->template is_free<0>(adart2) )
226 !amap->template is_free<1>(adart2) )
229 if ( amap->template is_free<3>(adart1) )
252 !amap->template is_free<0>(adart2) )
[all …]
H A DGeneralized_map_sewable.h35 if ( !amap.template is_free<i>(adart1) || in run()
36 !amap.template is_free<i>(adart2) ) in run()
64 CGAL_assertion( amap.template is_free<i>(I1) ); in run()
65 CGAL_assertion( amap.template is_free<i>(I2) ); in run()
77 if ( amap.is_free(I1,j) ) in run()
79 if ( !amap.is_free(I2,j) ) res=false; in run()
83 if ( amap.is_free(I2,j) ) res=false; in run()
/dports/www/drupal8/drupal-8.9.20/core/tests/Drupal/KernelTests/Core/Lock/
H A DLockTest.php36 $is_free = $this->lock->lockMayBeAvailable('lock_a');
37 $this->assertFalse($is_free, 'First lock is unavailable.');
40 $is_free = $this->lock->lockMayBeAvailable('lock_a');
41 $this->assertTrue($is_free, 'First lock has been released.');
59 $is_free = $this->lock->lockMayBeAvailable($long_key);
60 $this->assertFalse($is_free, 'Long key lock is unavailable.');
63 $is_free = $this->lock->lockMayBeAvailable($long_key);
79 $is_free = $this->lock->lockMayBeAvailable('lock_a');
80 $this->assertTrue($is_free, 'First lock has been released.');
82 $is_free = $this->lock->lockMayBeAvailable('lock_b');
[all …]
/dports/www/drupal9/drupal-9.2.10/core/tests/Drupal/KernelTests/Core/Lock/
H A DLockTest.php36 $is_free = $this->lock->lockMayBeAvailable('lock_a');
37 $this->assertFalse($is_free, 'First lock is unavailable.');
40 $is_free = $this->lock->lockMayBeAvailable('lock_a');
41 $this->assertTrue($is_free, 'First lock has been released.');
59 $is_free = $this->lock->lockMayBeAvailable($long_key);
60 $this->assertFalse($is_free, 'Long key lock is unavailable.');
63 $is_free = $this->lock->lockMayBeAvailable($long_key);
79 $is_free = $this->lock->lockMayBeAvailable('lock_a');
80 $this->assertTrue($is_free, 'First lock has been released.');
82 $is_free = $this->lock->lockMayBeAvailable('lock_b');
[all …]
/dports/math/cgal/CGAL-5.3/demo/Linear_cell_complex/
H A DLinear_cell_complex_3_subdivision.cpp41 if (mlcc.is_free(it, 2)) open = true; in operator ()()
55 CGAL_assertion (!mlcc.is_free(it,2)); in operator ()()
73 CGAL_assertion ( !m.is_free(d,2) ); in flip_edge()
74 CGAL_assertion ( !m.is_free(d,1) && !m.is_free(d,0) ); in flip_edge()
75 CGAL_assertion ( !m.is_free(m.beta(d,2), 0) && !m.is_free(m.beta(d, 2), 1) ); in flip_edge()
82 CGAL_assertion ( !m.is_free(d1,1) && !m.is_free(d2,0) ); in flip_edge()
90 if ( !m.is_free(d,3) ) in flip_edge()
102 if ( !m.is_free(d,3) ) in flip_edge()
172 if (!m.is_free(d2,2) && (m.beta(d2,2,3)==m.beta(d2,3,2))) in subdivide_lcc_3()
175 (m.is_free(d2,3) || in subdivide_lcc_3()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/hotspot/share/memory/metaspace/
H A DrootChunkArea.cpp51 assert(_first_chunk->is_root_chunk() && _first_chunk->is_free(), in ~RootChunkArea()
101 assert(c->is_free(), "Can only split free chunks."); in split()
196 assert(c->is_free(), "Can only merge free chunks."); in merge()
230 assert(buddy->is_free(), "Sanity"); in merge()
245 leader->is_free() && follower->is_free(), "Sanity"); in merge()
319 if (!buddy->is_free()) { in attempt_enlarge_chunk()
365 bool RootChunkArea::is_free() const { in is_free() function in metaspace::RootChunkArea
395 assrt_(c->is_free() || c->is_in_use(), in verify()
421 if (!c->is_root_chunk() && c->is_free()) { in verify_area_is_ideally_merged()
485 bool RootChunkAreaLUT::is_free() const { in is_free() function in metaspace::RootChunkAreaLUT
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/hotspot/share/memory/metaspace/
H A DrootChunkArea.cpp51 assert(_first_chunk->is_root_chunk() && _first_chunk->is_free(), in ~RootChunkArea()
101 assert(c->is_free(), "Can only split free chunks."); in split()
196 assert(c->is_free(), "Can only merge free chunks."); in merge()
230 assert(buddy->is_free(), "Sanity"); in merge()
245 leader->is_free() && follower->is_free(), "Sanity"); in merge()
319 if (!buddy->is_free()) { in attempt_enlarge_chunk()
365 bool RootChunkArea::is_free() const { in is_free() function in metaspace::RootChunkArea
395 assrt_(c->is_free() || c->is_in_use(), in verify()
421 if (!c->is_root_chunk() && c->is_free()) { in verify_area_is_ideally_merged()
485 bool RootChunkAreaLUT::is_free() const { in is_free() function in metaspace::RootChunkAreaLUT
[all …]
/dports/devel/p5-IO-Lambda/IO-Lambda-1.23/t/
H A D20_mutex.t16 ok( $mutex-> is_free, 'new mutex is free');
21 ok( $mutex-> is_free, 'new mutex is free again');
29 ok( $mutex-> is_free, 'awaited mutex is free again');
54 ok( $mutex-> is_free, 'awaited mutex is free');
61 ok( $mutex-> is_free, 'deadlock prevention 1');
67 ok( $mutex-> is_free, 'deadlock prevention 2');
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp68 assert(!((FreeChunk*)this)->is_free(), "Error"); in next()
88 assert(!((FreeChunk*)this)->is_free(), "Error"); in setNext()
92 assert(!((FreeChunk*)this)->is_free(), "Error"); in setPromotedMark()
95 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasPromotedMark()
100 assert(!((FreeChunk*)this)->is_free(), "Error"); in setDisplacedMark()
103 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasDisplacedMark()
108 assert(!((FreeChunk*)this)->is_free(), "Error"); in clear_next()
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { in is_free() function in VALUE_OBJ_CLASS_SPEC
86 assert(is_free(), "can't get coalesce bit on not free"); in cantCoalesce()
91 assert(is_free(), "Should look like a free block"); in dontCoalesce()
132 assert(!is_free(), "Error"); in markNotFree()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DpromotionInfo.hpp68 assert(!((FreeChunk*)this)->is_free(), "Error"); in next()
88 assert(!((FreeChunk*)this)->is_free(), "Error"); in setNext()
92 assert(!((FreeChunk*)this)->is_free(), "Error"); in setPromotedMark()
95 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasPromotedMark()
100 assert(!((FreeChunk*)this)->is_free(), "Error"); in setDisplacedMark()
103 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasDisplacedMark()
108 assert(!((FreeChunk*)this)->is_free(), "Error"); in clear_next()
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { in is_free() function in VALUE_OBJ_CLASS_SPEC
86 assert(is_free(), "can't get coalesce bit on not free"); in cantCoalesce()
91 assert(is_free(), "Should look like a free block"); in dontCoalesce()
132 assert(!is_free(), "Error"); in markNotFree()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/cms/
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { in is_free() function in FreeChunk
86 assert(is_free(), "can't get coalesce bit on not free"); in cantCoalesce()
91 assert(is_free(), "Should look like a free block"); in dontCoalesce()
132 assert(!is_free(), "Error"); in markNotFree()
H A DpromotionInfo.hpp70 assert(!((FreeChunk*)this)->is_free(), "Error"); in setPromotedMark()
73 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasPromotedMark()
78 assert(!((FreeChunk*)this)->is_free(), "Error"); in setDisplacedMark()
81 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasDisplacedMark()
86 assert(!((FreeChunk*)this)->is_free(), "Error"); in clear_next()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/hotspot/share/gc/cms/
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { in is_free() function in FreeChunk
86 assert(is_free(), "can't get coalesce bit on not free"); in cantCoalesce()
91 assert(is_free(), "Should look like a free block"); in dontCoalesce()
132 assert(!is_free(), "Error"); in markNotFree()
H A DpromotionInfo.hpp70 assert(!((FreeChunk*)this)->is_free(), "Error"); in setPromotedMark()
73 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasPromotedMark()
78 assert(!((FreeChunk*)this)->is_free(), "Error"); in setDisplacedMark()
81 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasDisplacedMark()
86 assert(!((FreeChunk*)this)->is_free(), "Error"); in clear_next()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/hotspot/share/gc/cms/
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { in is_free() function in FreeChunk
86 assert(is_free(), "can't get coalesce bit on not free"); in cantCoalesce()
91 assert(is_free(), "Should look like a free block"); in dontCoalesce()
132 assert(!is_free(), "Error"); in markNotFree()
H A DpromotionInfo.hpp70 assert(!((FreeChunk*)this)->is_free(), "Error"); in setPromotedMark()
73 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasPromotedMark()
78 assert(!((FreeChunk*)this)->is_free(), "Error"); in setDisplacedMark()
81 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasDisplacedMark()
86 assert(!((FreeChunk*)this)->is_free(), "Error"); in clear_next()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/gc/cms/
H A DfreeChunk.hpp78 return ((volatile FreeChunk*)addr)->is_free();
81 bool is_free() const volatile { in is_free() function in FreeChunk
86 assert(is_free(), "can't get coalesce bit on not free"); in cantCoalesce()
91 assert(is_free(), "Should look like a free block"); in dontCoalesce()
132 assert(!is_free(), "Error"); in markNotFree()
H A DpromotionInfo.hpp70 assert(!((FreeChunk*)this)->is_free(), "Error"); in setPromotedMark()
73 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasPromotedMark()
78 assert(!((FreeChunk*)this)->is_free(), "Error"); in setDisplacedMark()
81 assert(!((FreeChunk*)this)->is_free(), "Error"); in hasDisplacedMark()
86 assert(!((FreeChunk*)this)->is_free(), "Error"); in clear_next()
/dports/math/cgal/CGAL-5.3/include/CGAL/
H A DCombinatorial_map_operations.h197 if ( amap.template is_free<i+1>(*it) &&
198 !amap.template is_free<i>(*it) )
382 if ( !amap.template is_free<0>(*it) )
407 if ( !amap.is_free(*it,j) )
417 if ( !amap.template is_free<1>(*it) )
428 if ( !amap.is_free(*it,j) )
620 if ( !amap.is_free(d2,i) )
630 if (amap.is_free(*it,i-1) && !amap.is_free(*it,i))
633 if ( !amap.is_free(d1,i) )
708 !amap.template is_free<1>(it) )
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/hdf5/vtkhdf5/src/
H A DH5MP.c162 first_blk->is_free = TRUE; in H5MP__new_page()
230 if (alloc_free->is_free) { in H5MP_malloc()
290 new_free->is_free = TRUE; in H5MP_malloc()
293 alloc_free->is_free = FALSE; in H5MP_malloc()
297 alloc_free->is_free = FALSE; in H5MP_malloc()
345 HDassert(spc_blk->is_free == FALSE); in H5MP_free()
346 spc_blk->is_free = TRUE; in H5MP_free()
373 if (next_blk->is_free) { in H5MP_free()
385 if (prev_blk->is_free) { in H5MP_free()
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/HDF5/src/itkhdf5/src/
H A DH5MP.c174 first_blk->is_free = TRUE; in H5MP_new_page()
248 if(alloc_free->is_free) { in H5MP_malloc()
308 new_free->is_free = TRUE; in H5MP_malloc()
311 alloc_free->is_free = FALSE; in H5MP_malloc()
315 alloc_free->is_free = FALSE; in H5MP_malloc()
367 HDassert(spc_blk->is_free == FALSE); in H5MP_free()
368 spc_blk->is_free = TRUE; in H5MP_free()
398 if(next_blk->is_free) { in H5MP_free()
410 if(prev_blk->is_free) { in H5MP_free()
/dports/science/hdf5-18/hdf5-1.8.21/src/
H A DH5MP.c171 first_blk->is_free = TRUE; in H5MP_new_page()
245 if(alloc_free->is_free) { in H5MP_malloc()
305 new_free->is_free = TRUE; in H5MP_malloc()
308 alloc_free->is_free = FALSE; in H5MP_malloc()
312 alloc_free->is_free = FALSE; in H5MP_malloc()
364 HDassert(spc_blk->is_free == FALSE); in H5MP_free()
365 spc_blk->is_free = TRUE; in H5MP_free()
395 if(next_blk->is_free) { in H5MP_free()
407 if(prev_blk->is_free) { in H5MP_free()
/dports/science/hdf5/hdf5-1.10.6/src/
H A DH5MP.c174 first_blk->is_free = TRUE; in H5MP_new_page()
248 if(alloc_free->is_free) { in H5MP_malloc()
308 new_free->is_free = TRUE; in H5MP_malloc()
311 alloc_free->is_free = FALSE; in H5MP_malloc()
315 alloc_free->is_free = FALSE; in H5MP_malloc()
367 HDassert(spc_blk->is_free == FALSE); in H5MP_free()
368 spc_blk->is_free = TRUE; in H5MP_free()
398 if(next_blk->is_free) { in H5MP_free()
410 if(prev_blk->is_free) { in H5MP_free()

12345678910>>...38