MCPcopy Create free account

hub / github.com/FlagBrew/PKSM / functions

Functions1,930 in github.com/FlagBrew/PKSM

↓ 2 callersFunctiondrwav__seek_forward
common/include/dr_libs/dr_wav.h:882
↓ 2 callersFunctiondrwav_init_file_write__internal
common/include/dr_libs/dr_wav.h:1051
↓ 2 callersFunctiondrwav_init_memory_write__internal
common/include/dr_libs/dr_wav.h:1253
↓ 2 callersFunctiondrwav_open
common/include/dr_libs/dr_wav.h:1818
↓ 2 callersFunctiondrwav_open_file_write__internal
common/include/dr_libs/dr_wav.h:1088
↓ 2 callersFunctiondrwav_open_memory_write__internal
common/include/dr_libs/dr_wav.h:1313
↓ 2 callersFunctiondrwav_read_s16__ima
common/include/dr_libs/dr_wav.h:2230
↓ 2 callersFunctiondrwav_read_s16__msadpcm
common/include/dr_libs/dr_wav.h:2062
↓ 2 callersFunctiondrwav_seek_to_first_sample
common/include/dr_libs/dr_wav.h:1902
↓ 2 callersFunctionemplace_back
external/nlohmann/json.hpp:3201
↓ 2 callersFunctionerase_internal
external/nlohmann/json.hpp:2555
↓ 2 callersFunctionfile_input_adapter
external/nlohmann/detail/input/input_adapters.hpp:51
↓ 2 callersFunctionfitness_all
Compute a fitness score for the currently configured perspective * transform, using the features we expect to find by scanning the * grid. */
common/source/quirc/identify.c:865
↓ 2 callersFunctionflatten
@brief return flattened JSON value @sa https://json.nlohmann.me/api/basic_json/flatten/
external/nlohmann/json.hpp:4643
↓ 2 callersFunctionformat_syndromes
common/source/quirc/decode.c:348
↓ 2 callersFunctionfrom_json_array_impl
external/nlohmann/detail/conversions/from_json.hpp:194
↓ 2 callersFunctionfrom_json_inplace_array_impl
external/nlohmann/detail/conversions/from_json.hpp:277
↓ 2 callersFunctionfrom_json_tuple_impl
external/nlohmann/detail/conversions/from_json.hpp:383
↓ 2 callersMethodgetMode
external/qrgen/QRGen.cpp:213
↓ 2 callersFunctiongetNextAlpha
3ds/source/gui/screen/ConfigScreen.cpp:93
↓ 2 callersMethodgetRawHandle
3ds/source/io/File.cpp:140
↓ 2 callersFunctiongetRegionFromLanguage
3ds/source/gui/gui.cpp:42
↓ 2 callersMethodgoBack
3ds/source/gui/screen/EditorScreen.cpp:455
↓ 2 callersFunctiongrisu2
external/nlohmann/detail/conversions/to_chars.hpp:828
↓ 2 callersFunctiongrisu2_round
external/nlohmann/detail/conversions/to_chars.hpp:546
↓ 2 callersMethodgroup
common/source/GroupCloudAccess.cpp:404
↓ 2 callersFunctiongroupToLabel2
3ds/source/gui/screen/ExtraSavesSubScreen.cpp:197
↓ 2 callersFunctionhex_bytes
! * @brief convert a byte to a uppercase hex representation * @param[in] byte byte to represent * @return representation ("00".."FF")
external/nlohmann/detail/output/serializer.hpp:677
↓ 2 callersFunctionidToSaveName
3ds/source/titles/loader.cpp:102
↓ 2 callersMethodisLegal
common/source/CloudAccess.cpp:272
↓ 2 callersMethodis_end
return whether the iterator is at end
external/nlohmann/detail/iterators/primitive_iterator.hpp:65
↓ 2 callersMethodis_errored
external/nlohmann/detail/input/json_sax.hpp:546
↓ 2 callersFunctionis_number_unsigned
@brief return whether value is an unsigned integer number @sa https://json.nlohmann.me/api/basic_json/is_number_unsigned/
external/nlohmann/json.hpp:1330
↓ 2 callersFunctionlittle_endianness
! @brief determine system byte order @return true if and only if system's byte order is little endian @note from https://stackoverflow.com/a/1001328
external/nlohmann/detail/input/binary_reader.hpp:53
↓ 2 callersFunctionloadSMDH
3ds/source/titles/smdh.cpp:29
↓ 2 callersFunctionloadTextureIcon
3ds/source/titles/Title.cpp:94
↓ 2 callersFunctionmatchSha256HashFromFile
3ds/source/app.cpp:100
↓ 2 callersMethodnextPage
common/source/CloudAccess.cpp:300
↓ 2 callersMethodnumCharCountBits
external/qrgen/QRGen.cpp:55
↓ 2 callersFunctionoperator++
! @brief post-increment (it++) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/detail/iterators/iter_impl.hpp:366
↓ 2 callersFunctionoperator--
! @brief post-decrement (it--) @pre The iterator is initialized; i.e. `m_object != nullptr`. */
external/nlohmann/detail/iterators/iter_impl.hpp:417
↓ 2 callersMethodpkm
3ds/source/Bank.cpp:318
↓ 2 callersFunctionpoly_add
common/source/quirc/decode.c:130
↓ 2 callersFunctionpop_back
@brief remove last reference token @sa https://json.nlohmann.me/api/json_pointer/pop_back/
external/nlohmann/detail/json_pointer.hpp:159
↓ 2 callersMethodprevPage
common/source/CloudAccess.cpp:334
↓ 2 callersFunctionread
3ds/source/banks.cpp:44
↓ 2 callersFunctionread_bit
common/source/quirc/decode.c:528
↓ 2 callersFunctionread_format
common/source/quirc/decode.c:416
↓ 2 callersFunctionrebootToPKSM
3ds/source/app.cpp:702
↓ 2 callersFunctionreserved_cell
common/source/quirc/decode.c:472
↓ 2 callersFunctionreset
reset token_buffer; current character is beginning of token
external/nlohmann/detail/input/lexer.hpp:1320
↓ 2 callersMethodresize
3ds/source/io/File.cpp:145
↓ 2 callersMethodrotateMark
3ds/source/gui/screen/HexEditScreen.cpp:3016
↓ 2 callersFunctionsetDecoder
3ds/source/sound/sound.cpp:103
↓ 2 callersFunctionsize
@brief returns the number of elements @sa https://json.nlohmann.me/api/basic_json/size/
external/nlohmann/json.hpp:2936
↓ 2 callersFunctionskip_whitespace
external/nlohmann/detail/input/lexer.hpp:1500
↓ 2 callersMethodslice
3ds/source/utils/TextParse.cpp:153
↓ 2 callersMethodswap
common/include/utils/alignsort_tuple.hpp:208
↓ 2 callersFunctiontiming_scan
Do a Bresenham scan from one point to another and count the number * of black/white transitions. */
common/source/quirc/identify.c:665
↓ 2 callersMethodwrite_bson
! @param[in] j JSON value to serialize @pre j.type() == value_t::object */
external/nlohmann/detail/output/binary_writer.hpp:60
↓ 2 callersMethodwrite_cbor
! @param[in] j JSON value to serialize */
external/nlohmann/detail/output/binary_writer.hpp:89
↓ 2 callersMethodwrite_msgpack
! @param[in] j JSON value to serialize */
external/nlohmann/detail/output/binary_writer.hpp:413
↓ 1 callersFunctionHBLDR_SetTarget
3ds/source/app.cpp:224
↓ 1 callersFunctionPicocPlatformScanFile
read and scan a file for definitions */
common/source/picoc/platform_pksm.c:133
↓ 1 callersFunctionPlatformExit
exit the program */
common/source/picoc/platform_pksm.c:148
↓ 1 callersFunctionPlatformReadFile
read a file into memory */
common/source/picoc/platform_pksm.c:87
↓ 1 callersFunctionSPIGetCardType
3ds/source/io/spi.cpp:480
↓ 1 callersFunctionSPIReadJEDECIDAndStatusReg
3ds/source/io/spi.cpp:114
↓ 1 callersFunction_SPIReadSaveData_512B_impl
3ds/source/io/spi.cpp:274
↓ 1 callersMethodaddFont
3ds/source/utils/TextParse.cpp:238
↓ 1 callersMethodaddText
3ds/source/gui/overlay/Instructions.cpp:58
↓ 1 callersMethodaddWord
3ds/source/utils/TextParse.cpp:59
↓ 1 callersFunctionappend_exponent
external/nlohmann/detail/conversions/to_chars.hpp:928
↓ 1 callersFunctionassetsMatch
3ds/source/app.cpp:118
↓ 1 callersMethodattemptLegalization
3ds/source/gui/screen/LegalInfoScreen.cpp:90
↓ 1 callersFunctionback
@brief access the last element @sa https://json.nlohmann.me/api/basic_json/back/
external/nlohmann/json.hpp:2396
↓ 1 callersMethodbackButton
3ds/source/gui/screen/CloudScreen.cpp:793
↓ 1 callersMethodbackButton
3ds/source/gui/screen/GroupCloudScreen.cpp:796
↓ 1 callersMethodbackButton
3ds/source/gui/screen/StorageScreen.cpp:926
↓ 1 callersMethodbackButton
3ds/source/gui/scripts/BoxChoice.cpp:512
↓ 1 callersFunctionbackupBanks
3ds/source/app.cpp:246
↓ 1 callersFunctionbackupBridgeChanges
3ds/source/utils/pksmbridge.cpp:201
↓ 1 callersFunctionbackupExtData
3ds/source/app.cpp:241
↓ 1 callersFunctionbase64_encode
common/source/utils/base64.cpp:104
↓ 1 callersFunctionbufToRet
3ds/source/picoc/pksm_api.cpp:100
↓ 1 callersFunctioncamera_height_for_size
3ds/source/gui/QRScanner.cpp:63
↓ 1 callersFunctioncamera_scale_for_size
3ds/source/gui/QRScanner.cpp:88
↓ 1 callersFunctioncamera_width_for_size
3ds/source/gui/QRScanner.cpp:38
↓ 1 callersMethodcaptureThread
3ds/source/gui/QRScanner.cpp:252
↓ 1 callersMethodclearBox
3ds/source/gui/screen/StorageScreen.cpp:1002
↓ 1 callersMethodclearUnconditional
3ds/source/utils/TextParse.cpp:267
↓ 1 callersMethodclickBottomIndex
3ds/source/gui/scripts/BoxChoice.cpp:550
↓ 1 callersMethodclonePkm
3ds/source/gui/screen/EditSelectorScreen.cpp:786
↓ 1 callersFunctioncodestream_ecc
common/source/quirc/decode.c:572
↓ 1 callersFunctionconcat_into
external/nlohmann/detail/string_concat.hpp:53
↓ 1 callersFunctionconcat_length
external/nlohmann/detail/string_concat.hpp:22
↓ 1 callersFunctionconfirmExtdataReset
Shown when the PKSM ext data archive is corrupt (#1558). A resets and recreates it (losing any banks stored in ext data, which are already unreadable)
3ds/source/app.cpp:193
↓ 1 callersFunctioncorrect_block
common/source/quirc/decode.c:294
↓ 1 callersFunctioncorrect_format
common/source/quirc/decode.c:370
↓ 1 callersFunctioncrbegin
@brief returns a const reverse iterator to the last element @sa https://json.nlohmann.me/api/basic_json/crbegin/
external/nlohmann/json.hpp:2836
← previousnext →301–400 of 1,930, ranked by callers