Home
last modified time | relevance | path

Searched refs:tag (Results 1 – 25 of 1485) sorted by relevance

12345678910>>...60

/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DARMAttributeParser.h32 Error CPU_arch(ARMBuildAttrs::AttrType tag);
34 Error ARM_ISA_use(ARMBuildAttrs::AttrType tag);
36 Error FP_arch(ARMBuildAttrs::AttrType tag);
37 Error WMMX_arch(ARMBuildAttrs::AttrType tag);
39 Error MVE_arch(ARMBuildAttrs::AttrType tag);
40 Error PCS_config(ARMBuildAttrs::AttrType tag);
64 Error DIV_use(ARMBuildAttrs::AttrType tag);
66 Error T2EE_use(ARMBuildAttrs::AttrType tag);
70 Error PACRET_use(ARMBuildAttrs::AttrType tag);
71 Error BTI_use(ARMBuildAttrs::AttrType tag);
[all …]
/openbsd/gnu/llvm/llvm/lib/Support/
H A DARMAttributeParser.cpp79 sw->printNumber("Tag", tag); in stringAttribute()
94 Error ARMAttributeParser::CPU_arch(AttrType tag) { in CPU_arch() argument
111 printAttribute(tag, value, profile); in CPU_arch_profile()
125 Error ARMAttributeParser::FP_arch(AttrType tag) { in FP_arch() argument
143 Error ARMAttributeParser::MVE_arch(AttrType tag) { in MVE_arch() argument
223 printAttribute(tag, value, description); in ABI_align_needed()
242 printAttribute(tag, value, description); in ABI_align_preserved()
291 sw->printNumber("Tag", tag); in compatibility()
446 setAttributeString(tag, RawStringValue); in also_compatible_with()
449 sw->printNumber("Tag", tag); in also_compatible_with()
[all …]
H A DCSKYAttributeParser.cpp73 if (uint64_t(AH.attribute) == tag) { in handler()
74 if (Error e = (this->*AH.routine)(tag)) in handler()
84 Error CSKYAttributeParser::dspVersion(unsigned tag) { in dspVersion() argument
89 Error CSKYAttributeParser::vdspVersion(unsigned tag) { in vdspVersion() argument
94 Error CSKYAttributeParser::fpuVersion(unsigned tag) { in fpuVersion() argument
100 Error CSKYAttributeParser::fpuABI(unsigned tag) { in fpuABI() argument
105 Error CSKYAttributeParser::fpuRounding(unsigned tag) { in fpuRounding() argument
110 Error CSKYAttributeParser::fpuDenormal(unsigned tag) { in fpuDenormal() argument
120 Error CSKYAttributeParser::fpuHardFP(unsigned tag) { in fpuHardFP() argument
140 printAttribute(tag, value, ""); in fpuHardFP()
[all …]
/openbsd/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/
H A DLangTags.pm101 my($tag) = lc($_[0]);
103 return 0 if $tag eq "i" or $tag eq "x";
107 return $tag =~
530 my($tag) = $_[0] || return undef;
535 $tag =~ s/^iw\b/he/i; # Hebrew
537 $tag =~ s/^cre\b/cr/i; # Cree
538 $tag =~ s/^jw\b/jv/i; # Javanese
541 $tag =~ s/^ji\b/yi/i; # Yiddish
556 $tag =~ s/^[xiXI]-//s;
559 return "~" . uc($tag);
[all …]
/openbsd/sys/dev/sdmmc/
H A Dsdmmcchip.h56 ((tag)->host_reset((handle)))
58 #define sdmmc_chip_host_ocr(tag, handle) \ argument
59 ((tag)->host_ocr((handle)))
61 ((tag)->host_maxblklen((handle)))
64 ((tag)->card_detect((handle)))
67 ((tag)->bus_power((handle), (ocr)))
71 ((tag)->bus_width((handle), (width)))
74 ((tag)->exec_command((handle), (cmdp)))
77 ((tag)->card_intr_mask((handle), (enable)))
79 ((tag)->card_intr_ack((handle)))
[all …]
/openbsd/regress/usr.bin/mandoc/man/IP/
H A Dwidth.out_ascii9 tag
13 tag
17 tag
21 tag
25 tag
29 tag
47 tag
51 tag
55 tag
59 tag
[all …]
/openbsd/sys/dev/pcmcia/
H A Dpcmciachip.h100 ((*(tag)->mem_alloc)((handle), (size), (pcmhp)))
102 #define pcmcia_chip_mem_free(tag, handle, pcmhp) \ argument
103 ((*(tag)->mem_free)((handle), (pcmhp)))
111 ((*(tag)->mem_unmap)((handle), (window)))
118 ((*(tag)->io_free)((handle), (pcihp)))
126 ((*(tag)->io_unmap)((handle), (window)))
133 ((*(tag)->intr_disestablish)((handle), (ih)))
136 ((*(tag)->intr_string)((handle), (ih)))
139 #define pcmcia_chip_socket_enable(tag, handle) \ argument
140 ((*(tag)->socket_enable)((handle)))
[all …]
/openbsd/regress/usr.bin/mandoc/man/TP/
H A Dwidth.out_ascii9 tag
13 tag
17 tag
21 tag
25 tag
29 tag
44 tag
48 tag
52 tag
56 tag
[all …]
/openbsd/sys/arch/amd64/pci/
H A Dpci_machdep.c195 *bp = (tag >> 16) & 0xff; in pci_decompose_tag()
197 *dp = (tag >> 11) & 0x1f; in pci_decompose_tag()
199 *fp = (tag >> 8) & 0x7; in pci_decompose_tag()
326 #define PCI_MSI_PIN(tag, vec) ((tag) | (vec)) argument
488 pcitag_t tag = pa->pa_tag; in pci_intr_enable_msivec() local
514 pcitag_t tag = pa->pa_tag; in pci_intr_map_msi() local
526 ihp->tag = tag; in pci_intr_map_msi()
549 ihp->tag = PCI_MSI_PIN(tag, vec); in pci_intr_map_msivec()
705 ihp->tag = PCI_MSI_PIN(tag, vec); in pci_intr_map_msix()
731 ihp->tag = pa->pa_tag; in pci_intr_map()
[all …]
/openbsd/lib/libcrypto/cms/
H A Dcms_asn1.c70 .tag = 0,
77 .tag = 0,
97 .tag = 0,
104 .tag = 0,
124 .tag = 0,
131 .tag = 0,
138 .tag = 1,
145 .tag = 2,
152 .tag = 3,
172 .tag = 0,
[all …]
/openbsd/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_external.cpp33 static TagData *GetTagData(uptr tag) { in GetTagData() argument
36 return &registered_tags[tag]; in GetTagData()
39 const char *GetObjectTypeFromTag(uptr tag) { in GetObjectTypeFromTag() argument
40 TagData *tag_data = GetTagData(tag); in GetObjectTypeFromTag()
44 const char *GetReportHeaderFromTag(uptr tag) { in GetReportHeaderFromTag() argument
45 TagData *tag_data = GetTagData(tag); in GetReportHeaderFromTag()
50 FuncEntry(thr, (uptr)&registered_tags[tag]); in InsertShadowStackFrameForTag()
67 InsertShadowStackFrameForTag(thr, (uptr)tag); in ExternalAccess()
89 CHECK_GE((uptr)tag, kExternalTagFirstUserAvailable); in __tsan_external_register_header()
90 CHECK_LT((uptr)tag, kExternalTagMax); in __tsan_external_register_header()
[all …]
/openbsd/regress/usr.bin/mandoc/mdoc/Bl/
H A Doffset.out_markdown27 tag
31 tag
33 > Bl tag width Ds offset left
35 tag
39 tag
43 tag
47 tag
51 tag
53 > Bl tag width Ds offset Ds
55 tag
[all …]
H A Doffset.out_ascii28 tag Bl tag width Ds offset empty
30 tag Bl tag width Ds offset left
32 tag Bl tag width Ds offset indent
34 tag Bl tag width Ds offset indent-two
36 tag Bl tag width Ds offset 0.36i
38 tag Bl tag width Ds offset mystring
40 tag Bl tag width Ds offset Ds
42 tag Bl
43 tag
49 tag Bl tag width Ds offset -0.26i
/openbsd/gnu/usr.bin/perl/dist/I18N-LangTags/lib/I18N/LangTags/
H A DList.pm15 my($disrec,$tag,$name);
20 } elsif( ($disrec, $tag, $name) =
39 my $tag = lc($_[0] || return);
40 $tag =~ s/^\s+//s;
41 $tag =~ s/\s+$//s;
44 if($tag =~ m/^x-(.+)/) {
46 } elsif($tag =~ m/^i-(.+)/) {
55 while(length $tag) {
56 last if $name = $Name{$tag};
86 $tag =~
[all …]
/openbsd/lib/libcrypto/asn1/
H A Dasn1_types.c235 asn1_type_by_tag(int tag) in asn1_type_by_tag() argument
237 if (tag < 0 || tag > 30) in asn1_type_by_tag()
240 return &asn1_types[tag]; in asn1_type_by_tag()
248 if (tag == V_ASN1_NEG_INTEGER || tag == V_ASN1_NEG_ENUMERATED) in asn1_must_be_constructed()
249 tag &= ~V_ASN1_NEG; in asn1_must_be_constructed()
261 if (tag == V_ASN1_NEG_INTEGER || tag == V_ASN1_NEG_ENUMERATED) in asn1_must_be_primitive()
262 tag &= ~V_ASN1_NEG; in asn1_must_be_primitive()
281 ASN1_tag2bit(int tag) in ASN1_tag2bit() argument
293 ASN1_tag2str(int tag) in ASN1_tag2str() argument
297 if (tag == V_ASN1_NEG_INTEGER || tag == V_ASN1_NEG_ENUMERATED) in ASN1_tag2str()
[all …]
/openbsd/sys/arch/powerpc64/dev/
H A Dpci_machdep.c28 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, in pci_msi_enable() argument
38 pci_conf_write(pc, tag, off + PCI_MSI_MA, addr); in pci_msi_enable()
40 pci_conf_write(pc, tag, off + PCI_MSI_MD64, data); in pci_msi_enable()
42 pci_conf_write(pc, tag, off + PCI_MSI_MA, addr); in pci_msi_enable()
43 pci_conf_write(pc, tag, off + PCI_MSI_MD32, data); in pci_msi_enable()
66 type = pci_mapreg_type(pc, tag, bir); in pci_msix_table_map()
102 if (pci_msix_table_map(pc, tag, memt, &memh)) in pci_msix_enable()
114 pci_msix_table_unmap(pc, tag, memt, memh); in pci_msix_enable()
123 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msi() local
142 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msix() local
[all …]
/openbsd/sys/dev/ic/
H A Dbcm2835_vcprop.h136 struct vcprop_tag tag; member
141 struct vcprop_tag tag; member
146 struct vcprop_tag tag; member
151 struct vcprop_tag tag; member
177 struct vcprop_tag tag; member
182 struct vcprop_tag tag; member
205 struct vcprop_tag tag; member
213 struct vcprop_tag tag; member
218 struct vcprop_tag tag; member
223 struct vcprop_tag tag; member
[all …]
/openbsd/sys/arch/arm64/dev/
H A Dpci_machdep.c31 pcitag_t tag = pa->pa_tag; in pci_intr_enable_msivec() local
48 pci_conf_write(pc, tag, off, reg); in pci_intr_enable_msivec()
54 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, in pci_msi_enable() argument
67 pci_conf_write(pc, tag, off + PCI_MSI_MA, addr); in pci_msi_enable()
95 type = pci_mapreg_type(pc, tag, bir); in pci_msix_table_map()
131 if (pci_msix_table_map(pc, tag, memt, &memh)) in pci_msix_enable()
143 pci_msix_table_unmap(pc, tag, memt, memh); in pci_msix_enable()
152 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msi() local
172 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msivec() local
198 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msix() local
[all …]
/openbsd/sys/arch/luna88k/include/
H A Dbus.h205 *dest++ = bus_space_read_1(tag, handle, offset); in bus_space_read_multi_1()
213 *dest++ = bus_space_read_2(tag, handle, offset); in bus_space_read_multi_2()
221 *dest++ = bus_space_read_4(tag, handle, offset); in bus_space_read_multi_4()
235 __bus_space_read_2(tag, handle, offset); in bus_space_read_raw_multi_2()
247 __bus_space_read_4(tag, handle, offset); in bus_space_read_raw_multi_4()
275 *dest++ = bus_space_read_2(tag, handle, offset); in bus_space_read_region_2()
440 bus_space_write_1(tag, handle, offset, value); in bus_space_set_multi_1()
448 bus_space_write_2(tag, handle, offset, value); in bus_space_set_multi_2()
456 bus_space_write_4(tag, handle, offset, value); in bus_space_set_multi_4()
486 bus_space_write_2(tag, handle, offset, value); in bus_space_set_region_2()
[all …]
/openbsd/sys/dev/pci/
H A Dpci_map.c98 address = pci_conf_read(pc, tag, reg); in obsd_pci_io_find()
100 mask = pci_conf_read(pc, tag, reg); in obsd_pci_io_find()
101 pci_conf_write(pc, tag, reg, address); in obsd_pci_io_find()
169 address = pci_conf_read(pc, tag, reg); in obsd_pci_mem_find()
171 mask = pci_conf_read(pc, tag, reg); in obsd_pci_mem_find()
172 pci_conf_write(pc, tag, reg, address); in obsd_pci_mem_find()
276 mask = pci_conf_read(pc, tag, reg); in pci_mapreg_probe()
367 bus_space_tag_t tag; in pci_mapreg_map() local
379 tag = pa->pa_iot; in pci_mapreg_map()
383 tag = pa->pa_memt; in pci_mapreg_map()
[all …]
/openbsd/sys/arch/alpha/pci/
H A Dmcpcia_pci.c92 pcitag_t tag; local
94 return (tag);
100 pcitag_t tag;
104 *bp = (tag >> 21) & 0xff;
106 *dp = (tag >> 16) & 0x1f;
108 *fp = (tag >> 13) & 0x7;
120 pcitag_t tag;
130 if ((tag >> 21) == 0 && ((u_int32_t) tag & 0x1f0000) == 0)
136 paddr = (unsigned long) tag;
151 pcitag_t tag;
[all …]
/openbsd/sys/arch/riscv64/dev/
H A Dpci_machdep.c28 pci_msi_enable(pci_chipset_tag_t pc, pcitag_t tag, in pci_msi_enable() argument
38 pci_conf_write(pc, tag, off + PCI_MSI_MA, addr); in pci_msi_enable()
40 pci_conf_write(pc, tag, off + PCI_MSI_MD64, data); in pci_msi_enable()
42 pci_conf_write(pc, tag, off + PCI_MSI_MA, addr); in pci_msi_enable()
43 pci_conf_write(pc, tag, off + PCI_MSI_MD32, data); in pci_msi_enable()
66 type = pci_mapreg_type(pc, tag, bir); in pci_msix_table_map()
102 if (pci_msix_table_map(pc, tag, memt, &memh)) in pci_msix_enable()
114 pci_msix_table_unmap(pc, tag, memt, memh); in pci_msix_enable()
123 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msi() local
149 pcitag_t tag = pa->pa_tag; in _pci_intr_map_msix() local
[all …]
/openbsd/sys/arch/i386/pci/
H A Dpci_machdep.c156 u_int32_t tag; member
218 pcitag_t tag; in pci_attach_hook() local
364 pcitag_t tag; in pci_make_tag() local
380 tag.mode2.forward = bus; in pci_make_tag()
386 return tag; in pci_make_tag()
567 if (!pcim1_quirk_tbl[i].tag) in pci_mode_detect()
626 pcitag_t tag = pa->pa_tag; in pci_intr_map_msi() local
632 ihp->tag = tag; in pci_intr_map_msi()
658 ihp->tag = pa->pa_tag; in pci_intr_map()
813 pcitag_t tag = ih.tag; in pci_intr_establish() local
[all …]
/openbsd/sys/dev/i2c/
H A Di2c_exec.c70 if (tag->ic_exec != NULL) in iic_exec()
71 return ((*tag->ic_exec)(tag->ic_cookie, op, addr, cmd, in iic_exec()
75 if ((error = iic_initiate_xfer(tag, addr, flags)) != 0) in iic_exec()
78 if ((error = iic_write_byte(tag, *cmd++, flags)) != 0) in iic_exec()
93 (error = iic_initiate_xfer(tag, addr, flags)) != 0) in iic_exec()
98 if ((error = iic_read_byte(tag, buf++, flags)) != 0) in iic_exec()
105 if ((error = iic_write_byte(tag, *buf++, flags)) != 0) in iic_exec()
112 iic_send_stop(tag, flags); in iic_exec()
126 return (iic_exec(tag, I2C_OP_WRITE_WITH_STOP, addr, in iic_smbus_write_byte()
140 return (iic_exec(tag, I2C_OP_READ_WITH_STOP, addr, in iic_smbus_read_byte()
[all …]
/openbsd/sys/arch/sparc64/dev/
H A Dpci_machdep.c137 pcitag_t tag; in pci_make_tag() local
214 return (tag); in pci_make_tag()
217 return (tag); in pci_make_tag()
225 *bp = PCITAG_BUS(tag); in pci_decompose_tag()
227 *dp = PCITAG_DEV(tag); in pci_decompose_tag()
229 *fp = PCITAG_FUN(tag); in pci_decompose_tag()
259 pcitag_t tag; in sparc64_pci_enumerate_bus() local
351 val = pc->conf_size(pc, tag); in pci_conf_size()
381 pcitag_t tag = pa->pa_tag; in pci_intr_map() local
439 pcitag_t tag = pa->pa_tag; in pci_intr_map_msi() local
[all …]

12345678910>>...60