Home
last modified time | relevance | path

Searched refs:nwset (Results 1 – 4 of 4) sorted by relevance

/dports/science/afni/afni-AFNI_21.3.16/src/
H A D3dNwarpAdjust.c18 int nwset=0,nsset=0 ; THD_3dim_dataset **dset_nwarp=NULL , **dset_src=NULL ; in main() local
147 for( kk=0 ; kk < nwset ; kk++ ){ in main()
162 ijkpad = (int *)calloc(sizeof(int),6*nwset) ; in main()
163 kk = THD_conformist( nwset , dset_nwarp , CONFORM_NOREFIT , ijkpad ) ; in main()
166 for( npad=kk=0 ; kk < nwset ; kk++ ){ in main()
189 nwset , (npad > 1) ? "were" : "was" , in main()
191 iarg += nwset ; continue ; in main()
233 if( nsset > 0 && nsset != nwset ) in main()
247 dset_wbar = THD_mean_dataset( nwset , dset_nwarp , 0,2 , verb ) ; in main()
288 for( kk=0 ; kk < nwset ; kk++ ){ in main()
[all …]
/dports/net/freeswitch/freeswitch-1.10.3.-release/libs/sofia-sip/libsofia-sip-ua/su/
H A Dpoll.c115 fd_set *nrset, *nwset, *nxset; in poll() local
122 nwset = alloca (nbytes); in poll()
126 memset ((char *) nwset + bytes, 0, nbytes - bytes); in poll()
130 wset = memcpy (nwset, wset, bytes); in poll()
/dports/net/sofia-sip/sofia-sip-1.13.4/libsofia-sip-ua/su/
H A Dpoll.c115 fd_set *nrset, *nwset, *nxset; in poll() local
122 nwset = alloca (nbytes); in poll()
126 memset ((char *) nwset + bytes, 0, nbytes - bytes); in poll()
130 wset = memcpy (nwset, wset, bytes); in poll()
/dports/devel/libbegemot/libbegemot-1.11/
H A Drpoll.c512 fd_set nrset, nwset, nxset; in poll_dispatch() local
555 nwset = wset; in poll_dispatch()
563 SELECT_CAST(&nwset), in poll_dispatch()
596 if(FD_ISSET(regs[idx].fd, &nwset)) in poll_dispatch()