Home
last modified time | relevance | path

Searched refs:nTags (Results 1 – 25 of 121) sorted by relevance

12345

/dports/devel/libvirt/libvirt-7.10.0/src/util/
H A Dvirnetdevvlan.c32 vlan->nTags = 0; in virNetDevVlanClear()
56 a->nTags != b->nTags || in virNetDevVlanEqual()
62 for (ai = 0; ai < a->nTags; ai++) { in virNetDevVlanEqual()
63 for (bi = 0; bi < b->nTags; bi++) { in virNetDevVlanEqual()
67 if (bi >= b->nTags) { in virNetDevVlanEqual()
83 if (!src || src->nTags == 0) in virNetDevVlanCopy()
86 dst->tag = g_new0(unsigned int, src->nTags); in virNetDevVlanCopy()
88 dst->nTags = src->nTags; in virNetDevVlanCopy()
91 memcpy(dst->tag, src->tag, src->nTags * sizeof(*src->tag)); in virNetDevVlanCopy()
/dports/audio/id3lib/id3lib-3.8.3/examples/
H A Ddemo_convert.cpp67 void DisplayTags(ostream &os, luint nTags) in DisplayTags() argument
69 if (!((nTags & ID3TT_ID3V1) || (nTags & ID3TT_ID3V2))) in DisplayTags()
73 if (nTags & ID3TT_ID3V1) in DisplayTags()
77 if ((nTags & ID3TT_ID3V1) && (nTags & ID3TT_ID3V2)) in DisplayTags()
81 if (nTags & ID3TT_ID3V2) in DisplayTags()
143 luint nTags; in main() local
147 nTags = myTag.Strip(ulFlag); in main()
152 nTags = myTag.Update(ulFlag); in main()
156 DisplayTags(cout, nTags); in main()
H A Ddemo_tag.cpp37 void DisplayTags(ostream &os, luint nTags) in DisplayTags() argument
39 if (!((nTags & ID3TT_ID3V1) || (nTags & ID3TT_ID3V2))) in DisplayTags()
41 if (nTags & ID3TT_ID3V1) in DisplayTags()
43 if ((nTags & ID3TT_ID3V1) && (nTags & ID3TT_ID3V2)) in DisplayTags()
45 if (nTags & ID3TT_ID3V2) in DisplayTags()
189 luint nTags = myTag.Update(ulFlag); in main() local
192 DisplayTags(cout, nTags); in main()
H A Ddemo_copy.cpp64 void DisplayTags(ostream &os, luint nTags) in DisplayTags() argument
66 if (!((nTags & ID3TT_ID3V1) || (nTags & ID3TT_ID3V2))) in DisplayTags()
70 if (nTags & ID3TT_ID3V1) in DisplayTags()
74 if ((nTags & ID3TT_ID3V1) && (nTags & ID3TT_ID3V2)) in DisplayTags()
78 if (nTags & ID3TT_ID3V2) in DisplayTags()
/dports/devel/libvirt/libvirt-7.10.0/src/conf/
H A Dnetdev_vlan_conf.c40 int nTags; in virNetDevVlanParse() local
45 nTags = virXPathNodeSet("./tag", ctxt, &tagNodes); in virNetDevVlanParse()
46 if (nTags < 0) in virNetDevVlanParse()
49 if (nTags == 0) { in virNetDevVlanParse()
56 def->tag = g_new0(unsigned int, nTags); in virNetDevVlanParse()
59 for (i = 0; i < nTags; i++) { in virNetDevVlanParse()
93 def->nTags = nTags; in virNetDevVlanParse()
98 if (nTags > 1) in virNetDevVlanParse()
105 if (nTags > 1) { in virNetDevVlanParse()
142 if (!(def && def->nTags)) in virNetDevVlanFormat()
[all …]
/dports/science/gnudatalanguage/gdl-1.0.1/src/
H A Ddstructgdl.cpp146 SizeT nTags = NTags(); in DStructGDL() local
250 SizeT nTags = NTags(); in CShift() local
318 SizeT nTags=NTags(); in AssignAt() local
430 SizeT nTags=NTags(); in AssignAtIx() local
463 SizeT nTags=NTags(); in AssignAt() local
564 SizeT nTags=NTags(); in AssignAt() local
616 SizeT nTags=NTags(); in InsertAt() local
710 SizeT nTags=NTags(); in Index() local
733 SizeT nTags=NTags(); in NewIx() local
788 SizeT nTags=NTags(); in InsAt() local
[all …]
H A Ddstructgdl.hpp84 SizeT nTags = NTags(); in DStructGDL() local
105 SizeT nTags = NTags(); in DStructGDL() local
115 SizeT nTags = NTags(); in DStructGDL() local
162 SizeT nTags = NTags(); in operator =() local
183 SizeT nTags = NTags(); in InitFrom() local
250 SizeT nTags=NTags(); in ToTransfer() local
285 SizeT nTags=NTags(); in SizeofTags() local
357 SizeT nTags = NTags(); in Clear() local
365 SizeT nTags = NTags(); in ConstructTo0() local
373 SizeT nTags = NTags(); in Construct() local
[all …]
/dports/x11-toolkits/tk85/tk8.5.19/generic/ttk/
H A DttkTagSet.c28 int nTags; /* #tags defined so far */ member
41 tag->priority = ++tagTable->nTags; in NewTag()
66 tagTable->nTags = 0; in Ttk_CreateTagTable()
125 tagset->nTags = 0; in Ttk_GetTagSetFromObj()
139 tagset->nTags = objc; in Ttk_GetTagSetFromObj()
152 for (i = 0; i < tagset->nTags; ++i) { in Ttk_NewTagSetObj()
170 for (i = 0; i < tagset->nTags; ++i) { in Ttk_TagSetContains()
193 tagset->tags[tagset->nTags++] = tag; in Ttk_TagSetAdd()
205 while (i < tagset->nTags) { in Ttk_TagSetRemove()
211 tagset->nTags = j; in Ttk_TagSetRemove()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/ttk/
H A DttkTagSet.c26 int nTags; /* #tags defined so far */ member
39 tag->priority = ++tagTable->nTags; in NewTag()
64 tagTable->nTags = 0; in Ttk_CreateTagTable()
123 tagset->nTags = 0; in Ttk_GetTagSetFromObj()
137 tagset->nTags = objc; in Ttk_GetTagSetFromObj()
150 for (i = 0; i < tagset->nTags; ++i) { in Ttk_NewTagSetObj()
168 for (i = 0; i < tagset->nTags; ++i) { in Ttk_TagSetContains()
191 tagset->tags[tagset->nTags++] = tag; in Ttk_TagSetAdd()
203 while (i < tagset->nTags) { in Ttk_TagSetRemove()
209 tagset->nTags = j; in Ttk_TagSetRemove()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/ttk/
H A DttkTagSet.c25 int nTags; /* #tags defined so far */ member
38 tag->priority = ++tagTable->nTags; in NewTag()
63 tagTable->nTags = 0; in Ttk_CreateTagTable()
133 tagset->nTags = 0; in Ttk_GetTagSetFromObj()
147 tagset->nTags = objc; in Ttk_GetTagSetFromObj()
160 for (i = 0; i < tagset->nTags; ++i) { in Ttk_NewTagSetObj()
178 for (i = 0; i < tagset->nTags; ++i) { in Ttk_TagSetContains()
201 tagset->tags[tagset->nTags++] = tag; in Ttk_TagSetAdd()
213 while (i < tagset->nTags) { in Ttk_TagSetRemove()
219 tagset->nTags = j; in Ttk_TagSetRemove()
[all …]
/dports/multimedia/libbluray/libbluray-1.3.0/src/libbluray/bdj/java/org/bluray/net/
H A DBDLocator.java230 int nTags = 0; in getComponentTagsCount() local
232 nTags++; in getComponentTagsCount()
234 nTags++; in getComponentTagsCount()
236 nTags++; in getComponentTagsCount()
238 nTags++; in getComponentTagsCount()
240 nTags++; in getComponentTagsCount()
241 return nTags; in getComponentTagsCount()
245 int nTags = getComponentTagsCount(); in getComponentTags() local
246 if (nTags <= 0) in getComponentTags()
248 String[] tags = new String[nTags]; in getComponentTags()
[all …]
/dports/multimedia/handbrake/libbluray-1.3.0/src/libbluray/bdj/java/org/bluray/net/
H A DBDLocator.java230 int nTags = 0; in getComponentTagsCount() local
232 nTags++; in getComponentTagsCount()
234 nTags++; in getComponentTagsCount()
236 nTags++; in getComponentTagsCount()
238 nTags++; in getComponentTagsCount()
240 nTags++; in getComponentTagsCount()
241 return nTags; in getComponentTagsCount()
245 int nTags = getComponentTagsCount(); in getComponentTags() local
246 if (nTags <= 0) in getComponentTags()
248 String[] tags = new String[nTags]; in getComponentTags()
[all …]
/dports/science/mmdb2/mmdb2-2.0.20/mmdb2/
H A Dmmdb_mmcif_.cpp114 nTags = 0; in InitCategory()
128 nTags = 0; in FreeMemory()
184 nTags = k; in Sort()
225 l2 = nTags-1; in GetTagNo()
261 nTags = 1; in AddTag()
274 nTags++; in AddTag()
312 nTags = Category->nTags; in Copy()
314 if (nTags>0) { in Copy()
343 if (nTags>0) { in read()
714 if (nTags>0) { in Copy()
[all …]
/dports/audio/id3v2/id3v2-0.1.12/
H A Dconvert.cpp117 luint nTags; in DeleteTag() local
121 nTags = myTag.Strip(ID3TT_ID3V1); in DeleteTag()
125 nTags = myTag.Strip(ID3TT_ID3V2); in DeleteTag()
130 nTags = myTag.Strip(ID3TT_ID3); in DeleteTag()
153 luint nTags; in ConvertTag() local
155 nTags = myTag.Update(ID3TT_ID3V2); in ConvertTag()
184 luint nTags; in DeleteFrame() local
187 nTags = myTag.Update(ID3TT_ID3V2); in DeleteFrame()
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/osm/
H A Dosm_parser.cpp107 unsigned int nTags; member
603 int nTags = 0; in ReadDenseNodes() local
686 pasNodes[nNodes].nTags = nTags - nKVIndexStart; in ReadDenseNodes()
809 sNode.nTags = 0; in ReadNode()
913 if (sNode.nTags) in ReadNode()
947 sWay.nTags = 0; in ReadWay()
1076 if (sWay.nTags) in ReadWay()
1111 sRelation.nTags = 0; in ReadRelation()
2032 psCtxt->pasNodes[0].nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
2045 psCtxt->sWay.nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
[all …]
H A Dosm_parser.h64 unsigned int nTags; member
72 unsigned int nTags; member
96 unsigned int nTags; member
/dports/graphics/py-gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dosm_parser.cpp176 unsigned int nTags; member
724 int nTags = 0; in ReadDenseNodes() local
807 pasNodes[nNodes].nTags = nTags - nKVIndexStart; in ReadDenseNodes()
940 sNode.nTags = 0; in ReadNode()
1052 if( sNode.nTags ) in ReadNode()
1084 sWay.nTags = 0; in ReadWay()
1209 if( sWay.nTags ) in ReadWay()
1245 sRelation.nTags = 0; in ReadRelation()
2497 psCtxt->pasNodes[0].nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
2510 psCtxt->sWay.nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
[all …]
H A Dosm_parser.h64 unsigned int nTags; member
72 unsigned int nTags; member
96 unsigned int nTags; member
H A Dogrosmlayer.cpp573 unsigned int nTags, const OSMTag* pasTags) in GetValueOfTag() argument
575 for(unsigned int k = 0; k < nTags; k++) in GetValueOfTag()
593 unsigned int nTags, OSMTag* pasTags, in SetFieldsFromTags() argument
661 for(unsigned int j = 0; j < nTags; j++) in SetFieldsFromTags()
757 pszHighway = GetValueOfTag("highway", nTags, pasTags); in SetFieldsFromTags()
803 pszBridge = GetValueOfTag("bridge", nTags, pasTags); in SetFieldsFromTags()
823 pszTunnel = GetValueOfTag("tunnel", nTags, pasTags); in SetFieldsFromTags()
843 pszRailway = GetValueOfTag("railway", nTags, pasTags); in SetFieldsFromTags()
858 pszLayer = GetValueOfTag("layer", nTags, pasTags); in SetFieldsFromTags()
900 for(unsigned int k = 0; k < nTags; k++) in SetFieldsFromTags()
/dports/graphics/p5-Geo-GDAL/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dosm_parser.cpp176 unsigned int nTags; member
724 int nTags = 0; in ReadDenseNodes() local
807 pasNodes[nNodes].nTags = nTags - nKVIndexStart; in ReadDenseNodes()
940 sNode.nTags = 0; in ReadNode()
1052 if( sNode.nTags ) in ReadNode()
1084 sWay.nTags = 0; in ReadWay()
1209 if( sWay.nTags ) in ReadWay()
1245 sRelation.nTags = 0; in ReadRelation()
2497 psCtxt->pasNodes[0].nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
2510 psCtxt->sWay.nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
[all …]
H A Dosm_parser.h64 unsigned int nTags; member
72 unsigned int nTags; member
96 unsigned int nTags; member
H A Dogrosmlayer.cpp573 unsigned int nTags, const OSMTag* pasTags) in GetValueOfTag() argument
575 for(unsigned int k = 0; k < nTags; k++) in GetValueOfTag()
593 unsigned int nTags, OSMTag* pasTags, in SetFieldsFromTags() argument
661 for(unsigned int j = 0; j < nTags; j++) in SetFieldsFromTags()
757 pszHighway = GetValueOfTag("highway", nTags, pasTags); in SetFieldsFromTags()
803 pszBridge = GetValueOfTag("bridge", nTags, pasTags); in SetFieldsFromTags()
823 pszTunnel = GetValueOfTag("tunnel", nTags, pasTags); in SetFieldsFromTags()
843 pszRailway = GetValueOfTag("railway", nTags, pasTags); in SetFieldsFromTags()
858 pszLayer = GetValueOfTag("layer", nTags, pasTags); in SetFieldsFromTags()
900 for(unsigned int k = 0; k < nTags; k++) in SetFieldsFromTags()
/dports/graphics/gdal/gdal-3.3.3/ogr/ogrsf_frmts/osm/
H A Dosm_parser.cpp176 unsigned int nTags; member
724 int nTags = 0; in ReadDenseNodes() local
807 pasNodes[nNodes].nTags = nTags - nKVIndexStart; in ReadDenseNodes()
940 sNode.nTags = 0; in ReadNode()
1052 if( sNode.nTags ) in ReadNode()
1084 sWay.nTags = 0; in ReadWay()
1209 if( sWay.nTags ) in ReadWay()
1245 sRelation.nTags = 0; in ReadRelation()
2497 psCtxt->pasNodes[0].nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
2510 psCtxt->sWay.nTags = psCtxt->nTags; in OSM_XML_endElementCbk()
[all …]
H A Dosm_parser.h64 unsigned int nTags; member
72 unsigned int nTags; member
96 unsigned int nTags; member
/dports/textproc/p5-PDF-API3/PDF-API3-3.001/lib/PDF/API3/Compat/API2/Basic/TTF/
H A DTtopen.pm489 my ($end, $nTags, @offs, $oFeat, $oLook, $nSub, $nSubs, $big);
557 $nTags = $#{$self->{'FEATURES'}{'FEAT_TAGS'}} + 1;
558 $fh->print(pack("n", $nTags));
559 $fh->print(pack("a4n", " ", 0) x $nTags);
575 $nTags = $#{$self->{'LOOKUP'}} + 1;
576 $fh->print(pack("n", $nTags));
577 $fh->print(pack("n", 0) x $nTags);
581 for ($i = 0; $i < $nTags; $i++)
586 if (!defined $big && $tag->{' OFFSET'} + ($nTags - $i) * 6 + $nSubs * 10 > 65535)
595 for ($j = $i; $j < $nTags; $j++)
[all …]

12345