Home
last modified time | relevance | path

Searched refs:npds (Results 1 – 25 of 135) sorted by relevance

123456

/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/tests/
H A Dprpoll.c71 PRIntn npds;
133 npds = 0;
134 pds[npds].fd = listenSock1;
136 npds++;
139 npds++;
158 PR_ASSERT(pds[npds].fd);
160 npds++;
185 pds[npds].fd = badFD;
187 npds++;
199 npds--;
[all …]
H A Dpeek.c144 PRInt32 npds; in ClientNB() local
173 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
174 if (-1 == npds) { in ClientNB()
178 if (1 != npds) { in ClientNB()
179 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
199 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
200 if (-1 == npds) { in ClientNB()
204 if (1 != npds) { in ClientNB()
223 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
224 if (-1 == npds) { in ClientNB()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/tests/
H A Dprpoll.c71 PRIntn npds; in main() local
133 npds = 0; in main()
134 pds[npds].fd = listenSock1; in main()
136 npds++; in main()
139 npds++; in main()
158 PR_ASSERT(pds[npds].fd); in main()
160 npds++; in main()
185 pds[npds].fd = badFD; in main()
187 npds++; in main()
199 npds--; in main()
[all …]
H A Dpeek.c144 PRInt32 npds; in ClientNB() local
173 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
174 if (-1 == npds) { in ClientNB()
178 if (1 != npds) { in ClientNB()
179 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
199 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
200 if (-1 == npds) { in ClientNB()
204 if (1 != npds) { in ClientNB()
223 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
224 if (-1 == npds) { in ClientNB()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/tests/
H A Dprpoll.c71 PRIntn npds; in main() local
133 npds = 0; in main()
134 pds[npds].fd = listenSock1; in main()
136 npds++; in main()
139 npds++; in main()
158 PR_ASSERT(pds[npds].fd); in main()
160 npds++; in main()
185 pds[npds].fd = badFD; in main()
187 npds++; in main()
199 npds--; in main()
[all …]
H A Dpeek.c142 PRInt32 npds; in ClientNB() local
171 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
172 if (-1 == npds) { in ClientNB()
176 if (1 != npds) { in ClientNB()
177 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
197 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
198 if (-1 == npds) { in ClientNB()
202 if (1 != npds) { in ClientNB()
221 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
222 if (-1 == npds) { in ClientNB()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/tests/
H A Dprpoll.c71 PRIntn npds; in main() local
133 npds = 0; in main()
134 pds[npds].fd = listenSock1; in main()
136 npds++; in main()
139 npds++; in main()
158 PR_ASSERT(pds[npds].fd); in main()
160 npds++; in main()
185 pds[npds].fd = badFD; in main()
187 npds++; in main()
199 npds--; in main()
[all …]
H A Dpeek.c142 PRInt32 npds; in ClientNB() local
171 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
172 if (-1 == npds) { in ClientNB()
176 if (1 != npds) { in ClientNB()
177 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
197 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
198 if (-1 == npds) { in ClientNB()
202 if (1 != npds) { in ClientNB()
221 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
222 if (-1 == npds) { in ClientNB()
[all …]
/dports/devel/nspr/nspr-4.33/nspr/pr/tests/
H A Dprpoll.c71 PRIntn npds; in main() local
133 npds = 0; in main()
134 pds[npds].fd = listenSock1; in main()
136 npds++; in main()
139 npds++; in main()
158 PR_ASSERT(pds[npds].fd); in main()
160 npds++; in main()
185 pds[npds].fd = badFD; in main()
187 npds++; in main()
199 npds--; in main()
[all …]
H A Dpeek.c144 PRInt32 npds; in ClientNB() local
173 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
174 if (-1 == npds) { in ClientNB()
178 if (1 != npds) { in ClientNB()
179 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
199 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
200 if (-1 == npds) { in ClientNB()
204 if (1 != npds) { in ClientNB()
223 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
224 if (-1 == npds) { in ClientNB()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/tests/
H A Dprpoll.c71 PRIntn npds; in main() local
133 npds = 0; in main()
134 pds[npds].fd = listenSock1; in main()
136 npds++; in main()
139 npds++; in main()
158 PR_ASSERT(pds[npds].fd); in main()
160 npds++; in main()
185 pds[npds].fd = badFD; in main()
187 npds++; in main()
199 npds--; in main()
[all …]
H A Dpeek.c144 PRInt32 npds; in ClientNB() local
173 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
174 if (-1 == npds) { in ClientNB()
178 if (1 != npds) { in ClientNB()
179 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
199 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
200 if (-1 == npds) { in ClientNB()
204 if (1 != npds) { in ClientNB()
223 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
224 if (-1 == npds) { in ClientNB()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/tests/
H A Dprpoll.c71 PRIntn npds; in main() local
133 npds = 0; in main()
134 pds[npds].fd = listenSock1; in main()
136 npds++; in main()
139 npds++; in main()
158 PR_ASSERT(pds[npds].fd); in main()
160 npds++; in main()
185 pds[npds].fd = badFD; in main()
187 npds++; in main()
199 npds--; in main()
[all …]
H A Dpeek.c144 PRInt32 npds; in ClientNB() local
173 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
174 if (-1 == npds) { in ClientNB()
178 if (1 != npds) { in ClientNB()
179 fprintf(stderr, "PR_Poll returned %d, absurd!\n", npds); in ClientNB()
199 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
200 if (-1 == npds) { in ClientNB()
204 if (1 != npds) { in ClientNB()
223 npds = PR_Poll(&pd, 1, PR_INTERVAL_NO_TIMEOUT); in ClientNB()
224 if (-1 == npds) { in ClientNB()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c33 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
58 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
68 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
138 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
158 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
167 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
230 for( i = rd, j = npds; j < npds+wt; i++,j++ ) { in _PR_MD_PR_POLL()
233 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) { in _PR_MD_PR_POLL()
267 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
331 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c33 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
58 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
68 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
138 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
158 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
167 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
230 for( i = rd, j = npds; j < npds+wt; i++,j++ ) { in _PR_MD_PR_POLL()
233 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) { in _PR_MD_PR_POLL()
267 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
331 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/lang/spidermonkey60/firefox-60.9.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c32 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
57 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
67 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
136 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
156 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
165 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
228 for( i = rd, j = npds; j < npds+wt; i++,j++ ) in _PR_MD_PR_POLL()
230 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) in _PR_MD_PR_POLL()
261 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
319 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/www/firefox-legacy/firefox-52.8.0esr/nsprpub/pr/src/md/os2/
H A Dos2poll.c32 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
57 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
67 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
136 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
156 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
165 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
228 for( i = rd, j = npds; j < npds+wt; i++,j++ ) in _PR_MD_PR_POLL()
230 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) in _PR_MD_PR_POLL()
261 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
319 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/devel/nspr/nspr-4.33/nspr/pr/src/md/os2/
H A Dos2poll.c33 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
58 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
68 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
138 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
158 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
167 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
230 for( i = rd, j = npds; j < npds+wt; i++,j++ ) { in _PR_MD_PR_POLL()
233 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) { in _PR_MD_PR_POLL()
267 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
331 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/mail/thunderbird/thunderbird-91.8.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c33 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
58 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
68 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
138 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
158 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
167 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
230 for( i = rd, j = npds; j < npds+wt; i++,j++ ) { in _PR_MD_PR_POLL()
233 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) { in _PR_MD_PR_POLL()
267 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
331 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/lang/spidermonkey78/firefox-78.9.0/nsprpub/pr/src/md/os2/
H A Dos2poll.c33 PRInt32 _PR_MD_PR_POLL(PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in _PR_MD_PR_POLL() argument
58 socks = (int) PR_MALLOC( npds * 3 * sizeof(int) ); in _PR_MD_PR_POLL()
68 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
138 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
158 socks[npds+wt] = osfd; in _PR_MD_PR_POLL()
167 socks[npds*2+ex] = osfd; in _PR_MD_PR_POLL()
230 for( i = rd, j = npds; j < npds+wt; i++,j++ ) { in _PR_MD_PR_POLL()
233 for( i = rd+wt, j = npds*2; j < npds*2+ex; i++,j++ ) { in _PR_MD_PR_POLL()
267 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
331 for (pd = pds, epd = pd + npds; pd < epd; pd++) in _PR_MD_PR_POLL()
/dports/science/py-dipy/dipy-1.4.1/dipy/workflows/
H A Dbase.py109 npds = NumpyDocString(doc)
110 self.doc = npds['Parameters']
112 ' '.join(npds['Summary']),
113 ' '.join(npds['Extended Summary']))
115 if npds['References']:
116 ref_text = [text if text else "\n" for text in npds['References']]
123 self._output_params = [param for param in npds['Parameters']
125 self._positional_params = [param for param in npds['Parameters']
128 self._optional_params = [param for param in npds['Parameters']
222 npds = NumpyDocString(doc)
[all …]
/dports/devel/st/st-1.9/
H A Devent.c175 struct pollfd *epd = pds + npds; in _st_select_pollset_add()
209 struct pollfd *epd = pds + npds; in _st_select_pollset_del()
241 epds = pq->pds + pq->npds; in _st_select_find_bad_fd()
475 struct pollfd *epd = pds + npds; in _st_poll_pollset_add()
484 _ST_POLL_OSFD_CNT += npds; in _st_poll_pollset_add()
492 _ST_POLL_OSFD_CNT -= npds; in _st_poll_pollset_del()
522 pollfds += pq->npds; in _st_poll_dispatch()
779 npds <<= 1; in _st_kq_pollset_add()
1176 for (i = 0; i < npds; i++) { in _st_epoll_pollset_add()
1188 for (i = 0; i < npds; i++) { in _st_epoll_pollset_add()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c23 PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in NativeThreadPoll() argument
44 for (index = 0; index < npds; ++index) in NativeThreadPoll()
165 ready = _MD_POLL(syspoll, npds, msecs); in NativeThreadPoll()
198 for (index = 0; index < npds; ++index) in NativeThreadPoll()
265 PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in NativeThreadSelect() argument
283 for (pd = pds, epd = pd + npds; pd < epd; pd++) in NativeThreadSelect()
428 for (pd = pds, epd = pd + npds; pd < epd; pd++) in NativeThreadSelect()
637 for (pd = pds, epd = pd + npds; pd < epd; pd++) in LocalThreads()
706 if (0 == npds) { in _MD_pr_poll()
710 rv = NativeThreads(pds, npds, timeout); in _MD_pr_poll()
[all …]
/dports/www/firefox/firefox-99.0/nsprpub/pr/src/md/unix/
H A Duxpoll.c23 PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in NativeThreadPoll() argument
44 for (index = 0; index < npds; ++index) in NativeThreadPoll()
165 ready = _MD_POLL(syspoll, npds, msecs); in NativeThreadPoll()
198 for (index = 0; index < npds; ++index) in NativeThreadPoll()
265 PRPollDesc *pds, PRIntn npds, PRIntervalTime timeout) in NativeThreadSelect() argument
283 for (pd = pds, epd = pd + npds; pd < epd; pd++) in NativeThreadSelect()
428 for (pd = pds, epd = pd + npds; pd < epd; pd++) in NativeThreadSelect()
637 for (pd = pds, epd = pd + npds; pd < epd; pd++) in LocalThreads()
706 if (0 == npds) { in _MD_pr_poll()
710 rv = NativeThreads(pds, npds, timeout); in _MD_pr_poll()
[all …]

123456