Home
last modified time | relevance | path

Searched full:tag (Results 1 – 25 of 5484) sorted by relevance

12345678910>>...220

/freebsd-src/crypto/openssl/test/recipes/30-test_evp_data/
H A Devpciph_aes_ccm_cavs.txt17 Tag = 02209f55
25 Tag = 9a04c241
35 Tag = f5f915df
45 Tag = 7a3c3499
55 Tag = f09c2986
63 Tag = 4ae97e71
73 Tag = ecb38c8b
83 Tag = 9c4dc530
93 Tag = 67299ef6
103 Tag = b0538d02
[all …]
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DCommentHTMLTags.td1 class Tag<string spelling> {
7 def Em : Tag<"em">;
8 def Strong : Tag<"strong">;
9 def Tt : Tag<"tt">;
10 def I : Tag<"i">;
11 def B : Tag<"b">;
12 def Big : Tag<"big">;
13 def Small : Tag<"small">;
14 def Strike : Tag<"strike">;
15 def S : Tag<"s">;
[all …]
/freebsd-src/contrib/libcbor/test/
H A Dtag_test.c12 cbor_item_t *tag; variable
18 tag = cbor_load(embedded_tag_data, 2, &res); in test_refcounting()
19 assert_true(cbor_refcount(tag) == 1); in test_refcounting()
20 cbor_item_t *item = cbor_tag_item(tag); in test_refcounting()
22 cbor_decref(&tag); in test_refcounting()
23 assert_null(tag); in test_refcounting()
29 /* Tag 0 + uint 0 */
31 tag = cbor_load(embedded_tag_data, 2, &res); in test_embedded_tag()
32 assert_true(cbor_typeof(tag) == CBOR_TYPE_TAG); in test_embedded_tag()
33 assert_true(cbor_tag_value(tag) == 0); in test_embedded_tag()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DARMAttributeParser.h28 Error handler(uint64_t tag, bool &handled) override;
30 Error stringAttribute(ARMBuildAttrs::AttrType tag);
32 Error CPU_arch(ARMBuildAttrs::AttrType tag);
33 Error CPU_arch_profile(ARMBuildAttrs::AttrType tag);
34 Error ARM_ISA_use(ARMBuildAttrs::AttrType tag);
35 Error THUMB_ISA_use(ARMBuildAttrs::AttrType tag);
36 Error FP_arch(ARMBuildAttrs::AttrType tag);
37 Error WMMX_arch(ARMBuildAttrs::AttrType tag);
38 Error Advanced_SIMD_arch(ARMBuildAttrs::AttrType tag);
39 Error MVE_arch(ARMBuildAttrs::AttrType tag);
[all …]
/freebsd-src/sys/dev/proto/
H A Dproto_busdma.c65 struct proto_tag *tag; in proto_busdma_tag_create() local
68 if (ioc->u.tag.bndry != 0 && in proto_busdma_tag_create()
69 (ioc->u.tag.bndry & (ioc->u.tag.bndry - 1)) != 0) in proto_busdma_tag_create()
77 if (ioc->u.tag.maxsegsz > ioc->u.tag.maxsz || ioc->u.tag.nsegs == 1) in proto_busdma_tag_create()
78 ioc->u.tag.maxsegsz = ioc->u.tag.maxsz; in proto_busdma_tag_create()
80 tag = malloc(sizeof(*tag), M_PROTO_BUSDMA, M_WAITOK | M_ZERO); in proto_busdma_tag_create()
82 tag->parent = parent; in proto_busdma_tag_create()
83 LIST_INSERT_HEAD(&parent->children, tag, peers); in proto_busdma_tag_create()
84 tag->align = MAX(ioc->u.tag.align, parent->align); in proto_busdma_tag_create()
85 tag->bndry = BNDRY_MIN(ioc->u.tag.bndry, parent->bndry); in proto_busdma_tag_create()
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonDepMask.h15 { /*Tag:A2_addi*/
21 { /*Tag:A2_andir*/
27 { /*Tag:A2_combineii*/
33 { /*Tag:A2_orir*/
39 { /*Tag:A2_paddif*/
45 { /*Tag:A2_paddifnew*/
51 { /*Tag:A2_paddit*/
57 { /*Tag:A2_padditnew*/
63 { /*Tag:A2_subri*/
69 { /*Tag:A2_tfrsi*/
[all …]
/freebsd-src/contrib/bearssl/
H A DDoxyfile7 # front of the TAG it is preceding.
11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
20 # This tag specifies the encoding used for all characters in the config file
22 # before the first occurrence of this tag. Doxygen uses libiconv (or the iconv
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
[all …]
/freebsd-src/contrib/llvm-project/llvm/lib/Support/
H A DARMAttributeParser.cpp72 Error ARMAttributeParser::stringAttribute(AttrType tag) { in stringAttribute() argument
74 ELFAttrs::attrTypeAsString(tag, tagToStringMap, /*hasTagPrefix=*/false); in stringAttribute()
79 sw->printNumber("Tag", tag); in stringAttribute()
94 Error ARMAttributeParser::CPU_arch(AttrType tag) { in CPU_arch() argument
95 return parseStringAttribute("CPU_arch", tag, ArrayRef(CPU_arch_strings)); in CPU_arch()
98 Error ARMAttributeParser::CPU_arch_profile(AttrType tag) { in CPU_arch_profile() argument
111 printAttribute(tag, value, profile); in CPU_arch_profile()
115 Error ARMAttributeParser::ARM_ISA_use(AttrType tag) { in ARM_ISA_use() argument
117 return parseStringAttribute("ARM_ISA_use", tag, ArrayRef(strings)); in ARM_ISA_use()
120 Error ARMAttributeParser::THUMB_ISA_use(AttrType tag) { in THUMB_ISA_use() argument
[all …]
/freebsd-src/contrib/ldns/
H A Dlibdns.doxygen.in7 # front of the TAG it is preceding.
11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
20 # This tag specifies the encoding used for all characters in the configuration
22 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
29 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
37 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
43 # Using the PROJECT_BRIEF tag one can provide an optional one line description
49 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
56 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
[all …]
/freebsd-src/contrib/libcbor/
H A DDoxyfile7 # front of the TAG it is preceding.
11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
30 # This tag specifies the encoding used for all characters in the configuration
32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
66 # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) path
[all …]
/freebsd-src/contrib/libxo/tests/core/saved/
H A Dtest_08.HP.out6 <div class="data" data-tag="name" data-key="key">gum </div>
7 <div class="data" data-tag="count"> 1412</div>
10 <div class="data" data-tag="name" data-key="key">rope </div>
11 <div class="data" data-tag="count"> 85</div>
14 <div class="data" data-tag="name" data-key="key">ladder </div>
15 <div class="data" data-tag="count"> 0</div>
18 <div class="data" data-tag="name" data-key="key">bolt </div>
19 <div class="data" data-tag="count"> 4123</div>
22 <div class="data" data-tag="name" data-key="key">water </div>
23 <div class="data" data-tag="count"> 17</div>
[all …]
H A Dtest_08.H.out1tag="name" data-key="key">gum </div><div class="data" data-tag="count"> 1412</div></d…
H A Dtest_01.H.out1tag="type">ethernet</div><div class="text"> </div><div class="data" data-tag="type">bridge</div><d…
2 …v><div class="data" data-tag="max-chaos"> very </div><div class="data" data-tag="min-chaos">42</…
3tag="sku">gum-1412</div><div class="text">Connecting to </div><div class="data" data-tag="host">my…
H A Dtest_01.HP.out3 <div class="data" data-tag="type">ethernet</div>
5 <div class="data" data-tag="type">bridge</div>
7 <div class="data" data-tag="type"> 18u</div>
9 <div class="data" data-tag="type"> 24</div>
12 <div class="data" data-tag="address">0x0</div>
14 <div class="data" data-tag="port">1</div>
19 <div class="data" data-tag="address">0x0</div>
21 <div class="data" data-tag="port">1</div>
26 <div class="data" data-tag="address">0x0</div>
28 <div class="data" data-tag="port">1</div>
[all …]
H A Dtest_12.H.out1tag="animal">fish</div><div class="text">, Two </div><div class="data color-fg-green color-bg-yell…
H A Dtest_12.HP.out6 <div class="data color-fg-yellow color-bg-blue" data-tag="animal">fish</div>
8 <div class="data color-fg-green color-bg-yellow" data-tag="animal">fish</div>
12 <div class="data color-fg-red" data-tag="name">thing</div>
14 <div class="data color-fg-green" data-tag="color">green</div>
16 <div class="data" data-tag="time">02:15</div>
20 <div class="data color-fg-red" data-tag="hand">left</div>
22 <div class="data color-fg-blue" data-tag="color">blue</div>
24 <div class="data" data-tag="time">03:45</div>
28 <div class="data color-fg-red" data-tag="name">thing</div>
30 <div class="data color-fg-green" data-tag="color">green</div>
[all …]
H A Dtest_07.H.out1tag="v1">γιγνώσκειν</div><div class="text">, </div><div class="data" data-tag="v2">ὦ ἄνδρες ᾿Αθηνα…
H A Dtest_07.HP.out3 <div class="data" data-tag="v1">γιγνώσκειν</div>
5 <div class="data" data-tag="v2">ὦ ἄνδρες ᾿Αθηναῖοι</div>
8 <div class="data" data-tag="columns">56</div>
11 <div class="data" data-tag="columns">2</div>
15 <div class="data" data-tag="v1">ახლავე გაიაროთ რეგისტრაცია</div>
17 <div class="data" data-tag="v2">Unicode-ის მეათე საერთაშორისო</div>
20 <div class="data" data-tag="columns">63</div>
29 <div class="data" data-tag="columns">59</div>
32 <div class="data" data-tag="first-name">Jim</div>
34 <div class="data" data-tag="nic-name">"რეგტ"</div>
[all …]
H A Dtest_05.H.out1tag="gurmukhi">ਲਹੌਰ ਪਾਕਿਸਤਾਨੀ ਪੰਜਾਬ ਦੀ ਰਾਜਧਾਨੀ ਹੈ । ਲੋਕ ਗਿਣਤੀ ਦੇ ਨਾਲ ਕਰਾਚੀ ਤੋਂ ਬਾਅਦ ਲਹੌਰ ਦੂਜਾ ਸਭ ਤ…
H A Dtest_05.HP.out11 …<div class="data" data-tag="gurmukhi">ਲਹੌਰ ਪਾਕਿਸਤਾਨੀ ਪੰਜਾਬ ਦੀ ਰਾਜਧਾਨੀ ਹੈ । ਲੋਕ ਗਿਣਤੀ ਦੇ ਨਾਲ ਕਰਾਚੀ …
17 …<div class="data" data-tag="shahmukhi">لہور پاکستانی پنجاب دا دارالحکومت اے۔ لوک گنتی دے نال کراچی…
24 …<div class="data" data-tag="tranliteration">lahor pākistān panjāb dā dārul hakūmat ē. lōk giṇtī dē…
28 <div class="data" data-tag="wc">෴ - 0xdf4 - 1</div>
32 <div class="data" data-tag="wc">ණ - 0xdab - 1</div>
36 <div class="data" data-tag="wc">් - 0xdca - 0</div>
40 <div class="data" data-tag="wc">ණ - 0xdab - 1</div>
44 <div class="data" data-tag="wc">្ - 0x17d2 - 0</div>
48 <div class="data" data-tag="wc">෴ - 0xdf4 - 1</div>
52 <div class="data" data-tag="wc">1 - 0x31 - 1</div>
[all …]
/freebsd-src/contrib/unbound/doc/
H A Dunbound.doxygen7 # front of the TAG it is preceding.
11 # TAG = value [value, ...]
13 # TAG += value [value, ...]
30 # This tag specifies the encoding used for all characters in the configuration
32 # text before the first occurrence of this tag. Doxygen uses libiconv (or the
39 # The PROJECT_NAME tag is a single word (or a sequence of words surrounded by
47 # The PROJECT_NUMBER tag can be used to enter a project or revision number. This
53 # Using the PROJECT_BRIEF tag one can provide an optional one line description
59 # With the PROJECT_LOGO tag one can specify a logo or an icon that is included
66 # The OUTPUT_DIRECTORY tag i
[all...]
/freebsd-src/contrib/bearssl/inc/
H A Dbearssl_aead.h64 * tag. It is assumed that the encrypted data, the tag, the additional
68 * The receiver will recompute the tag value and compare it with the one
109 * Compute the authentication tag. All message data (encrypted or
117 * receiver: the authentication tag is internally recomputed, and
162 * Pointer to the function that computes and returns the tag.
166 * Pointer to the function that computes and verifies the tag against
256 * \brief Compute authentication tag.
258 * Compute the AEAD authentication tag. The tag length depends
259 * on the AEAD algorithm; it is written in the provided `tag`
264 * The tag value must normally be sent along with the encrypted
[all …]
/freebsd-src/tools/bus_space/
H A Dbusdma.c63 } tag; member
145 struct obj *tag; in bd_tag_new() local
147 tag = obj_alloc(OBJ_TYPE_TAG); in bd_tag_new()
148 if (tag == NULL) in bd_tag_new()
155 ioc.u.tag.align = align; in bd_tag_new()
156 ioc.u.tag.bndry = bndry; in bd_tag_new()
157 ioc.u.tag.maxaddr = maxaddr; in bd_tag_new()
158 ioc.u.tag.maxsz = maxsz; in bd_tag_new()
159 ioc.u.tag.nsegs = nsegs; in bd_tag_new()
160 ioc.u.tag.maxsegsz = maxsegsz; in bd_tag_new()
[all …]
/freebsd-src/share/man/man9/
H A Dmbuf_tags.990 Each packet tag can be distinguished by its type and cookie.
96 bytes of a tag contain a
101 uint16_t m_tag_id; /* Tag ID */
125 bytes of space that can be used to store tag-specific information.
132 struct m_tag tag;
136 struct m_tag *mtag = &p->tag;
152 used tag type.
155 .Ss Packet Tag Manipulation Functions
158 Allocate a new tag of type
164 bytes of space following the tag header itself.
[all …]
/freebsd-src/crypto/openssl/crypto/
H A Dder_writer.c16 static int int_start_context(WPACKET *pkt, int tag) in int_start_context() argument
18 if (tag < 0) in int_start_context()
20 if (!ossl_assert(tag <= 30)) in int_start_context()
25 static int int_end_context(WPACKET *pkt, int tag) in int_end_context() argument
32 * anything was written, and only write our tag if it has. in int_end_context()
37 if (tag < 0) in int_end_context()
39 if (!ossl_assert(tag <= 30)) in int_end_context()
43 tag |= DER_F_CONSTRUCTED | DER_C_CONTEXT; in int_end_context()
48 && (size1 == size2 || WPACKET_put_bytes_u8(pkt, tag)); in int_end_context()
51 int ossl_DER_w_precompiled(WPACKET *pkt, int tag, in ossl_DER_w_precompiled() argument
[all …]

12345678910>>...220