Home
last modified time | relevance | path

Searched refs:is_allocated (Results 1 – 25 of 399) sorted by relevance

12345678910>>...16

/dports/devel/gdb/gdb-11.1/gdb/testsuite/gdb.fortran/
H A Dallocated.f9022 logical is_allocated variable
24 is_allocated = allocated (array)
25 print *, is_allocated ! Breakpoint 1
30 is_allocated = allocated (array)
31 print *, is_allocated ! Breakpoint 2
35 is_allocated = allocated (array)
36 print *, is_allocated ! Breakpoint 3
40 is_allocated = allocated (array)
41 print *, is_allocated ! Breakpoint 4
46 is_allocated = allocated (array)
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/common/
H A Dhecmw_dist_copy_c2f_f.f90157 if(is_allocated == 1) then
208 if(is_allocated == 1) then
216 if(is_allocated == 1) then
226 if(is_allocated == 1) then
234 if(is_allocated == 1) then
266 if(is_allocated == 1) then
346 if(is_allocated == 1) then
354 if(is_allocated == 1) then
366 if(is_allocated == 1) then
374 if(is_allocated == 1) then
[all …]
/dports/science/frontistr/FrontISTR-c66bdc397de319ca59a0565b3f3b1a3b33f0c50c/hecmw1/src/couple/
H A Dhecmw_couple_copy_c2f.c152 int *is_allocated, int *err, int slen, in hecmw_cpl_copy_c2f_isalloc_if() argument
176 if (is_allocated == NULL) { in hecmw_cpl_copy_c2f_isalloc_if()
194 *is_allocated = 1; in hecmw_cpl_copy_c2f_isalloc_if()
196 *is_allocated = 0; in hecmw_cpl_copy_c2f_isalloc_if()
203 int *is_allocated, int *err, in hecmw_cpl_copy_c2f_isalloc_if_() argument
205 hecmw_cpl_copy_c2f_isalloc_if(struct_name, var_name, is_allocated, err, slen, in hecmw_cpl_copy_c2f_isalloc_if_()
210 int *is_allocated, int *err, in hecmw_cpl_copy_c2f_isalloc_if__() argument
212 hecmw_cpl_copy_c2f_isalloc_if(struct_name, var_name, is_allocated, err, slen, in hecmw_cpl_copy_c2f_isalloc_if__()
217 int *is_allocated, int *err, int slen, in HECMW_CPL_COPY_C2F_ISALLOC_IF() argument
219 hecmw_cpl_copy_c2f_isalloc_if(struct_name, var_name, is_allocated, err, slen, in HECMW_CPL_COPY_C2F_ISALLOC_IF()
H A Dhecmw_couple_copy_c2f_f.f9023 integer(kind=kint) :: ista, is_allocated local
42 call hecmw_cpl_copy_c2f_isalloc_if(sname, vname, is_allocated, ierr)
43 if(is_allocated == 1) then
67 call hecmw_cpl_copy_c2f_isalloc_if(sname, vname, is_allocated, ierr)
68 if(is_allocated == 1) then
/dports/lang/pocl/pocl-1.8/lib/CL/devices/
H A Dbufalloc.c83 chunk, chunk->is_allocated, chunk->start_address, in print_chunk()
127 assert (!region->last_chunk->is_allocated); in append_new_chunk()
158 new_chunk->is_allocated = 1; in append_new_chunk()
208 cursor->is_allocated || in alloc_buffer_from_region()
215 cursor, cursor->is_allocated, cursor->start_address, in alloc_buffer_from_region()
222 chunk->is_allocated = 1; in alloc_buffer_from_region()
306 if (first->is_allocated || second->is_allocated) return second; in coalesce_chunks()
351 chunk->is_allocated = 0; in free_buffer()
381 chunk->is_allocated = 0; in free_chunk()
416 region->last_chunk->is_allocated = 0; in init_mem_region()
/dports/graphics/libGLU/glu-9.0.2/src/libnurbs/internals/
H A Dbufpool.cc58 magic = is_allocated; in Pool()
75 assert( (this != 0) && (magic == is_allocated) ); in ~Pool()
87 assert( (this != 0) && (magic == is_allocated) ); in grow()
102 assert( (this != 0) && (magic == is_allocated) ); in clear()
/dports/science/lammps/lammps-stable_29Sep2021/lib/kokkos/containers/unit_tests/
H A DTestDynamicView.hpp76 ASSERT_FALSE(d1.is_allocated()); in run()
82 ASSERT_FALSE(d1.is_allocated()); in run()
83 ASSERT_FALSE(d2.is_allocated()); in run()
84 ASSERT_FALSE(d3.is_allocated()); in run()
91 ASSERT_TRUE(d1.is_allocated()); in run()
92 ASSERT_TRUE(d2.is_allocated()); in run()
93 ASSERT_TRUE(d3.is_allocated()); in run()
/dports/devel/kokkos/kokkos-3.4.01/containers/unit_tests/
H A DTestDynamicView.hpp76 ASSERT_FALSE(d1.is_allocated()); in run()
82 ASSERT_FALSE(d1.is_allocated()); in run()
83 ASSERT_FALSE(d2.is_allocated()); in run()
84 ASSERT_FALSE(d3.is_allocated()); in run()
91 ASSERT_TRUE(d1.is_allocated()); in run()
92 ASSERT_TRUE(d2.is_allocated()); in run()
93 ASSERT_TRUE(d3.is_allocated()); in run()
/dports/science/sparta/sparta-20Oct2021/lib/kokkos/containers/unit_tests/
H A DTestDynamicView.hpp76 ASSERT_FALSE(d1.is_allocated()); in run()
82 ASSERT_FALSE(d1.is_allocated()); in run()
83 ASSERT_FALSE(d2.is_allocated()); in run()
84 ASSERT_FALSE(d3.is_allocated()); in run()
91 ASSERT_TRUE(d1.is_allocated()); in run()
92 ASSERT_TRUE(d2.is_allocated()); in run()
93 ASSERT_TRUE(d3.is_allocated()); in run()
/dports/emulators/yuzu/yuzu-0b47f7a46/src/core/hle/service/nvdrv/devices/
H A Dnvhost_nvdec_common.h30 bool is_allocated) in BufferMap() argument
32 is_allocated{is_allocated} {}
51 return is_allocated; in IsAllocated()
58 bool is_allocated{};
154 void AddBufferMap(GPUVAddr gpu_addr, std::size_t size, VAddr cpu_addr, bool is_allocated);
H A Dnvhost_as_gpu.h50 bool is_allocated) in BufferMap() argument
52 is_allocated{is_allocated} {}
71 return is_allocated; in IsAllocated()
78 bool is_allocated{};
174 void AddBufferMap(GPUVAddr gpu_addr, std::size_t size, VAddr cpu_addr, bool is_allocated);
/dports/multimedia/librespot/librespot-0.1.3/cargo-crates/tokio-threadpool-0.1.18/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/net-mgmt/nfs-exporter/freebsd-nfs-exporter-0.3.0/cargo-crates/tokio-threadpool-0.1.18/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/sysutils/vector/vector-0.10.0/cargo-crates/tokio-threadpool-0.1.17/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/www/geckodriver/mozilla-central-e9783a644016aa9b317887076618425586730d73/testing/geckodriver/cargo-crates/tokio-threadpool-0.1.14/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/editors/xi-term/xi-term-d264767/cargo-crates/tokio-threadpool-0.1.14/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/www/firefox/firefox-99.0/third_party/rust/tokio-threadpool/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/tokio-threadpool/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/security/sequoia/sequoia-383133f6be990237044900a4df676488bf8dd71e/cargo-crates/tokio-threadpool-0.1.18/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/www/websocat/websocat-1.9.0/cargo-crates/tokio-threadpool-0.1.18/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/sysutils/rsfetch/rsfetch-2.0.0/cargo-crates/tokio-threadpool-0.1.18/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/tokio-threadpool/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/lang/spidermonkey78/firefox-78.9.0/third_party/rust/tokio-threadpool/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/audio/spotifyd/spotifyd-0.3.0/cargo-crates/tokio-threadpool-0.1.17/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()
/dports/devel/sccache/sccache-0.2.15/cargo-crates/tokio-threadpool-0.1.18/src/task/
H A Dblocking_state.rs41 pub fn is_allocated(&self) -> bool { in is_allocated() method
53 if state.is_allocated() { in consume_allocation()
66 debug_assert!(!prev.is_allocated()); in notify_blocking()
86 .field("is_allocated", &self.is_allocated()) in fmt()

12345678910>>...16