Home
last modified time | relevance | path

Searched refs:bspcount (Results 1 – 9 of 9) sorted by relevance

/dports/biology/ncbi-toolkit/ncbi/api/
H A Dutilpub.h23 Int2 bspcount; member
H A Dutilpub.c318 Int2 i, count=psp->bspcount; in AddPubBsp()
356 (psp->bspcount)++; in AddPubBsp()
563 CatBspStacks(psp2->bsp, &(psp2->bspcount), psp1->bsp, psp1->bspcount); in CatPspInfo()
742 if (psp->bspcount) in FreePubStruct()
H A Dseqmgr.c5111 Uint4 bspcount; member
5211 exind.bspcount = 0; in SeqMgrIndexAlignments()
6019 (exindx->bspcount)++; in RecordFeaturesInBioseqs()
6038 bspextra->bspIndex = exindx->bspcount; in RecordFeaturesInBioseqs()
8101 exind.bspcount = 0; in s_DoSeqMgrIndexFeatures()
8134 exind.bspcount = 0; in s_DoSeqMgrIndexFeatures()
/dports/science/smoldyn/smoldyn-2.67/source/Smoldyn/
H A Dsmolbng.c162 bng->bspcount=NULL; in bngalloc()
283 for(i=0;i<oldmax;i++) dbllist[i]=bng->bspcount[i]; in bngalloc()
285 free(bng->bspcount); in bngalloc()
286 bng->bspcount=dbllist; in bngalloc()
390 free(bng->bspcount); in bngfree()
526 …s\n",i,bng->bspshortnames[i],molms2string(bng->bspstate[i],string),bng->bspcount[i],bng->bsplongna… in bngoutput()
563 …if(bng->bspcount[i]>0 && bng->bspcount[i]<1) simLog(sim,7," WARNING: count for %s is very low\n",b… in checkbngparams()
1150 bng->bspcount[index]=value; in bngparsespecies()
H A Dsmoldyn.h931 double* bspcount; // actual initial bng species counts [index] member
/dports/biology/ncbi-toolkit/ncbi/desktop/
H A Dingengraph.h211 Int4 bspcount; member
H A Dingenwin.c4104 igvp->entity_list->bspcount=Ing_AllButPartsCount(sep, NULL, NULL, 0,0); in Ing_FileOpenMain()
7482 igvp->entity_list->bspcount=Ing_AllButPartsCount(sep, NULL, NULL, 0, 0); in Ing_NetOpen_okProc()
7649 igvp->entity_list->bspcount=Ing_AllButPartsCount(sep, NULL, NULL, 0, 0); in Ing_NetOpenFromCommandline()
7805 if (igvp->entity_list->bspcount<2) in Ing_SetupMainWindow()
8137 igvp->entity_list->bspcount=Ing_AllButPartsCount(sep, NULL, NULL, 0, 0); in Ing_RegIngenueProc()
/dports/audio/ncspot/ncspot-0.9.3/cargo-crates/windows-0.24.0/src/Windows/Win32/Devices/BiometricFramework/
H A Dmod.rs4587 …viceProviders(factor: u32, bspschemaarray: *mut *mut WINBIO_BSP_SCHEMA, bspcount: *mut usize) -> :… in WinBioEnumServiceProviders()
4592 …viceProviders(factor: u32, bspschemaarray: *mut *mut WINBIO_BSP_SCHEMA, bspcount: *mut usize) -> :… in WinBioEnumServiceProviders()
4594 …em::transmute(factor), ::std::mem::transmute(bspschemaarray), ::std::mem::transmute(bspcount)).ok() in WinBioEnumServiceProviders()
/dports/devel/rust-analyzer/rust-analyzer-2021-12-20/cargo-crates/windows-sys-0.28.0/src/Windows/Win32/Devices/BiometricFramework/
H A Dmod.rs44 …viceProviders(factor: u32, bspschemaarray: *mut *mut WINBIO_BSP_SCHEMA, bspcount: *mut usize) -> :… in WinBioEnumServiceProviders()