MCPcopy Create free account

hub / github.com/GerbilSoft/rom-properties / functions

Functions15,169 in github.com/GerbilSoft/rom-properties

↓ 6 callersFunctionLZ4IO_finalTimeDisplay
extlib/lz4/programs/lz4io.c:126
↓ 6 callersFunctionLZ4IO_isStdin
extlib/lz4/programs/lz4io.c:356
↓ 6 callersFunctionLZ4IO_openSrcFile
LZ4IO_openSrcFile() : * condition : `srcFileName` must be non-NULL. * @result : FILE* to `dstFileName`, or NULL if it fails */
extlib/lz4/programs/lz4io.c:379
↓ 6 callersFunctionLZ4IO_setOverwrite
Default setting : overwrite = 1; return : overwrite mode (0/1) */
extlib/lz4/programs/lz4io.c:251
↓ 6 callersFunctionLZ4IO_writeLE32
unoptimized version; solves endianness & alignment issues */
extlib/lz4/programs/lz4io.c:764
↓ 6 callersFunctionLZ4_decompress_safe_partial
extlib/lz4/lib/lz4.c:2458
↓ 6 callersFunctionLZ4_freeStream
extlib/lz4/lib/lz4.c:1575
↓ 6 callersFunctionLZ4_putIndexOnHash
extlib/lz4/lib/lz4.c:820
↓ 6 callersFunctionLZ4_read_ARCH
extlib/lz4/lib/lz4.c:380
↓ 6 callersFunctionLZ4_wildCopy8
customized variant of memcpy, which can overwrite up to 8 bytes beyond dstEnd */
extlib/lz4/lib/lz4.c:464
↓ 6 callersFunctionListView_GetExtendedListViewStyle
src/libwin32common/sdk/commctrl_ts.h:448
↓ 6 callersFunctionListView_GetHeader
src/libwin32common/sdk/commctrl_ts.h:325
↓ 6 callersFunctionLog
Prints the given message to stdout if and only if 'severity' >= the level specified by the --gmock_verbose flag. If stack_frames_to_skip >= 0, also p
extlib/googletest/googlemock/src/gmock-internal-utils.cc:152
↓ 6 callersFunctionMEM_32bits
extlib/zstd/lib/legacy/zstd_v06.c:104
↓ 6 callersMethodMatchesName
Returns true if and only if name matches at least one of the patterns in the filter.
extlib/googletest/googletest/src/gtest.cc:754
↓ 6 callersMethodPop
extlib/rapidjson/include/rapidjson/reader.h:794
↓ 6 callersFunctionSet
extlib/googletest/googletest/include/gtest/internal/gtest-filepath.h:78
↓ 6 callersFunctionSkipPrefix
If *pstr starts with the given prefix, modifies *pstr to be right past the prefix and returns true; otherwise leaves *pstr unchanged and returns false
extlib/googletest/googletest/src/gtest.cc:6275
↓ 6 callersMethodSkipped
Returns true if and only if the test was skipped.
extlib/googletest/googletest/src/gtest.cc:2368
↓ 6 callersFunctionStrDup
extlib/googletest/googletest/include/gtest/internal/gtest-port.h:1970
↓ 6 callersFunctionStringFromGTestEnv
Reads and returns the string environment variable corresponding to the given flag; if it's not set, returns default_value.
extlib/googletest/googletest/src/gtest-port.cc:1383
↓ 6 callersFunctionXXH32_digest
extlib/lz4/lib/xxhash.c:546
↓ 6 callersFunctionXXH32_reset
extlib/lz4/lib/xxhash.c:437
↓ 6 callersFunctionXXH3_mergeAccs
extlib/zstd/lib/common/xxhash.h:5889
↓ 6 callersFunctionXXH_memcpy
extlib/lz4/lib/xxhash.c:112
↓ 6 callersFunctionXXH_xorshift64
! Seems to produce slightly better code on GCC for some reason. */
extlib/zstd/lib/common/xxhash.h:4500
↓ 6 callersFunctionZSTD_CCtxParams_init_internal
* Initializes `cctxParams` from `params` and `compressionLevel`. * @param compressionLevel If params are derived from a compression level then that c
extlib/zstd/lib/compress/zstd_compress.c:372
↓ 6 callersFunctionZSTD_CCtx_setPledgedSrcSize
extlib/zstd/lib/compress/zstd_compress.c:1230
↓ 6 callersFunctionZSTD_DCtx_reset
extlib/zstd/lib/decompress/zstd_decompress.c:1947
↓ 6 callersFunctionZSTD_allocateChainTable
Returns 1 if the arguments indicate that we should allocate a chainTable, 0 otherwise */
extlib/zstd/lib/compress/zstd_compress.c:255
↓ 6 callersFunctionZSTD_clearDict
extlib/zstd/lib/decompress/zstd_decompress.c:316
↓ 6 callersFunctionZSTD_compressContinue_public
extlib/zstd/lib/compress/zstd_compress.c:4853
↓ 6 callersFunctionZSTD_errorFrameSizeInfoLegacy
ZSTD_errorFrameSizeInfoLegacy() : assumes `cSize` and `dBound` are _not_ NULL */
extlib/zstd/lib/legacy/zstd_v07.c:3854
↓ 6 callersFunctionZSTD_freeCCtx
extlib/zstd/lib/compress/zstd_compress.c:181
↓ 6 callersFunctionZSTD_getCParamsFromCCtxParams
extlib/zstd/lib/compress/zstd_compress.c:1637
↓ 6 callersFunctionZSTD_getLowestPrefixIndex
* Returns the lowest allowed match index in the prefix. */
extlib/zstd/lib/compress/zstd_compress_internal.h:1412
↓ 6 callersFunctionZSTD_noCompressLiterals
* Literals compression - special cases ****************************************************************/
extlib/zstd/lib/compress/zstd_compress_literals.c:39
↓ 6 callersFunctionZSTD_readMINMATCH
ZSTD_readMINMATCH() : * function safe only for comparisons * assumption : memPtr must be at least 4 bytes before end of buffer */
extlib/zstd/lib/compress/zstd_opt.c:393
↓ 6 callersFunctionZSTD_rowMatchFinderUsed
Returns true if the strategy and useRowMatchFinder mode indicate that we will use the row based matchfinder * for this compression. */
extlib/zstd/lib/compress/zstd_compress.c:232
↓ 6 callersFunctionZSTD_searchMax
* Searches for the longest match at @p ip. * Dispatches to the correct implementation function based on the * (searchMethod, dictMode, mls, rowLog).
extlib/zstd/lib/compress/zstd_lazy.c:1487
↓ 6 callersFunctionZSTD_window_update
* ZSTD_window_update(): * Updates the window by appending [src, src + srcSize) to the window. * If it is not contiguous, the current prefix becomes
extlib/zstd/lib/compress/zstd_compress_internal.h:1352
↓ 6 callersFunction_mm256_zextsi128_si256
extlib/zlib-ng/arch/x86/x86_intrins.h:12
↓ 6 callersMethodaddField_ageRatings
* Add age ratings. * The array is copied into the RomFields struct. * @param name Field name * @param age_ratings Pointer to age ratings array * @
src/librpbase/RomFields.cpp:1207
↓ 6 callersMethodaddField_dimensions
* Add image dimensions. * @param name Field name * @param dimX X dimension * @param dimY Y dimension * @param dimZ Z dimension * @return Field in
src/librpbase/RomFields.cpp:1231
↓ 6 callersMethodaddMetaData_metaData
* Add metadata from another RomMetaData object. * * If metadata properties with the same names already exist, * they will be overwritten. * * @pa
src/librpbase/RomMetaData.cpp:462
↓ 6 callersMethodaddProperty
* Add or overwrite a Property. * @param name Property name * @return Metadata property */
src/librpbase/RomMetaData.cpp:158
↓ 6 callersFunctionadler32_len_1
extlib/zlib-ng/adler32_p.h:21
↓ 6 callersMethodalign
extlib/fmt/include/fmt/base.h:730
↓ 6 callersFunctionalignFileTo16Bytes
* Align a file to 16 bytes by writing NULL bytes. * @param f File. */
src/amiibo-data/amiiboc.cpp:105
↓ 6 callersFunctionappend_attribute
extlib/pugixml/src/pugixml.cpp:1399
↓ 6 callersMethodappend_attribute
extlib/pugixml/src/pugixml.cpp:6117
↓ 6 callersMethodappend_child
extlib/pugixml/src/pugixml.cpp:6345
↓ 6 callersFunctionbase_iterator
extlib/fmt/include/fmt/format.h:526
↓ 6 callersMethodbrstm32_to_cpu
* Byteswap a uint32_t value from BRSTM to CPU. * @param x Value to swap. * @return Swapped value. */
src/libromdata/Audio/BRSTM.cpp:64
↓ 6 callersFunctioncalcImageSizeASTC
* Calculate the expected size of an ASTC-compressed 2D image. * @param width Image width * @param height Image height * @param block_x Block width
src/librptexture/ImageSizeCalc.cpp:112
↓ 6 callersFunctioncalc_frac_part_binary
src/librptext/formatting.cpp:88
↓ 6 callersFunctioncalc_frac_part_decimal
src/librptext/formatting.cpp:107
↓ 6 callersMethodcheck_arg_id
Reports an error if using the automatic argument indexing; otherwise switches to the manual indexing.
extlib/fmt/include/fmt/base.h:876
↓ 6 callersMethodchild_value
extlib/pugixml/src/pugixml.cpp:6004
↓ 6 callersMethodchildren
extlib/pugixml/src/pugixml.cpp:5714
↓ 6 callersFunctionclmul
extlib/zlib-ng/arch/riscv/crc32_zbc.c:22
↓ 6 callersMethodclosedir
* Close an opened directory. * @param dirp IFst::Dir pointer. * @return 0 on success; negative POSIX error code on error. */
src/libromdata/disc/GcnFst.cpp:546
↓ 6 callersMethodconnectCheckboxSignal
* Connect a checkbox signal. * @param checkBox Checkbox * @param receiver Receiver */
src/kde/xattr/DosAttrView.cpp:90
↓ 6 callersFunctioncrc_word
extlib/zlib-ng/arch/generic/crc32_braid_c.c:45
↓ 6 callersMethoddeallocate_string
extlib/pugixml/src/pugixml.cpp:720
↓ 6 callersFunctiondetour_gen_jmp_immediate
extlib/Detours/src/detours.cpp:133
↓ 6 callersMethoddynamic_precision
extlib/fmt/include/fmt/base.h:744
↓ 6 callersMethodencKey
* Encryption key in use. * Call this function after calling decryptTitleKey(). * @return Encryption key in use. */
src/libromdata/Console/WiiTicket.cpp:701
↓ 6 callersMethodeval_boolean
extlib/pugixml/src/pugixml.cpp:11043
↓ 6 callersMethodexec
* Run the property sheet. * @return PropertySheet() return value. */
src/win32/config/ConfigDialog.cpp:485
↓ 6 callersFunctionextend_5to8bits
* Extend a 5-bit color component to 8-bit color. * @param value 5-bit color component * @return 8-bit color value */
src/librptexture/decoder/ImageDecoder_ETC1.cpp:249
↓ 6 callersFunctionextend_6to8bits
* Extend a 6-bit color component to 8-bit color. * @param value 6-bit color component * @return 8-bit color value */
src/librptexture/decoder/ImageDecoder_ETC1.cpp:259
↓ 6 callersMethodfailed_test_count
Gets the number of failed tests.
extlib/googletest/googletest/src/gtest.cc:1065
↓ 6 callersFunctionfgets
extlib/gettext/gettext-runtime/intl/gnulib-lib/stdio-read.c:146
↓ 6 callersMethodfileType
* Get the general file type. * @return General file type. */
src/librpbase/RomData.cpp:677
↓ 6 callersMethodfileType_string
* Get the general file type as a string. * @return General file type as a string, or nullptr if unknown. */
src/librpbase/RomData.cpp:770
↓ 6 callersFunctionfind
extlib/pugixml/src/pugixml.cpp:355
↓ 6 callersMethodfirst
extlib/pugixml/src/pugixml.cpp:13118
↓ 6 callersFunctionfromLinear16_cpp
* Convert a linear 16-bit RGB image to rp_image. * Standard version using regular C++ code. * @param px_format [in] 16-bit pixel format. * @param w
src/librptexture/decoder/ImageDecoder_Linear.cpp:755
↓ 6 callersFunctionfromPVRTCII
* Convert a PVRTC-II 2bpp or 4bpp image to rp_image. * @param width Image width. * @param height Image height. * @param img_buf PVRTC image buffer.
src/librptexture/decoder/ImageDecoder_PVRTC.cpp:124
↓ 6 callersFunctionfrom_heap_preallocated
extlib/pugixml/src/pugixml.cpp:8489
↓ 6 callersMethodgeneric_construct
extlib/mpark-variant/include/mpark/variant.hpp:1836
↓ 6 callersFunctiongetNDSLanguageCode
* Convert a Nintendo DS/3DS language ID to a language code. * @param langID Nintendo DS/3DS language ID. * @param maxID Maximum language ID, inclusi
src/libromdata/data/NintendoLanguage.cpp:249
↓ 6 callersMethodgetSdscString
* Get an SDSC string field. * @param ptr SDSC string pointer. * @return SDSC string on success; empty string on error. */
src/libromdata/Console/Sega8Bit.cpp:220
↓ 6 callersFunctiongetXbox360LanguageCode
* Convert an Xbox 360 language ID to a language code. * @param langID Xbox 360 language ID. * @return Language code, or 0 on error. */
src/libromdata/data/XboxLanguage.cpp:76
↓ 6 callersFunctionget_iterator
extlib/fmt/include/fmt/base.h:2098
↓ 6 callersFunctiongetinfo
getinfo: moveq #3,d1 */ getbytes: lsl.l #8,d0 */ move.b (a0)+,d0 */ dbf d1,getbytes */ rts */
extlib/unice68/unice68_unpack.c:124
↓ 6 callersFunctiongsvt_win32_console_print_raw
* Write UTF-8 text to the Windows console. * Direct write using WriteConsole(); no ANSI escape interpretation. * @param vt * @param str UTF-8 text
src/libgsvt/gsvt_win32.c:405
↓ 6 callersFunctiongtk_image_set_from_PIMGTYPE
gtk_image_set_from_PIMGTYPE wrapper function.
src/gtk/PIMGTYPE.hpp:129
↓ 6 callersFunctiongtk_widget_get_window
src/gtk/gtk-compat.h:22
↓ 6 callersFunctiongz_state_free
extlib/zlib-ng/gzlib.c:50
↓ 6 callersFunctiongz_zero
Compress len zeros to output. Return -1 on a write error or memory allocation failure by gz_comp(), or 0 on success. */
extlib/zlib-ng/gzwrite.c:126
↓ 6 callersFunctionimpl
extlib/mpark-variant/include/mpark/variant.hpp:1398
↓ 6 callersFunctionini_parse_string
See documentation in header file. */
extlib/inih/ini.c:321
↓ 6 callersMethodinitXDBF
* Initialize the Xbox360_XDBF object. * @return Xbox360_XDBF object on success; nullptr on error. */
src/libromdata/Console/Xbox360_XEX.cpp:1334
↓ 6 callersFunctionisBitSet
extlib/basisu_astc/basisu_astc_decomp.cpp:236
↓ 6 callersFunctionisSystemRTL
* Is the system using an RTL language? * @return WS_EX_LAYOUTRTL if the system is using RTL; 0 if not. */
src/libwin32ui/WinUI.cpp:314
↓ 6 callersMethodisValid
* Is this ROM valid? * @return True if it is; false if it isn't. */
src/librptexture/fileformat/FileFormat.cpp:61
↓ 6 callersFunctionisWritable
* Is the file compressed? * @return True if writable; false if not. */
src/librpfile/IRpFile.hpp:85
↓ 6 callersFunctionis_bit_set
extlib/zlib-ng/arch/s390/dfltcc_detail.h:32
← previousnext →1,101–1,200 of 15,169, ranked by callers