Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BernardoGiordano/Checkpoint
/ functions
Functions
1,694 in github.com/BernardoGiordano/Checkpoint
⨍
Functions
1,694
◇
Types & classes
409
↓ 1 callers
Method
doDrawBottom
common/Screen.cpp:40
↓ 1 callers
Method
doDrawTop
common/Screen.cpp:32
↓ 1 callers
Method
doRestore
3ds/source/MainScreen.cpp:658
↓ 1 callers
Function
drainBody
(r *http.Request)
tools/chlink/receive.go:354
↓ 1 callers
Method
draw
switch/source/clickable.cpp:59
↓ 1 callers
Function
drawActionButton
An action button: filled accent (Backup/Send) or outlined (Restore/Receive), label + the shoulder-key system glyph centered as a group. An empty `key`
switch/source/MainScreen.cpp:158
↓ 1 callers
Method
drawBottom
3ds/source/MainScreen.cpp:301
↓ 1 callers
Function
drawCentered
switch/source/ReceiveOverlay.cpp:47
↓ 1 callers
Function
drawFolderMark
A small folder glyph drawn from primitives (no gfx asset): a tab + body.
3ds/source/FolderBrowserOverlay.cpp:40
↓ 1 callers
Function
drawIcon
Icon sized into a `side`x`side` box at (x, y): SMDH icons scale down, small ones sit centered.
3ds/source/TitlePickerOverlay.cpp:40
↓ 1 callers
Function
drawRailItem
A save-kind rail button: square (radius 0), filled accent when active, faint fill otherwise, with the single kind letter over the small kind label.
switch/source/MainScreen.cpp:135
↓ 1 callers
Method
drawTop
3ds/source/MainScreen.cpp:170
↓ 1 callers
Function
dsCardId
'D','N' — DS NTR
3ds/source/titleprobe.cpp:111
↓ 1 callers
Function
dump_float
! @brief dump a floating-point number Dump a given floating-point number to output stream @a o. Works internally with @a number_buffer.
3rd-party/json/json.hpp:18807
↓ 1 callers
Function
dump_integer
3rd-party/json/json.hpp:18722
↓ 1 callers
Method
end
3ds/include/SmallVector.hpp:389
↓ 1 callers
Method
endFile
3ds/source/transfer.cpp:253
↓ 1 callers
Method
enqueueBackup
switch/source/transferjob.cpp:36
↓ 1 callers
Method
enqueueBackup
3ds/source/transferjob.cpp:36
↓ 1 callers
Method
enqueueRestore
switch/source/transferjob.cpp:47
↓ 1 callers
Method
enqueueRestore
3ds/source/transferjob.cpp:50
↓ 1 callers
Method
enqueueSend
switch/source/transferjob.cpp:58
↓ 1 callers
Method
enqueueSend
3ds/source/transferjob.cpp:64
↓ 1 callers
Method
extdata
3ds/source/title.cpp:142
↓ 1 callers
Method
extdataId
3ds/source/title.cpp:238
↓ 1 callers
Function
extractPath
switch/source/server.cpp:153
↓ 1 callers
Function
extractPath
3ds/source/server.cpp:77
↓ 1 callers
Method
favorite
Raw-index favorite lookup; reached only through filteredFavorite, which maps the filtered cell index back to the raw title index first.
switch/source/titlecatalog.cpp:243
↓ 1 callers
Function
fileSize
switch/source/transfer.cpp:98
↓ 1 callers
Function
fileSizeAndCrc
switch/source/io.cpp:74
↓ 1 callers
Method
filter
3ds/source/configuration.cpp:239
↓ 1 callers
Method
filteredFavorite
switch/source/titlecatalog.cpp:324
↓ 1 callers
Method
filteredSmallIcon
switch/source/titlecatalog.cpp:330
↓ 1 callers
Function
find_largest_pow10
! For n != 0, returns k, such that pow10 := 10^(k-1) <= n < 10^k. For n == 0, returns 1 and sets pow10 := 1. */
3rd-party/json/json.hpp:17399
↓ 1 callers
Function
finishFile
switch/source/transferstatus.cpp:88
↓ 1 callers
Function
finishFile
3ds/source/transferstatus.cpp:86
↓ 1 callers
Method
first
switch/source/gfx/CIntrusiveList.h:25
↓ 1 callers
Method
fitScale
3ds/source/textpool.cpp:134
↓ 1 callers
Method
fixedUserName
switch/source/savedatasource.cpp:78
↓ 1 callers
Function
flatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
3rd-party/json/json.hpp:23976
↓ 1 callers
Function
flushGlyphUploads
Submit all pending glyph atlas copies as one command list, ahead of the frame's own list so the queue's in-order execution puts every copy before the
switch/source/gfx_deko3d.cpp:907
↓ 1 callers
Function
format_buffer
3rd-party/json/json.hpp:17887
↓ 1 callers
Method
frameTick
3ds/source/textpool.cpp:81
↓ 1 callers
Method
freeIcons
switch/source/titlecatalog.cpp:339
↓ 1 callers
Function
from_json_array_impl
3rd-party/json/json.hpp:4821
↓ 1 callers
Function
from_json_inplace_array_impl
3rd-party/json/json.hpp:4904
↓ 1 callers
Function
from_json_tuple_impl
3rd-party/json/json.hpp:5010
↓ 1 callers
Function
ftFloor
26.6 fixed-point rounding, same macros SDL_ttf uses for glyph metrics.
switch/source/gfx_deko3d.cpp:203
↓ 1 callers
Function
ftp_session_accept
! accept PASV connection for ftp session * * @param[in] session ftp session * * @returns -1 for failure */
3rd-party/ftp/ftp.c:1104
↓ 1 callers
Function
ftp_session_fill_dirent_cdir
! fill cdir directory entry * * @param[in] session ftp session * @param[in] path path to fill * * @returns errno */
3rd-party/ftp/ftp.c:905
↓ 1 callers
Function
ftp_session_new
! allocate new ftp session * * @param[in] listen_fd socket to accept connection from */
3rd-party/ftp/ftp.c:1033
↓ 1 callers
Function
ftp_session_open_cwd
! open current working directory for ftp session * * @param[in] session ftp session * * @return -1 for failure */
3rd-party/ftp/ftp.c:571
↓ 1 callers
Function
ftp_session_open_file_read
! open file for reading for ftp session * * @param[in] session ftp session * * @returns -1 for error */
3rd-party/ftp/ftp.c:428
↓ 1 callers
Function
ftp_session_open_file_write
! open file for writing for ftp session * * @param[in] session ftp session * @param[in] append whether to append * * @returns -1 for error *
3rd-party/ftp/ftp.c:494
↓ 1 callers
Function
ftp_session_poll
! poll sockets for ftp session * * @param[in] session ftp session * * @returns next session */
3rd-party/ftp/ftp.c:1437
↓ 1 callers
Function
ftp_session_read_command
! read command for ftp session * * @param[in] session ftp session * @param[in] events poll events */
3rd-party/ftp/ftp.c:1220
↓ 1 callers
Function
ftp_session_read_file
! read from an open file for ftp session * * @param[in] session ftp session * * @returns bytes read */
3rd-party/ftp/ftp.c:469
↓ 1 callers
Function
ftp_session_transfer
! transfer loop * * Try to transfer as much data as the sockets will allow without blocking * * @param[in] session ftp session */
3rd-party/ftp/ftp.c:807
↓ 1 callers
Function
ftp_session_write_file
! write to an open file for ftp session * * @param[in] session ftp session * * @returns bytes written */
3rd-party/ftp/ftp.c:534
↓ 1 callers
Function
ftp_xfer_dir
! Transfer a directory * * @param[in] session ftp session * @param[in] args ftp arguments * @param[in] mode transfer mode * @p
3rd-party/ftp/ftp.c:2119
↓ 1 callers
Function
ftp_xfer_file
! Transfer a file * * @param[in] session ftp session * @param[in] args ftp arguments * @param[in] mode transfer mode * * @returns fail
3rd-party/ftp/ftp.c:2045
↓ 1 callers
Method
fullExtdataPath
3ds/source/title.cpp:132
↓ 1 callers
Method
fullSavePath
3ds/source/title.cpp:127
↓ 1 callers
Function
generatePin
A 4-digit PIN from srand(time) is trivially predictable; seed from the system CSPRNG so a LAN peer can't reconstruct it from the clock.
3ds/source/transfer.cpp:86
↓ 1 callers
Method
generation
Monotonic counter bumped whenever the catalog's contents change (full load, directory refresh, cart insert/remove). The UI compares it against the val
3ds/include/loader.hpp:85
↓ 1 callers
Method
getCompleteTitleList
switch/source/titlecatalog.cpp:344
↓ 1 callers
Method
getFilteredTitle
switch/source/titlecatalog.cpp:301
↓ 1 callers
Method
getTitleById
switch/source/titlecatalog.cpp:262
↓ 1 callers
Method
getTitleById
3ds/source/loader.cpp:73
↓ 1 callers
Method
getTitleByName
switch/source/titlecatalog.cpp:276
↓ 1 callers
Method
getTitleByName
3ds/source/loader.cpp:120
↓ 1 callers
Function
get_arithmetic_value
3rd-party/json/json.hpp:4678
↓ 1 callers
Method
get_binary
3rd-party/json/json.hpp:12008
↓ 1 callers
Function
get_cached_power_for_binary_exponent
! For a normalized diyfp w = f * 2^e, this function returns a (normalized) cached power-of-ten c = f_c * 2^e_c, such that the exponent of the product
3rd-party/json/json.hpp:17235
↓ 1 callers
Function
get_impl_ptr
3rd-party/json/json.hpp:20718
↓ 1 callers
Function
get_ptr
3rd-party/json/json.hpp:20858
↓ 1 callers
Method
get_string
3rd-party/json/json.hpp:11975
↓ 1 callers
Method
get_value
3rd-party/json/json.hpp:12744
↓ 1 callers
Method
gpuOffset
switch/source/gfx/CMemPool.h:32
↓ 1 callers
Function
grisu2
3rd-party/json/json.hpp:17735
↓ 1 callers
Function
grisu2_digit_gen
! Generates V = buffer * 10^decimal_exponent, such that M- <= V <= M+. M- and M+ must be normalized and share the same exponent -60 <= e <= -32. */
3rd-party/json/json.hpp:17494
↓ 1 callers
Function
grisu2_round
3rd-party/json/json.hpp:17453
↓ 1 callers
Function
handleHttpRequest
switch/source/server.cpp:230
↓ 1 callers
Function
handleHttpRequest
3ds/source/server.cpp:201
↓ 1 callers
Function
hash
3rd-party/json/json.hpp:6022
↓ 1 callers
Method
held
switch/source/clickable.cpp:30
↓ 1 callers
Method
held
3ds/source/clickable.cpp:35
↓ 1 callers
Method
hiddenIds
switch/source/configuration.cpp:285
↓ 1 callers
Function
hintItemWidth
switch/source/uikit.cpp:37
↓ 1 callers
Function
humanSize
"1.2 MB" / "48.0 KB" / "512 B". One decimal above KB; bytes shown whole.
switch/source/BackupList.cpp:153
↓ 1 callers
Function
if
3rd-party/json/json.hpp:22946
↓ 1 callers
Method
index
common/ihid.hpp:55
↓ 1 callers
Method
init
switch/source/title.cpp:30
↓ 1 callers
Function
initCrc
common/transferprotocol.cpp:64
↓ 1 callers
Function
insert
3rd-party/json/json.hpp:19328
↓ 1 callers
Function
insert_iterator
3rd-party/json/json.hpp:22568
↓ 1 callers
Function
int_to_string
3rd-party/json/json.hpp:5179
↓ 1 callers
Method
invalidate
3ds/source/backupsize.cpp:70
↓ 1 callers
Method
invalidateAll
3ds/source/backupsize.cpp:86
↓ 1 callers
Method
isActivityLog
3ds/source/title.cpp:258
← previous
next →
501–600 of 1,694, ranked by callers