Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Creepsky/creepMiner
/ functions
Functions
1,000 in github.com/Creepsky/creepMiner
⨍
Functions
1,000
◇
Types & classes
251
Function
sph_enc16be
src/shabal/sphlib/sph_types.h:1332
Function
sph_enc16le
src/shabal/sphlib/sph_types.h:1346
Function
sph_enc32be
* Encode a 32-bit value into the provided buffer (big endian convention). * * @param dst the destination buffer * @param val the 32-bit value t
src/shabal/sphlib/sph_types.h:1366
Function
sph_enc32be_aligned
* Encode a 32-bit value into the provided buffer (big endian convention). * The destination buffer must be properly aligned. * * @param dst the d
src/shabal/sphlib/sph_types.h:1403
Function
sph_enc32le
* Encode a 32-bit value into the provided buffer (little endian convention). * * @param dst the destination buffer * @param val the 32-bit valu
src/shabal/sphlib/sph_types.h:1484
Function
sph_enc64be
* Encode a 64-bit value into the provided buffer (big endian convention). * * @param dst the destination buffer * @param val the 64-bit value t
src/shabal/sphlib/sph_types.h:1653
Function
sph_enc64be_aligned
* Encode a 64-bit value into the provided buffer (big endian convention). * The destination buffer must be properly aligned. * * @param dst the d
src/shabal/sphlib/sph_types.h:1698
Function
sph_enc64le
* Encode a 64-bit value into the provided buffer (little endian convention). * * @param dst the destination buffer * @param val the 64-bit valu
src/shabal/sphlib/sph_types.h:1795
Function
sph_enc64le_aligned
* Encode a 64-bit value into the provided buffer (little endian convention). * The destination buffer must be properly aligned. * * @param dst th
src/shabal/sphlib/sph_types.h:1840
Function
sph_shabal192
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:667
Function
sph_shabal192_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:681
Function
sph_shabal192_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:674
Function
sph_shabal192_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:660
Function
sph_shabal224
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:695
Function
sph_shabal224_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:709
Function
sph_shabal224_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:702
Function
sph_shabal224_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:688
Function
sph_shabal256_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:737
Function
sph_shabal384
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:751
Function
sph_shabal384_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:765
Function
sph_shabal384_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:758
Function
sph_shabal384_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:744
Function
sph_shabal512
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:779
Function
sph_shabal512_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:793
Function
sph_shabal512_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:786
Function
sph_shabal512_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:772
Method
splitStr
src/MinerUtil.cpp:96
Function
sse4_mshabal
see shabal_small.h */
src/shabal/mshabal/mshabal_sse4.cpp:270
Function
sse4_mshabal_close
see shabal_small.h */
src/shabal/mshabal/mshabal_sse4.cpp:346
Function
sse4_mshabal_init
see shabal_small.h */
src/shabal/mshabal/mshabal_sse4.cpp:231
Method
stackframe
src/logging/Message.cpp:138
Method
stop
src/mining/WorkerList.hpp:45
Method
string_to_output
src/logging/Output.cpp:50
Method
strtof
src/extlibs/json.hpp:2277
Method
submit
src/network/NonceSubmitter.cpp:46
Method
submitNonce
src/mining/Miner.cpp:470
Method
submitNonce
src/webserver/RequestHandler.cpp:592
Method
submitNonceAsyncImpl
src/mining/Miner.cpp:711
Method
takeProbe
src/logging/Performance.cpp:50
Method
throw_exception
src/extlibs/json.hpp:3424
Method
to_json
src/extlibs/json.hpp:6873
Function
to_msgpack
! @brief create a MessagePack serialization of a given JSON value Serializes a given JSON value @a j to a byte vector using the MessagePack ser
src/extlibs/json.hpp:13294
Method
to_string
! @brief return a string representation of the JSON pointer @invariant For each JSON pointer `ptr`, it holds: @code {.cpp} ptr == json_pointe
src/extlibs/json.hpp:6936
Function
toggleConfirmationSound
()
resources/public/js/block.js:553
Method
token_type_name
return name of values of type token_type (only used for errors)
src/extlibs/json.hpp:1686
Method
transferSession
src/network/Response.cpp:75
Function
type
! @brief return the type of the JSON value (explicit) Return the type of the JSON value as a value from the @ref value_t enumeration. @retur
src/extlibs/json.hpp:9023
Method
type_error
src/extlibs/json.hpp:403
Method
unescape
unescape "~1" to tilde and "~0" to slash (order is important!)
src/extlibs/json.hpp:7160
Function
unflatten
! @brief unflatten a previously flattened JSON value The function restores the arbitrary nesting of a JSON value that has been flattened before
src/extlibs/json.hpp:13719
Method
unflatten
src/extlibs/json.hpp:14569
Method
unget_character
src/extlibs/json.hpp:1529
Method
update
src/shabal/impl/mshabal_avx_impl.hpp:39
Method
update
src/shabal/impl/mshabal_sse4_impl.hpp:39
Method
update
src/shabal/impl/sphlib_impl.hpp:40
Method
update
src/shabal/impl/mshabal_avx2_impl.hpp:39
Method
update
src/plots/PlotGenerator.hpp:189
Method
update
src/plots/PlotGenerator.hpp:205
Method
updateGensig
src/mining/Miner.cpp:263
Method
updateLiterals
src/Declarations.cpp:64
Method
updateScoops
src/plots/PlotVerifier.hpp:167
Method
updateScoops
src/plots/PlotVerifier.hpp:183
Method
updateScoops
src/plots/PlotVerifier.hpp:199
Method
useDevice
src/gpu/impl/gpu_cuda_impl.cpp:92
Function
value
src/extlibs/json.hpp:10361
Method
value
return value of the iterator
src/extlibs/json.hpp:4244
Method
value
return the value of an iterator
src/extlibs/json.hpp:4368
Method
verify
src/gpu/gpu_shell.hpp:114
Method
verify
src/gpu/impl/gpu_cuda_impl.cpp:45
Method
verify
src/gpu/impl/gpu_opencl_impl.cpp:92
Method
verify
src/plots/PlotVerifier.hpp:248
Method
wakeUpAllDispatcher
src/logging/Message.cpp:76
Method
writeProgress
src/logging/MinerLogger.cpp:370
Method
writeStackframe
src/logging/MinerLogger.cpp:487
Method
write_character
src/extlibs/json.hpp:4419
Method
write_character
src/extlibs/json.hpp:4440
Method
write_characters
src/extlibs/json.hpp:4424
Method
write_characters
src/extlibs/json.hpp:4445
Method
write_number
src/extlibs/json.hpp:6050
Method
~ColoredPriorityConsoleChannel
* \brief Destructor. */
src/logging/channels/ColoredPriorityConsoleChannel.hpp:51
Method
~Console
src/logging/Console.hpp:176
Method
~DataLoader
src/wallet/Account.cpp:183
Method
~KeyConfigHandler
src/main.cpp:368
Method
~MinerCL
src/mining/MinerCL.cpp:163
Method
~MinerDataChannel
* \brief Destructor. */
src/logging/channels/MinerDataChannel.hpp:51
Method
~MinerServer
src/webserver/MinerServer.cpp:59
Method
~NonceSubmitter
src/network/NonceSubmitter.hpp:37
Method
~PlotReader
src/plots/PlotReader.hpp:81
Method
~PlotSizes
src/plots/PlotSizes.hpp:41
Method
~PlotVerifier
src/plots/PlotVerifier.hpp:85
Method
~PrintBlock
src/logging/Console.cpp:104
Method
~Request
src/network/Request.cpp:43
Method
~Response
src/network/Response.cpp:36
Method
~SslInitializer
src/main.cpp:284
Method
~Wallet
src/wallet/Wallet.cpp:46
Method
~WebsocketRequestHandler
src/webserver/RequestHandler.cpp:85
Function
~basic_json
! @brief destructor Destroys the JSON value and frees all allocated memory. @complexity Linear. @requirement This function helps `basic_jso
src/extlibs/json.hpp:8923
Method
~input_adapter_protocol
src/extlibs/json.hpp:1422
Method
~input_stream_adapter
src/extlibs/json.hpp:1440
Method
~output_adapter_protocol
src/extlibs/json.hpp:4384
← previous
901–1,000 of 1,000, ranked by callers