MCPcopy Create free account

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

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

↓ 30 callersFunctionInitGoogleTest
Initializes Google Test. This must be called before calling RUN_ALL_TESTS(). In particular, it parses a command line for the flags that Google Test
extlib/googletest/googletest/src/gtest.cc:6711
↓ 30 callersFunctionLZ4F_compressFrameBound
extlib/lz4/lib/lz4frame.c:406
↓ 30 callersMethodMatchAndExplain
extlib/googletest/googlemock/include/gmock/gmock-matchers.h:1503
↓ 30 callersMethodcount
extlib/fmt/include/fmt/base.h:1854
↓ 30 callersMethodimage
* Get an internal image from the ROM. * @param imageType Image type to load. * @return Internal image, or nullptr if the ROM doesn't have one. */
src/librpbase/RomData.cpp:978
↓ 30 callersFunctionmz_stream_write
extlib/minizip-ng/mz_strm.c:101
↓ 30 callersFunctionset
extlib/fmt/include/fmt/base.h:1018
↓ 29 callersFunctionGetUnitTestImpl
Convenience function for accessing the global UnitTest implementation object.
extlib/googletest/googletest/src/gtest-internal-inl.h:960
↓ 29 callersFunctionMEM_writeLE32
extlib/zstd/lib/common/mem.h:329
↓ 29 callersFunction_tmemcmp_inline
* _tmemcmp_inline() for Windows unicode strings. * Neither gcc nor MSVC will inline wmemcmp(), so * convert it to memcmp(). * @param s1 * @param s
src/tcharx.h:63
↓ 29 callersMethodaddTab
* Add a tab to the end and select it. * @param name Tab name * @return Tab index */
src/librpbase/RomFields.cpp:714
↓ 29 callersMethodtype
extlib/fmt/include/fmt/base.h:723
↓ 28 callersMethodTake
extlib/rapidjson/include/rapidjson/encodings.h:581
↓ 28 callersFunctionZSTD_count
-************************************* * Match length counter ***************************************/
extlib/zstd/lib/compress/zstd_compress_internal.h:854
↓ 28 callersMethodformat
extlib/fmt/include/fmt/compile.h:132
↓ 28 callersFunctionimpl
Accessors for the implementation object.
extlib/googletest/googletest/include/gtest/gtest.h:1246
↓ 28 callersFunctionmz_stream_read_uint32
extlib/minizip-ng/mz_strm.c:82
↓ 28 callersMethodnode
extlib/pugixml/src/pugixml.cpp:12934
↓ 28 callersMethodstream
Returns the underlying ostream.
extlib/googletest/googletest/include/gtest/gtest-matchers.h:94
↓ 27 callersFunctionLZ4F_decompress
! LZ4F_decompress() : * Call this function repetitively to regenerate compressed data in srcBuffer. * The function will attempt to decode up to *s
extlib/lz4/lib/lz4frame.c:1613
↓ 27 callersFunctionZSTD_CCtx_setParameter
extlib/zstd/lib/compress/zstd_compress.c:708
↓ 27 callersFunctionZSTD_storeSeq
! ZSTD_storeSeq() : * Store a sequence (litlen, litPtr, offBase and matchLength) into SeqStore_t. * @offBase : Users should employ macros REPCODE_
extlib/zstd/lib/compress/zstd_compress_internal.h:775
↓ 27 callersMethodend
extlib/pugixml/src/pugixml.cpp:5308
↓ 27 callersFunctionisPow2
src/librpbyteswap/bitstuff.h:106
↓ 27 callersFunctionis_constant_evaluated
extlib/fmt/include/fmt/base.h:370
↓ 27 callersFunctionputs
extlib/gettext/gettext-runtime/intl/gnulib-lib/stdio-write.c:188
↓ 27 callersFunctionstrncpy
extlib/gettext/gettext-runtime/intl/gnulib-lib/strncpy.c:24
↓ 27 callersFunctionunzClose
extlib/minizip-ng/compat/unzip.c:161
↓ 26 callersFunctionMEM_32bits
extlib/zstd/lib/common/mem.h:137
↓ 26 callersFunctionXXH_memcpy
! * @internal * @brief Modify this function to use a different routine than memcpy(). */
extlib/zstd/lib/common/xxhash.h:2358
↓ 26 callersFunctionfromLinear16
src/librptexture/decoder/ImageDecoder_Linear.hpp:140
↓ 26 callersFunctionpng_save_uint_16
Place a 16-bit number into a buffer in PNG byte order. * The parameter is declared unsigned int, not png_uint_16, * just to avoid potential problems
extlib/libpng/pngwutil.c:53
↓ 26 callersFunctionxpath_string
extlib/pugixml/src/pugixml.cpp:8479
↓ 25 callersFunctionBIT_endOfDStream
! BIT_endOfDStream * @return Tells if DStream has reached its exact end */
extlib/zstd/lib/legacy/zstd_v03.c:439
↓ 25 callersMethodDescribeNegationTo
extlib/googletest/googlemock/include/gmock/gmock-matchers.h:1520
↓ 25 callersFunctionHIWORD
src/kde/config/KeyStoreModel.cpp:94
↓ 25 callersFunctionLZ4_compress_HC_continue
extlib/lz4/lib/lz4hc.c:1722
↓ 25 callersFunctionLZ4_compress_fast_continue
extlib/lz4/lib/lz4.c:1707
↓ 25 callersFunctionXXH64_digest
extlib/lz4/lib/xxhash.c:1005
↓ 25 callersMethodaddField_dateTime
* Add DateTime. * @param name Field name * @param date_time Date/Time * @param flags Date/Time flags * @return Field index, or -1 on error. */
src/librpbase/RomFields.cpp:1185
↓ 25 callersFunctionpng_write_complete_chunk
Write a PNG chunk all at once. The type is an array of ASCII characters * representing the chunk name. The array must be at least 4 bytes in * len
extlib/libpng/pngwutil.c:191
↓ 25 callersMethodreset
* Reset the animation. */
src/librpbase/img/IconAnimHelper.cpp:24
↓ 25 callersMethodreset
* Reset the configuration. */
src/win32/config/SystemsTab.cpp:115
↓ 25 callersMethodsize
extlib/fmt/src/os.cc:246
↓ 24 callersMethodAssertHeld
Does nothing if the current thread holds the mutex. Otherwise, crashes with high probability.
extlib/googletest/googletest/src/gtest-port.cc:334
↓ 24 callersMethodEmpty
extlib/rapidjson/include/rapidjson/internal/stack.h:175
↓ 24 callersFunctionLZ4_read32
extlib/lz4/lib/lz4.c:379
↓ 24 callersFunctionZSTDv07_isError
-**************************************** * ZSTD Error Management ******************************************/ ! ZSTDv07_isError() : * tells if a re
extlib/zstd/lib/legacy/zstd_v07.c:2559
↓ 24 callersMethoddata
extlib/pugixml/src/pugixml.cpp:7322
↓ 24 callersFunctiondecimal_point_char
extlib/gettext/gettext-runtime/intl/gnulib-lib/vasnprintf.c:401
↓ 24 callersFunctionfromLinear32
* Convert a linear 32-bit RGB image to rp_image. * @param px_format [in] 32-bit pixel format. * @param width [in] Image width. * @param height [in
src/librptexture/decoder/ImageDecoder_Linear.hpp:324
↓ 24 callersFunctionmz_os_unicode_string_delete
extlib/minizip-ng/mz_os_win32.c:63
↓ 23 callersFunctionBIT_initDStream
!BIT_initDStream * Initialize a BIT_DStream_t. * @bitD : a pointer to an already allocated BIT_DStream_t structure * @srcBuffer must point at the b
extlib/zstd/lib/legacy/zstd_v03.c:325
↓ 23 callersFunctionHUF_isError
* Helper functions ******************************************/
extlib/zstd/lib/legacy/zstd_v03.c:1451
↓ 23 callersFunctionIsPrime
Returns true if and only if n is a prime number.
extlib/googletest/googletest/samples/sample1.cc:45
↓ 23 callersFunctionLZ4_decompress_safe_usingDict
extlib/lz4/lib/lz4.c:2719
↓ 23 callersFunctionSetWindowFont
src/libwin32common/sdk/windowsx_ts.h:72
↓ 23 callersFunctionT2U8
* Convert const TCHAR* to UTF-8 std::string. * @param tcs const TCHAR* * @param len Length. (If -1, assuming this is a C string.) * @return UTF-8 s
src/librptext/wchar.hpp:179
↓ 23 callersFunctionZSTDv06_isError
-**************************************** * ZSTD Error Management ******************************************/ ! ZSTDv06_isError() : * tells if a re
extlib/zstd/lib/legacy/zstd_v06.c:2660
↓ 23 callersFunctiongtk_check_button_set_active
Prior to GTK4, GtkCheckButton inherited from GtkToggleButton. In GTK4, the two are now distinct classes.
src/gtk/gtk-compat.h:193
↓ 23 callersFunctionimageTypeCount
* Get the number of image types that can be configured. * @return Image type count. */
src/libromdata/config/ImageTypesConfig.cpp:80
↓ 23 callersFunctionmbszero
extlib/gettext/gettext-runtime/intl/gnulib-lib/wchar.in.h:653
↓ 23 callersFunctionmessage
extlib/unice68/unice68.c:119
↓ 23 callersFunctionmz_os_is_dir_separator
extlib/minizip-ng/mz_os_posix.c:302
↓ 23 callersFunctionpng_create_colormap_entry
NOTE: P_LINEAR values to this routine must be 16-bit, but P_FILE values must * be 8-bit. */
extlib/libpng/pngread.c:1710
↓ 23 callersFunctionpng_image_error
extlib/libpng/png.c:4033
↓ 23 callersFunctionpng_save_uint_32
Place a 32-bit number into a buffer in PNG byte order. We work * with unsigned numbers for convenience, although one supported * ancillary chunk us
extlib/libpng/pngwutil.c:40
↓ 23 callersFunctionpng_write_chunk_data
Write the data of a PNG chunk started with png_write_chunk_header(). * Note that multiple calls to this function are allowed, and that the * sum of
extlib/libpng/pngwutil.c:143
↓ 23 callersMethodrow_bytes
* Get the number of active bytes per line. * This does not include memory alignment padding. * @return Number of active bytes per line. */
src/librptexture/img/rp_image.cpp:352
↓ 23 callersMethodseek
* Set the disc image position. * @param pos [in] Disc image position * @param whence [in] Where to seek from * @return 0 on success; -1 on error.
src/libromdata/disc/DpfReader.cpp:378
↓ 23 callersMethodset_name
extlib/pugixml/src/pugixml.cpp:5535
↓ 23 callersMethodstr
extlib/fmt/include/fmt/format.h:1360
↓ 23 callersFunctionstreq
extlib/gettext/gettext-runtime/intl/gnulib-lib/string.in.h:832
↓ 23 callersFunctionutf16be_to_utf8
* Convert UTF-16BE text to UTF-8. * Trailing NULL bytes will be removed. * @param wcs [in] UTF-16BE text * @param len [in] Length of wcs, in charac
src/librptext/conversion_iconv.cpp:469
↓ 23 callersFunctionutf16le_to_utf8
* Convert UTF-16LE text to UTF-8. * Trailing NULL bytes will be removed. * @param wcs [in] UTF-16LE text * @param len [in] Length of wcs, in charac
src/librptext/conversion_iconv.cpp:457
↓ 22 callersFunctionGet
extlib/rapidjson/include/rapidjson/document.h:1752
↓ 22 callersMethodGetSize
extlib/rapidjson/include/rapidjson/internal/stack.h:176
↓ 22 callersMethodGetString
extlib/inih/cpp/INIReader.cpp:43
↓ 22 callersFunctionLZ4_compress_default
extlib/lz4/lib/lz4.c:1472
↓ 22 callersFunctionMEM_read64
extlib/zstd/lib/common/mem.h:168
↓ 22 callersMethodPushBack
extlib/rapidjson/include/rapidjson/document.h:2470
↓ 22 callersMethodaddFields_romFields
* Add fields from another RomFields object. * @param other Source RomFields object * @param tabOffset Tab index to add to the original tabs * * Sp
src/librpbase/RomFields.cpp:859
↓ 22 callersFunctioncpN_to_utf8
* Convert 8-bit text to UTF-8. * Trailing NULL bytes will be removed. * * The specified code page number will be used. * * @param cp [in] Code pa
src/librptext/conversion_iconv.cpp:338
↓ 22 callersMethodflush
* Flush buffers. * This operation only makes sense on writable files. * @return 0 on success; negative POSIX error code on error. */
src/librpfile/RpFile_stdio.cpp:547
↓ 22 callersFunctionisupper_ascii
* Non-localized isupper() implementation. * @param c Character * @param True if c is an uppercase letter; false if not. */
src/ctypex.h:74
↓ 22 callersFunctionmz_os_unicode_string_create
extlib/minizip-ng/mz_os_win32.c:48
↓ 21 callersFunctionAssertionSuccess
Makes a successful assertion result.
extlib/googletest/googletest/src/gtest-assertion-result.cc:66
↓ 21 callersFunctionFree
extlib/rapidjson/include/rapidjson/allocators.h:79
↓ 21 callersFunctionGetWindowFont
src/libwin32common/sdk/windowsx_ts.h:76
↓ 21 callersFunctionLZ4F_createDecompressionContext
! LZ4F_createDecompressionContext() : * Create a decompressionContext object, which will track all decompression operations. * Provides a pointer
extlib/lz4/lib/lz4frame.c:1300
↓ 21 callersFunctionLZ4_initStream
extlib/lz4/lib/lz4.c:1552
↓ 21 callersMethodMalloc
Allocates a memory block. (concept Allocator)
extlib/rapidjson/include/rapidjson/allocators.h:176
↓ 21 callersFunctionMessage
Copy constructor.
extlib/googletest/googletest/include/gtest/gtest-message.h:103
↓ 21 callersMethodSet
extlib/rapidjson/include/rapidjson/pointer.h:637
↓ 21 callersFunctionXXH64_reset
extlib/lz4/lib/xxhash.c:898
↓ 21 callersFunctionallocate
extlib/fmt/include/fmt/format-inl.h:86
↓ 21 callersMethodarg
extlib/fmt/include/fmt/base.h:2649
↓ 21 callersFunctionfile_ext
* Get the file extension from a filename or pathname. * NOTE: Returned value points into the specified filename. * @param filename Filename (UTF-8)
src/librpfile/FileSystem.hpp:211
↓ 21 callersMethodfilename
* Get the filename that was loaded. * @return Filename, or nullptr on error. */
src/librpbase/RomData.cpp:645
↓ 21 callersFunctionlookup
* Look up a company code. * @param code Company code. * @return Publisher, or nullptr if not found. */
src/libromdata/data/XboxPublishers.cpp:34
← previousnext →201–300 of 15,169, ranked by callers