Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dfeneyrou/palanteer
/ functions
Functions
4,097 in github.com/dfeneyrou/palanteer
⨍
Functions
4,097
◇
Types & classes
505
↓ 2 callers
Function
FSE_ctz
-************************************************************** * FSE NCount encoding-decoding ******************************************************
server/external/zstd/common/entropy_common.c:41
↓ 2 callers
Function
FSE_decompress_wksp_bmi2
server/external/zstd/common/fse_decompress.c:374
↓ 2 callers
Function
FSE_decompress_wksp_body
server/external/zstd/common/fse_decompress.c:319
↓ 2 callers
Function
FSE_initDState
server/external/zstd/common/fse.h:602
↓ 2 callers
Function
FSE_minTableLog
provides the minimum logSize to safely represent a distribution */
server/external/zstd/compress/fse_compress.c:320
↓ 2 callers
Function
FSE_optimalTableLog_internal
server/external/zstd/compress/fse_compress.c:329
↓ 2 callers
Function
FSE_readNCount_bmi2
server/external/zstd/common/entropy_common.c:228
↓ 2 callers
Function
FSE_readNCount_body
server/external/zstd/common/entropy_common.c:63
↓ 2 callers
Function
FSE_writeNCount_generic
server/external/zstd/compress/fse_compress.c:196
↓ 2 callers
Method
FindGlyph
server/external/imgui/imgui_draw.cpp:3321
↓ 2 callers
Function
FixLargeWindowsWhenUndocking
Problem: Undocking a large (~full screen) window would leave it so large that the bottom right sizing corner would more than likely be off the screen
server/external/imgui/imgui.cpp:14240
↓ 2 callers
Function
FixRectCornerFlags
server/external/imgui/imgui_draw.cpp:1332
↓ 2 callers
Method
GetAliveCount
To iterate a ImPool: for (int n = 0; n < pool.GetMapSize(); n++) if (T* t = pool.TryGetMapData(n)) { ... } Can be avoided if you know .Remove() has ne
server/external/imgui/imgui_internal.h:662
↓ 2 callers
Method
GetArenaSizeInBytes
server/external/imgui/imgui_internal.h:627
↓ 2 callers
Method
GetCustomRectByIndex
server/external/imgui/imgui.h:2912
↓ 2 callers
Method
GetIDFromRectangle
This is only used in rare/specific situations to manufacture an ID out of nowhere.
server/external/imgui/imgui.cpp:3361
↓ 2 callers
Function
GetInputSourceName
server/external/imgui/imgui.cpp:8369
↓ 2 callers
Function
GetResizeBorderRect
server/external/imgui/imgui.cpp:5811
↓ 2 callers
Function
GetSkipItemForListClipping
FIXME-TABLE: This prevents us from using ImGuiListClipper _inside_ a table cell. The problem we have is that without a Begin/End scheme for rows using
server/external/imgui/imgui.cpp:2473
↓ 2 callers
Function
GetViewportDrawList
server/external/imgui/imgui.cpp:3822
↓ 2 callers
Method
GetVoidPtr
server/external/imgui/imgui.cpp:2214
↓ 2 callers
Function
H
(e)
docs/markdeep.min.js:5340
↓ 2 callers
Function
HIST_count_parallel_wksp
HIST_count_parallel_wksp() : * store histogram into 4 intermediate tables, recombined at the end. * this design makes better use of OoO cpus, * and
server/external/zstd/compress/hist.c:66
↓ 2 callers
Function
HUF_addBits
! HUF_addBits(): * Adds the symbol stored in HUF_CElt elt to the bitstream. * * @param elt The element we're adding. This is a (nbBits, value) pa
server/external/zstd/compress/huf_compress.c:791
↓ 2 callers
Function
HUF_compress4X_usingCTable_internal
server/external/zstd/compress/huf_compress.c:1084
↓ 2 callers
Function
HUF_decompress1X_DCtx_wksp
server/external/zstd/decompress/huf_decompress.c:1106
↓ 2 callers
Function
HUF_getIndex
Return the appropriate bucket index for a given count. See definition of * RANK_POSITION_DISTINCT_COUNT_CUTOFF for explanation of bucketing strategy.
server/external/zstd/compress/huf_compress.c:463
↓ 2 callers
Function
HUF_optimalTableLog
* Utils ****************************************************************/
server/external/zstd/compress/huf_compress.c:47
↓ 2 callers
Function
HUF_readStats_body
server/external/zstd/common/entropy_common.c:264
↓ 2 callers
Function
HUF_swapNodes
Helper swap function for HUF_quickSortPartition() */
server/external/zstd/compress/huf_compress.c:470
↓ 2 callers
Function
HUF_validateCTable
server/external/zstd/compress/huf_compress.c:725
↓ 2 callers
Function
ImAlphaBlendColors
server/external/imgui/imgui.cpp:2069
↓ 2 callers
Function
ImBezierCubicCalc
server/external/imgui/imgui_draw.cpp:1238
↓ 2 callers
Function
ImBitArrayClearBit
server/external/imgui/imgui_internal.h:541
↓ 2 callers
Function
ImBitArraySetBit
server/external/imgui/imgui_internal.h:542
↓ 2 callers
Function
ImFileLoadToMemory
Helper: Load file content into memory Memory allocated with IM_ALLOC(), must be freed by user using IM_FREE() == ImGui::MemFree() This can't really be
server/external/imgui/imgui.cpp:1845
↓ 2 callers
Function
ImFileWrite
server/external/imgui/imgui.cpp:1839
↓ 2 callers
Function
ImFontAtlasBuildRender32bppRectFromString
server/external/imgui/imgui_draw.cpp:2666
↓ 2 callers
Function
ImFontAtlasBuildRender8bppRectFromString
server/external/imgui/imgui_draw.cpp:2656
↓ 2 callers
Function
ImIsFloatAboveGuaranteedIntegerPrecision
server/external/imgui/imgui_internal.h:466
↓ 2 callers
Function
ImMul
server/external/imgui/imgui_internal.h:465
↓ 2 callers
Function
ImStrbolW
server/external/imgui/imgui.cpp:1633
↓ 2 callers
Function
ImStrchrRange
server/external/imgui/imgui.cpp:1612
↓ 2 callers
Function
ImStristr
server/external/imgui/imgui.cpp:1640
↓ 2 callers
Function
ImTextCharToUtf8
server/external/imgui/imgui.cpp:2011
↓ 2 callers
Function
ImTextCharToUtf8_inline
Based on stb_to_utf8() from github.com/nothings/stb/
server/external/imgui/imgui.cpp:1976
↓ 2 callers
Function
ImTextCountUtf8BytesFromChar
Not optimal but we very rarely use this function.
server/external/imgui/imgui.cpp:2019
↓ 2 callers
Function
ImTextStrToUtf8
server/external/imgui/imgui.cpp:2034
↓ 2 callers
Function
InputScalar_DefaultCharsFilter
server/external/imgui/imgui_widgets.cpp:3363
↓ 2 callers
Method
IsDelivery
server/external/imgui/imgui.h:2241
↓ 2 callers
Function
IsGamepadKey
server/external/imgui/imgui_internal.h:2908
↓ 2 callers
Function
IsRootOfOpenMenuSet
server/external/imgui/imgui_widgets.cpp:6870
↓ 2 callers
Function
LogTextV
Pass text data straight to log (without being displayed)
server/external/imgui/imgui.cpp:11933
↓ 2 callers
Function
MEM_writeLE64
server/external/zstd/common/mem.h:356
↓ 2 callers
Function
NavScoreItemDistInterval
server/external/imgui/imgui.cpp:10204
↓ 2 callers
Function
NavUpdateWindowingHighlightWindow
server/external/imgui/imgui.cpp:11372
↓ 2 callers
Function
O
(e,t)
docs/markdeep.min.js:5340
↓ 2 callers
Function
POOL_add_internal
server/external/zstd/common/pool.c:260
↓ 2 callers
Method
PopTextureID
server/external/imgui/imgui_draw.cpp:629
↓ 2 callers
Function
RenderArrowsForVerticalBar
Helper for ColorPicker4()
server/external/imgui/imgui_widgets.cpp:5114
↓ 2 callers
Method
RenderChar
Note: as with every ImDrawList drawing function, this expects that the font atlas texture is bound.
server/external/imgui/imgui_draw.cpp:3535
↓ 2 callers
Function
ScaleWindow
server/external/imgui/imgui.cpp:4057
↓ 2 callers
Function
StackToolFormatLevelInfo
server/external/imgui/imgui.cpp:18729
↓ 2 callers
Function
TableSettingsInit
Clear and initialize empty settings instance
server/external/imgui/imgui_tables.cpp:3156
↓ 2 callers
Function
TableSetupColumnFlags
Adjust flags: default width mode + stretch columns are not allowed when auto extending
server/external/imgui/imgui_tables.cpp:657
↓ 2 callers
Function
TempInputIsActive
server/external/imgui/imgui_internal.h:3132
↓ 2 callers
Function
TitleBarHeight
server/external/imgui/imgui_internal.h:2351
↓ 2 callers
Function
UnpackAccumulativeOffsetsIntoRanges
server/external/imgui/imgui_draw.cpp:2858
↓ 2 callers
Function
UpdateWindowInFocusOrderList
server/external/imgui/imgui.cpp:5568
↓ 2 callers
Function
XXH32_digest_endian
server/external/zstd/common/xxhash.c:610
↓ 2 callers
Function
XXH32_update_endian
server/external/zstd/common/xxhash.c:540
↓ 2 callers
Function
XXH64_digest_endian
server/external/zstd/common/xxhash.c:729
↓ 2 callers
Function
XXH64_update_endian
server/external/zstd/common/xxhash.c:660
↓ 2 callers
Function
XXH_free
server/external/zstd/common/xxhash.c:82
↓ 2 callers
Function
XXH_malloc
server/external/zstd/common/xxhash.c:81
↓ 2 callers
Function
ZSTDMT_CCtxParam_setNbWorkers
ZSTDMT_CCtxParam_setNbWorkers(): * Internal use only */
server/external/zstd/compress/zstdmt_compress.c:896
↓ 2 callers
Function
ZSTDMT_computeTargetJobLog
server/external/zstd/compress/zstdmt_compress.c:1135
↓ 2 callers
Function
ZSTDMT_createCCtxPool
ZSTDMT_createCCtxPool() : * implies nbWorkers >= 1 , checked by caller ZSTDMT_createCCtx() */
server/external/zstd/compress/zstdmt_compress.c:359
↓ 2 callers
Function
ZSTDMT_createJobsTable
ZSTDMT_allocJobsTable() * allocate and init a job table. * update *nbJobsPtr to next power of 2 value, as size of table */
server/external/zstd/compress/zstdmt_compress.c:859
↓ 2 callers
Function
ZSTDMT_expandBufferPool
server/external/zstd/compress/zstdmt_compress.c:163
↓ 2 callers
Function
ZSTDMT_freeCCtx
server/external/zstd/compress/zstdmt_compress.c:995
↓ 2 callers
Function
ZSTDMT_setNbSeq
server/external/zstd/compress/zstdmt_compress.c:312
↓ 2 callers
Function
ZSTDMT_sizeof_bufferPool
only works at initialization, not during compression */
server/external/zstd/compress/zstdmt_compress.c:136
↓ 2 callers
Function
ZSTDMT_waitForAllJobsCompleted
server/external/zstd/compress/zstdmt_compress.c:980
↓ 2 callers
Function
ZSTDMT_waitForLdmComplete
server/external/zstd/compress/zstdmt_compress.c:1576
↓ 2 callers
Function
ZSTD_BtGetAllMatches
server/external/zstd/compress/zstd_opt.c:748
↓ 2 callers
Function
ZSTD_CCtx_init_compressStream2
server/external/zstd/compress/zstd_compress.c:5526
↓ 2 callers
Function
ZSTD_CCtx_loadDictionary_advanced
server/external/zstd/compress/zstd_compress.c:1134
↓ 2 callers
Function
ZSTD_DCtx_resetParameters
server/external/zstd/decompress/zstd_decompress.c:236
↓ 2 callers
Function
ZSTD_DCtx_selectFrameDDict
Given a dctx with a digested frame params, re-selects the correct ZSTD_DDict based on * the requested dict ID from the frame. If there exists a refer
server/external/zstd/decompress/zstd_decompress.c:345
↓ 2 callers
Function
ZSTD_DDictHashSet_emplaceDDict
Adds DDict to a hashset without resizing it. * If inserting a DDict with a dictID that already exists in the set, replaces the one in the set. * Ret
server/external/zstd/decompress/zstd_decompress.c:104
↓ 2 callers
Function
ZSTD_DDictHashSet_getIndex
Hash function to determine starting position of dict insertion within the table * Returns an index between [0, hashSet->ddictPtrTableSize] */
server/external/zstd/decompress/zstd_decompress.c:94
↓ 2 callers
Function
ZSTD_NbCommonBytes
-************************************* * Match length counter ***************************************/
server/external/zstd/compress/zstd_compress_internal.h:648
↓ 2 callers
Function
ZSTD_VecMask_next
ZSTD_VecMask_next(): * Starting from the LSB, returns the idx of the next non-zero bit. * Basically counting the nb of trailing zeroes. */
server/external/zstd/compress/zstd_lazy.c:881
↓ 2 callers
Function
ZSTD_assertEqualCParams
server/external/zstd/compress/zstd_compress.c:1656
↓ 2 callers
Function
ZSTD_buildBlockEntropyStats
ZSTD_buildBlockEntropyStats() : * Builds entropy for the block. * Requires workspace size ENTROPY_WORKSPACE_SIZE * * @return : 0 on success or
server/external/zstd/compress/zstd_compress.c:3199
↓ 2 callers
Function
ZSTD_buildFSETable_body
ZSTD_buildFSETable() : * generate FSE decoding table for one symbol (ll, ml or off) * cannot fail if input is valid => * all inputs are presumed va
server/external/zstd/decompress/zstd_decompress_block.c:367
↓ 2 callers
Function
ZSTD_buildSequencesStatistics
ZSTD_buildSequencesStatistics(): * Returns a ZSTD_symbolEncodingTypeStats_t, or a zstd error code in the `size` field. * Modifies `nextEntropy` to h
server/external/zstd/compress/zstd_compress.c:2438
↓ 2 callers
Function
ZSTD_cParam_getBounds
server/external/zstd/compress/zstd_compress.c:389
↓ 2 callers
Function
ZSTD_compressBlock_internal
server/external/zstd/compress/zstd_compress.c:3744
← previous
next →
901–1,000 of 4,097, ranked by callers