Home
last modified time | relevance | path

Searched refs:nBit (Results 1 – 25 of 231) sorted by relevance

12345678910

/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/bastyp/
H A Dbitset.cxx29 IndexBitSet& IndexBitSet::operator-=(sal_uInt16 nBit) in operator -=() argument
31 sal_uInt16 nBlock = nBit / 32; in operator -=()
32 sal_uInt32 nBitVal = 1U << (nBit % 32); in operator -=()
47 IndexBitSet& IndexBitSet::operator|=( sal_uInt16 nBit ) in operator |=() argument
49 sal_uInt16 nBlock = nBit / 32; in operator |=()
50 sal_uInt32 nBitVal = 1U << (nBit % 32); in operator |=()
76 bool IndexBitSet::Contains( sal_uInt16 nBit ) const in Contains()
78 sal_uInt16 nBlock = nBit / 32; in Contains()
79 sal_uInt32 nBitVal = 1U << (nBit % 32); in Contains()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/bastyp/
H A Dbitset.cxx29 IndexBitSet& IndexBitSet::operator-=(sal_uInt16 nBit) in operator -=() argument
31 sal_uInt16 nBlock = nBit / 32; in operator -=()
32 sal_uInt32 nBitVal = 1U << (nBit % 32); in operator -=()
47 IndexBitSet& IndexBitSet::operator|=( sal_uInt16 nBit ) in operator |=() argument
49 sal_uInt16 nBlock = nBit / 32; in operator |=()
50 sal_uInt32 nBitVal = 1U << (nBit % 32); in operator |=()
76 bool IndexBitSet::Contains( sal_uInt16 nBit ) const in Contains()
78 sal_uInt16 nBlock = nBit / 32; in Contains()
79 sal_uInt32 nBitVal = 1U << (nBit % 32); in Contains()
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/misc/mvc/
H A DmvcLits.c46 int nWord, nBit, i; in Mvc_CoverAnyLiteral() local
58 nBit = Mvc_CubeWhichBit(i); in Mvc_CoverAnyLiteral()
77 nBit = Mvc_CubeWhichBit(i); in Mvc_CoverAnyLiteral()
107 int nWord, nBit; in Mvc_CoverBestLiteral() local
119 nBit = Mvc_CubeWhichBit(i); in Mvc_CoverBestLiteral()
123 if ( pCube->pData[nWord] & (1<<nBit) ) in Mvc_CoverBestLiteral()
165 int nWord, nBit; in Mvc_CoverWorstLiteral() local
177 nBit = Mvc_CubeWhichBit(i); in Mvc_CoverWorstLiteral()
290 int nWord, nBit; in Mvc_CoverCountLiterals() local
302 nBit = Mvc_CubeWhichBit(i); in Mvc_CoverCountLiterals()
[all …]
/dports/net/asterisk-g72x/asterisk-g72x-1.4.3/ipp/
H A Downg723.c62 Ipp32s nBit = 0; in GetParamFromBitstream() local
65 InfoBit = (Ipp16s)ExtractBits(pBitStream, &nBit, 2); in GetParamFromBitstream()
91 Params->sGrid[0] = (Ipp16s)ExtractBits(pBitStream, &nBit, 1); in GetParamFromBitstream()
92 Params->sGrid[1] = (Ipp16s)ExtractBits(pBitStream, &nBit, 1); in GetParamFromBitstream()
93 Params->sGrid[2] = (Ipp16s)ExtractBits(pBitStream, &nBit, 1); in GetParamFromBitstream()
94 Params->sGrid[3] = (Ipp16s)ExtractBits(pBitStream, &nBit, 1); in GetParamFromBitstream()
96 Params->sPosition[0] = ExtractBits(pBitStream, &nBit, 12); in GetParamFromBitstream()
97 Params->sPosition[1] = ExtractBits(pBitStream, &nBit, 12); in GetParamFromBitstream()
98 Params->sPosition[2] = ExtractBits(pBitStream, &nBit, 12); in GetParamFromBitstream()
99 Params->sPosition[3] = ExtractBits(pBitStream, &nBit, 12); in GetParamFromBitstream()
[all …]
/dports/lang/yap/yap-6.2.2/packages/cplint/
H A Dcplint_Prob.c87 i=v.nBit-1; in retFactor()
121 int index,mVarIndex,nBit,comp; in Prob() local
151 nBit=v.nBit; in Prob()
152 res=ProbBool(node,0,nBit,0,v,mVarIndex,vars,nodes,0); in Prob()
162 double ProbBool(DdNode *node, int bits, int nBit,int posBVar,variable v, in ProbBool() argument
173 if (nBit==0) in ProbBool()
196 res=ProbBool(T,bits+1,nBit-1,posBVar+1,v,mVarIndex,vars,nodes,comp); in ProbBool()
206 res=res+ ProbBool(F,bits,nBit-1,posBVar+1,v,mVarIndex,vars,nodes,comp2); in ProbBool()
212 res=ProbBool(node,bits+1,nBit-1,posBVar+1,v,mVarIndex,vars,nodes,comp)+ in ProbBool()
213 ProbBool(node,bits,nBit-1,posBVar+1,v,mVarIndex,vars,nodes,comp); in ProbBool()
H A Dcplint_yap.c53 v.nBit=(int)ceil(log(nVal)/log(2)); in createVars()
55 v.booleanVars=(DdNode * *) malloc(v.nBit* sizeof(DdNode *)); in createVars()
62 for (i=0;i<v.nBit;i++) in createVars()
77 Cudd_MakeTreeNode(mgr,b,v.nBit,MTR_FIXED); in createVars()
78 b=b+v.nBit; in createVars()
H A Dcplint.h35 int nVal,nBit; member
71 double ProbBool(DdNode *node, int bits, int nBit,int posBVar,variable v,
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Dload.cpp116 INT32 nBit; in BurnLoadBitField() local
118 nBit=(*pSrc)>>(7-(nPix&7)); nBit&=1; in BurnLoadBitField()
119 nBit<<=nField; // Move to correct bit for this field in BurnLoadBitField()
122 if ((nPix&1)==1) nBit<<=4; // use high nibble for each odd pixel in BurnLoadBitField()
124 *pDest|=nBit; // OR into destination in BurnLoadBitField()
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Dload.cpp116 INT32 nBit; in BurnLoadBitField() local
118 nBit=(*pSrc)>>(7-(nPix&7)); nBit&=1; in BurnLoadBitField()
119 nBit<<=nField; // Move to correct bit for this field in BurnLoadBitField()
122 if ((nPix&1)==1) nBit<<=4; // use high nibble for each odd pixel in BurnLoadBitField()
124 *pDest|=nBit; // OR into destination in BurnLoadBitField()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/inc/
H A Dbitset.hxx32 IndexBitSet& operator|=( sal_uInt16 nBit );
33 IndexBitSet& operator-=( sal_uInt16 nBit );
34 bool Contains( sal_uInt16 nBit ) const;
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/inc/
H A Dbitset.hxx30 IndexBitSet& operator|=( sal_uInt16 nBit );
31 IndexBitSet& operator-=( sal_uInt16 nBit );
32 bool Contains( sal_uInt16 nBit ) const;
/dports/lang/yap/yap-6.2.2/packages/cplint/approx/simplecuddLPADs/
H A DProblogBDD.c230 double ProbBool(extmanager MyManager, DdNode *node, int bits, int nBit,int posBVar,variable v, int …
767 int mVarIndex,nBit,index; in Prob() local
799 nBit=v.nBit; in Prob()
800 res=ProbBool(MyManager,node,0,nBit,0,v,comp); in Prob()
807 double ProbBool(extmanager MyManager, DdNode *node, int bits, int nBit,int posBVar,variable v, int … in ProbBool() argument
815 if (nBit==0) in ProbBool()
836 res=ProbBool(MyManager,T,bits+1,nBit-1,posBVar+1,v,comp); in ProbBool()
839 ProbBool(MyManager,F,bits,nBit-1,posBVar+1,v,comp); in ProbBool()
845 res=ProbBool(MyManager,node,bits+1,nBit-1,posBVar+1,v,comp); in ProbBool()
847 ProbBool(MyManager,node,bits,nBit-1,posBVar+1,v,comp); in ProbBool()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ixbm/
H A Dxbmread.cxx200 tools::Long nBit; in ParseData() local
230 nBit = nDigits = nValue = 0; in ParseData()
258 while( ( nCol < nWidth ) && ( nBit < nBits ) ) in ParseData()
259 … pAcc1->SetPixelOnData(pScanline, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite); in ParseData()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/ixbm/
H A Dxbmread.cxx194 long nBit; in ParseData() local
222 nBit = nDigits = nValue = 0; in ParseData()
250 while( ( nCol < nWidth ) && ( nBit < nBits ) ) in ParseData()
251 … pAcc1->SetPixelOnData(pScanline, nCol++, ( nValue & ( 1 << nBit++ ) ) ? aBlack : aWhite); in ParseData()
/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/ole/
H A Dvbainputstream.cxx152 …for( int nBit = 0; !mbEof && !mpInStrm->isEof() && (nBit < 8) && (nChunkPos < nChunkLen); ++nBit, … in updateChunk() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/ole/
H A Dvbainputstream.cxx153 …for( int nBit = 0; !mbEof && !mpInStrm->isEof() && (nBit < 8) && (nChunkPos < nChunkLen); ++nBit, … in updateChunk() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dexplode.cxx339 sal_uInt32 nBit; in ToString() local
342 nBit = (nBits >> (i -1) ) & 0x01; in ToString()
343 pChar[nLen - i] = nBit ? '1':'0'; in ToString()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dexplode.cxx339 sal_uInt32 nBit; in ToString() local
342 nBit = (nBits >> (i -1) ) & 0x01; in ToString()
343 pChar[nLen - i] = nBit ? '1':'0'; in ToString()
/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/disassembler/ARM64/
H A DA64DOpcode.h280 unsigned nBit() { return (m_opcode >> 22) & 0x1; } in nBit() function
395 unsigned nBit() { return (m_opcode >> 22) & 0x1; } in nBit() function
607 unsigned nBit() { return (m_opcode >> 21) & 0x1; } in nBit() function
622 unsigned nBit() { return (m_opcode >> 22) & 0x1; } in nBit() function
638 unsigned opNumber() { return (opc() << 1) | nBit(); } in opNumber()
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/disassembler/ARM64/
H A DA64DOpcode.h280 unsigned nBit() { return (m_opcode >> 22) & 0x1; } in nBit() function
395 unsigned nBit() { return (m_opcode >> 22) & 0x1; } in nBit() function
607 unsigned nBit() { return (m_opcode >> 21) & 0x1; } in nBit() function
622 unsigned nBit() { return (m_opcode >> 22) & 0x1; } in nBit() function
638 unsigned opNumber() { return (opc() << 1) | nBit(); } in opNumber()
/dports/databases/postgresql96-server/postgresql-9.6.24/contrib/bloom/
H A Dblutils.c250 int nBit, in signValue() local
271 nBit = myRand() % (state->opts.bloomLength * SIGNWORDBITS); in signValue()
272 SETBIT(sign, nBit); in signValue()
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/contrib/bloom/
H A Dblutils.c250 int nBit, in signValue() local
271 nBit = myRand() % (state->opts.bloomLength * SIGNWORDBITS); in signValue()
272 SETBIT(sign, nBit); in signValue()
/dports/databases/postgresql96-plpython/postgresql-9.6.24/contrib/bloom/
H A Dblutils.c250 int nBit, in signValue() local
271 nBit = myRand() % (state->opts.bloomLength * SIGNWORDBITS); in signValue()
272 SETBIT(sign, nBit); in signValue()
/dports/databases/postgresql10-plpython/postgresql-10.19/contrib/bloom/
H A Dblutils.c254 int nBit, in signValue() local
275 nBit = myRand() % (state->opts.bloomLength * SIGNWORDBITS); in signValue()
276 SETBIT(sign, nBit); in signValue()
/dports/databases/postgresql10-plperl/postgresql-10.19/contrib/bloom/
H A Dblutils.c254 int nBit, in signValue() local
275 nBit = myRand() % (state->opts.bloomLength * SIGNWORDBITS); in signValue()
276 SETBIT(sign, nBit); in signValue()

12345678910