Home
last modified time | relevance | path

Searched refs:memoryList (Results 1 – 25 of 30) sorted by relevance

12

/dports/audio/bristol/bristol-0.60.10/brighton/
H A DbrightonMixerMenu.c57 static char *memoryList(guiSynth *);
289 {"Load Search ", -1, 20, loadShim, memoryList},
890 memoryList(synth); in songSel1()
901 memoryList(synth); in songSel2()
911 memoryList(synth); in songSel3()
921 memoryList(synth); in songSel4()
1079 memoryList(guiSynth *synth) in memoryList() function
/dports/cad/digital/Digital-0.27/src/main/java/de/neemann/digital/gui/components/
H A DProbeDialog.java72 List<Node> memoryList = model.findNode(n -> n instanceof RAMInterface); in ProbeDialog() local
73 if (memoryList.size() > 0) { in ProbeDialog()
77 for (Node n : memoryList) { in ProbeDialog()
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/baremetal/debugservers/uvsc/
H A Duvtargetdeviceselection.cpp102 QVariantList memoryList; in toMap() local
108 memoryList.push_back(m); in toMap()
110 map.insert(deviceMemoryKeyC, memoryList); in toMap()
151 const QVariantList memoryList = map.value(deviceMemoryKeyC).toList(); in fromMap() local
152 for (const auto &entry : memoryList) { in fromMap()
/dports/security/wolfssl/wolfssl-5.1.0/wolfssl/wolfcrypt/
H A Dmem_track.h113 typedef struct memoryList { struct
117 } memoryList; typedef
125 static memoryList ourMemList;
/dports/databases/mariadb105-client/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h113 typedef struct memoryList { struct
117 } memoryList; argument
125 static memoryList ourMemList;
/dports/databases/mariadb104-server/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h113 typedef struct memoryList {
117 } memoryList;
125 static memoryList ourMemList;
/dports/databases/mariadb104-client/mariadb-10.4.24/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h113 typedef struct memoryList { struct
117 } memoryList; argument
125 static memoryList ourMemList;
/dports/databases/mariadb105-server/mariadb-10.5.15/extra/wolfssl/wolfssl/wolfssl/wolfcrypt/
H A Dmem_track.h113 typedef struct memoryList { struct
117 } memoryList; argument
125 static memoryList ourMemList;
/dports/multimedia/handbrake/HandBrake-1.4.2/win/CS/HandBrake.Interop/Interop/Helpers/
H A DInteropUtilities.cs275 public static void FreeMemory(List<IntPtr> memoryList) in FreeMemory() argument
277 foreach (IntPtr memoryLocation in memoryList) in FreeMemory()
/dports/math/py-brial/BRiAl-1.2.10/cudd/
H A DcuddLCache.c576 hash->memoryList = NULL; in cuddHashTableInit()
628 memlist = hash->memoryList; in cuddHashTableQuit()
665 memlist = hash->memoryList; in cuddHashTableGenericQuit()
1543 mem[0] = (DdHashItem *) hash->memoryList; in cuddHashTableAlloc()
1544 hash->memoryList = mem; in cuddHashTableAlloc()
H A DcuddTable.c345 mem[0] = (DdNodePtr) unique->memoryList; in cuddAllocNode()
346 unique->memoryList = mem; in cuddAllocNode()
607 unique->memoryList = NULL; in cuddInitTable()
707 DdNodePtr *memlist = unique->memoryList; in cuddFreeTable()
717 unique->memoryList = NULL; in cuddFreeTable()
1011 memListTrav = unique->memoryList; in cuddGarbageCollect()
H A DcuddInt.h315 DdHashItem **memoryList; member
402 DdNode **memoryList; /* memory manager for symbol table */ in PBORI_PREFIX() local
H A DcuddReorder.c448 mem[0] = (DdNode *) table->memoryList; in cuddDynamicAllocNode()
449 table->memoryList = mem; in cuddDynamicAllocNode()
/dports/math/cudd/cudd-3.0.0/cudd/
H A DcuddLCache.c504 hash->memoryList = NULL; in cuddHashTableInit()
555 memlist = hash->memoryList; in cuddHashTableQuit()
587 memlist = hash->memoryList; in cuddHashTableGenericQuit()
1444 mem[0] = (DdHashItem *) hash->memoryList; in cuddHashTableAlloc()
1445 hash->memoryList = mem; in cuddHashTableAlloc()
H A DcuddTable.c300 mem[0] = (DdNodePtr) unique->memoryList; in cuddAllocNode()
301 unique->memoryList = mem; in cuddAllocNode()
568 unique->memoryList = NULL; in cuddInitTable()
672 DdNodePtr *memlist = unique->memoryList; in cuddFreeTable()
683 unique->memoryList = NULL; in cuddFreeTable()
971 memListTrav = unique->memoryList; in cuddGarbageCollect()
H A DcuddInt.h357 DdHashItem **memoryList; /**< list of memory blocks for items */ member
454 DdNode **memoryList; /**< memory manager for symbol table */ member
H A DcuddReorder.c404 mem[0] = (DdNode *) table->memoryList; in cuddDynamicAllocNode()
405 table->memoryList = mem; in cuddDynamicAllocNode()
/dports/math/brial/BRiAl-1.2.10/cudd/
H A DcuddLCache.c576 hash->memoryList = NULL; in cuddHashTableInit()
628 memlist = hash->memoryList; in cuddHashTableQuit()
665 memlist = hash->memoryList; in cuddHashTableGenericQuit()
1543 mem[0] = (DdHashItem *) hash->memoryList; in cuddHashTableAlloc()
1544 hash->memoryList = mem; in cuddHashTableAlloc()
H A DcuddTable.c345 mem[0] = (DdNodePtr) unique->memoryList; in cuddAllocNode()
346 unique->memoryList = mem; in cuddAllocNode()
607 unique->memoryList = NULL; in cuddInitTable()
707 DdNodePtr *memlist = unique->memoryList; in cuddFreeTable()
717 unique->memoryList = NULL; in cuddFreeTable()
1011 memListTrav = unique->memoryList; in cuddGarbageCollect()
H A DcuddInt.h315 DdHashItem **memoryList; member
402 DdNode **memoryList; /* memory manager for symbol table */ in PBORI_PREFIX() local
H A DcuddReorder.c448 mem[0] = (DdNode *) table->memoryList; in cuddDynamicAllocNode()
449 table->memoryList = mem; in cuddDynamicAllocNode()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/bdd/cudd/
H A DcuddLCache.c557 hash->memoryList = NULL; in cuddHashTableInit()
616 memlist = hash->memoryList; in cuddHashTableQuit()
1443 mem[0] = (DdHashItem *) hash->memoryList; in cuddHashTableAlloc()
1444 hash->memoryList = mem; in cuddHashTableAlloc()
H A DcuddTable.c303 mem[0] = (DdNodePtr) unique->memoryList; in cuddAllocNode()
304 unique->memoryList = mem; in cuddAllocNode()
572 unique->memoryList = NULL; in cuddInitTable()
663 DdNodePtr *memlist = unique->memoryList; in cuddFreeTable()
673 unique->memoryList = NULL; in cuddFreeTable()
980 memListTrav = unique->memoryList; in cuddGarbageCollect()
H A DcuddInt.h308 DdHashItem **memoryList; member
397 DdNode **memoryList; /* memory manager for symbol table */ member
H A DcuddReorder.c451 mem[0] = (DdNode *) table->memoryList; in cuddDynamicAllocNode()
452 table->memoryList = mem; in cuddDynamicAllocNode()

12