Home
last modified time | relevance | path

Searched refs:vTable (Results 1 – 25 of 352) sorted by relevance

12345678910>>...15

/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/vec/
H A DvecHsh.h47 Vec_Int_t * vTable; // hash table member
134 Vec_IntFree( p->vTable ); in Hsh_Int1ManStop()
172 int Item, * pPlace = Vec_IntEntryP( p->vTable, Hsh_Int1ManHash(Data, Vec_IntSize(p->vTable)) ); in Hsh_Int1ManLookupInt()
188 Vec_IntFill( p->vTable, Abc_PrimeCudd(2*Vec_IntSize(p->vTable)), -1 ); in Hsh_Int1ManAdd()
191 pPlace = Vec_IntEntryP( p->vTable, Hsh_Int1ManHash(Entry, Vec_IntSize(p->vTable)) ); in Hsh_Int1ManAdd()
258 Vec_IntFree( p->vTable ); in Hsh_IntManStop()
308 …int * pPlace = Vec_IntEntryP( p->vTable, Hsh_IntManHash(pData, p->nSize, Vec_IntSize(p->vTable)) ); in Hsh_IntManLookup()
320 Vec_IntFill( p->vTable, Abc_PrimeCudd(2*Vec_IntSize(p->vTable)), -1 ); in Hsh_IntManAdd()
461 Vec_IntFree( p->vTable ); in Hsh_VecManStop()
522 Vec_IntFill( p->vTable, Abc_PrimeCudd(2*Vec_IntSize(p->vTable)), -1 ); in Hsh_VecManAdd()
[all …]
H A DvecHash.h54 Vec_Int_t * vTable; // hash table member
91 p->vTable = Vec_IntStart( Abc_PrimeCudd(nSize) ); in Hash_IntManStart()
100 Vec_IntFree( p->vTable ); in Hash_IntManStop()
123 Vec_IntForEachEntry( p->vTable, Entry, i ) in Hash_IntManProfile()
151 …int * pPlace = Vec_IntEntryP( p->vTable, Hash_Int2ManHash(iData0, iData1, Vec_IntSize(p->vTable)) … in Hash_Int2ManLookup()
163 if ( nObjs > Vec_IntSize(p->vTable) ) in Hash_Int2ManInsert()
166 Vec_IntFill( p->vTable, Abc_PrimeCudd(2*Vec_IntSize(p->vTable)), 0 ); in Hash_Int2ManInsert()
205 …int * pPlace = Vec_IntEntryP( p->vTable, Hsh_Int3ManHash(iData0, iData1, iData2, Vec_IntSize(p->vT… in Hsh_Int3ManLookup()
217 if ( nObjs > Vec_IntSize(p->vTable) ) in Hsh_Int3ManInsert()
220 Vec_IntFill( p->vTable, Abc_PrimeCudd(2*Vec_IntSize(p->vTable)), 0 ); in Hsh_Int3ManInsert()
H A DvecMem.h60 Vec_Int_t * vTable; // hash table member
315 assert( p->vTable == NULL && p->vNexts == NULL ); in Vec_MemHashAlloc()
316 p->vTable = Vec_IntStartFull( Abc_PrimeCudd(nTableSize) ); in Vec_MemHashAlloc()
323 Vec_IntFreeP( &p->vTable ); in Vec_MemHashFree()
334 return uHash % Vec_IntSize(p->vTable); in Vec_MemHashKey()
338 int * pSpot = Vec_IntEntryP( p->vTable, Vec_MemHashKey(p, pEntry) ); in Vec_MemHashLookup()
350 int * pSpot = Vec_IntEntryP( p->vTable, e ); in Vec_MemHashProfile()
362 Vec_IntFill( p->vTable, Abc_PrimeCudd(2 * Vec_IntSize(p->vTable)), -1 ); in Vec_MemHashResize()
376 if ( p->nEntries > Vec_IntSize(p->vTable) ) in Vec_MemHashInsert()
/dports/x11-wm/compiz/compiz-0.8.8/src/
H A Dplugin.c111 p->vTable = &coreVTable; in cloaderLoadPlugin()
201 p->vTable = (*getInfo) (); in dlloaderLoadPlugin()
202 if (!p->vTable) in dlloaderLoadPlugin()
379 if (p->vTable->initObject) in initObjectTree()
397 if (p->vTable->initObject && p->vTable->finiObject) in initObjectTree()
407 if (p->vTable->initObject && p->vTable->finiObject) in initObjectTree()
433 if (p->vTable->initObject && p->vTable->finiObject) in finiObjectTree()
458 (*p->vTable->fini) (p); in initPlugin()
475 (*p->vTable->fini) (p); in finiPlugin()
565 p->vTable = 0; in loadPlugin()
[all …]
/dports/devel/jna/jna-5.7.0/contrib/platform/src/com/sun/jna/platform/win32/COM/
H A DIEnumIDList.java202 final Pointer[] vTable = new Pointer[7]; in PointerToIEnumIDList() local
203 vTablePointer.read(0, vTable, 0, 7); in PointerToIEnumIDList()
208 Function f = Function.getFunction(vTable[0], Function.ALT_CONVENTION); in PointerToIEnumIDList()
214 Function f = Function.getFunction(vTable[1], Function.ALT_CONVENTION); in PointerToIEnumIDList()
219 Function f = Function.getFunction(vTable[2], Function.ALT_CONVENTION); in PointerToIEnumIDList()
225 Function f = Function.getFunction(vTable[3], Function.ALT_CONVENTION); in PointerToIEnumIDList()
231 Function f = Function.getFunction(vTable[4], Function.ALT_CONVENTION); in PointerToIEnumIDList()
237 Function f = Function.getFunction(vTable[5], Function.ALT_CONVENTION); in PointerToIEnumIDList()
243 Function f = Function.getFunction(vTable[6], Function.ALT_CONVENTION); in PointerToIEnumIDList()
H A DIShellFolder.java460 final Pointer[] vTable = new Pointer[13]; in PointerToIShellFolder() local
461 vTablePointer.read(0, vTable, 0, 13); in PointerToIShellFolder()
466 Function f = Function.getFunction(vTable[0], Function.ALT_CONVENTION); in PointerToIShellFolder()
472 Function f = Function.getFunction(vTable[1], Function.ALT_CONVENTION); in PointerToIShellFolder()
477 Function f = Function.getFunction(vTable[2], Function.ALT_CONVENTION); in PointerToIShellFolder()
483 Function f = Function.getFunction(vTable[3], Function.ALT_CONVENTION); in PointerToIShellFolder()
493 Function f = Function.getFunction(vTable[4], Function.ALT_CONVENTION); in PointerToIShellFolder()
498 Function f = Function.getFunction(vTable[5], Function.ALT_CONVENTION); in PointerToIShellFolder()
504 Function f = Function.getFunction(vTable[6], Function.ALT_CONVENTION); in PointerToIShellFolder()
510 Function f = Function.getFunction(vTable[7], Function.ALT_CONVENTION); in PointerToIShellFolder()
[all …]
/dports/x11-wm/compiz-plugins-unsupported/compiz-plugins-unsupported-0.8.8/src/atlantis/
H A Dutil.c44 if (p && p->vTable->getObjectOptions) in getCurrentDeformation()
51 option = (*p->vTable->getObjectOptions) (p, (CompObject *)s, in getCurrentDeformation()
59 option = (*p->vTable->getObjectOptions) (p, (CompObject *)s, in getCurrentDeformation()
73 option = (*p->vTable->getObjectOptions) (p, (CompObject *)s, in getCurrentDeformation()
90 if (p && p->vTable->getObjectOptions) in getDeformationMode()
94 option = (*p->vTable->getObjectOptions) (p, (CompObject *)s, in getDeformationMode()
/dports/x11-wm/libcompizconfig/libcompizconfig-0.8.8/src/
H A Dmain.c641 if (cPrivate->backend->vTable->backendFini) in ccsSetBackend()
681 cPrivate->backend->vTable = vt; in ccsSetBackend()
1455 if (cPrivate->backend->vTable->backendFini) in ccsContextDestroy()
1668 return cPrivate->backend->vTable->name; in ccsGetBackend()
1817 if (cPrivate->backend->vTable->readInit) in ccsReadSettings()
1836 if (cPrivate->backend->vTable->readDone) in ccsReadSettings()
1854 if (cPrivate->backend->vTable->readInit) in ccsReadPluginSettings()
1867 if (cPrivate->backend->vTable->readDone) in ccsReadPluginSettings()
1885 if (cPrivate->backend->vTable->writeInit) in ccsWriteSettings()
1904 if (cPrivate->backend->vTable->writeDone) in ccsWriteSettings()
[all …]
/dports/x11-wm/compiz/compiz-0.8.8/plugins/
H A Dgconf.c503 gconfGetOption (object, option++, p->vTable->name); in gconfReloadObjectTree()
519 if (!p->vTable->getObjectOptions) in gconfReload()
549 if (p && p->vTable->getObjectOptions) in gconfSetOptionForPlugin()
557 gconfSetOption (object, option, p->vTable->name); in gconfSetOptionForPlugin()
576 if (status && p->vTable->getObjectOptions) in gconfInitPluginForObject()
581 option = (*p->vTable->getObjectOptions) (p, o, &nOption); in gconfInitPluginForObject()
583 gconfGetOption (o, option++, p->vTable->name); in gconfInitPluginForObject()
670 if (plugin->vTable->getObjectOptions) in gconfKeyChanged()
671 option = (*plugin->vTable->getObjectOptions) (plugin, object, in gconfKeyChanged()
682 plugin->vTable->name, in gconfKeyChanged()
[all …]
H A Dkconfig.cpp500 option = (*p->vTable->getObjectOptions) (p, object, &nOption); in kconfigReloadObjectTree()
502 kconfigGetOption (object, option++, p->vTable->name); in kconfigReloadObjectTree()
520 if (!p->vTable->getObjectOptions) in kconfigRcReload()
563 if (p && p->vTable->getObjectOptions) in kconfigSetOptionForPlugin()
568 option = (*p->vTable->getObjectOptions) (p, object, &nOption); in kconfigSetOptionForPlugin()
571 kconfigSetOption (object, option, p->vTable->name); in kconfigSetOptionForPlugin()
590 if (status && p->vTable->getObjectOptions) in kconfigInitPluginForObject()
595 option = (*p->vTable->getObjectOptions) (p, o, &nOption); in kconfigInitPluginForObject()
597 kconfigGetOption (o, option++, p->vTable->name); in kconfigInitPluginForObject()
698 if (!compInitPluginMetadataFromInfo (&kconfigMetadata, p->vTable->name, in kconfigInit()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/xpcom/reflect/xptcall/md/unix/
H A Dxptcinvoke_asm_sparc_netbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
H A Dxptcinvoke_asm_sparc_openbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
/dports/lang/spidermonkey60/firefox-60.9.0/xpcom/reflect/xptcall/md/unix/
H A Dxptcinvoke_asm_sparc_openbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
H A Dxptcinvoke_asm_sparc_netbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
/dports/www/firefox-legacy/firefox-52.8.0esr/xpcom/reflect/xptcall/md/unix/
H A Dxptcinvoke_asm_sparc_netbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
H A Dxptcinvoke_asm_sparc_openbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
/dports/mail/thunderbird/thunderbird-91.8.0/xpcom/reflect/xptcall/md/unix/
H A Dxptcinvoke_asm_sparc_netbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
H A Dxptcinvoke_asm_sparc_openbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
/dports/www/firefox/firefox-99.0/xpcom/reflect/xptcall/md/unix/
H A Dxptcinvoke_asm_sparc_netbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
H A Dxptcinvoke_asm_sparc_openbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
/dports/www/firefox-esr/firefox-91.8.0/xpcom/reflect/xptcall/md/unix/
H A Dxptcinvoke_asm_sparc_netbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
H A Dxptcinvoke_asm_sparc_openbsd.s33 add %i1,1,%i1 ! vTable is zero-based, index is 1 based (?)
34 ld [%i0],%l1 ! *that --> vTable
36 add %i1,%l1,%l1 ! vTable[index * 8], l1 now points to vTable entry
/dports/science/rdkit/rdkit-Release_2021_03_5/rdkit/ML/DecTree/
H A DBuildQuantTree.py43 vTable = [examples[x][var] for x in exIndices]
48 vTable, nBounds, resCodes, nPossibleRes)
51 vTable = ID3.GenVarTable((examples[x] for x in exIndices), nPossibleVals, [var])[0]
52 gainHere = entropy.InfoGain(vTable)
240 vTable = map(lambda x, z=best: x[z], examples)
241 … qBounds, gainHere = Quantize.FindVarMultQuantBounds(vTable, nBoundsPerVar[best], resCodes,
244 vTable = ID3.GenVarTable(examples, nPossibleVals, [best])[0]
245 gainHere = entropy.InfoGain(vTable)
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/bic/
H A Dqbic.cpp192 const QStringList vTable = it.value(); in diffVTables() local
193 if (vTable.count() != oldVTable.count()) { in diffVTables()
199 for (int i = 0; i < vTable.count(); ++i) { in diffVTables()
200 VTableDiffResult diffResult = diffVTableEntry(vTable.at(i), oldVTable.at(i)); in diffVTables()
207 vTable.at(i))); in diffVTables()
210 result.reimpMethods.append(QPair<QString, QString>(oldVTable.at(i), vTable.at(i))); in diffVTables()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DV_D_M_X_.py72 vTable, data = sstruct.unpack2(VDMX_vTableFmt, data)
76 group[vTable['yPelHeight']] = (vTable['yMax'], vTable['yMin'])
145 vTable = {'yPelHeight': yPelHeight, 'yMax': yMax, 'yMin': yMin}
146 data += sstruct.pack(VDMX_vTableFmt, vTable)

12345678910>>...15