Home
last modified time | relevance | path

Searched refs:ObjectDesc (Results 1 – 25 of 248) sorted by relevance

12345678910

/dports/cad/jspice3/jspice3-2.5/src/lib/sced/
H A Dcd.c1397 if (ObjectDesc->oRight < ObjectDesc->oLeft)
1399 if (ObjectDesc->oTop < ObjectDesc->oBottom)
1402 ObjectDesc->oLeft,ObjectDesc->oBottom,
1403 ObjectDesc->oRight,ObjectDesc->oTop);
1409 if (ObjectDesc->oRight < ObjectDesc->oLeft)
1411 if (ObjectDesc->oTop < ObjectDesc->oBottom)
1416 ObjectDesc->oLeft,ObjectDesc->oBottom,
1417 ObjectDesc->oRight,ObjectDesc->oTop);
1469 CDIntersect(ObjectDesc->oLeft,ObjectDesc->oBottom,ObjectDesc->oRight,
1564 CDIntersect(ObjectDesc->oLeft,ObjectDesc->oBottom,ObjectDesc->oRight,
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.cpp46 } ObjectDesc; typedef
48 static ObjectDesc* volatile objectDescList;
49 static ObjectDesc* *objectDescArr;
62 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
68 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapObjectCallbackForFirstIteration()
120 ObjectDesc *objectDesc; in agentProc()
150 …if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectDescCount * sizeof(ObjectDesc*)), (unsigned char**)&o… in agentProc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.cpp46 } ObjectDesc; typedef
48 static ObjectDesc* volatile objectDescList;
49 static ObjectDesc* *objectDescArr;
62 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
68 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapObjectCallbackForFirstIteration()
120 ObjectDesc *objectDesc; in agentProc()
150 …if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectDescCount * sizeof(ObjectDesc*)), (unsigned char**)&o… in agentProc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.cpp46 } ObjectDesc; typedef
48 static ObjectDesc* volatile objectDescList;
49 static ObjectDesc* *objectDescArr;
62 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
68 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapObjectCallbackForFirstIteration()
120 ObjectDesc *objectDesc; in agentProc()
150 …if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectDescCount * sizeof(ObjectDesc*)), (unsigned char**)&o… in agentProc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.cpp46 } ObjectDesc; typedef
48 static ObjectDesc* volatile objectDescList;
49 static ObjectDesc* *objectDescArr;
62 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
68 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapObjectCallbackForFirstIteration()
120 ObjectDesc *objectDesc; in agentProc()
150 …if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectDescCount * sizeof(ObjectDesc*)), (unsigned char**)&o… in agentProc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.cpp46 } ObjectDesc; typedef
48 static ObjectDesc* volatile objectDescList;
49 static ObjectDesc* *objectDescArr;
62 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
68 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapObjectCallbackForFirstIteration()
120 ObjectDesc *objectDesc; in agentProc()
150 …if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectDescCount * sizeof(ObjectDesc*)), (unsigned char**)&o… in agentProc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.cpp46 } ObjectDesc; typedef
48 static ObjectDesc* volatile objectDescList;
49 static ObjectDesc* *objectDescArr;
62 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
68 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapObjectCallbackForFirstIteration()
120 ObjectDesc *objectDesc; in agentProc()
150 …if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectDescCount * sizeof(ObjectDesc*)), (unsigned char**)&o… in agentProc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.c48 } ObjectDesc; typedef
50 static ObjectDesc* volatile objectDescList;
51 static ObjectDesc* *objectDescArr;
64 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
71 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in heapObjectCallbackForFirstIteration()
124 ObjectDesc *objectDesc; in agentProc()
157 NSK_CPP_STUB3(Allocate, jvmti, (objectDescCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverHeap/iterheap004/
H A Diterheap004.c48 } ObjectDesc; typedef
50 static ObjectDesc* volatile objectDescList;
51 static ObjectDesc* *objectDescArr;
64 ObjectDesc *objectDescBuf; in heapObjectCallbackForFirstIteration()
71 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in heapObjectCallbackForFirstIteration()
124 ObjectDesc *objectDesc; in agentProc()
157 NSK_CPP_STUB3(Allocate, jvmti, (objectDescCount * sizeof(ObjectDesc*)), in agentProc()
/dports/lang/oo2c/oo2c_64-2.1.11/tests/ssa/
H A DGeneric1.Mod4 Object* = POINTER TO ObjectDesc;
5 ObjectDesc* = RECORD
12 (ObjectDesc)
24 (ObjectDesc)
H A DGeneric50.Mod6 Object* = POINTER TO ObjectDesc;
7 ObjectDesc = RECORD
13 (ObjectDesc)
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.cpp48 } ObjectDesc; typedef
50 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
51 static ObjectDesc* *objectDescArr;
78 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapRootCallbackForFirstObjectsIteration()
156 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in stackReferenceCallbackForFirstObjectsIteration()
236 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in objectReferenceCallbackForFirstObjectsIteration()
314 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), in agentProc()
355 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.cpp48 } ObjectDesc; typedef
50 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
51 static ObjectDesc* *objectDescArr;
78 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapRootCallbackForFirstObjectsIteration()
156 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in stackReferenceCallbackForFirstObjectsIteration()
236 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in objectReferenceCallbackForFirstObjectsIteration()
314 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), in agentProc()
355 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.cpp48 } ObjectDesc; typedef
50 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
51 static ObjectDesc* *objectDescArr;
78 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapRootCallbackForFirstObjectsIteration()
156 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in stackReferenceCallbackForFirstObjectsIteration()
236 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in objectReferenceCallbackForFirstObjectsIteration()
314 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), in agentProc()
355 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.cpp48 } ObjectDesc; typedef
50 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
51 static ObjectDesc* *objectDescArr;
78 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapRootCallbackForFirstObjectsIteration()
156 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in stackReferenceCallbackForFirstObjectsIteration()
236 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in objectReferenceCallbackForFirstObjectsIteration()
314 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), in agentProc()
355 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.cpp48 } ObjectDesc; typedef
50 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
51 static ObjectDesc* *objectDescArr;
78 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapRootCallbackForFirstObjectsIteration()
156 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in stackReferenceCallbackForFirstObjectsIteration()
236 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in objectReferenceCallbackForFirstObjectsIteration()
314 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), in agentProc()
355 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.cpp48 } ObjectDesc; typedef
50 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
51 static ObjectDesc* *objectDescArr;
78 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in heapRootCallbackForFirstObjectsIteration()
156 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in stackReferenceCallbackForFirstObjectsIteration()
236 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), (unsigned char**)&objectDescBuf))) { in objectReferenceCallbackForFirstObjectsIteration()
314 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((sizeof(ObjectDesc)), in agentProc()
355 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.c50 } ObjectDesc; typedef
52 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
53 static ObjectDesc* *objectDescArr;
81 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in heapRootCallbackForFirstObjectsIteration()
162 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in stackReferenceCallbackForFirstObjectsIteration()
245 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in objectReferenceCallbackForFirstObjectsIteration()
326 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in agentProc()
371 NSK_CPP_STUB3(Allocate, jvmti, (objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverReachableObjects/iterreachobj002/
H A Diterreachobj002.c50 } ObjectDesc; typedef
52 static ObjectDesc *objectDescList, *objectDescListStart, *objectDescBuf;
53 static ObjectDesc* *objectDescArr;
81 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in heapRootCallbackForFirstObjectsIteration()
162 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in stackReferenceCallbackForFirstObjectsIteration()
245 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in objectReferenceCallbackForFirstObjectsIteration()
326 NSK_CPP_STUB3(Allocate, jvmti, (sizeof(ObjectDesc)), in agentProc()
371 NSK_CPP_STUB3(Allocate, jvmti, (objectCount * sizeof(ObjectDesc*)), in agentProc()
/dports/sysutils/acpica-tools/acpica-unix-20210930/source/components/executer/
H A Dexdebug.c192 ACPI_OPERAND_OBJECT *ObjectDesc; in AcpiExDoDebugObject() local
410 ObjectDesc = SourceDesc->Reference.Object; in AcpiExDoDebugObject()
413 switch (ObjectDesc->Common.Type) in AcpiExDoDebugObject()
445 ObjectDesc->Common.Type); in AcpiExDoDebugObject()
/dports/misc/rump/buildrump.sh-b914579/src/sys/external/bsd/acpica/dist/executer/
H A Dexdebug.c83 ACPI_OPERAND_OBJECT *ObjectDesc; in AcpiExDoDebugObject() local
301 ObjectDesc = SourceDesc->Reference.Object; in AcpiExDoDebugObject()
304 switch (ObjectDesc->Common.Type) in AcpiExDoDebugObject()
336 ObjectDesc->Common.Type); in AcpiExDoDebugObject()
/dports/games/atr3d/atr3d/
H A Dmainplayerthread.cpp23 void SetupObjSendData(int objnum, struct ObjectDesc *ObjData);
50 struct ObjectDesc ObjData; in SendPlayerData()
69 memcpy(SendData+DataSize, &ObjData, sizeof(struct ObjectDesc)); in SendPlayerData()
70 DataSize+=sizeof(struct ObjectDesc); in SendPlayerData()
169 void SetupObjSendData(int objnum, ObjectDesc *ObjData) in SetupObjSendData()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.c63 } ObjectDesc; typedef
68 static ObjectDesc* objectDescList = NULL;
79 int count, ObjectDesc objectDescList[], in getChainObjects()
115 int *objectsCount, ObjectDesc* *objectDescList, in getTestedObjects()
133 NSK_CPP_STUB3(Allocate, jvmti, (*objectsCount * sizeof(ObjectDesc)), in getTestedObjects()
260 int chainLength, ObjectDesc objectDescList[]) { in checkTestedObjects()
306 ObjectDesc* objectDescList, jobject rootObject) { in releaseTestedObjects()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp61 } ObjectDesc; typedef
66 static ObjectDesc* objectDescList = NULL;
77 int count, ObjectDesc objectDescList[], in getChainObjects()
111 int *objectsCount, ObjectDesc* *objectDescList, in getTestedObjects()
128 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((*objectsCount * sizeof(ObjectDesc)), in getTestedObjects()
246 int chainLength, ObjectDesc objectDescList[]) { in checkTestedObjects()
292 ObjectDesc* objectDescList, jobject rootObject) { in releaseTestedObjects()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/IterateOverObjectsReachableFromObject/iterobjreachobj001/
H A Diterobjreachobj001.cpp61 } ObjectDesc; typedef
66 static ObjectDesc* objectDescList = NULL;
77 int count, ObjectDesc objectDescList[], in getChainObjects()
111 int *objectsCount, ObjectDesc* *objectDescList, in getTestedObjects()
128 if (!NSK_JVMTI_VERIFY(jvmti->Allocate((*objectsCount * sizeof(ObjectDesc)), in getTestedObjects()
246 int chainLength, ObjectDesc objectDescList[]) { in checkTestedObjects()
292 ObjectDesc* objectDescList, jobject rootObject) { in releaseTestedObjects()

12345678910