MCPcopy Create free account

hub / github.com/Creepsky/creepMiner / functions

Functions1,000 in github.com/Creepsky/creepMiner

Functionsph_enc16be
src/shabal/sphlib/sph_types.h:1332
Functionsph_enc16le
src/shabal/sphlib/sph_types.h:1346
Functionsph_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
Functionsph_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
Functionsph_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
Functionsph_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
Functionsph_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
Functionsph_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
Functionsph_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
Functionsph_shabal192
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:667
Functionsph_shabal192_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:681
Functionsph_shabal192_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:674
Functionsph_shabal192_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:660
Functionsph_shabal224
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:695
Functionsph_shabal224_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:709
Functionsph_shabal224_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:702
Functionsph_shabal224_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:688
Functionsph_shabal256_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:737
Functionsph_shabal384
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:751
Functionsph_shabal384_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:765
Functionsph_shabal384_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:758
Functionsph_shabal384_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:744
Functionsph_shabal512
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:779
Functionsph_shabal512_addbits_and_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:793
Functionsph_shabal512_close
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:786
Functionsph_shabal512_init
see sph_shabal.h */
src/shabal/sphlib/sph_shabal.cpp:772
MethodsplitStr
src/MinerUtil.cpp:96
Functionsse4_mshabal
see shabal_small.h */
src/shabal/mshabal/mshabal_sse4.cpp:270
Functionsse4_mshabal_close
see shabal_small.h */
src/shabal/mshabal/mshabal_sse4.cpp:346
Functionsse4_mshabal_init
see shabal_small.h */
src/shabal/mshabal/mshabal_sse4.cpp:231
Methodstackframe
src/logging/Message.cpp:138
Methodstop
src/mining/WorkerList.hpp:45
Methodstring_to_output
src/logging/Output.cpp:50
Methodstrtof
src/extlibs/json.hpp:2277
Methodsubmit
src/network/NonceSubmitter.cpp:46
MethodsubmitNonce
src/mining/Miner.cpp:470
MethodsubmitNonce
src/webserver/RequestHandler.cpp:592
MethodsubmitNonceAsyncImpl
src/mining/Miner.cpp:711
MethodtakeProbe
src/logging/Performance.cpp:50
Methodthrow_exception
src/extlibs/json.hpp:3424
Methodto_json
src/extlibs/json.hpp:6873
Functionto_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
Methodto_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
FunctiontoggleConfirmationSound
()
resources/public/js/block.js:553
Methodtoken_type_name
return name of values of type token_type (only used for errors)
src/extlibs/json.hpp:1686
MethodtransferSession
src/network/Response.cpp:75
Functiontype
! @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
Methodtype_error
src/extlibs/json.hpp:403
Methodunescape
unescape "~1" to tilde and "~0" to slash (order is important!)
src/extlibs/json.hpp:7160
Functionunflatten
! @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
Methodunflatten
src/extlibs/json.hpp:14569
Methodunget_character
src/extlibs/json.hpp:1529
Methodupdate
src/shabal/impl/mshabal_avx_impl.hpp:39
Methodupdate
src/shabal/impl/mshabal_sse4_impl.hpp:39
Methodupdate
src/shabal/impl/sphlib_impl.hpp:40
Methodupdate
src/shabal/impl/mshabal_avx2_impl.hpp:39
Methodupdate
src/plots/PlotGenerator.hpp:189
Methodupdate
src/plots/PlotGenerator.hpp:205
MethodupdateGensig
src/mining/Miner.cpp:263
MethodupdateLiterals
src/Declarations.cpp:64
MethodupdateScoops
src/plots/PlotVerifier.hpp:167
MethodupdateScoops
src/plots/PlotVerifier.hpp:183
MethodupdateScoops
src/plots/PlotVerifier.hpp:199
MethoduseDevice
src/gpu/impl/gpu_cuda_impl.cpp:92
Functionvalue
src/extlibs/json.hpp:10361
Methodvalue
return value of the iterator
src/extlibs/json.hpp:4244
Methodvalue
return the value of an iterator
src/extlibs/json.hpp:4368
Methodverify
src/gpu/gpu_shell.hpp:114
Methodverify
src/gpu/impl/gpu_cuda_impl.cpp:45
Methodverify
src/gpu/impl/gpu_opencl_impl.cpp:92
Methodverify
src/plots/PlotVerifier.hpp:248
MethodwakeUpAllDispatcher
src/logging/Message.cpp:76
MethodwriteProgress
src/logging/MinerLogger.cpp:370
MethodwriteStackframe
src/logging/MinerLogger.cpp:487
Methodwrite_character
src/extlibs/json.hpp:4419
Methodwrite_character
src/extlibs/json.hpp:4440
Methodwrite_characters
src/extlibs/json.hpp:4424
Methodwrite_characters
src/extlibs/json.hpp:4445
Methodwrite_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
← previous901–1,000 of 1,000, ranked by callers