Home
last modified time | relevance | path

Searched defs:readShortInteger (Results 1 – 7 of 7) sorted by relevance

/dports/math/vtk8/VTK-8.2.0/IO/SegY/
H A DvtkSegYIOUtils.cxx37 short vtkSegYIOUtils::readShortInteger(std::streamoff pos, std::ifstream& in) in readShortInteger() function in vtkSegYIOUtils
44 short vtkSegYIOUtils::readShortInteger(std::ifstream& in) in readShortInteger() function in vtkSegYIOUtils
/dports/math/vtk9/VTK-9.1.0/IO/SegY/
H A DvtkSegYIOUtils.cxx37 short vtkSegYIOUtils::readShortInteger(std::streamoff pos, std::istream& in) in readShortInteger() function in vtkSegYIOUtils
44 short vtkSegYIOUtils::readShortInteger(std::istream& in) in readShortInteger() function in vtkSegYIOUtils
/dports/lang/spidermonkey60/firefox-60.9.0/modules/pdfium/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.cpp104 int32_t CJBig2_BitStream::readShortInteger(uint16_t* dwResult) { in readShortInteger() function in CJBig2_BitStream
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.cpp104 int32_t CJBig2_BitStream::readShortInteger(uint16_t* dwResult) { in readShortInteger() function in CJBig2_BitStream
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.cpp108 int32_t CJBig2_BitStream::readShortInteger(uint16_t* dwResult) { in readShortInteger() function in CJBig2_BitStream
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/core/fxcodec/jbig2/
H A DJBig2_BitStream.cpp108 int32_t CJBig2_BitStream::readShortInteger(uint16_t* dwResult) { in readShortInteger() function in CJBig2_BitStream
/dports/security/cryptlib/cryptlib-3.4.3/enc_dec/
H A Dasn1.h412 #define readShortInteger( stream, integer ) \ macro