Home
last modified time | relevance | path

Searched refs:bagsize (Results 1 – 11 of 11) sorted by relevance

/dports/news/golded+/golded-plus/golded+/goldlib/gall/
H A Dgstrbags.cpp43 bagsize = 0; in GStrBag()
81 int currsize = bagsize + (items*sizeof(int)); in Add()
86 memmove(bag+bagsize+length, bag+bagsize, items*sizeof(int)); in Add()
87 memcpy(bag+bagsize, data, length); in Add()
88 ((int*)(bag+bagsize+length))[items] = bagsize; in Add()
89 bagsize += length; in Add()
109 int oldsize = bagsize+(items*sizeof(int)); in Change()
124 bagsize += lendiff; in Change()
H A Dgstrbags.h44 int bagsize; variable
68 int& Pos(int i) { return ((int*)(bag+bagsize))[i]; } in Pos()
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/bag/
H A Dbag.c72 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterEnum()
125 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterIntArray()
176 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterRealArray()
222 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterInt()
272 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterInt64()
324 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterBoolArray()
372 …if (item->offset > bag->bagsize) SETERRQ2(PETSC_COMM_SELF,PETSC_ERR_ARG_OUTOFRANGE,"Registered ite… in PetscBagRegisterString()
860 PetscErrorCode PetscBagCreate(MPI_Comm comm, size_t bagsize, PetscBag *bag) in PetscBagCreate() argument
863 size_t totalsize = bagsize+sizeof(struct _n_PetscBag)+sizeof(PetscScalar); in PetscBagCreate()
868 ierr = PetscMemzero(*bag,bagsize+sizeof(struct _n_PetscBag)+sizeof(PetscScalar));CHKERRQ(ierr); in PetscBagCreate()
[all …]
/dports/science/PETSc/petsc-3.14.1/include/petsc/private/
H A Dbagimpl.h20 PetscInt bagsize; member
/dports/science/PETSc/petsc-3.14.1/src/sys/classes/bag/f90-custom/
H A Dzbagf90.c43 PETSC_EXTERN void petscbagcreate_(MPI_Fint * comm,size_t *bagsize,PetscBag *bag, PetscErrorCode *i… in petscbagcreate_() argument
45 *ierr = PetscBagCreate(MPI_Comm_f2c(*(comm)),*bagsize,bag); in petscbagcreate_()
/dports/math/igraph/igraph-0.9.5/src/games/
H A Dbarabasi.c76 long int bagsize, start_nodes, start_edges, new_edges, no_of_edges; in igraph_i_barabasi_game_bag() local
95 bagsize = no_of_nodes + no_of_edges + (outpref ? no_of_edges : 0); in igraph_i_barabasi_game_bag()
99 bag = IGRAPH_CALLOC(bagsize, long int); in igraph_i_barabasi_game_bag()
/dports/science/PETSc/petsc-3.14.1/share/petsc/matlab/
H A DPetscBagRead.m10 bagsize = read(fd,1,'int32'); % no longer used after petsc-3.2 just here for backward compatibili… variable
/dports/math/R-cran-igraph/igraph/src/
H A Dgames.c100 long int bagsize, start_nodes, start_edges, new_edges, no_of_edges; in igraph_i_barabasi_game_bag() local
119 bagsize = no_of_nodes + no_of_edges + (outpref ? no_of_edges : 0); in igraph_i_barabasi_game_bag()
123 bag = igraph_Calloc(bagsize, long int); in igraph_i_barabasi_game_bag()
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DImageCache.cpp2080 Vector<int>bagsize = Vector<int>(pic->get_width(), pic->get_height()); in generate() local
2081 pic->blit(pixmap, Vector<int>(uts,uts)-bagsize); in generate()
/dports/science/PETSc/petsc-3.14.1/
H A DTAGS9123 PetscInt bagsize;20,422
H A DCTAGS23695 …/classes/bag/bag.c /^PetscErrorCode PetscBagCreate(MPI_Comm comm, size_t bagsize, PetscBag *bag)$/…
38832 bagsize include/petsc/private/bagimpl.h /^ PetscInt bagsize;$/;" m language:C++ struct:_n_Pets…
48174 line10 share/petsc/matlab/PetscBagRead.m.html /^<a name="line10"> 10: <\/a>bagsize = read(fd,1,'int…
74792 …m/zbagf90.c /^PETSC_EXTERN void petscbagcreate_(MPI_Fint * comm,size_t *bagsize,PetscBag *bag, Pe…