MCPcopy Create free account

hub / github.com/dfeneyrou/palanteer / functions

Functions4,097 in github.com/dfeneyrou/palanteer

↓ 2 callersFunctionZSTD_compressRleLiteralsBlock
server/external/zstd/compress/zstd_compress_literals.c:43
↓ 2 callersFunctionZSTD_compressSeqStore_singleBlock
ZSTD_compressSeqStore_singleBlock(): * Compresses a seqStore into a block with a block header, into the buffer dst. * * Returns the total size of t
server/external/zstd/compress/zstd_compress.c:3478
↓ 2 callersFunctionZSTD_compress_advanced_internal
Internal */
server/external/zstd/compress/zstd_compress.c:4672
↓ 2 callersFunctionZSTD_compress_usingCDict_internal
! ZSTD_compress_usingCDict_internal(): * Implementation of various ZSTD_compress_usingCDict* functions. */
server/external/zstd/compress/zstd_compress.c:5093
↓ 2 callersFunctionZSTD_copyBlockSequences
server/external/zstd/compress/zstd_compress.c:2883
↓ 2 callersFunctionZSTD_copyRawBlock
server/external/zstd/decompress/zstd_decompress.c:805
↓ 2 callersFunctionZSTD_createCCtx
server/external/zstd/compress/zstd_compress.c:81
↓ 2 callersFunctionZSTD_createCDict_advanced2
server/external/zstd/compress/zstd_compress.c:4871
↓ 2 callersFunctionZSTD_createDCtx
server/external/zstd/decompress/zstd_decompress.c:295
↓ 2 callersFunctionZSTD_createDCtx_advanced
server/external/zstd/decompress/zstd_decompress.c:283
↓ 2 callersFunctionZSTD_cwksp_bytes_to_align_ptr
* Return the number of additional bytes required to align a pointer to the given number of bytes. * alignBytes must be a power of two. */
server/external/zstd/compress/zstd_cwksp.h:236
↓ 2 callersFunctionZSTD_cwksp_check_too_large
server/external/zstd/compress/zstd_cwksp.h:639
↓ 2 callersFunctionZSTD_cwksp_clear
* Invalidates all buffer, aligned, and table allocations. * Object allocations remain valid. */
server/external/zstd/compress/zstd_cwksp.h:519
↓ 2 callersFunctionZSTD_cwksp_internal_advance_phase
* Moves the cwksp to the next phase, and does any necessary allocations. * Returns a 0 on success, or zstd error */
server/external/zstd/compress/zstd_cwksp.h:274
↓ 2 callersFunctionZSTD_cwksp_owns_buffer
* Returns whether this object/buffer/etc was allocated in this workspace. */
server/external/zstd/compress/zstd_cwksp.h:316
↓ 2 callersFunctionZSTD_cwksp_reserve_internal
* Internal function. Do not use directly. */
server/external/zstd/compress/zstd_cwksp.h:323
↓ 2 callersFunctionZSTD_cwksp_reserve_internal_buffer_space
* Internal function. Do not use directly. * Reserves the given number of bytes within the aligned/buffer segment of the wksp, which * counts from th
server/external/zstd/compress/zstd_cwksp.h:251
↓ 2 callersFunctionZSTD_dParam_getBounds
server/external/zstd/decompress/zstd_decompress.c:1681
↓ 2 callersFunctionZSTD_decodingBufferSize_min
server/external/zstd/decompress/zstd_decompress.c:1806
↓ 2 callersFunctionZSTD_decompressBegin
server/external/zstd/decompress/zstd_decompress.c:1425
↓ 2 callersFunctionZSTD_decompressBegin_usingDDict
server/external/zstd/decompress/zstd_decompress.c:1465
↓ 2 callersFunctionZSTD_decompressContinue
ZSTD_decompressContinue() : * srcSize : must be the exact nb of bytes expected (see ZSTD_nextSrcSizeToDecompress()) * @return : nb of bytes genera
server/external/zstd/decompress/zstd_decompress.c:1142
↓ 2 callersFunctionZSTD_decompressContinueStream
Calls ZSTD_decompressContinue() with the right parameters for ZSTD_decompressStream() * and updates the stage and the output buffer state. This call
server/external/zstd/decompress/zstd_decompress.c:1881
↓ 2 callersFunctionZSTD_decompressMultiFrame
server/external/zstd/decompress/zstd_decompress.c:950
↓ 2 callersFunctionZSTD_decompressSequencesLong_body
This decoding function employs prefetching * to reduce latency impact of cache misses. * It's generally employed when block contains a significant p
server/external/zstd/decompress/zstd_decompress_block.c:1230
↓ 2 callersFunctionZSTD_decompressSequences_body
server/external/zstd/decompress/zstd_decompress_block.c:1077
↓ 2 callersFunctionZSTD_decompress_usingDDict
! ZSTD_decompress_usingDDict() : * Decompression using a pre-digested Dictionary * Use dictionary without significant overhead. */
server/external/zstd/decompress/zstd_decompress.c:1520
↓ 2 callersFunctionZSTD_dedicatedDictSearch_lazy_search
Returns the longest match length found in the dedicated dict search structure. * If none are longer than the argument ml, then ml will be returned.
server/external/zstd/compress/zstd_lazy.c:562
↓ 2 callersFunctionZSTD_disableLiteralsCompression
server/external/zstd/compress/zstd_compress_internal.h:554
↓ 2 callersFunctionZSTD_encodeSequences
server/external/zstd/compress/zstd_compress_sequences.c:418
↓ 2 callersFunctionZSTD_encodeSequences_body
server/external/zstd/compress/zstd_compress_sequences.c:289
↓ 2 callersFunctionZSTD_fWeight
server/external/zstd/compress/zstd_compress_internal.h:1245
↓ 2 callersFunctionZSTD_fillDoubleHashTable
server/external/zstd/compress/zstd_double_fast.c:15
↓ 2 callersFunctionZSTD_fillHashTable
server/external/zstd/compress/zstd_fast.c:15
↓ 2 callersFunctionZSTD_finalizeOffCode
Returns an offset code, given a sequence's raw offset, the ongoing repcode array, and whether litLength == 0 */
server/external/zstd/compress/zstd_compress.c:5761
↓ 2 callersFunctionZSTD_findFrameCompressedSize
ZSTD_findFrameCompressedSize() : * compatible with legacy mode * `src` must point to the start of a ZSTD frame, ZSTD legacy frame, or skippable fr
server/external/zstd/decompress/zstd_decompress.c:759
↓ 2 callersFunctionZSTD_findFrameSizeInfo
server/external/zstd/decompress/zstd_decompress.c:688
↓ 2 callersFunctionZSTD_freeCCtxContent
server/external/zstd/compress/zstd_compress.c:153
↓ 2 callersFunctionZSTD_freeDDict
server/external/zstd/decompress/zstd_ddict.c:212
↓ 2 callersFunctionZSTD_getFSEMaxSymbolValue
server/external/zstd/compress/zstd_compress_sequences.c:46
↓ 2 callersFunctionZSTD_getFrameContentSize
ZSTD_getFrameContentSize() : * compatible with legacy mode * @return : decompressed size of the single frame pointed to be `src` if known, otherwis
server/external/zstd/decompress/zstd_decompress.c:524
↓ 2 callersFunctionZSTD_getMatchPrice
ZSTD_getMatchPrice() : * Provides the cost of the match part (offset + matchLength) of a sequence * Must be combined with ZSTD_fullLiteralsCost() to
server/external/zstd/compress/zstd_opt.c:256
↓ 2 callersFunctionZSTD_hash3Ptr
server/external/zstd/compress/zstd_compress_internal.h:767
↓ 2 callersFunctionZSTD_initCCtx
server/external/zstd/compress/zstd_compress.c:86
↓ 2 callersFunctionZSTD_initCDict_internal
server/external/zstd/compress/zstd_compress.c:4765
↓ 2 callersFunctionZSTD_initDDict_internal
server/external/zstd/decompress/zstd_ddict.c:120
↓ 2 callersFunctionZSTD_insertAndFindFirstIndex_internal
Update chains up to ip (excluded) Assumption : always within prefix (i.e. not within extDict) */
server/external/zstd/compress/zstd_lazy.c:664
↓ 2 callersFunctionZSTD_isAligned
ZSTD_isAligned(): * Checks that a pointer is aligned to "align" bytes which must be a power of 2. */
server/external/zstd/compress/zstd_lazy.c:947
↓ 2 callersFunctionZSTD_isSkipFrame
server/external/zstd/decompress/zstd_decompress.c:1136
↓ 2 callersFunctionZSTD_ldm_blockCompress
server/external/zstd/compress/zstd_ldm.c:658
↓ 2 callersFunctionZSTD_ldm_fillFastTables
ZSTD_ldm_fillFastTables() : * * Fills the relevant tables for the ZSTD_fast and ZSTD_dfast strategies. * This is similar to ZSTD_loadDictionaryCo
server/external/zstd/compress/zstd_ldm.c:237
↓ 2 callersFunctionZSTD_ldm_fillHashTable
server/external/zstd/compress/zstd_ldm.c:267
↓ 2 callersFunctionZSTD_ldm_gear_feed
ZSTD_ldm_gear_feed(): * * Registers in the splits array all the split points found in the first * size bytes following the data pointer. This funct
server/external/zstd/compress/zstd_ldm.c:96
↓ 2 callersFunctionZSTD_ldm_gear_init
ZSTD_ldm_gear_init(): * * Initializes the rolling hash state such that it will honor the * settings in params. */
server/external/zstd/compress/zstd_ldm.c:32
↓ 2 callersFunctionZSTD_ldm_gear_reset
ZSTD_ldm_gear_reset() * Feeds [data, data + minMatchLength) into the hash without registering any * splits. This effectively resets the hash state.
server/external/zstd/compress/zstd_ldm.c:65
↓ 2 callersFunctionZSTD_ldm_generateSequences
server/external/zstd/compress/zstd_ldm.c:505
↓ 2 callersFunctionZSTD_ldm_getBucket
ZSTD_ldm_getBucket() : * Returns a pointer to the start of the bucket associated with hash. */
server/external/zstd/compress/zstd_ldm.c:172
↓ 2 callersFunctionZSTD_ldm_limitTableUpdate
ZSTD_ldm_limitTableUpdate() : * * Sets cctx->nextToUpdate to a position corresponding closer to anchor * if it is far way * (after a long match
server/external/zstd/compress/zstd_ldm.c:312
↓ 2 callersFunctionZSTD_ldm_skipRawSeqStoreBytes
server/external/zstd/compress/zstd_ldm.c:641
↓ 2 callersFunctionZSTD_ldm_skipSequences
server/external/zstd/compress/zstd_ldm.c:582
↓ 2 callersFunctionZSTD_loadDEntropy
! ZSTD_loadDEntropy() : * dict : must point at beginning of a valid zstd dictionary. * @return : size of entropy tables read */
server/external/zstd/decompress/zstd_decompress.c:1316
↓ 2 callersFunctionZSTD_makeCCtxParamsFromCParams
server/external/zstd/compress/zstd_compress.c:268
↓ 2 callersFunctionZSTD_maybeRLE
Returns true if the given block may be RLE. * This is just a heuristic based on the compressibility. * It may return both false positives and false
server/external/zstd/compress/zstd_compress.c:3012
↓ 2 callersFunctionZSTD_minCLevel
server/external/zstd/compress/zstd_compress.c:6179
↓ 2 callersFunctionZSTD_nextInputSizeHint
server/external/zstd/compress/zstd_compress.c:5294
↓ 2 callersFunctionZSTD_nextSrcSizeToDecompress
-************************************** * Advanced Streaming Decompression API * Bufferless and synchronous **************************************
server/external/zstd/decompress/zstd_decompress.c:1094
↓ 2 callersFunctionZSTD_optLdm_processMatchCandidate
ZSTD_optLdm_processMatchCandidate(): * Wrapper function to update ldm seq store and call ldm functions as necessary. */
server/external/zstd/compress/zstd_opt.c:888
↓ 2 callersFunctionZSTD_opt_getNextMatchAndUpdateSeqStore
ZSTD_opt_getNextMatchAndUpdateSeqStore(): * Calculates the beginning and end of the next match in the current block. * Updates 'pos' and 'posInSeque
server/external/zstd/compress/zstd_opt.c:809
↓ 2 callersFunctionZSTD_overlapCopy8
! ZSTD_overlapCopy8() : * Copies 8 bytes from ip to op and updates op and ip where ip <= op. * If the offset is < 8 then the offset is spread to a
server/external/zstd/decompress/zstd_decompress_block.c:683
↓ 2 callersFunctionZSTD_overrideCParams
server/external/zstd/compress/zstd_compress.c:1391
↓ 2 callersFunctionZSTD_prefetchMatch
server/external/zstd/decompress/zstd_decompress_block.c:1213
↓ 2 callersFunctionZSTD_pthread_create
server/external/zstd/common/threading.c:45
↓ 2 callersFunctionZSTD_reduceTable_internal
! ZSTD_reduceTable() : * reduce table indexes by `reducerValue`, or squash to zero. * PreserveMark preserves "unsorted mark" for btlazy2 strategy.
server/external/zstd/compress/zstd_compress.c:2304
↓ 2 callersFunctionZSTD_referenceExternalSequences
server/external/zstd/compress/zstd_compress.c:4072
↓ 2 callersFunctionZSTD_reset_matchState
server/external/zstd/compress/zstd_compress.c:1723
↓ 2 callersFunctionZSTD_resolveRepcodeToRawOffset
* Returns the raw offset represented by the combination of offCode, ll0, and repcode history. * offCode must be an offCode representing a repcode, th
server/external/zstd/compress/zstd_compress.c:3427
↓ 2 callersFunctionZSTD_rollingHash_append
ZSTD_rollingHash_append() : * Add the buffer to the hash value. */
server/external/zstd/compress/zstd_compress_internal.h:822
↓ 2 callersFunctionZSTD_rollingHash_compute
ZSTD_rollingHash_compute() : * Compute the rolling hash value of the buffer. */
server/external/zstd/compress/zstd_compress_internal.h:836
↓ 2 callersFunctionZSTD_row_fillHashCache
ZSTD_row_fillHashCache(): * Fill up the hash cache starting at idx, prefetching up to ZSTD_ROW_HASH_CACHE_SIZE entries, * but not beyond iLimit. */
server/external/zstd/compress/zstd_lazy.c:974
↓ 2 callersFunctionZSTD_row_getMatchMask
Returns a ZSTD_VecMask (U32) that has the nth bit set to 1 if the newly-computed "tag" matches * the hash at the nth position in a row of the tagTabl
server/external/zstd/compress/zstd_lazy.c:1063
↓ 2 callersFunctionZSTD_row_nextCachedHash
ZSTD_row_nextCachedHash(): * Returns the hash of base + idx, and replaces the hash in the hash cache with the byte at * base + idx + ZSTD_ROW_HASH_C
server/external/zstd/compress/zstd_lazy.c:1000
↓ 2 callersFunctionZSTD_row_nextIndex
ZSTD_row_nextIndex(): * Returns the next index to insert at within a tagTable row, and updates the "head" * value to reflect the update. Essentially
server/external/zstd/compress/zstd_lazy.c:938
↓ 2 callersFunctionZSTD_row_update_internal
ZSTD_row_update_internal(): * Inserts the byte at ip into the appropriate position in the hash table. * Determines the relative row, and the positio
server/external/zstd/compress/zstd_lazy.c:1018
↓ 2 callersFunctionZSTD_safecopy
! ZSTD_safecopy() : * Specialized version of memcpy() that is allowed to READ up to WILDCOPY_OVERLENGTH past the input buffer * and write up to 16
server/external/zstd/decompress/zstd_decompress_block.c:716
↓ 2 callersFunctionZSTD_selectBlockCompressor
ZSTD_selectBlockCompressor() : * Not static, but internal use only (used by long distance matcher) * assumption : strat is a valid strategy */
server/external/zstd/compress/zstd_compress.c:2712
↓ 2 callersFunctionZSTD_setBasePrices
server/external/zstd/compress/zstd_opt.c:72
↓ 2 callersFunctionZSTD_setRleBlock
server/external/zstd/decompress/zstd_decompress.c:818
↓ 2 callersFunctionZSTD_shouldAttachDict
server/external/zstd/compress/zstd_compress.c:2026
↓ 2 callersFunctionZSTD_sizeof_CCtx
server/external/zstd/compress/zstd_compress.c:191
↓ 2 callersFunctionZSTD_sizeof_CDict
server/external/zstd/compress/zstd_compress.c:4756
↓ 2 callersFunctionZSTD_updateTree_internal
server/external/zstd/compress/zstd_opt.c:488
↓ 2 callersFunctionZSTD_useLowProbCount
* Returns true if we should use ncount=-1 else we should * use ncount=1 for low probability symbols instead. */
server/external/zstd/compress/zstd_compress_sequences.c:57
↓ 2 callersFunctionZSTD_validateSequence
Returns a ZSTD error code if sequence is not valid */
server/external/zstd/compress/zstd_compress.c:5745
↓ 2 callersFunctionZSTD_window_correctOverflow
* ZSTD_window_correctOverflow(): * Reduces the indices to protect from index overflow. * Returns the correction made to the indices, which must be a
server/external/zstd/compress/zstd_compress_internal.h:992
↓ 2 callersFunctionZSTD_window_enforceMaxDist
* ZSTD_window_enforceMaxDist(): * Updates lowLimit so that: * (srcEnd - base) - lowLimit == maxDist + loadedDictEnd * * It ensures index is val
server/external/zstd/compress/zstd_compress_internal.h:1078
↓ 2 callersFunctionZSTD_window_isEmpty
server/external/zstd/compress/zstd_compress_internal.h:887
↓ 2 callersFunctionZSTD_window_needOverflowCorrection
* ZSTD_window_needOverflowCorrection(): * Returns non-zero if the indices are getting too large and need overflow * protection. */
server/external/zstd/compress/zstd_compress_internal.h:967
↓ 2 callersMethod_PopUnusedDrawCmd
Pop trailing draw command (used before merging or presenting to user) Note that this leaves the ImDrawList in a state unfit for further commands, as m
server/external/imgui/imgui_draw.cpp:472
↓ 2 callersMethod_ResetForNewFrame
Initialize before use in a new frame. We always have a command ready in the buffer.
server/external/imgui/imgui_draw.cpp:408
↓ 2 callersFunction_cleanup_at_exit
()
server/scripting/palanteer_scripting/_scripting.py:415
← previousnext →1,001–1,100 of 4,097, ranked by callers