Home
last modified time | relevance | path

Searched refs:allocated_space (Results 1 – 25 of 91) sorted by relevance

1234

/dports/science/hypre/hypre-2.23.0/src/FEI_mv/fei-hypre/
H A DHYPRE_LSI_ddict.c380 allocated_space = 100; in HYPRE_LSI_DDICTGetRowLengths()
381 cols = hypre_TAlloc(int, allocated_space , HYPRE_MEMORY_HOST); in HYPRE_LSI_DDICTGetRowLengths()
395 allocated_space += 200 + 1; in HYPRE_LSI_DDICTGetRowLengths()
499 allocated_space = 100; in HYPRE_LSI_DDICTGetOffProcRows()
500 cols = hypre_TAlloc(int, allocated_space , HYPRE_MEMORY_HOST); in HYPRE_LSI_DDICTGetOffProcRows()
514 allocated_space += 200 + 1; in HYPRE_LSI_DDICTGetOffProcRows()
525 MH_GetRow(context,1,&index,allocated_space,cols,vals,&m); in HYPRE_LSI_DDICTGetOffProcRows()
572 cols = hypre_TAlloc(int, allocated_space , HYPRE_MEMORY_HOST); in HYPRE_LSI_DDICTGetOffProcRows()
582 MH_GetRow(context,1,&index,allocated_space,cols,vals,&m); in HYPRE_LSI_DDICTGetOffProcRows()
743 allocated_space = extNrows; in HYPRE_LSI_DDICTDecompose()
[all …]
H A DHYPRE_LSI_ddilut.c424 allocated_space = 100; in HYPRE_LSI_DDIlutGetRowLengths()
439 allocated_space += 200 + 1; in HYPRE_LSI_DDIlutGetRowLengths()
543 allocated_space = 100; in HYPRE_LSI_DDIlutGetOffProcRows()
796 allocated_space = extNrows; in HYPRE_LSI_DDIlutDecompose()
819 allocated_space += 200 + 1; in HYPRE_LSI_DDIlutDecompose()
1315 allocated_space = extNrows; in HYPRE_LSI_DDIlutDecompose2()
1337 allocated_space += 200 + 1; in HYPRE_LSI_DDIlutDecompose2()
1718 allocated_space = extNrows; in HYPRE_LSI_DDIlutDecompose3()
1739 allocated_space += 200 + 1; in HYPRE_LSI_DDIlutDecompose3()
2122 allocated_space = extNrows; in HYPRE_LSI_DDIlutDecomposeNew()
[all …]
/dports/net-im/telegram-desktop/tdesktop-3.2.5-full/Telegram/ThirdParty/libtgvoip/webrtc_dsp/absl/container/
H A Dinlined_vector.h444 UninitializedFill(allocated_space() + size(), allocated_space() + n, v); in assign()
544 space = allocated_space(); in emplace_back()
571 Destroy(allocated_space() + s - 1, allocated_space() + s); in pop_back()
608 Destroy(allocated_space(), allocated_space() + s); in clear()
794 Destroy(allocated_space(), allocated_space() + size()); in ResetAllocation()
795 assert(begin() == allocated_space()); in ResetAllocation()
1062 UninitializedFill(allocated_space(), allocated_space() + n, v); in InitAssign()
1075 UninitializedFill(allocated_space(), allocated_space() + n); in InitAssign()
1095 UninitializedFill(allocated_space() + s, allocated_space() + n); in resize()
1115 UninitializedFill(allocated_space() + s, allocated_space() + n, v); in resize()
[all …]
/dports/graphics/s2/s2geometry-0.9.0/src/s2/third_party/absl/container/
H A Dinlined_vector.h444 UninitializedFill(allocated_space() + size(), allocated_space() + n, v); in assign()
544 space = allocated_space(); in emplace_back()
571 Destroy(allocated_space() + s - 1, allocated_space() + s); in pop_back()
608 Destroy(allocated_space(), allocated_space() + s); in clear()
794 Destroy(allocated_space(), allocated_space() + size()); in ResetAllocation()
795 assert(begin() == allocated_space()); in ResetAllocation()
1063 UninitializedFill(allocated_space(), allocated_space() + n, v); in InitAssign()
1076 UninitializedFill(allocated_space(), allocated_space() + n); in InitAssign()
1096 UninitializedFill(allocated_space() + s, allocated_space() + n); in resize()
1116 UninitializedFill(allocated_space() + s, allocated_space() + n, v); in resize()
[all …]
/dports/devel/bloaty/bloaty-1.1/third_party/abseil-cpp/absl/container/
H A Dinlined_vector.h230 UninitializedFill(allocated_space() + size(), allocated_space() + n, in assign()
292 Destroy(allocated_space(), allocated_space() + s); in clear()
383 space = allocated_space(); in emplace_back()
407 Destroy(allocated_space() + s - 1, allocated_space() + s); in pop_back()
733 Destroy(allocated_space(), allocated_space() + size()); in ResetAllocation()
734 assert(begin() == allocated_space()); in ResetAllocation()
994 UninitializedFill(allocated_space(), allocated_space() + n, t); in InitAssign()
1007 UninitializedFill(allocated_space(), allocated_space() + n); in InitAssign()
1027 UninitializedFill(allocated_space() + s, allocated_space() + n); in resize()
1047 UninitializedFill(allocated_space() + s, allocated_space() + n, elem); in resize()
[all …]
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/third_party/absl/container/
H A Dinlined_vector.h444 UninitializedFill(allocated_space() + size(), allocated_space() + n, v); in assign()
544 space = allocated_space(); in emplace_back()
571 Destroy(allocated_space() + s - 1, allocated_space() + s); in pop_back()
608 Destroy(allocated_space(), allocated_space() + s); in clear()
794 Destroy(allocated_space(), allocated_space() + size()); in ResetAllocation()
795 assert(begin() == allocated_space()); in ResetAllocation()
1063 UninitializedFill(allocated_space(), allocated_space() + n, v); in InitAssign()
1076 UninitializedFill(allocated_space(), allocated_space() + n); in InitAssign()
1096 UninitializedFill(allocated_space() + s, allocated_space() + n); in resize()
1116 UninitializedFill(allocated_space() + s, allocated_space() + n, v); in resize()
[all …]
/dports/www/firefox/firefox-99.0/third_party/rust/etagere/src/
H A Dbucketed.rs85 allocated_space: i32, field
115 allocated_space: 0, in with_options()
130 self.allocated_space = 0; in clear()
232 pub fn allocated_space(&self) -> i32 { in allocated_space() method
233 self.allocated_space in allocated_space()
724 assert_eq!(atlas.allocated_space(), 0); in test_coalesce_shelves()
760 assert_eq!(atlas.allocated_space(), 0); in columns()
799 assert_eq!(atlas.allocated_space(), 0); in vertical()
920 let mut allocated_space = 0; in fuzz_03() localVariable
926 assert_eq!(allocated_space, atlas.allocated_space()); in fuzz_03()
[all …]
H A Dallocator.rs77 allocated_space: i32, field
101 allocated_space: 0, in with_options()
169 self.allocated_space = 0; in init()
450 pub fn allocated_space(&self) -> i32 { in allocated_space() method
451 self.allocated_space in allocated_space()
766 assert_eq!(atlas.allocated_space(), 0); in test_simple()
783 assert_eq!(atlas.allocated_space(), 0); in test_simple()
799 assert_eq!(atlas.allocated_space(), 0); in test_options()
1025 let mut allocated_space = 0; in fuzz_03() localVariable
1031 assert_eq!(allocated_space, atlas.allocated_space()); in fuzz_03()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/etagere/src/
H A Dbucketed.rs85 allocated_space: i32, field
115 allocated_space: 0, in with_options()
130 self.allocated_space = 0; in clear()
232 pub fn allocated_space(&self) -> i32 { in allocated_space() method
233 self.allocated_space in allocated_space()
724 assert_eq!(atlas.allocated_space(), 0); in test_coalesce_shelves()
760 assert_eq!(atlas.allocated_space(), 0); in columns()
799 assert_eq!(atlas.allocated_space(), 0); in vertical()
920 let mut allocated_space = 0; in fuzz_03() localVariable
926 assert_eq!(allocated_space, atlas.allocated_space()); in fuzz_03()
[all …]
H A Dallocator.rs76 allocated_space: i32, field
100 allocated_space: 0, in with_options()
167 self.allocated_space = 0; in init()
444 pub fn allocated_space(&self) -> i32 { in allocated_space() method
445 self.allocated_space in allocated_space()
676 assert_eq!(atlas.allocated_space(), 0); in test_simple()
693 assert_eq!(atlas.allocated_space(), 0); in test_simple()
709 assert_eq!(atlas.allocated_space(), 0); in test_options()
925 let mut allocated_space = 0; in fuzz_03() localVariable
931 assert_eq!(allocated_space, atlas.allocated_space()); in fuzz_03()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/etagere/src/
H A Dbucketed.rs85 allocated_space: i32, field
115 allocated_space: 0, in with_options()
130 self.allocated_space = 0; in clear()
232 pub fn allocated_space(&self) -> i32 { in allocated_space() method
233 self.allocated_space in allocated_space()
724 assert_eq!(atlas.allocated_space(), 0); in test_coalesce_shelves()
760 assert_eq!(atlas.allocated_space(), 0); in columns()
799 assert_eq!(atlas.allocated_space(), 0); in vertical()
920 let mut allocated_space = 0; in fuzz_03() localVariable
926 assert_eq!(allocated_space, atlas.allocated_space()); in fuzz_03()
[all …]
H A Dallocator.rs76 allocated_space: i32, field
100 allocated_space: 0, in with_options()
167 self.allocated_space = 0; in init()
444 pub fn allocated_space(&self) -> i32 { in allocated_space() method
445 self.allocated_space in allocated_space()
676 assert_eq!(atlas.allocated_space(), 0); in test_simple()
693 assert_eq!(atlas.allocated_space(), 0); in test_simple()
709 assert_eq!(atlas.allocated_space(), 0); in test_options()
925 let mut allocated_space = 0; in fuzz_03() localVariable
931 assert_eq!(allocated_space, atlas.allocated_space()); in fuzz_03()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/gfx/wr/webrender/src/texture_pack/
H A Dmod.rs42 fn allocated_space(&self) -> i32; in allocated_space() method
193 pub fn allocated_space(&self) -> i32 { in allocated_space() method
196 accum += unit.allocator.allocated_space(); in allocated_space()
247 fn allocated_space(&self) -> i32 { in allocated_space() method
248 self.allocated_space() in allocated_space()
277 fn allocated_space(&self) -> i32 { in allocated_space() method
278 self.allocated_space() in allocated_space()
H A Dslab.rs194 allocated_space: i32, field
218 allocated_space: 0, in new()
226 pub fn allocated_space(&self) -> i32 { in allocated_space() method
227 self.allocated_space in allocated_space()
282 self.allocated_space -= region.slab_size.width * region.slab_size.height; in deallocate()
349 fn allocated_space(&self) -> i32 { in allocated_space() method
350 self.allocated_space() in allocated_space()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/wr/webrender/src/texture_pack/
H A Dmod.rs42 fn allocated_space(&self) -> i32; in allocated_space() method
193 pub fn allocated_space(&self) -> i32 { in allocated_space() method
196 accum += unit.allocator.allocated_space(); in allocated_space()
247 fn allocated_space(&self) -> i32 { in allocated_space() method
248 self.allocated_space() in allocated_space()
277 fn allocated_space(&self) -> i32 { in allocated_space() method
278 self.allocated_space() in allocated_space()
H A Dslab.rs194 allocated_space: i32, field
218 allocated_space: 0, in new()
226 pub fn allocated_space(&self) -> i32 { in allocated_space() method
227 self.allocated_space in allocated_space()
282 self.allocated_space -= region.slab_size.width * region.slab_size.height; in deallocate()
349 fn allocated_space(&self) -> i32 { in allocated_space() method
350 self.allocated_space() in allocated_space()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/hotspot/share/memory/
H A Dheap.cpp198 DEBUG_ONLY(memset((void*)block->allocated_space(), badCodeHeapNewVal, instance_size)); in allocate()
201 return block->allocated_space(); in allocate()
216 DEBUG_ONLY(memset((void *)b->allocated_space(), badCodeHeapNewVal, instance_size)); in allocate()
219 return b->allocated_space(); in allocate()
229 assert(b->allocated_space() == p, "sanity check"); in deallocate_tail()
244 assert(b->allocated_space() == p, "sanity check"); in deallocate()
249 DEBUG_ONLY(memset((void *)b->allocated_space(), badCodeHeapFreeVal, in deallocate()
302 return h->allocated_space(); in find_start()
333 return (b == NULL) ? NULL : b->allocated_space(); in next_used()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dheap.cpp196 memset((void *)block->allocated_space(), badCodeHeapNewVal, instance_size); in allocate()
198 return block->allocated_space(); in allocate()
221 memset((void *)b->allocated_space(), badCodeHeapNewVal, instance_size); in allocate()
223 return b->allocated_space(); in allocate()
234 assert(b->allocated_space() == p, "sanity check"); in deallocate()
236 memset((void *)b->allocated_space(), in deallocate()
260 return h->allocated_space(); in find_start()
282 return (b == NULL) ? NULL : b->allocated_space(); in next_free()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dheap.cpp196 memset((void *)block->allocated_space(), badCodeHeapNewVal, instance_size); in allocate()
198 return block->allocated_space(); in allocate()
221 memset((void *)b->allocated_space(), badCodeHeapNewVal, instance_size); in allocate()
223 return b->allocated_space(); in allocate()
234 assert(b->allocated_space() == p, "sanity check"); in deallocate()
236 memset((void *)b->allocated_space(), in deallocate()
260 return h->allocated_space(); in find_start()
282 return (b == NULL) ? NULL : b->allocated_space(); in next_free()
/dports/www/firefox/firefox-99.0/gfx/wr/webrender/src/texture_pack/
H A Dmod.rs41 fn allocated_space(&self) -> i32; in allocated_space() method
204 pub fn allocated_space(&self) -> i32 { in allocated_space() method
207 accum += unit.allocator.allocated_space(); in allocated_space()
276 fn allocated_space(&self) -> i32 { in allocated_space() method
277 self.allocated_space() in allocated_space()
306 fn allocated_space(&self) -> i32 { in allocated_space() method
307 self.allocated_space() in allocated_space()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/precond/33/
H A Dhecmw_ML_helper_33_f.f907 allocated_space, cols, values, row_lengths, ierr) argument
14 integer(kind=kint), intent(in) :: allocated_space local
15 integer(kind=kint), intent(out) :: cols(allocated_space)
16 real(kind=kreal), intent(out) :: values(allocated_space)
32 if (allocated_space < m + nl + nd + nu) return
H A Dhecmw_ML_helper_33.h17 int *requested_rows, int *allocated_space,
37 int requested_rows[], int allocated_space,
H A Dhecmw_ML_helper_33_c.c11 int requested_rows[], int allocated_space, in hecmw_ML_getrow_33() argument
15 hecmw_ml_getrow_33_(id, &N_requested_rows, requested_rows, &allocated_space, in hecmw_ML_getrow_33()
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/solver/precond/nn/
H A Dhecmw_ML_helper_nn_f.f907 allocated_space, cols, values, row_lengths, ierr) argument
14 integer(kind=kint), intent(in) :: allocated_space local
15 integer(kind=kint), intent(out) :: cols(allocated_space)
16 real(kind=kreal), intent(out) :: values(allocated_space)
33 if (allocated_space < m + nl + nd + nu) return
H A Dhecmw_ML_helper_nn.h17 int *requested_rows, int *allocated_space,
37 int requested_rows[], int allocated_space,

1234