Home
last modified time | relevance | path

Searched refs:_tag (Results 1 – 14 of 14) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgcc/config/spu/
H A Dcachemgr.c59 #define CHECK_TAG(_entry, _way, _tag) \ argument
60 ((_entry)->tag_lo[(_way)] == ((_tag) & 0xFFFFFFFF) \
61 && (_entry)->tag_hi[(_way)] == ((_tag) >> 32))
67 #define SET_TAG(_entry, _way, _tag) \ argument
68 (_entry)->tag_lo[(_way)] = (_tag) & 0xFFFFFFFF; \
69 (_entry)->tag_hi[(_way)] = (_tag) >> 32
74 #define CHECK_TAG(_entry, _way, _tag) \ argument
75 ((_entry)->tag_lo[(_way)] == (_tag))
80 #define SET_TAG(_entry, _way, _tag) \ argument
81 (_entry)->tag_lo[(_way)] = (_tag)
/netbsd/external/bsd/openldap/dist/servers/slapd/slapi/
H A Dproto-slapi.h54 #define PBLOCK_ASSERT_OP( _pb, _tag ) do { \ argument
58 if ( _tag != 0 ) \
59 assert( (_pb)->pb_op->o_tag == (_tag)); \
62 #define PBLOCK_ASSERT_INTOP( _pb, _tag ) do { \ argument
63 PBLOCK_ASSERT_OP( _pb, _tag ); \
/netbsd/external/bsd/nvi/dist/ex/
H A Dtag.h77 struct _tag { /* Tag list. */ struct
78 TAILQ_ENTRY(_tag) q; /* Linked list of tags. */
99 TAILQ_HEAD(_tagqh, _tag) tagq; argument
/netbsd/usr.bin/man/
H A Dmanconf.h42 typedef struct _tag { struct
43 TAILQ_ENTRY(_tag) q; /* Queue of tags */
H A Dmanconf.c65 TAILQ_HEAD(_head, _tag);
/netbsd/sys/sys/
H A Dmidiio.h585 #define SEQ_MK_EVENT(_member,_tag,...) \ argument
586 (seq_event_t){ ._member = { .tag = (_tag), __VA_ARGS__ } }
600 #define SEQ_MK_EVENT(_member,_tag,_args...) \ argument
601 (seq_event_t){ ._member = { .tag = (_tag), _args } }
/netbsd/external/bsd/nvi/dist/common/
H A Dcommon.h54 typedef struct _tag TAG;
/netbsd/sys/arch/x86/pci/
H A Dpci_machdep.c194 #define _tag(b, d, f) \ macro
197 {_tag(bus, dev, fcn), PCI_ID_CODE(vend, prod)}
223 #undef _tag
/netbsd/external/bsd/libevent/dist/
H A Devent_rpcgen.py429 self._tag = int(tag)
462 return self._tag
1193 super(EntryArray, self).__init__(entry._type, entry._name, entry._tag)
/netbsd/external/bsd/ntp/dist/sntp/libevent/
H A Devent_rpcgen.py352 self._tag = int(tag)
384 return self._tag
1060 Entry.__init__(self, entry._type, entry._name, entry._tag)
H A DChangeLog-1.4176 o prefix {encode,decode}_tag functions with evtag to avoid collisions
H A DChangeLog-2.01156 o prefix {encode,decode}_tag functions with evtag to avoid collisions
/netbsd/external/gpl3/binutils/dist/gprofng/src/
H A DDwarf.cc56 Dwr_type (int64_t _cu_die_offset, int _tag) in Dwr_type() argument
59 tag = _tag; in Dwr_type()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DHowToReleaseLLVM.rst338 .. _tag: