Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FIX94/Nintendont
/ functions
Functions
1,150 in github.com/FIX94/Nintendont
⨍
Functions
1,150
◇
Types & classes
398
↓ 10 callers
Function
disk_read
loader/source/diskio.c:108
↓ 10 callers
Function
doSOGetInterfaceOpt
loader/source/ppc/IOSInterface/source/sock.c:215
↓ 10 callers
Function
ipc_read
resetstub/ios.c:55
↓ 10 callers
Function
sync_before_read
loader/source/ppc/IOSInterface/source/cache.c:21
↓ 10 callers
Function
validate
fatfs/ff.c:3338
↓ 9 callers
Function
DIFinishAsync
kernel/DI.c:903
↓ 9 callers
Function
GRRLIB_SetHandle
* Set a texture's X and Y handles. * For example, it could be used for the rotation of a texture. * @param tex The texture to set the handle on. *
loader/include/grrlib.h:688
↓ 9 callers
Function
R32
kernel/common.c:47
↓ 9 callers
Function
TimerDiffSeconds
kernel/global.h:316
↓ 9 callers
Function
TimerDiffTicks
kernel/global.h:309
↓ 9 callers
Function
btpbuf_chain
kernel/lwbt/btpbuf.c:247
↓ 9 callers
Function
l2ca_disconnect_req
-----------------------------------------------------------------------------------*/ * l2ca_disconnect_req(): * * Requests the disconnection of th
kernel/lwbt/l2cap.c:1252
↓ 9 callers
Function
l2cap_close
-----------------------------------------------------------------------------------*/ * l2cap_close(): * * Closes the L2CAP protocol control block.
kernel/lwbt/l2cap.c:961
↓ 9 callers
Function
ld_clust
fatfs/ff.c:1525
↓ 9 callers
Function
strcpy
kernel/string.c:66
↓ 9 callers
Function
sync_fs
fatfs/ff.c:865
↓ 8 callers
Function
ConfigGetVideoOffset
kernel/Config.h:93
↓ 8 callers
Function
FPAD_Update
loader/source/FPad.c:81
↓ 8 callers
Function
IsGCGame
loader/source/global.c:410
↓ 8 callers
Function
IsWiiU
kernel/global.h:351
↓ 8 callers
Function
__usb_interrupt_bulk_message
loader/source/usb.c:476
↓ 8 callers
Function
f_mkdir_char
fatfs/ff_utf8.c:90
↓ 8 callers
Function
hci_get_link
kernel/lwbt/hci.c:95
↓ 8 callers
Function
ipc_bell
resetstub/ios.c:67
↓ 8 callers
Function
ipc_write
resetstub/ios.c:61
↓ 8 callers
Function
ssl_close
loader/source/ssl.c:63
↓ 8 callers
Function
ssl_open
loader/source/ssl.c:48
↓ 8 callers
Function
sync_after_write
loader/source/ppc/IOSInterface/source/cache.c:34
↓ 8 callers
Function
sync_window
fatfs/ff.c:804
↓ 7 callers
Function
ConfigGetGamePath
NOTE: DIChangeDisc() modifies this path.
kernel/Config.h:53
↓ 7 callers
Function
FPAD_OK
loader/source/FPad.c:212
↓ 7 callers
Function
GRRLIB_FlushTex
* Write the contents of a texture in the data cache down to main memory. * For performance the CPU holds a data cache where modifications are stored
loader/include/grrlib.h:489
↓ 7 callers
Function
PrintLoadKernelError
* Print a LoadKernel() error message. * * This function does NOT force a return to loader; * that must be handled by the caller. * Caller must
loader/source/menu.c:2073
↓ 7 callers
Function
ShowMessageScreen
* Show a single message screen. * @param msg Message. */
loader/source/menu.c:1937
↓ 7 callers
Function
StreamGetChunkSize
kernel/Stream.c:147
↓ 7 callers
Function
WDVD_FST_Read
loader/source/wdvd.c:174
↓ 7 callers
Function
__cycle
loader/source/usbstorage.c:284
↓ 7 callers
Function
f_expand
fatfs/ff.c:5227
↓ 7 callers
Function
hexdump
kernel/string.c:152
↓ 7 callers
Function
remove_chain
-----------------------------------------------------------------------*/ FAT handling - Remove a cluster chain */ ---
fatfs/ff.c:1168
↓ 7 callers
Function
store_xdir
-----------------------------------------------*/ exFAT: Store the directory block to the media */ -----------------------------------------------*/
fatfs/ff.c:1951
↓ 7 callers
Function
sync_after_write
resetstub/cache.c:27
↓ 6 callers
Function
ConfigGetVideoScale
kernel/Config.h:88
↓ 6 callers
Function
DISetDIMMVersion
kernel/DI.c:267
↓ 6 callers
Function
FlushDevices
* Flush all device caches. */
loader/source/global.c:627
↓ 6 callers
Function
GRRLIB_FreeTexture
* Free memory allocated for texture. * @param tex A GRRLIB_texImg structure. */
loader/include/grrlib.h:500
↓ 6 callers
Function
HIDControlMessage
kernel/HID.c:666
↓ 6 callers
Function
ISOReadDirect
* Read directly from the ISO file. * CISO mapping is done here. * @param Buffer Output buffer. * @param Length Data length. * @param Offset ISO fi
kernel/ISO.c:88
↓ 6 callers
Function
NANDLoadFile
kernel/NAND.c:25
↓ 6 callers
Function
PatchAX_Dsp
kernel/Patch.c:225
↓ 6 callers
Function
PrintButtonActions
* Print button actions. * Call this function after PrintInfo(). * * If any button action is NULL, that button won't be displayed. * * @param
loader/source/menu.c:1996
↓ 6 callers
Function
ReadRealDisc
static const u32 DISC_DRIVE_BUFFER_LENGTH = 0x7FF000;
loader/source/dip.c:36
↓ 6 callers
Function
ReconfigVideo
loader/source/menu.c:2043
↓ 6 callers
Function
WDVD_FST_Close
loader/source/wdvd.c:143
↓ 6 callers
Function
WDVD_FST_LSeek
kernel/wdvd.c:161
↓ 6 callers
Function
char_to_wchar
* Convert a UTF-8 string to WCHAR (UTF-16). * Uses tmpwchar buffer. (NOT REENTRANT OR THREAD-SAFE!) * @param str UTF-8 string. * @return True if
fatfs/ff_utf8.c:24
↓ 6 callers
Function
create_chain
-----------------------------------------------------------------------*/ FAT handling - Stretch a chain or Create a new chain */ ---
fatfs/ff.c:1248
↓ 6 callers
Function
dir_read
fatfs/ff.c:2025
↓ 6 callers
Function
lockThread
loader/source/ppc/IOSInterface/source/sock.c:886
↓ 6 callers
Function
put_fat
fatfs/ff.c:998
↓ 6 callers
Function
read16
kernel/global.h:239
↓ 6 callers
Function
ssl_shutdown
loader/source/ssl.c:284
↓ 6 callers
Function
st_clust
fatfs/ff.c:1543
↓ 6 callers
Function
strncpy
kernel/string.c:29
↓ 6 callers
Function
sync_after_write_align32
kernel/global.h:337
↓ 6 callers
Function
sync_before_read_align32
kernel/global.h:330
↓ 6 callers
Function
unlockThread
loader/source/ppc/IOSInterface/source/sock.c:909
↓ 6 callers
Function
unzCloseCurrentFile
Close the file in zip opened with unzipOpenCurrentFile Return UNZ_CRCERROR if all the file was read but the CRC is not good */
loader/source/unzip/unzip.c:1499
↓ 6 callers
Function
unzlocal_getByte
(pzlib_filefunc_def,filestream,pi)
loader/source/unzip/unzip.c:171
↓ 5 callers
Function
BTUpdateRegisters
kernel/BT.c:736
↓ 5 callers
Function
GRRLIB_GXEngine
* Draws a vector. * @param v The vector to draw. * @param color The color of the vector in RGBA format. * @param n Number of points in the vector.
loader/include/grrlib.h:832
↓ 5 callers
Function
GRRLIB_Rectangle
* Draw a rectangle. * @param x Specifies the x-coordinate of the upper-left corner of the rectangle. * @param y Specifies the y-coordinate of the up
loader/include/grrlib.h:783
↓ 5 callers
Function
USBStorageOGC_Close
loader/source/usbstorage.c:568
↓ 5 callers
Function
USB_OGC_FreeDescriptors
loader/source/usb.c:1089
↓ 5 callers
Function
WDVD_FST_LSeek
loader/source/wdvd.c:162
↓ 5 callers
Function
_FAT_cache_getPage
loader/source/ff_cache.c:114
↓ 5 callers
Function
_SOSockCmd
loader/source/ppc/IOSInterface/source/sock.c:337
↓ 5 callers
Function
__sd0_deselect
kernel/SDI.c:221
↓ 5 callers
Function
__usb_getdesc
loader/source/usb.c:561
↓ 5 callers
Function
atox
controllerconfigs/controller_ini_to_array/main.c:94
↓ 5 callers
Function
chk_chr
Check if chr is contained in the string */
fatfs/ff.c:650
↓ 5 callers
Function
dir_register
fatfs/ff.c:2181
↓ 5 callers
Function
doChecksum
Same Method as SRAM Checksum in Kernel */
loader/source/MemCard.c:45
↓ 5 callers
Function
do_thread_create
kernel/global.h:367
↓ 5 callers
Function
f_mount
fatfs/ff.c:3373
↓ 5 callers
Function
fileExist
* Does the specified file exist? * @param path Filename. * @return True if the file exists; false if it doesn't. */
kernel/Patch.c:1163
↓ 5 callers
Function
hci_arg
kernel/lwbt/hci.c:160
↓ 5 callers
Function
mem_cmp
Compare memory block */
fatfs/ff.c:637
↓ 5 callers
Function
strncmp
kernel/string.c:87
↓ 5 callers
Function
unzlocal_GetCurrentFileInfoInternal
(file, pfile_info,
loader/source/unzip/unzip.c:577
↓ 5 callers
Function
usbgecko_printf
resetstub/usbgecko.c:61
↓ 5 callers
Function
write16
kernel/global.h:246
↓ 5 callers
Function
xsum32
fatfs/ff.c:1803
↓ 4 callers
Function
CloseDiscImage
* Close the disc image. * @param md5 MD5VerifyState_t */
loader/source/ShowGameInfo.c:368
↓ 4 callers
Function
ConfigGetDecValue
controllerconfigs/controller_ini_to_array/main.c:206
↓ 4 callers
Function
ConfigGetDecValue
kernel/HID.c:971
↓ 4 callers
Function
DiscReadSync
kernel/DI.c:136
↓ 4 callers
Function
DrawBuffer
loader/source/global.c:227
↓ 4 callers
Function
EXIDeviceMemoryCard
* EXI device handler: Memory Card * @param slot Memory card slot. (0 == Slot A, 1 == Slot B) * @param Data Data buffer. * @param Length Length o
kernel/EXI.c:223
↓ 4 callers
Function
ExitToLoader
loader/source/global.c:270
← previous
next →
101–200 of 1,150, ranked by callers