Home
last modified time | relevance | path

Searched defs:nShift (Results 1 – 25 of 147) sorted by relevance

123456

/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/drv/capcom/
H A Dcps.cpp123 static INT32 CpsLoadOne(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOne()
152 static INT32 CpsLoadOnePang(UINT8 *Tile,INT32 nNum,INT32 nWord,INT32 nShift) in CpsLoadOnePang()
234 static INT32 CpsLoadOneBootleg(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneBootleg()
302 static INT32 CpsLoadOneBootlegType2(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneBootlegType2()
538 static INT32 CpsLoadOneSf2ebbl(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2ebbl()
578 static INT32 CpsLoadOneSf2b(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2b()
618 static INT32 CpsLoadOneSf2koryu(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2koryu()
661 static INT32 CpsLoadOneSf2stt(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2stt()
704 static INT32 CpsLoadOneWonder3b(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneWonder3b()
1602 inline static void Cps2Load100000(UINT8* Tile, UINT8* Sect, INT32 nShift) in Cps2Load100000()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/drv/capcom/
H A Dcps.cpp123 static INT32 CpsLoadOne(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOne()
152 static INT32 CpsLoadOnePang(UINT8 *Tile,INT32 nNum,INT32 nWord,INT32 nShift) in CpsLoadOnePang()
234 static INT32 CpsLoadOneBootleg(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneBootleg()
302 static INT32 CpsLoadOneBootlegType2(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneBootlegType2()
538 static INT32 CpsLoadOneSf2ebbl(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2ebbl()
578 static INT32 CpsLoadOneSf2b(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2b()
618 static INT32 CpsLoadOneSf2koryu(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2koryu()
661 static INT32 CpsLoadOneSf2stt(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneSf2stt()
704 static INT32 CpsLoadOneWonder3b(UINT8* Tile, INT32 nNum, INT32 nWord, INT32 nShift) in CpsLoadOneWonder3b()
1610 inline static void Cps2Load100000(UINT8* Tile, UINT8* Sect, INT32 nShift) in Cps2Load100000()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/ipcx/
H A Dipcx.cxx297 sal_uInt32 nShift = ( i & 7 ) ^ 7; in ImplReadBody() local
337 sal_uInt32 nShift = ( i & 7 ) ^ 7; in ImplReadBody() local
356 sal_uInt32 nShift = ( i & 7 ) ^ 7; in ImplReadBody() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/graphicfilter/ipcx/
H A Dipcx.cxx292 sal_uLong nShift = ( i & 7 ) ^ 7; in ImplReadBody() local
332 sal_uLong nShift = ( i & 7 ) ^ 7; in ImplReadBody() local
351 sal_uLong nShift = ( i & 7 ) ^ 7; in ImplReadBody() local
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/MACLib/
H A DUnBitArray.cpp72 inline int CUnBitArray::RangeDecodeFast(int nShift) in RangeDecodeFast()
91 inline int CUnBitArray::RangeDecodeFastWithUpdate(int nShift) in RangeDecodeFastWithUpdate()
150 int nShift = 0; in DecodeValueRange() local
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvcontour.cpp280 const qreal nShift = emptyEdge.length()/GlobalEdgesCount(); in GlobalEdge() local
326 const qreal nShift = edge.length()/n; in CutEdge() local
342 const qreal nShift = EmptySheetEdge().length()/GlobalEdgesCount(); in CutEmptySheetEdge() local
/dports/devel/upp/upp/bazaar/plugin/gdal/ogr/ogrsf_frmts/osm/
H A Dgpb.h80 int nShift = 0; in ReadVarInt32() local
117 int nShift = 0; in ReadVarUInt32() local
153 int nShift = 0; in ReadVarInt64() local
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java156 int nShift = blockSize - numBytes; in encrypt() local
233 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.base/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java157 int nShift = blockSize - numBytes; in encrypt() local
234 int nShift = blockSize - numBytes; in decrypt() local
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/crypto/provider/
H A DCipherFeedback.java156 int nShift = blockSize - numBytes; in encrypt() local
233 int nShift = blockSize - numBytes; in decrypt() local
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/graphic/
H A DGraphicID.cxx80 sal_Int32 nShift, nIndex = 0; in getIDString() local
/dports/audio/mac/mac-3.99-u4-b5-s7/src/MACLib/
H A DNNFilter.cpp6 CNNFilter::CNNFilter(int nOrder, int nShift, int nVersion) in CNNFilter()
H A DUnBitArray.cpp67 __inline int CUnBitArray::RangeDecodeFast(int nShift) in RangeDecodeFast()
82 __inline int CUnBitArray::RangeDecodeFastWithUpdate(int nShift) in RangeDecodeFastWithUpdate()
H A DMultichannelNNFilter.h10 CMultichannelNNFilter(int nOrder1, int nOrder2, int nShift) in CMultichannelNNFilter()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sal/textenc/
H A Dtcvtutf8.cxx39 int nShift; member
79 int nShift = -1; in ImplConvertUtf8ToUnicode() local
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sal/textenc/
H A Dtcvtutf8.cxx37 int nShift; member
75 int nShift = -1; in ImplConvertUtf8ToUnicode() local
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMIPSReflection.h15 uint32 nShift; member
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/inc/
H A Dscanlinewriter.hxx72 tools::Long nShift = (8 - mnColorBitSize) - ((mnX % mnColorsPerByte) * mnColorBitSize); in writeRGB() local

123456