| /src/common/lib/libc/gen/ | 
| radixtree.c | 100  * into the tree and can be tagged by radix_tree_set_tag function. 977  * nodes tagged with tagid.
 1417 	bool tagged[RADIX_TREE_TAG_ID_MAX];  member in struct:testnode
 1501 			n->tagged[tag] = test2_should_tag(i, tag);
 1502 			if (n->tagged[tag]) {
 1506 			assert((n->tagged[tag] ? tagmask : 0) ==
 1524 			unsigned int tagged;  local in function:test2
 1527 			tagged = radix_tree_get_tag(t, n->idx, tagmask);
 1528 			assert((tagged & ~tagmask) == 0);
 1531 				    n->tagged[tag] == !!(tagged & (1 << tag)))
 [all...]
 | 
| radixtree.c | 100  * into the tree and can be tagged by radix_tree_set_tag function. 977  * nodes tagged with tagid.
 1417 	bool tagged[RADIX_TREE_TAG_ID_MAX];  member in struct:testnode
 1501 			n->tagged[tag] = test2_should_tag(i, tag);
 1502 			if (n->tagged[tag]) {
 1506 			assert((n->tagged[tag] ? tagmask : 0) ==
 1524 			unsigned int tagged;  local in function:test2
 1527 			tagged = radix_tree_get_tag(t, n->idx, tagmask);
 1528 			assert((tagged & ~tagmask) == 0);
 1531 				    n->tagged[tag] == !!(tagged & (1 << tag)))
 [all...]
 | 
| /src/sys/dev/pci/ | 
| arcmsrvar.h | 197  * byte 7	tagged queue (1 enabled) 285 	uint8_t		tagged;  member in struct:arc_fw_scsiattr
 
 | 
| arcmsrvar.h | 197  * byte 7	tagged queue (1 enabled) 285 	uint8_t		tagged;  member in struct:arc_fw_scsiattr
 
 | 
| /src/common/dist/zlib/contrib/ada/ | 
| zlib.ads | 126    type Filter_Type is tagged limited private; 318    type Filter_Type is tagged limited record
 
 | 
| zlib.ads | 126    type Filter_Type is tagged limited private; 318    type Filter_Type is tagged limited record
 
 | 
| /src/dist/pf/sbin/pfctl/ | 
| parse.y | 387 		}			 tagged; 425 %token	TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
 471 %type	<v.tagged>		tagged
 2135 		| not TAGGED string			{
 3499 natrule		: nataction interface af proto fromto tag tagged rtable
 3666 		    tagged rtable redirection
 3836 tagged		: /* empty */		{ $$.neg = 0; $$.name = NULL; }  label
 3837 		| not TAGGED string	{ $$.neg = $1; $$.name = $3; }
 4993 		{ "tagged",		TAGGED}
 [all...]
 | 
| parse.y | 387 		}			 tagged; 425 %token	TAGGED TAG IFBOUND FLOATING STATEPOLICY ROUTE
 471 %type	<v.tagged>		tagged
 2135 		| not TAGGED string			{
 3499 natrule		: nataction interface af proto fromto tag tagged rtable
 3666 		    tagged rtable redirection
 3836 tagged		: /* empty */		{ $$.neg = 0; $$.name = NULL; }  label
 3837 		| not TAGGED string	{ $$.neg = $1; $$.name = $3; }
 4993 		{ "tagged",		TAGGED}
 [all...]
 | 
| /src/sys/external/isc/libsodium/dist/m4/ | 
| libtool.m4 | 354 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) 368 	[tagged?], [m4_ifval([$5], [yes], [no])])])
 380 [_lt_decl_filter([tagged?], [yes], $@)])
 458 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
 486 # Produce commented declarations of non-tagged libtool config variables
 488 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 492     m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
 712 # matching tagged config vars.
 6341   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 7709   # ltmain only uses $CC for tagged configurations so make sure $CC is set
 [all...]
 | 
| libtool.m4 | 354 # _LT_DECL([CONFIGNAME], VARNAME, VALUE, [DESCRIPTION], [IS-TAGGED?]) 368 	[tagged?], [m4_ifval([$5], [yes], [no])])])
 380 [_lt_decl_filter([tagged?], [yes], $@)])
 458 [_LT_FORMAT_COMMENT([The names of the tagged configurations supported by this script])dnl
 486 # Produce commented declarations of non-tagged libtool config variables
 488 # script.  Tagged libtool config variables (even for the LIBTOOL CONFIG
 492     m4_quote(_lt_decl_filter([tagged?], [no], [], lt_decl_varnames)),
 712 # matching tagged config vars.
 6341   # ltmain only uses $CC for tagged configurations so make sure $CC is set.
 7709   # ltmain only uses $CC for tagged configurations so make sure $CC is set
 [all...]
 |