Home
last modified time | relevance | path

Searched refs:dttypes (Results 1 – 25 of 30) sorted by relevance

12

/dports/math/libpgmath/flang-d07daf3/tools/flang2/utils/symtab/
H A Dsymtab.in.h44 extern short dttypes[TY_MAX+1];
50 #define DT_ISINT(dt) (dttypes[DTY(dt)]&_TY_INT)
63 #define TY_ISINT(t) (dttypes[t]&_TY_INT)
64 #define TY_ISREAL(t) (dttypes[t]&_TY_REAL)
65 #define TY_ISCMPLX(t) (dttypes[t]&_TY_CMPLX)
67 #define TY_ISBASIC(t) (dttypes[t]&_TY_BASIC)
70 #define TY_ISLOG(t) (dttypes[t]&_TY_LOG)
71 #define TY_ISVEC(t) (dttypes[t]&_TY_VEC)
72 #define TY_ISWORD(t) (dttypes[t]&_TY_WORD)
73 #define TY_ISDWORD(t) (dttypes[t]&_TY_DWORD)
[all …]
/dports/math/libpgmath/flang-d07daf3/tools/flang1/utils/symtab/
H A Dsymtab.in.h66 extern short dttypes[TY_MAX+1];
73 #define DT_ISINT(dt) (dttypes[DTY(dt)]&_TY_INT)
92 #define TY_ISINT(t) (dttypes[t]&_TY_INT)
93 #define TY_ISREAL(t) (dttypes[t]&_TY_REAL)
94 #define TY_ISCMPLX(t) (dttypes[t]&_TY_CMPLX)
96 #define TY_ISBASIC(t) (dttypes[t]&_TY_BASIC)
98 #define TY_ISSCALAR(t) (dttypes[t]&_TY_SCALAR)
99 #define TY_ISLOG(t) (dttypes[t]&_TY_LOG)
100 #define TY_ISVEC(t) (dttypes[t]&_TY_VEC)
101 #define TY_ISWORD(t) (dttypes[t]&_TY_WORD)
[all …]
/dports/databases/py-psycopg/psycopg-3.0.5/psycopg/
H A D_column.py119 dttypes = ("time", "timetz", "timestamp", "timestamptz", "interval")
125 elif self._type.name in dttypes:
/dports/math/libpgmath/flang-d07daf3/tools/flang1/flang1exe/
H A Dsymtab.c3303 dttypes[TY_BLOG] &= ~_TY_INT; in symtab_standard()
3304 dttypes[TY_SLOG] &= ~_TY_INT; in symtab_standard()
3305 dttypes[TY_LOG] &= ~_TY_INT; in symtab_standard()
3306 dttypes[TY_LOG8] &= ~_TY_INT; in symtab_standard()
3316 dttypes[TY_BLOG] |= _TY_INT; in symtab_nostandard()
3317 dttypes[TY_SLOG] |= _TY_INT; in symtab_nostandard()
3318 dttypes[TY_LOG] |= _TY_INT; in symtab_nostandard()
3319 dttypes[TY_LOG8] |= _TY_INT; in symtab_nostandard()
/dports/dns/bind911/bind-9.11.37/lib/dns/tests/
H A Ddnstap_test.c180 view->dttypes = DNS_DTTYPE_ALL; in send_test()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/tests/
H A Ddnstap_test.c182 view->dttypes = DNS_DTTYPE_ALL; in send_test()
/dports/dns/bind916/bind-9.16.27/lib/dns/tests/
H A Ddnstap_test.c182 view->dttypes = DNS_DTTYPE_ALL; in send_test()
/dports/dns/bind-tools/bind-9.16.27/lib/dns/include/dns/
H A Dview.h236 dns_dtmsgtype_t dttypes; /* Dnstap message types member
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/include/dns/
H A Dview.h233 dns_dtmsgtype_t dttypes; /* Dnstap message types member
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/tests/
H A Ddnstap_test.c178 view->dttypes = DNS_DTTYPE_ALL; in send_test()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/tests/
H A Ddnstap_test.c180 view->dttypes = DNS_DTTYPE_ALL; in send_test()
/dports/dns/bind916/bind-9.16.27/lib/dns/include/dns/
H A Dview.h236 dns_dtmsgtype_t dttypes; /* Dnstap message types member
/dports/dns/bind911/bind-9.11.37/lib/dns/include/dns/
H A Dview.h230 dns_dtmsgtype_t dttypes; /* Dnstap message types member
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/include/dns/
H A Dview.h236 dns_dtmsgtype_t dttypes; /* Dnstap message types member
/dports/dns/bind-tools/bind-9.16.27/lib/dns/
H A Ddnstap.c775 if ((msgtype & view->dttypes) == 0) { in dns_dt_send()
H A Dview.c260 view->dttypes = 0; in dns_view_create()
/dports/dns/bind911/bind-9.11.37/lib/dns/
H A Ddnstap.c692 if ((msgtype & view->dttypes) == 0) in dns_dt_send()
H A Dview.c265 view->dttypes = 0; in dns_view_create()
/dports/dns/samba-nsupdate/bind-9.16.5/lib/dns/
H A Ddnstap.c774 if ((msgtype & view->dttypes) == 0) { in dns_dt_send()
/dports/dns/bind9-devel/bind9-e112afa15668bd3b1baed59df2d21e01b46da15e/lib/dns/
H A Ddnstap.c773 if ((msgtype & view->dttypes) == 0) { in dns_dt_send()
/dports/dns/bind916/bind-9.16.27/lib/dns/
H A Ddnstap.c775 if ((msgtype & view->dttypes) == 0) { in dns_dt_send()
/dports/dns/bind911/bind-9.11.37/bin/named/
H A Dserver.c3054 dns_dtmsgtype_t dttypes = 0; in configure_dnstap() local
3090 dttypes |= dt; in configure_dnstap()
3101 dttypes |= dt; in configure_dnstap()
3104 if (ns_g_server->dtenv == NULL && dttypes != 0) { in configure_dnstap()
3219 view->dttypes = dttypes; in configure_dnstap()
/dports/dns/bind916/bind-9.16.27/bin/named/
H A Dserver.c3615 dns_dtmsgtype_t dttypes = 0; in configure_dnstap() local
3652 dttypes |= dt; in configure_dnstap()
3663 dttypes |= dt; in configure_dnstap()
3666 if (named_g_server->dtenv == NULL && dttypes != 0) { in configure_dnstap()
3829 view->dttypes = dttypes; in configure_dnstap()
/dports/dns/samba-nsupdate/bind-9.16.5/bin/named/
H A Dserver.c3570 dns_dtmsgtype_t dttypes = 0; in configure_dnstap() local
3607 dttypes |= dt; in configure_dnstap()
3618 dttypes |= dt; in configure_dnstap()
3621 if (named_g_server->dtenv == NULL && dttypes != 0) { in configure_dnstap()
3784 view->dttypes = dttypes; in configure_dnstap()
/dports/dns/bind-tools/bind-9.16.27/bin/named/
H A Dserver.c3615 dns_dtmsgtype_t dttypes = 0; in configure_dnstap() local
3652 dttypes |= dt; in configure_dnstap()
3663 dttypes |= dt; in configure_dnstap()
3666 if (named_g_server->dtenv == NULL && dttypes != 0) { in configure_dnstap()
3829 view->dttypes = dttypes; in configure_dnstap()

12