Home
last modified time | relevance | path

Searched refs:written_to (Results 1 – 25 of 32) sorted by relevance

12

/dports/devel/nuitka/Nuitka-0.6.17/nuitka/tree/
H A DExtractions.py34 self.written_to = OrderedSet()
42 self.written_to.add(node.getVariable())
45 return self.written_to
/dports/graphics/opendx/dx-4.4.4/src/uipp/java/
H A DStatus.java190 boolean written_to = false; in run()
234 written_to = true; in run()
244 written_to = true; in run()
254 if ( written_to == false ) { in run()
/dports/net-p2p/vuze/vuze-5.7.4.0_2/com/aelitis/azureus/core/dht/nat/impl/
H A DDHTNATPuncherImpl.java896 private List<DHTTransportContact> written_to = new ArrayList<DHTTransportContact>(); in runRendezvousSupport()
929 synchronized( written_to ){ in runRendezvousSupport()
931 written_to.add( contact ); in runRendezvousSupport()
939 synchronized( written_to ){ in runRendezvousSupport()
941 last_write_set = written_to; in runRendezvousSupport()
968 private List<DHTTransportContact> written_to = new ArrayList<DHTTransportContact>(); in runRendezvousSupport()
1001 synchronized( written_to ){ in runRendezvousSupport()
1003 written_to.add( contact ); in runRendezvousSupport()
1011 synchronized( written_to ){ in runRendezvousSupport()
1013 last_write_set = written_to; in runRendezvousSupport()
/dports/emulators/qemu60/qemu-6.0.0/block/
H A Dqcow2-cluster.c1075 unsigned written_to = m->cow_end.offset + m->cow_end.nb_bytes; in qcow2_alloc_cluster_link_l2() local
1079 written_to = MIN(written_to, (i + 1) << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1080 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1082 last_sc = offset_to_sc_index(s, written_to - 1); in qcow2_alloc_cluster_link_l2()
/dports/emulators/qemu5/qemu-5.2.0/block/
H A Dqcow2-cluster.c1075 unsigned written_to = m->cow_end.offset + m->cow_end.nb_bytes; in qcow2_alloc_cluster_link_l2() local
1079 written_to = MIN(written_to, (i + 1) << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1080 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1082 last_sc = offset_to_sc_index(s, written_to - 1); in qcow2_alloc_cluster_link_l2()
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/block/
H A Dqcow2-cluster.c1074 unsigned written_to = m->cow_end.offset + m->cow_end.nb_bytes; in qcow2_alloc_cluster_link_l2() local
1078 written_to = MIN(written_to, (i + 1) << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1079 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1081 last_sc = offset_to_sc_index(s, written_to - 1); in qcow2_alloc_cluster_link_l2()
/dports/emulators/qemu/qemu-6.2.0/block/
H A Dqcow2-cluster.c1087 unsigned written_to = m->cow_end.offset + m->cow_end.nb_bytes; in qcow2_alloc_cluster_link_l2() local
1091 written_to = MIN(written_to, (i + 1) << s->cluster_bits); in qcow2_alloc_cluster_link_l2()
1092 assert(written_from < written_to); in qcow2_alloc_cluster_link_l2()
1094 last_sc = offset_to_sc_index(s, written_to - 1); in qcow2_alloc_cluster_link_l2()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4internal.h152 int written_to; member
H A Dnc4attr.c332 if (var->written_to) in nc4_put_att()
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc4internal.h190 nc_bool_t written_to; /**< True if variable has data written to it. */ member
/dports/science/netcdf/netcdf-c-4.7.4/include/
H A Dnc4internal.h202 nc_bool_t written_to; /**< True if variable has data written to it. */ member
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libhdf5/
H A Dhdf5file.c472 var->written_to = NC_TRUE; in NC4_enddef()
H A Dhdf5attr.c500 if (var->written_to) in nc4_put_att()
H A Dhdf5var.c1579 if (!var->written_to) in NC4_put_vars()
1580 var->written_to = NC_TRUE; in NC4_put_vars()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/include/
H A Dnc4internal.h166 nc_bool_t written_to; /* True if variable has data written to it */ member
/dports/math/vtk9/VTK-9.1.0/ThirdParty/netcdf/vtknetcdf/libhdf5/
H A Dhdf5file.c505 var->written_to = NC_TRUE; in NC4_enddef()
H A Dhdf5var.c1601 if (!var->written_to) in NC4_put_vars()
1602 var->written_to = NC_TRUE; in NC4_put_vars()
H A Dhdf5attr.c565 if (var->written_to) in nc4_put_att()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/include/
H A Dnc4internal.h153 nc_bool_t written_to; /* True if variable has data written to it */ member
/dports/science/netcdf/netcdf-c-4.7.4/libhdf5/
H A Dhdf5file.c541 var->written_to = NC_TRUE; in NC4_enddef()
H A Dhdf5attr.c565 if (var->written_to) in nc4_put_att()
H A Dhdf5var.c1733 if (!var->written_to) in NC4_put_vars()
1734 var->written_to = NC_TRUE; in NC4_put_vars()
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/libhdf4/
H A Dhdf4file.c417 (*var)->written_to = NC_TRUE; in nc4_var_list_add_full()
/dports/science/netcdf/netcdf-c-4.7.4/libhdf4/
H A Dhdf4file.c418 (*var)->written_to = NC_TRUE; in nc4_var_list_add_full()
/dports/math/vtk8/VTK-8.2.0/ThirdParty/netcdf/vtknetcdf/libsrc4/
H A Dnc4file.c2200 grp->vars.value[i]->written_to = NC_TRUE; in nc4_rec_read_metadata()
2609 var->written_to = NC_TRUE; in nc4_open_hdf4_file()
2983 grp->vars.value[i]->written_to = NC_TRUE; in NC4_enddef()

12