Home
last modified time | relevance | path

Searched defs:is8Bit (Results 1 – 24 of 24) sorted by relevance

/dports/x11-toolkits/qt5-declarative-test/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/stubs/wtf/text/
H A DWTFString.h56 bool is8Bit() const { return false; } in is8Bit() function
/dports/x11-toolkits/qt5-declarative/kde-qtdeclarative-5.15.2p41/src/3rdparty/masm/stubs/wtf/text/
H A DWTFString.h56 bool is8Bit() const { return false; } in is8Bit() function
/dports/lang/mono/mono-5.10.1.57/external/corert/src/Native/Runtime/unix/
H A DHardwareExceptions.cpp67 uint64_t GetModRMOperandValue(uint8_t rex, uint8_t* ip, void* context, bool is8Bit, bool hasOpSizeP… in GetModRMOperandValue()
302 bool is8Bit = (code == 0xF6); in IsDivByZeroAnIntegerOverflow() local
/dports/devel/okteta/okteta-0.26.6/core/codecs/
H A Dtextcharcodec.cpp62 static bool is8Bit(QTextCodec* codec) in is8Bit() function
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Core/
H A DCwCheat.cpp616 const bool is8Bit = (line2.part1 & 0xFFFF0000) == 0; in InterpretNextCwCheat() local
676 const bool is8Bit = (arg >> 28) == 0x2; in InterpretNextCwCheat() local
752 const bool is8Bit = (line1.part1 >> 24) == 0xE1; in InterpretNextCwCheat() local
/dports/emulators/ppsspp/ppsspp-1.12.3/Core/
H A DCwCheat.cpp616 const bool is8Bit = (line2.part1 & 0xFFFF0000) == 0; in InterpretNextCwCheat() local
676 const bool is8Bit = (arg >> 28) == 0x2; in InterpretNextCwCheat() local
752 const bool is8Bit = (line1.part1 >> 24) == 0xE1; in InterpretNextCwCheat() local
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Core/
H A DCwCheat.cpp616 const bool is8Bit = (line2.part1 & 0xFFFF0000) == 0; in InterpretNextCwCheat() local
676 const bool is8Bit = (arg >> 28) == 0x2; in InterpretNextCwCheat() local
752 const bool is8Bit = (line1.part1 >> 24) == 0xE1; in InterpretNextCwCheat() local
/dports/net/libksieve/libksieve-21.12.3/src/parser/
H A Dlexer.cpp164 static inline bool is8Bit(signed char ch) in is8Bit() function
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/include/
H A Dv8-inspector.h48 bool is8Bit() const { return m_is8Bit; } in is8Bit() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/include/
H A Dv8-inspector.h48 bool is8Bit() const { return m_is8Bit; } in is8Bit() function
/dports/textproc/kibana6/kibana-6.8.16-darwin-x86_64/node/include/node/
H A Dv8-inspector.h46 bool is8Bit() const { return m_is8Bit; } in is8Bit() function
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node/include/node/
H A Dv8-platform.h46 * sequence. Tasks can be posted from any thread. in StringView()
/dports/www/node10/node-v10.24.1/deps/v8/include/
H A Dv8-inspector.h46 bool is8Bit() const { return m_is8Bit; } in is8Bit() function
/dports/lang/v8/v8-9.6.180.12/include/
H A Dv8-inspector.h56 bool is8Bit() const { return m_is8Bit; } in is8Bit() function
/dports/editors/calligra/calligra-3.2.1/filters/words/msword-odf/wv2/src/
H A Dustring.cpp393 bool UString::is8Bit() const in is8Bit() function in UString
/dports/textproc/wv2/wv2-0.4.2/src/
H A Dustring.cpp390 bool UString::is8Bit() const in is8Bit() function in UString
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/cmd/compile/internal/ssa/
H A Drewrite.go408 func is8Bit(n int64) bool { func
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DUString.cpp483 bool UString::is8Bit() const in is8Bit() function in JSC::UString
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DUString.cpp483 bool UString::is8Bit() const in is8Bit() function in JSC::UString
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DUString.cpp483 bool UString::is8Bit() const in is8Bit() function in JSC::UString
/dports/www/kf5-kjs/kjs-5.89.0/src/kjs/
H A Dustring.cpp1006 bool UString::is8Bit() const in is8Bit() function in KJS::UString
/dports/java/javamail/javamail-JAVAMAIL-1_6_2/mail/src/main/java/com/sun/mail/smtp/
H A DSMTPTransport.java1621 private boolean is8Bit(InputStream is) { in is8Bit() method in SMTPTransport
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/cmd/compile/internal/ssa/
H A Drewrite.go504 func is8Bit(n int64) bool { func
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/include/cpprest/details/
H A DSafeInt3.hpp1125 is8Bit = (sizeof(T) == 1), enumerator