MCPcopy Create free account

hub / github.com/dhbloo/rapfi / functions

Functions3,291 in github.com/dhbloo/rapfi

↓ 3 callersFunctionmz_zip_reader_extract_to_heap
Rapfi/external/zip/src/miniz.h:6640
↓ 3 callersFunctionmz_zip_reader_init_mem
Rapfi/external/zip/src/miniz.h:5876
↓ 3 callersFunctionmz_zip_writer_add_to_central_dir
Rapfi/external/zip/src/miniz.h:8266
↓ 3 callersFunctionmz_zip_writer_end_internal
Rapfi/external/zip/src/miniz.h:7743
↓ 3 callersFunctionmz_zip_writer_init_file_v2
Rapfi/external/zip/src/miniz.h:7903
↓ 3 callersFunctionmz_zip_writer_validate_archive_name
Rapfi/external/zip/src/miniz.h:8319
↓ 3 callersMethodnext
Generate the next opening. The opening is saved in the internal board state, which can be accessed via cloneBoard() or positionString(). @return Wheth
Rapfi/search/opening.cpp:308
↓ 3 callersFunctionpackBitsToBytes
Packs a bit array into byte array (in big-endian). @param bits The source of bits array @param numBits number of bits to pack @param bytes Destination
Rapfi/tuning/datawriter.cpp:53
↓ 3 callersMethodparamIndex
paramIndex() finds tuneParams index according to address of its config value
Rapfi/tuning/tuner.cpp:826
↓ 3 callersFunctionparseDBKey
Rapfi/command/database.cpp:122
↓ 3 callersFunctionparse_key
Rapfi/external/cpptoml/include/cpptoml.h:2179
↓ 3 callersFunctionparse_value
Rapfi/external/cxxopts/include/cxxopts.hpp:936
↓ 3 callersMethodpassMoveCount
Rapfi/game/board.h:262
↓ 3 callersFunctionprobeOpening
Rapfi/search/opening.cpp:176
↓ 3 callersFunctionqueryDatabaseAll
Rapfi/command/gomocup.cpp:766
↓ 3 callersMethodscore
Rapfi/eval/evaluator.h:102
↓ 3 callersMethodsideToMove
Returns the current side to move, considering pass moves.
Rapfi/tuning/dataentry.h:137
↓ 3 callersFunctionsimde_mm_store_pd
Rapfi/external/simde/include/simde/x86/sse2.h:6355
↓ 3 callersFunctionsimde_mm_storeu_ps
Rapfi/external/simde/include/simde/x86/sse.h:4360
↓ 3 callersFunctionsimde_mm_storeu_si128
Rapfi/external/simde/include/simde/x86/sse2.h:6554
↓ 3 callersFunctionsimde_x_aes_coef_mult_lookup
Rapfi/external/simde/include/simde/simde-aes.h:249
↓ 3 callersFunctionstringLength
Rapfi/external/cxxopts/include/cxxopts.hpp:203
↓ 3 callersMethodswap
Rapfi/external/flat.hpp/headers/flat.hpp/flat_multiset.hpp:328
↓ 3 callersMethodswap
Rapfi/external/flat.hpp/headers/flat.hpp/flat_multimap.hpp:400
↓ 3 callersMethodswap
Rapfi/external/flat.hpp/headers/flat.hpp/flat_map.hpp:492
↓ 3 callersMethodswap
Rapfi/external/flat.hpp/headers/flat.hpp/flat_set.hpp:378
↓ 3 callersMethodsync
Rapfi/database/dbclient.cpp:783
↓ 3 callersFunctiontdefl_record_match
Rapfi/external/zip/src/miniz.h:3486
↓ 3 callersMethodundo
Rapfi/eval/mix10nnue.h:126
↓ 3 callersMethodupdatePv
Append current move and to the end of child PV.
Rapfi/search/ab/searchstack.h:50
↓ 3 callersMethodupdateStats
Rapfi/search/mcts/node.cpp:142
↓ 3 callersMethodvalid
Rapfi/core/pos.h:53
↓ 3 callersMethodwin
Rapfi/eval/evaluator.h:44
↓ 3 callersFunctionzip_entry_close
Rapfi/external/zip/src/zip.c:1164
↓ 3 callersFunctionzip_strrpl
Rapfi/external/zip/src/zip.c:208
↓ 2 callersFunctionLCHash
Linear congruential hash
Rapfi/core/hash.h:30
↓ 2 callersFunctionLZ4F_compressBegin_usingCDict
! LZ4F_compressBegin_usingCDict() : * init streaming compression AND writes frame header into @dstBuffer. * @dstCapacity must be >= LZ4F_HEADER_SIZ
Rapfi/external/lz4/src/lz4_all.c:4732
↓ 2 callersFunctionLZ4F_compressEnd
! LZ4F_compressEnd() : * When you want to properly finish the compressed frame, just call LZ4F_compressEnd(). * It will flush whatever data remain
Rapfi/external/lz4/src/lz4_all.c:5129
↓ 2 callersFunctionLZ4F_compressUpdate
! LZ4F_compressUpdate() : * LZ4F_compressUpdate() can be called repetitively to compress as much data as necessary. * When successful, the functio
Rapfi/external/lz4/src/lz4_all.c:4967
↓ 2 callersFunctionLZ4F_createCompressionContext
! LZ4F_createCompressionContext() : * The first thing to do is to create a compressionContext object, which will be used in all compression operatio
Rapfi/external/lz4/src/lz4_all.c:4670
↓ 2 callersFunctionLZ4F_freeCompressionContext
Rapfi/external/lz4/src/lz4_all.c:4684
↓ 2 callersFunctionLZ4F_headerChecksum
Rapfi/external/lz4/src/lz4_all.c:4428
↓ 2 callersFunctionLZ4F_selectCompression
Rapfi/external/lz4/src/lz4_all.c:4935
↓ 2 callersFunctionLZ4HC_compress_generic_internal
Rapfi/external/lz4/src/lz4_all.c:3309
↓ 2 callersFunctionLZ4HC_reverseCountPattern
LZ4HC_reverseCountPattern() : * pattern must be a sample of repetitive pattern of length 1, 2 or 4 (but not 3!) * read using natural platform endian
Rapfi/external/lz4/src/lz4_all.c:2718
↓ 2 callersFunctionLZ4HC_rotatePattern
Rapfi/external/lz4/src/lz4_all.c:2675
↓ 2 callersFunctionLZ4HC_setExternalDict
Rapfi/external/lz4/src/lz4_all.c:3602
↓ 2 callersFunctionLZ4_compress_HC_extStateHC_fastReset
state is presumed correctly initialized, * in which case its size and alignment have already been validate */
Rapfi/external/lz4/src/lz4_all.c:3448
↓ 2 callersFunctionLZ4_compress_default
Rapfi/external/lz4/src/lz4_all.c:1377
↓ 2 callersFunctionLZ4_decompress_fast_extDict
Rapfi/external/lz4/src/lz4_all.c:2245
↓ 2 callersFunctionLZ4_decompress_safe_forceExtDict
Rapfi/external/lz4/src/lz4_all.c:2235
↓ 2 callersFunctionLZ4_decompress_safe_usingDict
Rapfi/external/lz4/src/lz4_all.c:2422
↓ 2 callersFunctionLZ4_decompress_safe_withPrefix64k
Rapfi/external/lz4/src/lz4_all.c:2210
↓ 2 callersFunctionLZ4_decompress_safe_withSmallPrefix
Rapfi/external/lz4/src/lz4_all.c:2226
↓ 2 callersFunctionLZ4_getPositionOnHash
Rapfi/external/lz4/src/lz4_all.c:789
↓ 2 callersFunctionLZ4_loadDictHC
LZ4_loadDictHC() : * LZ4_streamHCPtr is presumed properly initialized */
Rapfi/external/lz4/src/lz4_all.c:3575
↓ 2 callersFunctionLZ4_putIndexOnHash
Rapfi/external/lz4/src/lz4_all.c:736
↓ 2 callersFunctionLZ4_putPositionOnHash
Rapfi/external/lz4/src/lz4_all.c:748
↓ 2 callersFunctionLZ4_renormDictT
Rapfi/external/lz4/src/lz4_all.c:1550
↓ 2 callersFunctionLZ4_resetStream
resetStream is now deprecated, * prefer initStream() which is more general */
Rapfi/external/lz4/src/lz4_all.c:1459
↓ 2 callersFunctionLZ4_streamHC_t_alignment
Rapfi/external/lz4/src/lz4_all.c:3436
↓ 2 callersFunctionLZ4_wildCopy32
customized variant of memcpy, which can overwrite up to 32 bytes beyond dstEnd * this version copies two times 16 bytes (instead of one time 32 bytes
Rapfi/external/lz4/src/lz4_all.c:462
↓ 2 callersFunctionTDEFL_READ_UNALIGNED_WORD
Rapfi/external/zip/src/miniz.h:3156
↓ 2 callersFunctionTDEFL_READ_UNALIGNED_WORD32
Rapfi/external/zip/src/miniz.h:3280
↓ 2 callersFunctionXXH32_digest_endian
Rapfi/external/lz4/src/xxhash.c:526
↓ 2 callersFunctionXXH32_finalize
Rapfi/external/lz4/src/xxhash.c:290
↓ 2 callersFunctionXXH32_update_endian
Rapfi/external/lz4/src/xxhash.c:451
↓ 2 callersFunctionXXH64_digest
Rapfi/external/lz4/src/xxhash.c:1005
↓ 2 callersFunctionXXH64_digest_endian
Rapfi/external/lz4/src/xxhash.c:981
↓ 2 callersFunctionXXH64_finalize
Rapfi/external/lz4/src/xxhash.c:701
↓ 2 callersFunctionXXH64_reset
Rapfi/external/lz4/src/xxhash.c:898
↓ 2 callersFunctionXXH64_update_endian
Rapfi/external/lz4/src/xxhash.c:911
↓ 2 callersFunctionXXH_free
Rapfi/external/lz4/src/xxhash.c:109
↓ 2 callersFunctionXXH_malloc
Rapfi/external/lz4/src/xxhash.c:108
↓ 2 callersMethodaddEntry
Rapfi/tuning/datawriter.cpp:507
↓ 2 callersFunctionalignedAlloc
Rapfi/core/platform.cpp:343
↓ 2 callersFunctionallocateOrFindNode
allocateOrFindNode: allocate a new node if it does not exist in the node table @param nodeTable The node table to allocate or find the node @param has
Rapfi/search/mcts/search.cpp:287
↓ 2 callersMethodapplySoftmax
Rapfi/eval/evaluator.cpp:93
↓ 2 callersFunctionbalance
Rapfi/command/gomocup.cpp:730
↓ 2 callersFunctionbegin
Rapfi/command/gomocup.cpp:583
↓ 2 callersMethodbeginVisit
Begin the visit of this node.
Rapfi/search/mcts/node.h:228
↓ 2 callersFunctionbindThisThread
----------------------------------------------------------------------------
Rapfi/core/platform.cpp:151
↓ 2 callersMethodcend
Rapfi/external/flat.hpp/headers/flat.hpp/flat_map.hpp:257
↓ 2 callersMethodcheckStop
Rapfi/search/timecontrol.cpp:79
↓ 2 callersMethodclear
Rapfi/search/searchthread.cpp:138
↓ 2 callersMethodclear
Rapfi/search/hashtable.cpp:137
↓ 2 callersMethodclear
* Clear the array */
Rapfi/external/cpptoml/include/cpptoml.h:987
↓ 2 callersMethodclone
Rapfi/external/cxxopts/include/cxxopts.hpp:1193
↓ 2 callersMethodcloseStream
Rapfi/core/iohelper.cpp:385
↓ 2 callersFunctioncomp_size
Rapfi/external/libnpy/include/npy.hpp:609
↓ 2 callersFunctioncomputeEvaluatorValue
Rapfi/eval/eval.cpp:153
↓ 2 callersFunctioncoordToHex
Rapfi/database/dbtypes.cpp:28
↓ 2 callersMethodcopyBoardTextFrom
Rapfi/database/dbtypes.cpp:200
↓ 2 callersFunctioncopyDatabaseBranch
Rapfi/database/dbutils.cpp:62
↓ 2 callersFunctioncreateDBStorage
Rapfi/command/database.cpp:72
↓ 2 callersFunctioncreateDBStorageFromCmdline
Rapfi/command/database.cpp:92
↓ 2 callersFunctioncreateDataset
Rapfi/command/tuning.cpp:81
↓ 2 callersMethodcreateEdges
Rapfi/search/mcts/node.cpp:88
↓ 2 callersMethodcurMoveScore
Get adjusted score of current move.
Rapfi/search/movepick.h:62
↓ 2 callersFunctiondatabaseToTxt
Rapfi/command/gomocup.cpp:502
← previousnext →401–500 of 3,291, ranked by callers