Home
last modified time | relevance | path

Searched refs:pInteger (Results 1 – 25 of 68) sorted by relevance

123

/dports/comms/snap7/snap7-full-1.4.2/utility/Windows/HMITracer/SynPDF/
H A DSynLZ.pas495 pInteger(dst)^ := 0;
501 v := pInteger(src)^;
539 pInteger(dst)^ := 0;
555 pInteger(dst)^ := 0;
592 CW := pInteger(src)^;
599 pInteger(dst)^ := pInteger(src)^;
793 CW := pInteger(src)^;
865 CW := pInteger(src)^;
949 pInteger(dst)^ := 0;
956 v := pInteger(src)^;
[all …]
/dports/deskutils/ausweisapp2/AusweisApp2-1.22.2/src/card/base/asn1/
H A DASN1Util.cpp128 QByteArray Asn1IntegerUtil::getValue(const ASN1_INTEGER* pInteger) in getValue() argument
130 if (pInteger == nullptr) in getValue()
134 return QByteArray(reinterpret_cast<const char*>(pInteger->data), pInteger->length); in getValue()
/dports/math/scilab/scilab-6.1.1/scilab/modules/scicos/sci_gateway/cpp/
H A Dsci_set_xproperty.cpp86 std::vector<int> pInteger(pIn->get(), pIn->get() + pIn->getSize()); in sci_set_xproperty() local
87 set_pointer_xproperty(&pInteger[0]); in sci_set_xproperty()
/dports/multimedia/intel-media-sdk/MediaSDK-intel-mediasdk-22.1.0/_studio/shared/asc/src/
H A Dasc.cpp72 pInteger = nullptr; in ASCimageData()
128 if (pInteger == NULL) in InitFrame()
166 if (pInteger) in Close()
167 free(pInteger); in Close()
175 pInteger = nullptr; in Close()
572 m_support->gainCorrection.pInteger = nullptr; in VidRead_Init()
1021 …+= (videoIn->layer.pInteger[fPos].x - videoRef->layer.pInteger[fPos].x) * (videoIn->layer.pInteger in MotionAnalysis()
1022 …+= (videoIn->layer.pInteger[fPos].y - videoRef->layer.pInteger[fPos].y) * (videoIn->layer.pInteger in MotionAnalysis()
1023 *AbsMVHSize += (videoIn->layer.pInteger[fPos].x * videoIn->layer.pInteger[fPos].x); in MotionAnalysis()
1024 *AbsMVVSize += (videoIn->layer.pInteger[fPos].y * videoIn->layer.pInteger[fPos].y); in MotionAnalysis()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/basic/source/sbx/
H A Dsbxint.cxx193 nRes = *p->pInteger; break; in ImpGetInteger()
299 *p->pInteger = n; break; in ImpPutInteger()
471 nRes = *p->pInteger; break; in ImpGetInt64()
517 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutInt64()
591 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutInt64()
748 nRes = *p->pInteger; break; in ImpGetUInt64()
792 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutUInt64()
857 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutUInt64()
H A Dsbxulng.cxx163 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetULong()
216 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutULong()
260 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutULong()
H A Dsbxuint.cxx194 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetUShort()
256 aTmp.pInteger = &p->nInteger; in ImpPutUShort()
292 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutUShort()
H A Dsbxsng.cxx146 nRes = *p->pInteger; break; in ImpGetSingle()
187 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutSingle()
267 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutSingle()
H A Dsbxdbl.cxx114 nRes = *p->pInteger; break; in ImpGetDouble()
153 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutDouble()
242 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutDouble()
H A Dsbxlng.cxx156 nRes = *p->pInteger; break; in ImpGetLong()
201 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutLong()
276 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutLong()
H A Dsbxdate.cxx184 nRes = *p->pInteger; in ImpGetDate()
241 aTmp.pInteger = &p->nInteger; in ImpPutDate()
387 *p->pInteger = static_cast<sal_Int16>(n); in ImpPutDate()
H A Dsbxdec.cxx485 pnDecRes->setInt( *p->pInteger ); break; in ImpGetDecimal()
536 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutDecimal()
611 if( !pDec->getShort( *p->pInteger ) ) in ImpPutDecimal()
614 *p->pInteger = 0; in ImpPutDecimal()
H A Dsbxcurr.cxx292 nRes = sal_Int64(CURRENCY_FACTOR) * static_cast<sal_Int64>(*p->pInteger); in ImpGetCurrency()
339 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutCurrency()
428 *p->pInteger = static_cast<sal_uInt16>(val); break; in ImpPutCurrency()
H A Dsbxbool.cxx115 nRes = *p->pInteger ? SbxTRUE : SbxFALSE; break; in ImpGetBool()
198 *p->pInteger = n; break; in ImpPutBool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/basic/source/sbx/
H A Dsbxint.cxx192 nRes = *p->pInteger; break; in ImpGetInteger()
298 *p->pInteger = n; break; in ImpPutInteger()
470 nRes = *p->pInteger; break; in ImpGetInt64()
516 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutInt64()
590 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutInt64()
747 nRes = *p->pInteger; break; in ImpGetUInt64()
791 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutUInt64()
856 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutUInt64()
H A Dsbxulng.cxx163 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetULong()
216 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutULong()
260 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutULong()
H A Dsbxuint.cxx194 aTmp.nInteger = *p->pInteger; goto ref; in ImpGetUShort()
256 aTmp.pInteger = &p->nInteger; in ImpPutUShort()
292 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutUShort()
H A Dsbxlng.cxx156 nRes = *p->pInteger; break; in ImpGetLong()
201 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutLong()
276 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutLong()
H A Dsbxsng.cxx146 nRes = *p->pInteger; break; in ImpGetSingle()
187 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutSingle()
267 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutSingle()
H A Dsbxdbl.cxx114 nRes = *p->pInteger; break; in ImpGetDouble()
153 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutDouble()
242 *p->pInteger = static_cast<sal_Int16>(n); break; in ImpPutDouble()
H A Dsbxdate.cxx183 nRes = *p->pInteger; in ImpGetDate()
240 aTmp.pInteger = &p->nInteger; in ImpPutDate()
386 *p->pInteger = static_cast<sal_Int16>(n); in ImpPutDate()
H A Dsbxdec.cxx485 pnDecRes->setInt( *p->pInteger ); break; in ImpGetDecimal()
536 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutDecimal()
611 if( !pDec->getShort( *p->pInteger ) ) in ImpPutDecimal()
614 *p->pInteger = 0; in ImpPutDecimal()
H A Dsbxcurr.cxx292 nRes = sal_Int64(CURRENCY_FACTOR) * static_cast<sal_Int64>(*p->pInteger); in ImpGetCurrency()
339 aTmp.pInteger = &p->nInteger; goto direct; in ImpPutCurrency()
428 *p->pInteger = static_cast<sal_uInt16>(val); break; in ImpPutCurrency()
/dports/devel/indi/indi-1.9.1/drivers/telescope/
H A Dcrux_mount.h121 …t char* pCommand, const char* pResponse, char delimeter, double *pDouble, int *pInteger = nullptr);
130 int *pInteger = NULL);
/dports/japanese/skkinput3/skkinput-3.0.6/lib/lisp/
H A Dlsubfunc.c357 TLispEntity* pInteger ; in appendString() local
382 if (TFAILED (lispMgr_CreateInteger (pLispMgr, *pString, &pInteger))) in appendString()
384 lispEntity_SetCar (pLispMgr, pNewTail, pInteger) ; in appendString()

123