MCPcopy Create free account

hub / github.com/Creepsky/creepMiner / functions

Functions1,000 in github.com/Creepsky/creepMiner

MethodfreeMemory
src/gpu/impl/gpu_cuda_impl.cpp:62
MethodfreeMemory
src/gpu/impl/gpu_opencl_impl.cpp:207
Functionfrom_cbor
! @brief create a JSON value from an input in CBOR format Deserializes a given input @a i to a JSON value using the CBOR (Concise Binary Object
src/extlibs/json.hpp:13402
Methodfrom_json
src/extlibs/json.hpp:6857
Functionfrom_msgpack
! @brief create a JSON value from an input in MessagePack format Deserializes a given input @a i to a JSON value using the MessagePack serializ
src/extlibs/json.hpp:13489
Functionfront
! @brief access the first element Returns a reference to the first element in the container. For a JSON container `c`, the expression `c.front(
src/extlibs/json.hpp:10484
MethodgbToString
src/MinerUtil.cpp:332
Methodgenerate
src/plots/PlotGenerator.hpp:67
MethodgenerateAndCheck
src/plots/PlotGenerator.cpp:34
MethodgenerateAvx
src/plots/PlotGenerator.cpp:208
MethodgenerateAvx2
src/plots/PlotGenerator.cpp:218
MethodgenerateSse2
src/plots/PlotGenerator.cpp:203
MethodgenerateSse4
src/plots/PlotGenerator.cpp:213
Methodget
! @brief get next character from the input This function provides the interface to the used input adapter. It does not throw in case the inp
src/extlibs/json.hpp:5212
MethodgetAccount
src/wallet/Account.cpp:224
MethodgetAccountIdFromPlotFile
src/MinerUtil.cpp:201
MethodgetBest
src/mining/Deadline.cpp:226
MethodgetBestConfirmed
src/mining/Deadline.cpp:236
MethodgetBestDeadlineUnlocked
src/mining/MinerData.cpp:365
MethodgetBestSent
src/mining/Deadline.cpp:252
MethodgetChannelPriorities
src/logging/MinerLogger.cpp:238
MethodgetChannelPriority
src/logging/MinerLogger.cpp:171
MethodgetComputeUnits
src/mining/MinerCL.cpp:424
FunctiongetCookie
(cname)
resources/public/js/general.js:175
MethodgetDevice
src/mining/MinerCL.cpp:447
MethodgetDeviceId
src/mining/MinerCL.cpp:437
MethodgetError
src/gpu/gpu_shell.hpp:151
MethodgetError
src/gpu/impl/gpu_cuda_impl.cpp:69
MethodgetError
src/gpu/impl/gpu_opencl_impl.cpp:222
MethodgetFileFormattingChannel
src/logging/MinerLogger.cpp:314
MethodgetFileNameFromPath
src/MinerUtil.cpp:89
MethodgetFilenameWithtimestamp
src/MinerUtil.cpp:868
MethodgetHistoricalBlockData
src/mining/MinerData.cpp:790
MethodgetHistoricalBlocks
src/mining/MinerData.cpp:572
MethodgetHostAddress
src/MinerUtil.cpp:463
MethodgetHttp
src/mining/MinerConfig.cpp:1034
MethodgetInformationFromPlotFile
src/MinerUtil.cpp:359
MethodgetIp
src/network/Url.cpp:58
MethodgetLastBlock
src/wallet/Wallet.cpp:137
MethodgetLastError
src/network/Response.cpp:80
MethodgetLine
(id)
resources/public/js/block.js:58
MethodgetMax
src/plots/PlotReader.cpp:77
MethodgetMemorySize
src/MinerUtil.cpp:1003
MethodgetMinDeadline
src/gpu/gpu_shell.hpp:126
MethodgetMinDeadline
src/gpu/impl/gpu_cuda_impl.cpp:54
MethodgetMinDeadline
src/gpu/impl/gpu_opencl_impl.cpp:128
MethodgetMinerData
src/logging/channels/MinerDataChannel.cpp:53
MethodgetMinerHomeDir
src/MinerUtil.cpp:1109
MethodgetMiningInfo
src/mining/Miner.cpp:500
MethodgetNonceCountFromPlotFile
src/MinerUtil.cpp:206
MethodgetOrLoadAccountBlocks
src/wallet/Account.cpp:141
MethodgetPlatform
src/mining/MinerCL.cpp:429
MethodgetPlatforms
src/mining/MinerCL.cpp:68
MethodgetPriorityToString
src/logging/MinerLogger.cpp:207
MethodgetProgram
src/mining/MinerCL.cpp:476
MethodgetReceiveTimeout
src/mining/MinerConfig.cpp:964
MethodgetRunTime
src/mining/MinerData.cpp:753
MethodgetSendMaxRetry
src/mining/MinerConfig.cpp:1022
MethodgetSendTimeout
src/mining/MinerConfig.cpp:969
MethodgetStaggerCount
src/plots/Plot.cpp:71
MethodgetStaggerSizeFromPlotFile
src/MinerUtil.cpp:211
MethodgetStartNonceFromPlotFile
src/MinerUtil.cpp:216
MethodgetStringToPriority
src/logging/MinerLogger.cpp:181
MethodgetTextTypeColor
src/logging/MinerLogger.cpp:477
MethodgetTotal
src/plots/PlotSizes.cpp:52
MethodgetTotalBytes
src/plots/PlotSizes.cpp:74
MethodgetUnixConsoleCode
src/logging/Console.cpp:143
Functionget_allocator
! @brief returns the allocator associated with the container */
src/extlibs/json.hpp:7400
Methodget_cbor_array
src/extlibs/json.hpp:5371
Methodget_cbor_object
src/extlibs/json.hpp:5382
Methodget_cbor_string
! @brief reads a CBOR string This function first reads starting bytes to determine the expected string length and then copies this number of
src/extlibs/json.hpp:5295
Methodget_character
src/extlibs/json.hpp:1519
Methodget_codepoint
! @brief get codepoint from 4 hex characters following `\u` For input "\u c1 c2 c3 c4" the codepoint is: (c1 * 0x1000) + (c2 * 0x0100) + (c3
src/extlibs/json.hpp:1766
Methodget_decimal_point
return the locale-dependent decimal point
src/extlibs/json.hpp:1740
Methodget_msgpack_array
src/extlibs/json.hpp:5477
Methodget_msgpack_object
src/extlibs/json.hpp:5488
Methodget_msgpack_string
! @brief reads a MessagePack string This function first reads starting bytes to determine the expected string length and then copies this nu
src/extlibs/json.hpp:5408
Methodget_number
src/extlibs/json.hpp:5231
Functionget_ptr
src/extlibs/json.hpp:9702
Functionget_ref
src/extlibs/json.hpp:9779
Functionget_ref_impl
src/extlibs/json.hpp:9477
Methodget_string
src/extlibs/json.hpp:5271
Methodget_token
get next token from lexer
src/extlibs/json.hpp:3397
Methodgmult
src/nxt/nxt_address.cpp:126
MethodhandleRequest
src/webserver/RequestHandler.cpp:74
MethodhasOutput
src/logging/MinerLogger.cpp:324
Methodhash_HMAC_SHA1
src/MinerUtil.cpp:874
MethodinfoHelperFunc
src/mining/MinerCL.cpp:36
Methodinit
src/shabal/impl/mshabal_avx_impl.hpp:34
Methodinit
src/shabal/impl/mshabal_sse4_impl.hpp:34
Methodinit
src/shabal/impl/sphlib_impl.hpp:35
Methodinit
src/shabal/impl/mshabal_avx2_impl.hpp:34
MethodinitStream
src/gpu/gpu_shell.hpp:49
MethodinitStream
src/gpu/impl/gpu_cuda_impl.cpp:32
MethodinitStream
src/gpu/impl/gpu_opencl_impl.cpp:31
MethodinitStream
src/plots/PlotVerifier.hpp:216
MethodinitStream
src/plots/PlotVerifier.hpp:298
Methodinput_adapter
input adapter for input stream
src/extlibs/json.hpp:1552
Methodinput_buffer_adapter
src/extlibs/json.hpp:1505
Methodinput_stream_adapter
src/extlibs/json.hpp:1447
← previousnext →601–700 of 1,000, ranked by callers