Home
last modified time | relevance | path

Searched refs:HOW (Results 1 – 25 of 2016) sorted by relevance

12345678910>>...81

/dports/devel/binutils/binutils-2.37/bfd/
H A Delf-hppa.h56 HOW (R_PARISC_NONE, 3, 0, false, dont, 0),
58 HOW (R_PARISC_DIR21L, 2, 21, false, bitfield, 0),
59 HOW (R_PARISC_DIR17R, 2, 17, false, bitfield, 0),
60 HOW (R_PARISC_DIR17F, 2, 17, false, bitfield, 0),
62 HOW (R_PARISC_DIR14R, 2, 14, false, bitfield, 0),
63 HOW (R_PARISC_DIR14F, 2, 14, false, bitfield, 0),
66 HOW (R_PARISC_PCREL32, 2, 32, true, bitfield, 0),
200 HOW (R_PARISC_COPY, 0, 0, false, bitfield, 0),
201 HOW (R_PARISC_IPLT, 0, 0, false, bitfield, 0),
202 HOW (R_PARISC_EPLT, 0, 0, false, bitfield, 0),
[all …]
/dports/devel/arm-elf-binutils/binutils-2.37/bfd/
H A Delf-hppa.h56 HOW (R_PARISC_NONE, 3, 0, false, dont, 0),
58 HOW (R_PARISC_DIR21L, 2, 21, false, bitfield, 0),
59 HOW (R_PARISC_DIR17R, 2, 17, false, bitfield, 0),
60 HOW (R_PARISC_DIR17F, 2, 17, false, bitfield, 0),
62 HOW (R_PARISC_DIR14R, 2, 14, false, bitfield, 0),
63 HOW (R_PARISC_DIR14F, 2, 14, false, bitfield, 0),
66 HOW (R_PARISC_PCREL32, 2, 32, true, bitfield, 0),
200 HOW (R_PARISC_COPY, 0, 0, false, bitfield, 0),
201 HOW (R_PARISC_IPLT, 0, 0, false, bitfield, 0),
202 HOW (R_PARISC_EPLT, 0, 0, false, bitfield, 0),
[all …]
/dports/devel/gnulibiberty/binutils-2.37/bfd/
H A Delf-hppa.h56 HOW (R_PARISC_NONE, 3, 0, false, dont, 0),
58 HOW (R_PARISC_DIR21L, 2, 21, false, bitfield, 0),
59 HOW (R_PARISC_DIR17R, 2, 17, false, bitfield, 0),
60 HOW (R_PARISC_DIR17F, 2, 17, false, bitfield, 0),
62 HOW (R_PARISC_DIR14R, 2, 14, false, bitfield, 0),
63 HOW (R_PARISC_DIR14F, 2, 14, false, bitfield, 0),
66 HOW (R_PARISC_PCREL32, 2, 32, true, bitfield, 0),
200 HOW (R_PARISC_COPY, 0, 0, false, bitfield, 0),
201 HOW (R_PARISC_IPLT, 0, 0, false, bitfield, 0),
202 HOW (R_PARISC_EPLT, 0, 0, false, bitfield, 0),
[all …]
/dports/devel/gdb/gdb-11.1/bfd/
H A Delf-hppa.h56 HOW (R_PARISC_NONE, 3, 0, false, dont, 0),
58 HOW (R_PARISC_DIR21L, 2, 21, false, bitfield, 0),
59 HOW (R_PARISC_DIR17R, 2, 17, false, bitfield, 0),
60 HOW (R_PARISC_DIR17F, 2, 17, false, bitfield, 0),
62 HOW (R_PARISC_DIR14R, 2, 14, false, bitfield, 0),
63 HOW (R_PARISC_DIR14F, 2, 14, false, bitfield, 0),
66 HOW (R_PARISC_PCREL32, 2, 32, true, bitfield, 0),
200 HOW (R_PARISC_COPY, 0, 0, false, bitfield, 0),
201 HOW (R_PARISC_IPLT, 0, 0, false, bitfield, 0),
202 HOW (R_PARISC_EPLT, 0, 0, false, bitfield, 0),
[all …]
/dports/mail/evolution/evolution-3.42.1/win32/
H A Dbuild3 HOW=$1
13 if test "$HOW" = "m" -o "$HOW" = "mmi" ; then
49 HOW=${HOW:1}
74 HOW=${HOW:1}
90 if test "$HOW" = "cmmi" ; then
127 if test "$HOW" != "m" ; then
133 if test "$HOW" != "m" ; then
/dports/devel/idutils/idutils-4.6/gnulib-tests/glthread/
H A Dthread.h150 # define glthread_sigmask(HOW, SET, OSET) \ argument
151 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
219 # define glthread_sigmask(HOW, SET, OSET) \ argument
220 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
274 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
316 # define glthread_sigmask(HOW, SET, OSET) \ argument
346 # define glthread_sigmask(HOW, SET, OSET) 0 argument
375 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
378 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/security/libprelude/libprelude-1.2.6/libmissing/glthread/
H A Dthread.h163 # define glthread_sigmask(HOW, SET, OSET) \ in do_init_self_key()
164 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0) in do_init_self_key()
232 # define glthread_sigmask(HOW, SET, OSET) \ in glthread_join_func()
233 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0) in glthread_join_func()
286 # define glthread_sigmask(HOW, SET, OSET) \
287 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
329 # define glthread_sigmask(HOW, SET, OSET) \
359 # define glthread_sigmask(HOW, SET, OSET) 0
388 #define gl_thread_sigmask(HOW, SET, OSET) \
391 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/security/libpreludedb/libpreludedb-1.2.6/libmissing/tests/glthread/
H A Dthread.h163 # define glthread_sigmask(HOW, SET, OSET) \ argument
164 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
232 # define glthread_sigmask(HOW, SET, OSET) \ argument
233 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0)
286 # define glthread_sigmask(HOW, SET, OSET) \ argument
287 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
329 # define glthread_sigmask(HOW, SET, OSET) \ argument
359 # define glthread_sigmask(HOW, SET, OSET) 0 argument
388 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
391 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/devel/gnulib/gnulib-20140202-stable/lib/glthread/
H A Dthread.h163 # define glthread_sigmask(HOW, SET, OSET) \ argument
164 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
232 # define glthread_sigmask(HOW, SET, OSET) \ argument
233 (pth_in_use () && !pth_sigmask (HOW, SET, OSET) ? errno : 0)
286 # define glthread_sigmask(HOW, SET, OSET) \ argument
287 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
329 # define glthread_sigmask(HOW, SET, OSET) \ argument
359 # define glthread_sigmask(HOW, SET, OSET) 0 argument
388 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
391 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/astro/gnuastro/gnuastro-0.16/bootstrapped/tests/glthread/
H A Dthread.h105 # define glthread_sigmask(HOW, SET, OSET) \ argument
106 pthread_sigmask (HOW, SET, OSET)
206 # define glthread_sigmask(HOW, SET, OSET) \ argument
207 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
267 # define glthread_sigmask(HOW, SET, OSET) \ argument
293 # define glthread_sigmask(HOW, SET, OSET) 0 argument
312 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
315 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/glthread/
H A Dthread.h105 # define glthread_sigmask(HOW, SET, OSET) \ argument
106 pthread_sigmask (HOW, SET, OSET)
206 # define glthread_sigmask(HOW, SET, OSET) \ argument
207 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
267 # define glthread_sigmask(HOW, SET, OSET) \ argument
293 # define glthread_sigmask(HOW, SET, OSET) 0 argument
312 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
315 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/textproc/gnugrep/grep-3.7/gnulib-tests/glthread/
H A Dthread.h105 # define glthread_sigmask(HOW, SET, OSET) \ argument
106 pthread_sigmask (HOW, SET, OSET)
206 # define glthread_sigmask(HOW, SET, OSET) \ argument
207 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
267 # define glthread_sigmask(HOW, SET, OSET) \ argument
293 # define glthread_sigmask(HOW, SET, OSET) 0 argument
312 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
315 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/textproc/diffutils/diffutils-3.8/gnulib-tests/glthread/
H A Dthread.h105 # define glthread_sigmask(HOW, SET, OSET) \ argument
106 pthread_sigmask (HOW, SET, OSET)
206 # define glthread_sigmask(HOW, SET, OSET) \ argument
207 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
267 # define glthread_sigmask(HOW, SET, OSET) \ argument
293 # define glthread_sigmask(HOW, SET, OSET) 0 argument
312 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
315 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/dns/libidn/libidn-1.35/gltests/glthread/
H A Dthread.h165 # define glthread_sigmask(HOW, SET, OSET) \ argument
166 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
244 # define glthread_sigmask(HOW, SET, OSET) \ argument
245 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
298 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
341 # define glthread_sigmask(HOW, SET, OSET) \ argument
371 # define glthread_sigmask(HOW, SET, OSET) 0 argument
400 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
403 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/dns/libidn/libidn-1.35/lib/gltests/glthread/
H A Dthread.h165 # define glthread_sigmask(HOW, SET, OSET) \ argument
166 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
244 # define glthread_sigmask(HOW, SET, OSET) \ argument
245 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
298 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
341 # define glthread_sigmask(HOW, SET, OSET) \ argument
371 # define glthread_sigmask(HOW, SET, OSET) 0 argument
400 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
403 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/devel/libunistring/libunistring-0.9.10/tests/glthread/
H A Dthread.h172 # define glthread_sigmask(HOW, SET, OSET) \ argument
173 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
251 # define glthread_sigmask(HOW, SET, OSET) \ argument
252 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
305 # define glthread_sigmask(HOW, SET, OSET) \ argument
306 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
348 # define glthread_sigmask(HOW, SET, OSET) \ argument
378 # define glthread_sigmask(HOW, SET, OSET) 0 argument
407 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
410 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/misc/gnuls/coreutils-8.30/gnulib-tests/glthread/
H A Dthread.h172 # define glthread_sigmask(HOW, SET, OSET) \ argument
173 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
251 # define glthread_sigmask(HOW, SET, OSET) \ argument
252 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
305 # define glthread_sigmask(HOW, SET, OSET) \ argument
306 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
348 # define glthread_sigmask(HOW, SET, OSET) \ argument
378 # define glthread_sigmask(HOW, SET, OSET) 0 argument
407 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
410 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/textproc/augeas/augeas-1.12.0/gnulib/tests/glthread/
H A Dthread.h170 # define glthread_sigmask(HOW, SET, OSET) \ argument
171 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
249 # define glthread_sigmask(HOW, SET, OSET) \ argument
250 (pth_in_use () ? (pth_init (), (pth_sigmask (HOW, SET, OSET) ? 0 : errno)) : 0)
303 # define glthread_sigmask(HOW, SET, OSET) \ argument
304 (thread_in_use () ? sigprocmask (HOW, SET, OSET) : 0)
346 # define glthread_sigmask(HOW, SET, OSET) \ argument
376 # define glthread_sigmask(HOW, SET, OSET) 0 argument
405 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
408 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/astro/gpstk/GPSTk-8.0.0/ref/usersguide/
H A DRinNav.tex73 PRN 1 TOE 1147 180000.000 GPS TOC 180000.000 HOW 172806.000 KEY 1147 172800.000 GPS
74 PRN 1 TOE 1147 194400.000 GPS TOC 194400.000 HOW 194346.000 KEY 1147 187200.000 GPS
75 PRN 1 TOE 1147 201600.000 GPS TOC 201600.000 HOW 194406.000 KEY 1147 194400.000 GPS
76 PRN 1 TOE 1147 208800.000 GPS TOC 208800.000 HOW 201606.000 KEY 1147 201600.000 GPS
77 PRN 1 TOE 1147 244800.000 GPS TOC 244800.000 HOW 244086.000 KEY 1147 237600.000 GPS
78 PRN 1 TOE 1147 251984.000 GPS TOC 251984.000 HOW 246216.000 KEY 1147 244784.000 GPS
79 PRN 1 TOE 1147 252000.000 GPS TOC 252000.000 HOW 244806.000 KEY 1147 244800.000 GPS
80 PRN 1 TOE 1147 259184.000 GPS TOC 259184.000 HOW 259146.000 KEY 1147 251984.000 GPS
81 PRN 1 TOE 1199 266384.000 GPS TOC 266384.000 HOW 259206.000 KEY 1199 259184.000 GPS
82 PRN 1 TOE 1199 273600.000 GPS TOC 273600.000 HOW 271296.000 KEY 1199 266400.000 GPS
[all …]
/dports/security/libgsasl/gsasl-1.10.0/lib/gltests/glthread/
H A Dthread.h111 # define glthread_sigmask(HOW, SET, OSET) \ argument
112 pthread_sigmask (HOW, SET, OSET)
212 # define glthread_sigmask(HOW, SET, OSET) \ argument
213 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 # define glthread_sigmask(HOW, SET, OSET) 0 argument
328 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
331 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/security/libgsasl/gsasl-1.10.0/gltests/glthread/
H A Dthread.h111 # define glthread_sigmask(HOW, SET, OSET) \ argument
112 pthread_sigmask (HOW, SET, OSET)
212 # define glthread_sigmask(HOW, SET, OSET) \ argument
213 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 # define glthread_sigmask(HOW, SET, OSET) 0 argument
328 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
331 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/devel/gettext-tools/gettext-0.21/gettext-tools/gnulib-tests/glthread/
H A Dthread.h111 # define glthread_sigmask(HOW, SET, OSET) \ argument
112 pthread_sigmask (HOW, SET, OSET)
212 # define glthread_sigmask(HOW, SET, OSET) \ argument
213 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 # define glthread_sigmask(HOW, SET, OSET) 0 argument
328 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
331 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/devel/m4/m4-1.4.19/tests/glthread/
H A Dthread.h111 # define glthread_sigmask(HOW, SET, OSET) \ argument
112 pthread_sigmask (HOW, SET, OSET)
212 # define glthread_sigmask(HOW, SET, OSET) \ argument
213 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 # define glthread_sigmask(HOW, SET, OSET) 0 argument
328 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
331 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/sysutils/coreutils/coreutils-8.32/gnulib-tests/glthread/
H A Dthread.h111 # define glthread_sigmask(HOW, SET, OSET) \ argument
112 pthread_sigmask (HOW, SET, OSET)
212 # define glthread_sigmask(HOW, SET, OSET) \ argument
213 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 # define glthread_sigmask(HOW, SET, OSET) 0 argument
328 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
331 if (glthread_sigmask (HOW, SET, OSET)) \
/dports/security/gnutls/gnutls-3.6.16/gl/tests/glthread/
H A Dthread.h111 # define glthread_sigmask(HOW, SET, OSET) \ argument
112 pthread_sigmask (HOW, SET, OSET)
212 # define glthread_sigmask(HOW, SET, OSET) \ argument
213 (pthread_in_use () ? pthread_sigmask (HOW, SET, OSET) : 0)
273 # define glthread_sigmask(HOW, SET, OSET) \ argument
299 # define glthread_sigmask(HOW, SET, OSET) 0 argument
328 #define gl_thread_sigmask(HOW, SET, OSET) \ argument
331 if (glthread_sigmask (HOW, SET, OSET)) \

12345678910>>...81