Home
last modified time | relevance | path

Searched refs:GetBinary (Results 1 – 25 of 194) sorted by relevance

12345678

/dports/editors/biew/biew-610/addons/tools/
H A Ddig_conv.c35 if(byte) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
37 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
39 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
41 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
43 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
45 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
47 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
49 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
54 if(byte) { b = GetBinary(byte); strcat(buff,&b[4]); started = True; } in GetFullBin()
67 if(byte || started) { b = GetBinary(byte); strcat(buff,&b[4]); } in GetFullBin()
[all …]
/dports/security/rcracki_mt/rcracki_mt_0.7.0_src/rcracki_mt/
H A DrcrackiThread.cpp242 t_Binary = cwc.GetBinary(); in CheckAlarm()
300 t_Binary = cwc.GetBinary(); in CheckAlarm()
347 t_Binary = cwc.GetBinary(); in CheckAlarmO()
405 t_Binary = cwc.GetBinary(); in CheckAlarmO()
449 std::string rcrackiThread::GetBinary() in GetBinary() function in rcrackiThread
H A DrcrackiThread.h82 std::string GetBinary();
H A DChainWalkContext.h97 std::string GetBinary();
H A DCrackEngine.cpp593 …(!writeResultLineToFile(outputFile, rThread->GetHash(), rThread->GetPlain(), rThread->GetBinary())) in SearchTableChunkOld()
596 hs.SetPlain(rThread->GetHash(), rThread->GetPlain(), rThread->GetBinary()); in SearchTableChunkOld()
602 …std::string buffer = "sHash=" + rThread->GetHash() + ":" + rThread->GetBinary() + ":" + rThread->G… in SearchTableChunkOld()
921 …(!writeResultLineToFile(outputFile, rThread->GetHash(), rThread->GetPlain(), rThread->GetBinary())) in SearchTableChunk()
924 hs.SetPlain(rThread->GetHash(), rThread->GetPlain(), rThread->GetBinary()); in SearchTableChunk()
930 …std::string buffer = "sHash=" + rThread->GetHash() + ":" + rThread->GetBinary() + ":" + rThread->G… in SearchTableChunk()
/dports/security/gopass/gopass-1.13.0/internal/backend/crypto/age/
H A Daskpass.go66 return "", fmt.Errorf("pinentry (%s) error: %w", pinentry.GetBinary(), err)
80 return "", fmt.Errorf("pinentry (%s) error: %w", pinentry.GetBinary(), err)
/dports/security/gopass/gopass-1.13.0/vendor/github.com/gopasspw/pinentry/
H A Dpinentry_others.go8 func GetBinary() string { func
H A Dpinentry_darwin.go8 func GetBinary() string { func
H A Dpinentry_windows.go8 func GetBinary() string { func
/dports/science/InsightToolkit/ITK-5.0.1/Modules/IO/Meta/test/
H A DtestMetaArray.cxx56 TEST_SET_GET_VALUE( binary, arrayWriter->GetBinary() ); in testMetaArray()
94 TEST_SET_GET_VALUE( binary, arrayWriter->GetBinary() ); in testMetaArray()
/dports/www/firefox-legacy/firefox-52.8.0esr/security/sandbox/chromium/base/
H A Dvalues.h293 bool GetBinary(const std::string& path, const BinaryValue** out_value) const;
294 bool GetBinary(const std::string& path, BinaryValue** out_value);
436 bool GetBinary(size_t index, const BinaryValue** out_value) const;
437 bool GetBinary(size_t index, BinaryValue** out_value);
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoCommon/
H A DAbstractShader.h32 virtual BinaryData GetBinary() const { return {}; } in GetBinary() function
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/D3DCommon/
H A DShader.h21 BinaryData GetBinary() const override;
H A DShader.cpp29 AbstractShader::BinaryData Shader::GetBinary() const in GetBinary() function in D3DCommon::Shader
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/VideoBackends/Vulkan/
H A DVKShader.h27 BinaryData GetBinary() const override;
/dports/lang/spidermonkey60/firefox-60.9.0/security/sandbox/chromium/base/
H A Dvalues.h409 bool GetBinary(StringPiece path, const Value** out_value) const;
411 bool GetBinary(StringPiece path, Value** out_value);
586 bool GetBinary(size_t index, const Value** out_value) const;
587 bool GetBinary(size_t index, Value** out_value);
/dports/editors/encryptpad/EncryptPad-0.5.0.1/deps/libencryptmsg/src/lib/
H A Dmessage_config.h49 PUBIF bool GetBinary() const;
H A Dmessage_config.cpp68 bool MessageConfig::GetBinary() const in GetBinary() function in EncryptMsg::MessageConfig
/dports/multimedia/libva-intel-media-driver/media-driver-intel-media-22.1.1/media_driver/agnostic/common/cm/
H A Dcm_kernel.h286 CMRT_UMD_API virtual int32_t GetBinary(std::vector<char> &binary) = 0;
/dports/multimedia/cmrtlib/media-driver-intel-media-20.1.1/media_driver/agnostic/common/cm/
H A Dcm_kernel.h286 CMRT_UMD_API virtual int32_t GetBinary(std::vector<char> &binary) = 0;
/dports/databases/tcl-lmdb/tcl-lmdb-0.4.2/tests/
H A Dtcl-lmdb.test386 test lmdb-3.3 {GetBinary, wrong # args} {*}{
395 test lmdb-3.4 {GetBinary, wrong # args} {*}{
404 test lmdb-3.5 {GetBinary} {*}{
/dports/editors/biew/biew-610/
H A Deditors.c63 ,GetBinary(byte)); in PaintETitle()
71 ,GetBinary(obyte)); in PaintETitle()
/dports/games/dhewm3/dhewm3-1.5.1/neo/tools/common/
H A DRegistryOptions.h70 void GetBinary ( const char* name, unsigned char* data, int size );
/dports/audio/id3lib/id3lib-3.8.3/src/
H A Dfield_binary.cpp81 BString ID3_FieldImpl::GetBinary() const in GetBinary() function in ID3_FieldImpl
/dports/emulators/mess/mame-mame0226/src/devices/cpu/dspp/
H A Ddspp.cpp2553 char * GetBinary(char * buffer, uint32_t val, uint32_t bits) in GetBinary() function
2587 …printf("DSPX_CHANNEL_ENABLE: %08X %s\n", m_dspx_channel_enable, GetBinary(buffer, m_dspx_channe… in dump_state()
2588 …printf("DSPX_CHANNEL_COMPLETE: %08X %s\n", m_dspx_channel_complete, GetBinary(buffer, m_dspx_chan… in dump_state()
2589 …printf("DSPX_CHANNEL_DIRECTION: %08X %s\n", m_dspx_channel_direction, GetBinary(buffer, m_dspx_cha… in dump_state()
2590 …printf("DSPX_CHANNEL_8BIT: %08X %s\n", m_dspx_channel_8bit, GetBinary(buffer, m_dspx_channel_… in dump_state()
2591 …printf("DSPX_CHANNEL_SQXD: %08X %s\n", m_dspx_channel_sqxd, GetBinary(buffer, m_dspx_channel_… in dump_state()

12345678