Home
last modified time | relevance | path

Searched refs:freeunits (Results 1 – 8 of 8) sorted by relevance

/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/lucia/
H A Dfreeunits.inc3 common /freeunits/ ifrunit
H A DGNUmakefile30 fragmol.inc freeunits.inc frorbs.inc gasstr.inc gicci.inc glbbas.inc glstate.inc \
/dports/science/nwchem-data/nwchem-7.0.2-release/src/lucia/
H A Dfreeunits.inc3 common /freeunits/ ifrunit
H A DGNUmakefile30 fragmol.inc freeunits.inc frorbs.inc gasstr.inc gicci.inc glbbas.inc glstate.inc \
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c389 int freeunits[8]; in dsp_cmx_hardware() local
1027 memset(freeunits, 1, sizeof(freeunits)); in dsp_cmx_hardware()
1035 freeunits[dsp->hfc_conf] = 0; in dsp_cmx_hardware()
1040 if (freeunits[i]) in dsp_cmx_hardware()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c389 int freeunits[8]; in dsp_cmx_hardware() local
1027 memset(freeunits, 1, sizeof(freeunits)); in dsp_cmx_hardware()
1035 freeunits[dsp->hfc_conf] = 0; in dsp_cmx_hardware()
1040 if (freeunits[i]) in dsp_cmx_hardware()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/isdn/mISDN/
H A Ddsp_cmx.c389 int freeunits[8]; in dsp_cmx_hardware() local
1027 memset(freeunits, 1, sizeof(freeunits)); in dsp_cmx_hardware()
1035 freeunits[dsp->hfc_conf] = 0; in dsp_cmx_hardware()
1040 if (freeunits[i]) in dsp_cmx_hardware()
/dports/games/xconq/xconq-7.5.0-0pre.0.20050612/kernel/
H A Dunit.c61 Unit *freeunits; variable
171 freeunits = unitblock; in allocate_unit_block()
195 if (freeunits == NULL) { in create_bare_unit()
199 newunit = freeunits; in create_bare_unit()
200 freeunits = freeunits->next; in create_bare_unit()
2738 unit->next = freeunits; in flush_one_unit()
2739 freeunits = unit; in flush_one_unit()