Home
last modified time | relevance | path

Searched refs:newPair (Results 1 – 25 of 114) sorted by relevance

12345

/dports/games/egl/egl-0.3.1_9/shared/
H A Dinfostrings.c204 char newPair[MAX_INFO_STRING], *v; in Info_SetValueForKey() local
239 Q_snprintfz (newPair, sizeof (newPair), "\\%s\\%s", key, value); in Info_SetValueForKey()
240 if (strlen (newPair) + strlen (s) > MAX_INFO_STRING-1) { in Info_SetValueForKey()
247 for (v=newPair ; *v ; ) { in Info_SetValueForKey()
/dports/devel/bullet/bullet3-3.21/src/Bullet3OpenCL/BroadphaseCollision/
H A Db3GpuSapBroadphase.cpp318 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
319 newPair.x = 40; in calculateOverlappingPairsHostIncremental3Sap()
320 newPair.y = 53; in calculateOverlappingPairsHostIncremental3Sap()
623 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
626 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
632 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
700 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
703 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
709 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
823 if ((newPair.x != prevPair.x) || (newPair.y != prevPair.y)) in calculateOverlappingPairsHostIncremental3Sap()
[all …]
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3OpenCL/BroadphaseCollision/
H A Db3GpuSapBroadphase.cpp318 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
319 newPair.x = 40; in calculateOverlappingPairsHostIncremental3Sap()
320 newPair.y = 53; in calculateOverlappingPairsHostIncremental3Sap()
623 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
626 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
632 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
700 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
703 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
709 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
823 if ((newPair.x != prevPair.x) || (newPair.y != prevPair.y)) in calculateOverlappingPairsHostIncremental3Sap()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/BroadphaseCollision/
H A Db3GpuSapBroadphase.cpp318 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
319 newPair.x = 40; in calculateOverlappingPairsHostIncremental3Sap()
320 newPair.y = 53; in calculateOverlappingPairsHostIncremental3Sap()
623 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
626 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
632 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
700 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
703 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
709 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
823 if ((newPair.x != prevPair.x) || (newPair.y != prevPair.y)) in calculateOverlappingPairsHostIncremental3Sap()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3OpenCL/BroadphaseCollision/
H A Db3GpuSapBroadphase.cpp318 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
319 newPair.x = 40; in calculateOverlappingPairsHostIncremental3Sap()
320 newPair.y = 53; in calculateOverlappingPairsHostIncremental3Sap()
623 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
626 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
632 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
700 b3Int4 newPair; in calculateOverlappingPairsHostIncremental3Sap() local
703 newPair.x = i; in calculateOverlappingPairsHostIncremental3Sap()
709 newPair.y = i; in calculateOverlappingPairsHostIncremental3Sap()
823 if ((newPair.x != prevPair.x) || (newPair.y != prevPair.y)) in calculateOverlappingPairsHostIncremental3Sap()
[all …]
/dports/devel/bullet/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3BvhTraversal.h91 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, childShapeIndexB); in b3BvhTraversal() local
92 concavePairsOut[pairIdx + b] = newPair; in b3BvhTraversal()
101 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, 0); in b3BvhTraversal() local
102 concavePairsOut[pairIdx] = newPair; in b3BvhTraversal()
/dports/devel/py-bullet3/bullet3-3.21/src/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3BvhTraversal.h91 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, childShapeIndexB); in b3BvhTraversal() local
92 concavePairsOut[pairIdx + b] = newPair; in b3BvhTraversal()
101 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, 0); in b3BvhTraversal() local
102 concavePairsOut[pairIdx] = newPair; in b3BvhTraversal()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3BvhTraversal.h91 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, childShapeIndexB); in b3BvhTraversal() local
92 concavePairsOut[pairIdx + b] = newPair; in b3BvhTraversal()
101 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, 0); in b3BvhTraversal() local
102 concavePairsOut[pairIdx] = newPair; in b3BvhTraversal()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/bullet/Bullet3Collision/NarrowPhaseCollision/shared/
H A Db3BvhTraversal.h91 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, childShapeIndexB); in b3BvhTraversal() local
92 concavePairsOut[pairIdx + b] = newPair; in b3BvhTraversal()
101 b3Int4 newPair = b3MakeInt4(bodyIndexA, bodyIndexB, triangleIndex, 0); in b3BvhTraversal() local
102 concavePairsOut[pairIdx] = newPair; in b3BvhTraversal()
/dports/games/openjk/OpenJK-07675e2/codemp/qcommon/
H A DGenericParser2.cpp540 CGPValue *newPair, *subPair; in Duplicate() local
566 newPair = subPair->Duplicate(textPool); in Duplicate()
567 newGroup->AddPair(newPair); in Duplicate()
622 CGPValue *newPair; in AddPair() local
633 newPair = new CGPValue(name, value); in AddPair()
635 AddPair(newPair); in AddPair()
637 return newPair; in AddPair()
689 CGPValue *newPair; in Parse() local
726 newPair = AddPair(lastToken, 0, textPool); in Parse()
727 if (!newPair->Parse(dataPtr, textPool)) in Parse()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki/src/main/java/de/lmu/ifi/dbs/elki/algorithm/statistics/
H A DDistanceStatisticsWithClasses.java294 minhotset.add(DBIDUtil.newPair(Double.MAX_VALUE, firstid)); in sampleMinMax()
295 maxhotset.add(DBIDUtil.newPair(Double.MIN_VALUE, firstid)); in sampleMinMax()
305 np.add(DBIDUtil.newPair(d, iter)); in sampleMinMax()
306 np.add(DBIDUtil.newPair(d, pair)); in sampleMinMax()
310 np.add(DBIDUtil.newPair(d, iter)); in sampleMinMax()
311 np.add(DBIDUtil.newPair(d, iter2)); in sampleMinMax()
324 np2.add(DBIDUtil.newPair(d, iter)); in sampleMinMax()
325 np2.add(DBIDUtil.newPair(d, pair)); in sampleMinMax()
329 np.add(DBIDUtil.newPair(d, iter)); in sampleMinMax()
330 np.add(DBIDUtil.newPair(d, iter2)); in sampleMinMax()
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/utils/collections/
H A DHashTable.c195 wKeyValuePair* newPair; in HashTable_Add() local
245 newPair = (wKeyValuePair*)malloc(sizeof(wKeyValuePair)); in HashTable_Add()
247 if (!newPair) in HashTable_Add()
253 newPair->key = key; in HashTable_Add()
254 newPair->value = value; in HashTable_Add()
255 newPair->next = table->bucketArray[hashValue]; in HashTable_Add()
256 table->bucketArray[hashValue] = newPair; in HashTable_Add()
/dports/devel/csoap/libsoap-1.1.0/utils/
H A Dhashtable.c235 hashpair_t *newPair = (hashpair_t *) malloc(sizeof(hashpair_t)); in hashtable_put() local
236 if (newPair == NULL) { in hashtable_put()
240 newPair->key = key; in hashtable_put()
241 newPair->value = value; in hashtable_put()
242 newPair->next = hashTable->bucketArray[hashValue]; in hashtable_put()
243 hashTable->bucketArray[hashValue] = newPair; in hashtable_put()
/dports/math/py-altgraph/altgraph-0.15/altgraph/
H A DGraphAlgo.py152 newPair = (val, key)
155 while insertionPoint > 0 and newPair < heap[(insertionPoint-1)//2]:
158 heap[insertionPoint] = newPair
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/telemetry/third_party/altgraph/altgraph/
H A DGraphAlgo.py133 newPair = (val,key)
136 while insertionPoint > 0 and newPair < heap[(insertionPoint-1)//2]:
139 heap[insertionPoint] = newPair
/dports/www/firefox-legacy/firefox-52.8.0esr/python/altgraph/altgraph/
H A DGraphAlgo.py133 newPair = (val,key)
136 while insertionPoint > 0 and newPair < heap[(insertionPoint-1)//2]:
139 heap[insertionPoint] = newPair
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/pion/webrtc/v3/
H A Ddatachannel_test.go44 offerPC, answerPC, err := newPair()
75 offerPC, answerPC, err := newPair()
118 offerPC, answerPC, err := newPair()
165 offerPC, answerPC, err := newPair()
216 offerPC, answerPC, err := newPair()
281 offerPC, answerPC, err := newPair()
292 offerPC, answerPC, err := newPair()
H A Dpeerconnection_close_test.go21 pcOffer, pcAnswer, err := newPair()
69 pcOffer, pcAnswer, err := newPair()
118 pcOffer, pcAnswer, err := newPair()
H A Dtrack_local_static_test.go68 offerer, answerer, err := newPair()
90 pcOffer, pcAnswer, err := newPair()
171 pcOffer, pcAnswer, err := newPair()
200 pcOffer, pcAnswer, err := newPair()
228 offerPC, answerPC, err := newPair()
H A Dsettingengine_test.go150 offerer, answerer, err := api.newPair(Configuration{})
168 newOfferer, newAnswerer, err := api.newPair(Configuration{})
191 offerer, answerer, err := api.newPair(Configuration{})
205 offerer, answerer, err = api.newPair(Configuration{})
/dports/devel/mutagen/mutagen-0.11.8/vendor/github.com/pion/webrtc/v2/
H A Ddatachannel_test.go29 offerPC, answerPC, err := newPair()
57 offerPC, answerPC, err := newPair()
100 offerPC, answerPC, err := newPair()
151 offerPC, answerPC, err := newPair()
219 offerPC, answerPC, err := newPair()
231 offerPC, answerPC, err := newPair()
H A Dpeerconnection_close_test.go21 pcOffer, pcAnswer, err := newPair()
70 pcOffer, pcAnswer, err := newPair()
/dports/biology/sra-tools/sra-tools-2.11.0/tools2/shared/include/
H A Dutility.hpp164 … auto const newPair = std::make_pair((index_t)char_store.size(), (index_t)ordered_list.size()); in operator []() local
169 ordered_list.insert((ordered_list.begin() + fnd.second), newPair); in operator []()
170 reverse_lookup.push_back(newPair.first); in operator []()
172 return (index_t)newPair.second; in operator []()
/dports/biology/subread/subread-2.0.2-source/src/longread-one/
H A DLRMhashtable.c282 KeyValuePair *newPair = (KeyValuePair *) malloc(sizeof(KeyValuePair)); in LRMHashTablePutReplace() local
283 if (newPair == NULL) { in LRMHashTablePutReplace()
287 newPair->key = key; in LRMHashTablePutReplace()
288 newPair->value = value; in LRMHashTablePutReplace()
289 newPair->next = hashTable->bucketArray[hashValue]; in LRMHashTablePutReplace()
290 hashTable->bucketArray[hashValue] = newPair; in LRMHashTablePutReplace()
/dports/misc/elki/elki-release0.7.1-1166-gfb1fffdf3/elki-core-dbids/src/main/java/de/lmu/ifi/dbs/elki/database/ids/
H A DDBIDFactory.java124 DBIDPair newPair(DBIDRef id1, DBIDRef id2); in newPair() method
133 DoubleDBIDPair newPair(double val, DBIDRef id); in newPair() method

12345