Home
last modified time | relevance | path

Searched refs:objOffset (Results 1 – 25 of 99) sorted by relevance

1234

/dports/x11-toolkits/tktreectrl/tktreectrl-2.4.1/generic/
H A Dqebind.c1540 int objC = objc - objOffset; in QE_BindCmd()
1612 int objC = objc - objOffset; in QE_UnbindCmd()
1663 int objC = objc - objOffset; in QE_GenerateCmd()
1785 int objC = objc - objOffset; in QE_ConfigureCmd()
1828 objc -= objOffset + 3; in QE_ConfigureCmd()
1961 int objC = objc - objOffset; in QE_InstallCmd_New()
2092 int objC = objc - objOffset; in QE_InstallCmd_Old()
2214 int objC = objc - objOffset; in QE_InstallCmd()
2237 int objC = objc - objOffset; in QE_UninstallCmd_New()
2280 int objC = objc - objOffset; in QE_UninstallCmd_Old()
[all …]
H A Dqebind.h74 MODULE_SCOPE int QE_BindCmd(QE_BindingTable bindingTable, int objOffset, int objc,
76 MODULE_SCOPE int QE_ConfigureCmd(QE_BindingTable bindingTable, int objOffset, int objc,
78 MODULE_SCOPE int QE_GenerateCmd(QE_BindingTable bindingTable, int objOffset, int objc,
80 MODULE_SCOPE int QE_InstallCmd(QE_BindingTable bindingTable, int objOffset, int objc,
82 MODULE_SCOPE int QE_UnbindCmd(QE_BindingTable bindingTable, int objOffset, int objc,
84 MODULE_SCOPE int QE_UninstallCmd(QE_BindingTable bindingTable, int objOffset, int objc,
86 MODULE_SCOPE int QE_LinkageCmd(QE_BindingTable bindingTable, int objOffset, int objc,
/dports/www/squid/squid-4.15/src/fs/rock/
H A DRockIoState.cc37 objOffset(0), in IoState()
108 if (sidCurrent < 0 || coreOff < objOffset) { in read_()
111 objOffset = 0; in read_()
114 while (sidCurrent >= 0 && coreOff >= objOffset + currentReadableSlice().size) { in read_()
115 objOffset += currentReadableSlice().size; in read_()
133 static_cast<size_t>(objOffset + currentReadableSlice().size - coreOff)); in read_()
135 const auto start = diskOffset + sizeof(DbCellHeader) + coreOff - objOffset; in read_()
/dports/lang/squeak/Squeak-4.10.2.2614-src/Cross/plugins/Squeak3D/
H A Db3dRemap.c212 int faceOffset, edgeOffset, attrOffset, aetOffset, objOffset, i; in b3dValidateAndRemapState() local
267 objOffset = (int)obj - (int)obj->This; in b3dValidateAndRemapState()
268 if(objOffset) { in b3dValidateAndRemapState()
272 b3dRemapFaceVertices(state->faceAlloc, objOffset, firstVtx, lastVtx); in b3dValidateAndRemapState()
273 b3dRemapEdgeVertices(state->edgeAlloc, objOffset, firstVtx, lastVtx); in b3dValidateAndRemapState()
/dports/graphics/dcp2icc/dcp2icc-0.1/XMP-Toolkit-SDK-4.4.2/samples/source/common/
H A DDumpFile.cpp2192 LFA_Seek (file, objOffset, SEEK_SET); in GetASFObjectInfo()
2212 indent.c_str(), kASF_KnownObjects[infoIndex].name, objOffset, objOffset, size32); in GetASFObjectInfo()
2215 indent.c_str(), objOffset, objOffset, size32); in GetASFObjectInfo()
2256 LFA_Seek (file, objOffset, SEEK_SET); in DumpASFFileProperties()
2310 LFA_Seek (file, objOffset, SEEK_SET); in DumpASFContentDescription()
2450 XMP_Uns32 objOffset; in DumpASF() local
2470 for (objOffset = (16+8+4+2); objOffset < headerLen; objOffset += objLen, --nestedCount) { in DumpASF()
2497 objOffset, nestedCount); in DumpASF()
2498 objOffset = headerLen; in DumpASF()
2515 for (objOffset += objLen; objOffset < asfLen; objOffset += objLen) { in DumpASF()
[all …]
/dports/math/highs/HiGHS-cfe064e/src/io/
H A DHMPSIO.h49 int& numRow, int& numCol, ObjSense& objSense, double& objOffset,
58 const int& numCol, const ObjSense& objSense, const double& objOffset,
H A DHMPSIO.cpp32 ObjSense& objSense, double& objOffset, in readMPS() argument
43 objOffset = 0; in readMPS()
239 objOffset = -data[0]; // Objective offset in readMPS()
522 const int& numCol, const ObjSense& objSense, const double& objOffset, in writeMPS() argument
596 if (objOffset) have_rhs = true; in writeMPS()
708 if (objOffset) { in writeMPS()
710 double v = -(int)objSense * objOffset; in writeMPS()
/dports/science/py-scipy/scipy-1.7.1/scipy/optimize/_highs/src/io/
H A DHMPSIO.h49 int& numRow, int& numCol, ObjSense& objSense, double& objOffset,
58 const int& numCol, const ObjSense& objSense, const double& objOffset,
H A DHMPSIO.cpp32 ObjSense& objSense, double& objOffset, in readMPS() argument
42 objOffset = 0; in readMPS()
238 objOffset = -data[0]; // Objective offset in readMPS()
521 const int& numCol, const ObjSense& objSense, const double& objOffset, in writeMPS() argument
594 if (objOffset) have_rhs = true; in writeMPS()
706 if (objOffset) { in writeMPS()
708 double v = -(int)objSense * objOffset; in writeMPS()
/dports/x11-toolkits/tk85/tk8.5.19/generic/
H A DtkConfig.c643 if (specPtr->objOffset >= 0) { in DoObjConfig()
644 slotPtrPtr = (Tcl_Obj **) (recordPtr + specPtr->objOffset); in DoObjConfig()
1408 if (specPtr->objOffset >= 0) { in Tk_RestoreSavedOptions()
1429 if (specPtr->objOffset >= 0) { in Tk_RestoreSavedOptions()
1430 *((Tcl_Obj **) (savePtr->recordPtr + specPtr->objOffset)) in Tk_RestoreSavedOptions()
1586 if (specPtr->objOffset >= 0) { in Tk_FreeConfigOptions()
1587 oldPtrPtr = (Tcl_Obj **) (recordPtr + specPtr->objOffset); in Tk_FreeConfigOptions()
1865 if (optionPtr->specPtr->objOffset >= 0) { in GetConfigList()
1867 + optionPtr->specPtr->objOffset)); in GetConfigList()
2060 if (optionPtr->specPtr->objOffset >= 0) { in Tk_GetOptionValue()
[all …]
/dports/x11-toolkits/tk86/tk8.6.12/generic/
H A DtkConfig.c587 if (specPtr->objOffset >= 0) { in DoObjConfig()
588 slotPtrPtr = (Tcl_Obj **) (recordPtr + specPtr->objOffset); in DoObjConfig()
1377 if (specPtr->objOffset >= 0) { in Tk_RestoreSavedOptions()
1398 if (specPtr->objOffset >= 0) { in Tk_RestoreSavedOptions()
1399 *((Tcl_Obj **) (savePtr->recordPtr + specPtr->objOffset)) in Tk_RestoreSavedOptions()
1554 if (specPtr->objOffset >= 0) { in Tk_FreeConfigOptions()
1555 oldPtrPtr = (Tcl_Obj **) (recordPtr + specPtr->objOffset); in Tk_FreeConfigOptions()
1832 if (optionPtr->specPtr->objOffset >= 0) { in GetConfigList()
1834 + optionPtr->specPtr->objOffset)); in GetConfigList()
2027 if (optionPtr->specPtr->objOffset >= 0) { in Tk_GetOptionValue()
[all …]
/dports/x11-toolkits/tk87/tk8.7a5/generic/
H A DtkConfig.c587 if (specPtr->objOffset != TCL_INDEX_NONE) { in DoObjConfig()
588 slotPtrPtr = (Tcl_Obj **) ((char *)recordPtr + specPtr->objOffset); in DoObjConfig()
1377 if (specPtr->objOffset != TCL_INDEX_NONE) { in Tk_RestoreSavedOptions()
1398 if (specPtr->objOffset != TCL_INDEX_NONE) { in Tk_RestoreSavedOptions()
1399 *((Tcl_Obj **) ((char *)savePtr->recordPtr + specPtr->objOffset)) in Tk_RestoreSavedOptions()
1552 if (specPtr->objOffset != TCL_INDEX_NONE) { in Tk_FreeConfigOptions()
1553 oldPtrPtr = (Tcl_Obj **) ((char *)recordPtr + specPtr->objOffset); in Tk_FreeConfigOptions()
1828 if (optionPtr->specPtr->objOffset != TCL_INDEX_NONE) { in GetConfigList()
1830 + optionPtr->specPtr->objOffset)); in GetConfigList()
2023 if (optionPtr->specPtr->objOffset != TCL_INDEX_NONE) { in Tk_GetOptionValue()
[all …]
/dports/math/osi/Osi-0.108.6/Osi/examples/
H A Dopbdp_solve.cpp231 double objOffset=0.0; in solve() local
232 model->getDblParam(OsiObjOffset,objOffset); in solve()
235 objMultiplier,elMultiplier,objOffset); in solve()
413 double objOffset=0.0; in solveOpbdp() local
414 model->getDblParam(OsiObjOffset,objOffset); in solveOpbdp()
443 double objValue = - objOffset; in solveOpbdp()
/dports/math/clp/Clp-1.17.3/Osi/examples/
H A Dopbdp_solve.cpp231 double objOffset=0.0; in solve() local
232 model->getDblParam(OsiObjOffset,objOffset); in solve()
235 objMultiplier,elMultiplier,objOffset); in solve()
413 double objOffset=0.0; in solveOpbdp() local
414 model->getDblParam(OsiObjOffset,objOffset); in solveOpbdp()
443 double objValue = - objOffset; in solveOpbdp()
/dports/devel/codeblocks/codeblocks-20.03/src/plugins/contrib/source_exporter/wxPdfDocument/src/
H A Dpdfobjects.cpp325 int objOffset = -1; in GetObjOffset() local
328 objOffset = m_objOffsets[index]; in GetObjOffset()
330 return objOffset; in GetObjOffset()
/dports/math/clp/Clp-1.17.3/Clp/examples/
H A DmakeDual.cpp76 double objOffset = 0.0; in main() local
89 objOffset += offset * objective[iColumn]; in main()
171 modelDual.setObjectiveOffset(objOffset); in main()
/dports/textproc/exempi/exempi-2.5.2/samples/source/common/
H A DDumpFile.cpp2524 LFA_Seek (file, objOffset, SEEK_SET); in GetASFObjectInfo()
2544 indent.c_str(), kASF_KnownObjects[infoIndex].name, objOffset, objOffset, size32); in GetASFObjectInfo()
2547 indent.c_str(), objOffset, objOffset, size32); in GetASFObjectInfo()
2589 LFA_Seek (file, objOffset, SEEK_SET); in DumpASFFileProperties()
2643 LFA_Seek (file, objOffset, SEEK_SET); in DumpASFContentDescription()
2783 XMP_Uns32 objOffset; in DumpASF() local
2803 for (objOffset = (16+8+4+2); objOffset < headerLen; objOffset += objLen, --nestedCount) { in DumpASF()
2830 objOffset, nestedCount); in DumpASF()
2831 objOffset = headerLen; in DumpASF()
2848 for (objOffset += objLen; objOffset < asfLen; objOffset += objLen) { in DumpASF()
[all …]
/dports/devel/git-lfs/git-lfs-3.0.2/vendor/github.com/git-lfs/gitobj/v2/pack/
H A Dpackfile.go185 func (p *Packfile) findBase(typ PackedObjectType, offset, objOffset int64) (Chain, int64, error) {
216 baseOffset = objOffset - baseOffset
/dports/x11-toolkits/p5-Tk/Tk-804.035/pTk/mTk/generic/
H A DtkConfig.c667 if (specPtr->objOffset >= 0) {
668 slotPtrPtr = (Tcl_Obj **) (recordPtr + specPtr->objOffset);
1525 if (specPtr->objOffset >= 0) {
1526 newPtr = *((Tcl_Obj **) (savePtr->recordPtr + specPtr->objOffset));
1546 if (specPtr->objOffset >= 0) {
1547 *((Tcl_Obj **) (savePtr->recordPtr + specPtr->objOffset))
1749 if (specPtr->objOffset >= 0) {
1750 oldPtrPtr = (Tcl_Obj **) (recordPtr + specPtr->objOffset);
2051 if (optionPtr->specPtr->objOffset >= 0) {
2053 + optionPtr->specPtr->objOffset));
[all …]
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DUMXTools.cpp267 int32 objOffset = ReadIndex(file); in ReadExportTableEntry() local
268 if(objSize <= 0 || objOffset <= static_cast<int32>(sizeof(FileHeader))) in ReadExportTableEntry()
275 FileReader chunk = file.GetChunkAt(objOffset, objSize); in ReadExportTableEntry()
/dports/lang/gcc6-aux/gcc-6-20180516/libjava/classpath/java/text/
H A DBidi.java924 Object[] objs, int objOffset, int count) in reorderVisually() argument
963 Object tmpo = objs[objOffset + end - i - 1]; in reorderVisually()
964 objs[objOffset + end - i - 1] = objs[objOffset + start + i]; in reorderVisually()
965 objs[objOffset + start + i] = tmpo; in reorderVisually()
/dports/lang/gcc48/gcc-4.8.5/libjava/classpath/java/text/
H A DBidi.java924 Object[] objs, int objOffset, int count) in reorderVisually() argument
963 Object tmpo = objs[objOffset + end - i - 1]; in reorderVisually()
964 objs[objOffset + end - i - 1] = objs[objOffset + start + i]; in reorderVisually()
965 objs[objOffset + start + i] = tmpo; in reorderVisually()
/dports/lang/gnat_util/gcc-6-20180516/libjava/classpath/java/text/
H A DBidi.java924 Object[] objs, int objOffset, int count) in reorderVisually() argument
963 Object tmpo = objs[objOffset + end - i - 1]; in reorderVisually()
964 objs[objOffset + end - i - 1] = objs[objOffset + start + i]; in reorderVisually()
965 objs[objOffset + start + i] = tmpo; in reorderVisually()
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libjava/classpath/java/text/
H A DBidi.java924 Object[] objs, int objOffset, int count) in reorderVisually() argument
963 Object tmpo = objs[objOffset + end - i - 1]; in reorderVisually()
964 objs[objOffset + end - i - 1] = objs[objOffset + start + i]; in reorderVisually()
965 objs[objOffset + start + i] = tmpo; in reorderVisually()
/dports/devel/mingw32-gcc/gcc-4.8.1/libjava/classpath/java/text/
H A DBidi.java924 Object[] objs, int objOffset, int count) in reorderVisually() argument
963 Object tmpo = objs[objOffset + end - i - 1]; in reorderVisually()
964 objs[objOffset + end - i - 1] = objs[objOffset + start + i]; in reorderVisually()
965 objs[objOffset + start + i] = tmpo; in reorderVisually()

1234