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
↓ 4 callers
Function
HUF_alignUpWorkspace
server/external/zstd/compress/huf_compress.c:58
↓ 4 callers
Function
HUF_compressCTable_internal
server/external/zstd/compress/huf_compress.c:1146
↓ 4 callers
Function
HUF_compress_internal
HUF_compress_internal() : * `workSpace_align4` must be aligned on 4-bytes boundaries, * and occupies the same space as a table of HUF_WORKSPACE_SIZE
server/external/zstd/compress/huf_compress.c:1179
↓ 4 callers
Function
HUF_readDTableX2_wksp
server/external/zstd/decompress/huf_decompress.c:626
↓ 4 callers
Function
ImAcos01
server/external/imgui/imgui_draw.cpp:3829
↓ 4 callers
Function
ImParseFormatFindEnd
server/external/imgui/imgui_widgets.cpp:3232
↓ 4 callers
Function
ImParseFormatFindStart
We don't use strchr() because our strings are usually very short and often start with '%'
server/external/imgui/imgui_widgets.cpp:3219
↓ 4 callers
Function
ImParseFormatPrecision
Parse display precision back from the display format string FIXME: This is still used by some navigation code path to infer a minimum tweak step, but
server/external/imgui/imgui_widgets.cpp:3319
↓ 4 callers
Function
ImStrncpy
server/external/imgui/imgui.cpp:1582
↓ 4 callers
Function
ImTextCountCharsFromUtf8
server/external/imgui/imgui.cpp:1961
↓ 4 callers
Function
ImTextStrFromUtf8
server/external/imgui/imgui.cpp:1943
↓ 4 callers
Function
InputTextCalcTextSizeW
server/external/imgui/imgui_widgets.cpp:3613
↓ 4 callers
Function
InputTextFilterCharacter
Return false to discard a character.
server/external/imgui/imgui_widgets.cpp:3849
↓ 4 callers
Function
IsActiveIdUsingNavDir
server/external/imgui/imgui_internal.h:2912
↓ 4 callers
Function
MEM_write32
server/external/zstd/common/mem.h:184
↓ 4 callers
Method
Merge
server/external/imgui/imgui_draw.cpp:1728
↓ 4 callers
Method
PathStroke
server/external/imgui/imgui.h:2685
↓ 4 callers
Method
PushTextureID
server/external/imgui/imgui_draw.cpp:622
↓ 4 callers
Method
Reserve
server/external/imgui/imgui_internal.h:658
↓ 4 callers
Function
STB_TEXTEDIT_GETWIDTH
server/external/imgui/imgui_widgets.cpp:3664
↓ 4 callers
Function
SetCurrentWindow
server/external/imgui/imgui.cpp:3369
↓ 4 callers
Method
SetInt
FIXME-OPT: Need a way to reuse the result of lower_bound when doing GetInt()/SetInt() - not too bad because it only happens on explicit interaction (m
server/external/imgui/imgui.cpp:2253
↓ 4 callers
Function
SetWindowConditionAllowFlags
server/external/imgui/imgui.cpp:5531
↓ 4 callers
Function
SliderFloat
server/external/imgui/imgui.h:3242
↓ 4 callers
Function
TableSettingsCalcChunkSize
server/external/imgui/imgui_tables.cpp:3168
↓ 4 callers
Method
TestBit
server/external/imgui/imgui_internal.h:565
↓ 4 callers
Function
XXH32_endian_align
server/external/zstd/common/xxhash.c:291
↓ 4 callers
Function
XXH64_endian_align
server/external/zstd/common/xxhash.c:391
↓ 4 callers
Function
XXH64_reset
server/external/zstd/common/xxhash.c:527
↓ 4 callers
Function
XXH_read32
Force direct memory access. Only works on CPU which support unaligned memory access in hardware */
server/external/zstd/common/xxhash.c:105
↓ 4 callers
Function
XXH_read64
server/external/zstd/common/xxhash.c:106
↓ 4 callers
Function
XXH_swap32
server/external/zstd/common/xxhash.c:166
↓ 4 callers
Function
XXH_swap64
server/external/zstd/common/xxhash.c:173
↓ 4 callers
Function
ZSTD_CCtxParams_setParameter
server/external/zstd/compress/zstd_compress.c:704
↓ 4 callers
Function
ZSTD_DDict_dictSize
server/external/zstd/decompress/zstd_ddict.c:52
↓ 4 callers
Function
ZSTD_adjustCParams_internal
ZSTD_adjustCParams_internal() : * optimize `cPar` for a specified input (`srcSize` and `dictSize`). * mostly downsize to reduce memory consumption
server/external/zstd/compress/zstd_compress.c:1318
↓ 4 callers
Function
ZSTD_buildEntropyStatisticsAndEstimateSubBlockSize
Builds entropy statistics and uses them for blocksize estimation. * * Returns the estimated compressed size of the seqStore, or a zstd error. */
server/external/zstd/compress/zstd_compress.c:3338
↓ 4 callers
Function
ZSTD_buildFSETable
server/external/zstd/decompress/zstd_decompress_block.c:508
↓ 4 callers
Function
ZSTD_checkContinuity
server/external/zstd/decompress/zstd_decompress_block.c:1516
↓ 4 callers
Function
ZSTD_compressBlock_doubleFast_extDict_generic
server/external/zstd/compress/zstd_double_fast.c:359
↓ 4 callers
Function
ZSTD_compressBlock_fast_dictMatchState_generic
server/external/zstd/compress/zstd_fast.c:206
↓ 4 callers
Function
ZSTD_compressBlock_fast_extDict_generic
server/external/zstd/compress/zstd_fast.c:375
↓ 4 callers
Function
ZSTD_compressStream2
server/external/zstd/compress/zstd_compress.c:5620
↓ 4 callers
Function
ZSTD_createCCtx_advanced
server/external/zstd/compress/zstd_compress.c:98
↓ 4 callers
Function
ZSTD_cwksp_init
* The provided workspace takes ownership of the buffer [start, start+size). * Any existing values in the workspace are ignored (the previously manage
server/external/zstd/compress/zstd_cwksp.h:558
↓ 4 callers
Function
ZSTD_cwksp_mark_tables_clean
server/external/zstd/compress/zstd_cwksp.h:470
↓ 4 callers
Function
ZSTD_cwksp_mark_tables_dirty
server/external/zstd/compress/zstd_cwksp.h:450
↓ 4 callers
Function
ZSTD_cwksp_sizeof
server/external/zstd/compress/zstd_cwksp.h:596
↓ 4 callers
Function
ZSTD_frameHeaderSize_internal
ZSTD_frameHeaderSize_internal() : * srcSize must be large enough to reach header size fields. * note : only works for formats ZSTD_f_zstd1 and ZST
server/external/zstd/decompress/zstd_decompress.c:401
↓ 4 callers
Function
ZSTD_getDDict
server/external/zstd/decompress/zstd_decompress.c:1050
↓ 4 callers
Function
ZSTD_getErrorName
! ZSTD_getErrorName() : * provides error code string from function result (useful for debugging) */
server/external/zstd/common/zstd_common.c:41
↓ 4 callers
Function
ZSTD_getFrameHeader
ZSTD_getFrameHeader() : * decode Frame Header, or require larger `srcSize`. * note : this function does not consume input, it only reads it. * @r
server/external/zstd/decompress/zstd_decompress.c:514
↓ 4 callers
Function
ZSTD_insertBtAndGetAllMatches
server/external/zstd/compress/zstd_opt.c:514
↓ 4 callers
Function
ZSTD_isRLE
Unrolled loop to read four size_ts of input at a time. Returns 1 if is RLE, 0 if not. */
server/external/zstd/compress/zstd_compress.c:2984
↓ 4 callers
Function
ZSTD_ldm_insertEntry
ZSTD_ldm_insertEntry() : * Insert the entry with corresponding hash into the hash table */
server/external/zstd/compress/zstd_ldm.c:180
↓ 4 callers
Function
ZSTD_limitCopy
server/external/zstd/common/zstd_internal.h:322
↓ 4 callers
Function
ZSTD_optLdm_skipRawSeqStoreBytes
ZSTD_optLdm_skipRawSeqStoreBytes(): * Moves forward in rawSeqStore by nbBytes, which will update the fields 'pos' and 'posInSequence'. */
server/external/zstd/compress/zstd_opt.c:788
↓ 4 callers
Function
ZSTD_resetCCtx_internal
! ZSTD_resetCCtx_internal() : * @param loadedDictSize The size of the dictionary to be loaded * into the context, if any. If no dictionary is used,
server/external/zstd/compress/zstd_compress.c:1830
↓ 4 callers
Function
ZSTD_rowMatchFinderSupported
Returns true if the strategy supports using a row based matchfinder */
server/external/zstd/compress/zstd_compress.c:210
↓ 4 callers
Function
ZSTD_sizeof_matchState
server/external/zstd/compress/zstd_compress.c:1419
↓ 4 callers
Function
ZSTD_upscaleStat
used in 2-pass strategy */
server/external/zstd/compress/zstd_opt.c:1230
↓ 4 callers
Function
ZSTD_window_hasExtDict
* ZSTD_window_hasExtDict(): * Returns non-zero if the window has a non-empty extDict. */
server/external/zstd/compress/zstd_compress_internal.h:898
↓ 4 callers
Function
_
(e,t)
docs/markdeep.min.js:5340
↓ 4 callers
Function
_grow_capacity
server/external/imgui/imgui.h:1882
↓ 4 callers
Function
_remote_call
(func, detail="", timeout_sec=5.0)
server/scripting/palanteer_scripting/_scripting.py:520
↓ 4 callers
Method
cbegin
server/base/bsList.h:153
↓ 4 callers
Method
checkBounds
server/viewer/vwMainHistogram.cpp:392
↓ 4 callers
Method
checkTimeBounds
server/viewer/vwMainCommon.cpp:352
↓ 4 callers
Function
clear
server/external/imgui/imgui.h:1860
↓ 4 callers
Function
cmCompressChunk
server/common/cmCompress.cpp:64
↓ 4 callers
Function
collectEvents
c++/palanteer.h:3633
↓ 4 callers
Function
end
server/external/imgui/imgui.h:1874
↓ 4 callers
Method
eventButtonPressed
server/viewer/vwPlatform.cpp:554
↓ 4 callers
Method
eventButtonReleased
server/viewer/vwPlatform.cpp:566
↓ 4 callers
Function
getClockTick
Clock implementation Note: The effective clock frequency will be measured/calibrated at initialization time. This is also convenient for custom clock
c++/palanteer.h:1570
↓ 4 callers
Method
getCurveColorIdx
server/viewer/vwConfig.h:140
↓ 4 callers
Method
getLIdx
server/common/cmRecordIterator.h:211
↓ 4 callers
Method
getLastFileExportPath
server/viewer/vwConfig.h:87
↓ 4 callers
Method
getNestingLevel
server/common/cmRecordIterator.h:36
↓ 4 callers
Method
getNiceBigPositiveNumber
server/viewer/vwMainCommon.cpp:158
↓ 4 callers
Method
getPreviousTime
server/viewer/vwMainCommon.cpp:489
↓ 4 callers
Method
getThreadId
Valid only after getChildren() call
server/common/cmRecordIterator.h:35
↓ 4 callers
Method
getTimelineHeaderHeight
server/viewer/vwMainCommon.cpp:1690
↓ 4 callers
Function
helperFinishResponseBuffer
c++/palanteer.h:3198
↓ 4 callers
Function
insert
server/external/imgui/imgui.h:1895
↓ 4 callers
Method
insert
c++/palanteer.h:2374
↓ 4 callers
Function
isEmptyOrVertex
(c)
docs/markdeep.min.js:4478
↓ 4 callers
Function
isSolidBLine
(c)
docs/markdeep.min.js:3582
↓ 4 callers
Method
isVisible
server/viewer/vwPlatform.h:55
↓ 4 callers
Function
is_separator
When ImGuiInputTextFlags_Password is set, we don't want actions such as CTRL+Arrow to leak the fact that underlying data are blanks or separators.
server/external/imgui/imgui_widgets.cpp:3681
↓ 4 callers
Function
makeAbsoluteURL
(url)
docs/markdeep.min.js:4789
↓ 4 callers
Method
offset_from_ptr
server/external/imgui/imgui_internal.h:689
↓ 4 callers
Function
osDirectoryExists
server/base/bsOsLinux.cpp:865
↓ 4 callers
Function
osGetCreationDate
server/base/bsOsLinux.cpp:1069
↓ 4 callers
Function
osGetDirContent
server/base/bsOsLinux.cpp:1000
↓ 4 callers
Function
osGetSize
server/base/bsOsLinux.cpp:1031
↓ 4 callers
Function
osSetWindowTitle
server/base/bsOsLinux.cpp:400
↓ 4 callers
Function
plInitAndStart
( app_name, record_filename=None, build_name=None, server_address="127.0.0.1", server_port
python/palanteer/__init__.py:109
↓ 4 callers
Function
plLogDebug
(category, msg)
tools/palanteer_stub.py:64
↓ 4 callers
Function
plSetLogLevelConsole
c++/palanteer.h:4442
← previous
next →
501–600 of 4,097, ranked by callers