Home
last modified time | relevance | path

Searched refs:pbStart (Results 1 – 18 of 18) sorted by relevance

/dports/graphics/freeimage/FreeImage/Source/LibJXR/image/sys/
H A Dstrcodec.c1071 pIO->pbStart = (U8*)pIO - PACKETLENGTH * 2; in attachISRead()
1072 pIO->pbCurrent = pIO->pbStart; in attachISRead()
1076 pWS->Read(pWS, pIO->pbStart, PACKETLENGTH * 2); in attachISRead()
1080 pIO->uiAccumulator = load4BE(pIO->pbStart); in attachISRead()
1104 pWS->Read(pWS, pIO->pbStart, PACKETLENGTH); in readIS()
1109 pIO->uiShadow = *(U32*)pIO->pbStart; in readIS()
1112 pIO->pbStart = MASKPTR(pIO->pbStart + PACKETLENGTH, pIO->iMask); in readIS()
1146 pIO->pbStart = (U8*)pIO - PACKETLENGTH * 2; in attachISWrite()
1147 pIO->pbCurrent = pIO->pbStart; in attachISWrite()
1172 pIO->pbStart = MASKPTR(pIO->pbStart + PACKETLENGTH, pIO->iMask); in writeIS()
[all …]
H A Dstrcodec.h180 U8* pbStart; // start pointer member
/dports/math/asymptote/asymptote-2.67/prc/
H A DPRCbitStream.cc164 *pbStart, in operator <<() local
224 pbStart=pb; in operator <<()
242 if(pb!=pbStart && (pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
270 if((pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
/dports/print/texlive-base/texlive-20150521-source/utils/asymptote/prc/
H A DPRCbitStream.cc164 *pbStart, in operator <<() local
224 pbStart=pb; in operator <<()
242 if(pb!=pbStart && (pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
270 if((pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
/dports/math/mathgl/mathgl-2.5/src/prc/
H A DPRCbitStream.cc164 *pbStart, in operator <<() local
224 pbStart=pb; in operator <<()
242 if(pb!=pbStart && (pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
270 if((pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
/dports/print/scribus-devel/scribus-1.5.7/scribus/third_party/prc/
H A DPRCbitStream.cc163 *pbStart, in operator <<() local
223 pbStart=pb; in operator <<()
241 if(pb!=pbStart && (pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
269 if((pbResult=SEARCHBYTE(BEFOREBYTE(pb),*pb,DIFFPOINTERS(pb,pbStart)))!=NULL) in operator <<()
/dports/devel/kf5-kio/kio-5.89.0/tests/
H A Dkioslavetest.cpp153 pbStart = new QPushButton(QStringLiteral("&Start"), main_widget); in KioslaveTest()
154 pbStart->setFixedSize(pbStart->sizeHint()); in KioslaveTest()
155 connect(pbStart, &QAbstractButton::clicked, this, &KioslaveTest::startJob); in KioslaveTest()
156 hbLayout->addWidget(pbStart, 5); in KioslaveTest()
225 pbStart->setEnabled(false); in startJob()
322 pbStart->setEnabled(true); in slotResult()
477 pbStart->setEnabled(true); in stopJob()
H A Dkioslavetest.h82 QPushButton *pbStart; variable
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/eval/org/eclipse/jdt/internal/eval/
H A DVariablesEvaluator.java91 int pbStart = problem.getSourceStart() - var.declarationStart; in addEvaluationResultForCompilationProblem() local
94 if ((0 <= pbStart) && (pbEnd < typeLength)) { in addEvaluationResultForCompilationProblem()
99 pbStart -= typeLength + 1; // type length + space in addEvaluationResultForCompilationProblem()
103 problem.setSourceStart(pbStart); in addEvaluationResultForCompilationProblem()
/dports/security/keepass/KeePass-2.49-Source/KeePass/Util/
H A DBinaryDataClassifier.cs158 byte[] pbStart = MemUtil.Mid<byte>(pbData, 0, pbSig.Length); in GetStringEncoding()
159 if(MemUtil.ArraysEqual(pbStart, pbSig)) in GetStringEncoding()
/dports/audio/fdk-aac/fdk-aac-2.0.2/libSACdec/src/
H A Dsac_bitdec.cpp1744 int ps, pb, pg, pbStride, dataBands, pbStart, pbStop, in decodeAndMapFrameSmg() local
1785 pbStart = aGroupToBand[pg]; in decodeAndMapFrameSmg()
1787 for (pb = pbStart; pb < pbStop; pb++) { in decodeAndMapFrameSmg()
/dports/multimedia/handbrake/fdk-aac-2.0.1/libSACdec/src/
H A Dsac_bitdec.cpp1740 int ps, pb, pg, pbStride, dataBands, pbStart, pbStop, in decodeAndMapFrameSmg() local
1781 pbStart = aGroupToBand[pg]; in decodeAndMapFrameSmg()
1783 for (pb = pbStart; pb < pbStop; pb++) { in decodeAndMapFrameSmg()
/dports/graphics/silgraphite/silgraphite-2.3.1/engine/src/segment/
H A DGrPassActionCode.cpp62 byte * pbStart, bool fConstraints, in RunCommandCode() argument
65 byte * pbNext = pbStart; in RunCommandCode()
H A DGrPass.h278 byte * pbStart, bool fConstraints,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Dww8scan.hxx951 sal_uInt16 WhereIdx(bool* pbStart, WW8_CP * pPos=nullptr) const;
H A Dww8scan.cxx5080 sal_uInt16 WW8PLCFMan::WhereIdx(bool *const pbStart, WW8_CP *const pPos) const in WhereIdx() argument
5113 if( pbStart ) in WhereIdx()
5114 *pbStart = bStart; in WhereIdx()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Dww8scan.hxx957 sal_uInt16 WhereIdx(bool* pbStart, WW8_CP * pPos=nullptr) const;
H A Dww8scan.cxx5106 sal_uInt16 WW8PLCFMan::WhereIdx(bool *const pbStart, WW8_CP *const pPos) const in WhereIdx() argument
5139 if( pbStart ) in WhereIdx()
5140 *pbStart = bStart; in WhereIdx()