SYMBOL INDEX (103 symbols across 23 files) FILE: arm7/source/main.c function VcountHandler (line 34) | void VcountHandler() { inputGetAndSend(); } function main (line 36) | int main(void) { FILE: arm9/source/bios_decompress_callback.c function getSizeBiosCallback (line 21) | static int getSizeBiosCallback (uint8 * source, uint16 * dest, uint32 r2) function uint8 (line 28) | static uint8 readByteBiosCallback (uint8 * source) FILE: arm9/source/dsi_only.cpp function dsiOnly_setBrightness (line 5) | static void dsiOnly_setBrightness(u8 screen, s8 bright) { function dsiOnly (line 18) | void dsiOnly(void) { FILE: arm9/source/fileOperations.cpp function off_t (line 10) | off_t getFileSize(const char *fileName) FILE: arm9/source/gif.hpp class Gif (line 10) | class Gif { type Header (line 11) | struct Header { type Frame (line 24) | struct Frame { type GraphicsControlExtension (line 25) | struct GraphicsControlExtension { type Descriptor (line 48) | struct Descriptor { type Image (line 61) | struct Image { method Gif (line 97) | Gif() {} method Gif (line 98) | Gif(const char *path, bool top, bool animate, bool forceDecompress) { ... method Frame (line 103) | Frame &frame(int frame) { return _frames[frame]; } type GraphicsControlExtension (line 25) | struct GraphicsControlExtension { type Descriptor (line 48) | struct Descriptor { type Image (line 61) | struct Image { method gct (line 104) | std::vector gct() { return _gct; } method paused (line 106) | bool paused() { return _paused; } method pause (line 107) | void pause() { _paused = true; } method unpause (line 108) | void unpause() { _paused = false; } method toggle (line 109) | void toggle() { _paused = !_paused; } method loopForever (line 111) | bool loopForever(void) { return _loopCount == 0xFFFF; } method waitingForInput (line 112) | bool waitingForInput(void) { return _waitingForInput; } method resume (line 113) | void resume(void) { _waitingForInput = false; _currentDelayProgress = ... method finished (line 114) | bool finished(void) { return _finished; } method currentFrame (line 116) | int currentFrame(void) { return _currentFrame; } FILE: arm9/source/inifile.cpp function freadLine (line 26) | static bool freadLine(FILE* f,std::string& str) function trimString (line 58) | static void trimString(std::string& str) FILE: arm9/source/inifile.h function class (line 28) | class CIniFile FILE: arm9/source/lzw.cpp function u16 (line 3) | u16 LZWReader::readLSB(std::vector::iterator &begin, const std::vect... FILE: arm9/source/lzw.hpp class LZWReader (line 11) | class LZWReader { FILE: arm9/source/main.cpp function hBlankHandler (line 41) | void hBlankHandler() { function loadBMP (line 63) | bool loadBMP(bool top) { function bootSplashInit (line 150) | void bootSplashInit() { function loadScreen (line 177) | void loadScreen() { function loadSettings (line 204) | void loadSettings(void) { function saveSettings (line 214) | void saveSettings(void) { function setupConsole (line 224) | void setupConsole() { function main (line 232) | int main( int argc, char **argv) { FILE: arm9/source/nds_loader_arm9.c type addr_t (line 43) | typedef signed int addr_t; type data_t (line 44) | typedef unsigned char data_t; function addr_t (line 51) | static addr_t readAddr (data_t *mem, addr_t offset) { function writeAddr (line 55) | static void writeAddr (data_t *mem, addr_t offset, addr_t value) { function vramcpy (line 59) | static void vramcpy (void* dst, const void* src, int len) function runNds (line 69) | int runNds (const void* loader, u32 loaderSize, u32 cluster, bool initDi... function runNdsFile (line 146) | int runNdsFile (const char* filename, int argc, const char** argv) { FILE: arm9/source/stringtool.cpp function formatString (line 40) | std::string formatString( const char* fmt, ... ) FILE: arm9/source/tonccpy.c function tonccpy (line 14) | void tonccpy(void *dst, const void *src, uint size) function __toncset (line 90) | void __toncset(void *dst, u32 fill, uint size) FILE: arm9/source/tonccpy.h type uint (line 13) | typedef unsigned int uint; function u32 (line 15) | static inline u32 quad8(u8 x) { x |= x<<8; return x | x<<16; } function toncset (line 29) | static inline void toncset(void *dst, u8 src, uint size) function toncset16 (line 33) | static inline void toncset16(void *dst, u16 src, uint size) function toncset32 (line 37) | static inline void toncset32(void *dst, u32 src, uint size) FILE: bootloader/source/arm9clear.arm.c function resetMemory2_ARM9 (line 23) | void __attribute__ ((long_call)) __attribute__((naked)) __attribute__((n... function startBinary_ARM9 (line 108) | void __attribute__ ((long_call)) __attribute__((noreturn)) __attribute__... FILE: bootloader/source/boot.c function resetMemory_ARM7 (line 84) | void resetMemory_ARM7 (void) function loadBinary_ARM7 (line 119) | void loadBinary_ARM7 (u32 fileCluster) function startBinary_ARM7 (line 153) | void startBinary_ARM7 (void) { function sdmmc_inserted (line 170) | bool sdmmc_inserted() { function sdmmc_startup (line 174) | bool sdmmc_startup() { function sdmmc_readsectors (line 179) | bool sdmmc_readsectors(u32 sector_no, u32 numsectors, void *out) { function main (line 184) | int main (void) { FILE: bootloader/source/card.h function CARD_StartUp (line 29) | static inline bool CARD_StartUp (void) { function CARD_IsInserted (line 33) | static inline bool CARD_IsInserted (void) { function CARD_ReadSector (line 37) | static inline bool CARD_ReadSector (u32 sector, void *buffer) { function CARD_ReadSectors (line 41) | static inline bool CARD_ReadSectors (u32 sector, int count, void *buffer) { FILE: bootloader/source/disc_io.h type IO_INTERFACE_STRUCT (line 69) | struct IO_INTERFACE_STRUCT { type IO_INTERFACE (line 80) | typedef struct IO_INTERFACE_STRUCT IO_INTERFACE ; FILE: bootloader/source/fat.c type __PACKED (line 79) | typedef struct type __PACKED (line 137) | typedef struct type FAT_FILE (line 155) | typedef struct function u32 (line 202) | u32 FAT_ClustToSect (u32 cluster) { function u32 (line 210) | u32 FAT_NextCluster(u32 cluster) function ucase (line 288) | char ucase (char character) function FAT_InitFiles (line 301) | bool FAT_InitFiles (bool initCard) function u32 (line 411) | u32 fileRead (char* buffer, u32 cluster, u32 startOffset, u32 length) FILE: bootloader/source/sdmmc.c type mmcdevice (line 6) | struct mmcdevice function geterror (line 9) | int geterror(struct mmcdevice *ctx) { function setTarget (line 18) | void setTarget(struct mmcdevice *ctx) { type mmcdevice (line 32) | struct mmcdevice function u32 (line 221) | static u32 calcSDSize(u8* csd, int type) { function sdmmc_controller_init (line 249) | void sdmmc_controller_init() { function sdmmc_sdcard_init (line 298) | int sdmmc_sdcard_init() { function sdmmc_sdcard_readsectors (line 391) | int sdmmc_sdcard_readsectors(u32 sector_no, u32 numsectors, void *out) { FILE: bootloader/source/sdmmc.h type mmcdevice (line 107) | typedef struct mmcdevice { function sdmmc_nand_cid (line 139) | static inline void sdmmc_nand_cid( u32 *cid) { function sdmmc_sdcard_cid (line 143) | static inline void sdmmc_sdcard_cid( u32 *cid) { function u16 (line 156) | static inline u16 sdmmc_read16(u16 reg) { function sdmmc_write16 (line 162) | static inline void sdmmc_write16(u16 reg, u16 val) { function u32 (line 168) | static inline u32 sdmmc_read32(u16 reg) { function sdmmc_write32 (line 174) | static inline void sdmmc_write32(u16 reg, u32 val) { function sdmmc_mask16 (line 180) | static inline void sdmmc_mask16(u16 reg, u16 clear, u16 set) { function setckl (line 190) | static inline void setckl(u32 data) { FILE: fix_ndsheader.py class CRC16 (line 45) | class CRC16(object): method __init__ (line 54) | def __init__(self, modbus_flag=False): method calculate (line 60) | def calculate(self, input_data=None): method init_crc16 (line 81) | def init_crc16(self): function getSize (line 93) | def getSize(fileobject): function skipUntilAddress (line 100) | def skipUntilAddress(f_in, f_out, caddr, taddr): function writeBlankuntilAddress (line 104) | def writeBlankuntilAddress(f_out, caddr, taddr): FILE: hiyacfw_helper.py function unpack_int (line 14) | def unpack_int(string): function apply (line 19) | def apply(patchpath, filepath):