Home
last modified time | relevance | path

Searched refs:numAttrs (Results 1 – 25 of 632) sorted by relevance

12345678910>>...26

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet newAttrs[] = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet[] newAttrs = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet newAttrs[] = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java77 int numAttrs = attrs.length; in insertAttributeSetAt() local
78 AttributeSet newAttrs[] = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
79 if (index < numAttrs) { in insertAttributeSetAt()
83 numAttrs - index); in insertAttributeSetAt()
86 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
90 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
102 int numAttrs = attrs.length; in removeAttributeSetAt() local
103 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
104 if (numAttrs > 0) { in removeAttributeSetAt()
109 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet[] newAttrs = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet[] newAttrs = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet[] newAttrs = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet[] newAttrs = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java78 int numAttrs = attrs.length; in insertAttributeSetAt() local
79 AttributeSet[] newAttrs = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
80 if (index < numAttrs) { in insertAttributeSetAt()
84 numAttrs - index); in insertAttributeSetAt()
87 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
91 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
103 int numAttrs = attrs.length; in removeAttributeSetAt() local
104 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
105 if (numAttrs > 0) { in removeAttributeSetAt()
110 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/javax/swing/text/html/
H A DMuxingAttributeSet.java77 int numAttrs = attrs.length; in insertAttributeSetAt() local
78 AttributeSet newAttrs[] = new AttributeSet[numAttrs + 1]; in insertAttributeSetAt()
79 if (index < numAttrs) { in insertAttributeSetAt()
83 numAttrs - index); in insertAttributeSetAt()
86 System.arraycopy(attrs, 0, newAttrs, 1, numAttrs); in insertAttributeSetAt()
90 System.arraycopy(attrs, 0, newAttrs, 0, numAttrs); in insertAttributeSetAt()
102 int numAttrs = attrs.length; in removeAttributeSetAt() local
103 AttributeSet[] newAttrs = new AttributeSet[numAttrs - 1]; in removeAttributeSetAt()
104 if (numAttrs > 0) { in removeAttributeSetAt()
109 else if (index < (numAttrs - 1)) { in removeAttributeSetAt()
[all …]
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/src/kernel/blocks/dbtux/
H A DDbtuxSearch.cpp53 const Uint32 numAttrs = index.m_numAttrs; in findNodeToUpdate() local
68 if (ret == 0 && prefAttrs < numAttrs) in findNodeToUpdate()
75 numAttrs, in findNodeToUpdate()
156 Uint32 numAttrs = index.m_numAttrs; in findPosToAdd() local
157 key_data.init_poai(ctx.c_dataBuffer, numAttrs); in findPosToAdd()
295 const Uint32 numAttrs = searchBound.cnt(); in findNodeToScan() local
303 if (likely(numAttrs > 0)) in findNodeToScan()
320 numAttrs, in findNodeToScan()
385 const Uint32 numAttrs = searchBound.cnt(); in findPosToScan() local
394 if (likely(numAttrs != 0)) in findPosToScan()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs;
132 numAttrs = tupleDesc->natts;
174 hoff += BITMAPLEN(numAttrs);
353 int numAttrs = tupleDesc->natts;
367 for (i = 0; i < numAttrs; i++)
411 for (i = 0; i < numAttrs; i++)
458 int numAttrs = tupleDesc->natts;
479 for (i = 0; i < numAttrs; i++)
541 for (i = 0; i < numAttrs; i++)
568 int numAttrs = tupleDesc->natts;
[all …]
/dports/databases/postgresql13-plperl/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs; in heap_toast_insert_or_update() local
132 numAttrs = tupleDesc->natts; in heap_toast_insert_or_update()
174 hoff += BITMAPLEN(numAttrs); in heap_toast_insert_or_update()
353 int numAttrs = tupleDesc->natts; in toast_flatten_tuple() local
367 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
411 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple()
458 int numAttrs = tupleDesc->natts; in toast_flatten_tuple_to_datum() local
479 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
541 for (i = 0; i < numAttrs; i++) in toast_flatten_tuple_to_datum()
568 int numAttrs = tupleDesc->natts; in toast_build_flattened_tuple() local
[all …]
/dports/databases/postgresql13-plpython/postgresql-13.5/src/backend/access/heap/
H A Dheaptoast.c101 int numAttrs;
132 numAttrs = tupleDesc->natts;
174 hoff += BITMAPLEN(numAttrs);
353 int numAttrs = tupleDesc->natts;
367 for (i = 0; i < numAttrs; i++)
411 for (i = 0; i < numAttrs; i++)
458 int numAttrs = tupleDesc->natts;
479 for (i = 0; i < numAttrs; i++)
541 for (i = 0; i < numAttrs; i++)
568 int numAttrs = tupleDesc->natts;
[all …]

12345678910>>...26