MCPcopy Create free account

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

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

↓ 16 callersFunctionZSTD_isError
! ZSTD_isError * tells if a return value is an error code */
extlib/zstd/lib/legacy/zstd_v04.c:2429
↓ 16 callersMethodadvance_to
Advances the begin iterator to `it`.
extlib/fmt/include/fmt/base.h:858
↓ 16 callersFunctioncompare
extlib/fmt/include/fmt/base.h:456
↓ 16 callersFunctionconstrain_file_pos
src/librpfile/IRpFile.hpp:329
↓ 16 callersFunctionconvSampleToMs
* Convert a sample value to milliseconds. * @param sample Sample value. * @param rate Sample rate. * @return Milliseconds. */
src/librptext/formatting.cpp:521
↓ 16 callersFunctiondos2unix
* Convert DOS (CRLF) line endings to UNIX (LF) line endings. * @param str_dos [in] String with DOS line endings. * @param len [in] Length of str, i
src/librptext/conversion.cpp:174
↓ 16 callersMethodeval_node_set
extlib/pugixml/src/pugixml.cpp:11621
↓ 16 callersFunctionexecute
(command, print_command=True, print_output=False, print_error=True, param_shell=True)
extlib/lz4/tests/test-lz4-speed.py:48
↓ 16 callersFunctionfromPVRTC
* Convert a PVRTC 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:36
↓ 16 callersFunctiongtk_frame_set_child
src/gtk/gtk-compat.h:150
↓ 16 callersFunctiongtk_widget_set_margin
* Set margin for all four sides. * @param widget GtkWidget */
src/gtk/gtk-compat.h:347
↓ 16 callersFunctionload
* Load a PNG image from an IRpFile. * @param file IRpFile to load from * @return rp_image*, or nullptr on error */
src/librpbase/img/RpPng.hpp:33
↓ 16 callersMethodload_string
extlib/pugixml/src/pugixml.cpp:7834
↓ 16 callersFunctionmakeWinPath
* Prepend "\\\\?\\" to an absolute Windows path. * This is needed in order to support filenames longer than MAX_PATH. * @param filename Original Win
src/librpfile/win32/FileSystem_win32.cpp:66
↓ 16 callersFunctionmz_stream_set_prop_int64
extlib/minizip-ng/mz_strm.c:398
↓ 16 callersFunctionmz_stream_write_uint8
extlib/minizip-ng/mz_strm.c:136
↓ 16 callersMethodset_value
extlib/pugixml/src/pugixml.cpp:5558
↓ 16 callersFunctionsysCount
* Get the number of systems that can be configured. * @return System count. */
src/libromdata/config/ImageTypesConfig.cpp:131
↓ 15 callersMethodAppend
Append a token and return a new Pointer ! \param token Token to be appended. \param allocator Allocator for the newly return Pointer.
extlib/rapidjson/include/rapidjson/pointer.h:211
↓ 15 callersFunctionLZ4F_free
extlib/lz4/lib/lz4frame.c:127
↓ 15 callersFunctionLZ4_count
extlib/lz4/lib/lz4.c:679
↓ 15 callersFunctionMEM_readLE16
extlib/zstd/lib/common/mem.h:289
↓ 15 callersMethodSize
extlib/rapidjson/include/rapidjson/document.h:2462
↓ 15 callersFunctionXXH3_mix16B
* DISCLAIMER: There are known *seed-dependent* multicollisions here due to * multiplication by zero, affecting hashes of lengths 17 to 240. * * How
extlib/zstd/lib/common/xxhash.h:4659
↓ 15 callersFunctionZSTD_customMalloc
extlib/zstd/lib/common/allocations.h:26
↓ 15 callersMethodalt
extlib/fmt/include/fmt/base.h:766
↓ 15 callersFunctionbegin
extlib/fmt/include/fmt/base.h:550
↓ 15 callersMethodeval_number
extlib/pugixml/src/pugixml.cpp:11190
↓ 15 callersFunctionflush
* Flush buffers. * This operation only makes sense on writable files. * @return 0 on success; negative POSIX error code on error. */
src/librpfile/IRpFile.hpp:207
↓ 15 callersFunctionfputc
extlib/gettext/gettext-runtime/intl/gnulib-lib/stdio-write.c:174
↓ 15 callersFunctionfromLinear24
src/librptexture/decoder/ImageDecoder_Linear.hpp:234
↓ 15 callersMethodgetKey
* Get a Key object. * @param sectIdx Section index. * @param keyIdx Key index. * @return Key object, or nullptr on error. */
src/libromdata/crypto/KeyStoreUI.cpp:935
↓ 15 callersFunctionif_constexpr
src/librptexture/decoder/ImageDecoder_S3TC.cpp:81
↓ 15 callersFunctioninflateStateCheck
extlib/zlib-ng/inflate.c:51
↓ 15 callersMethodisKeyEmpty
* Is the key empty? * This means no values, an empty default value, and no subkey. * @return True if the key is empty; false if not or if an error o
src/libwin32ui/RegKey.cpp:539
↓ 15 callersFunctionisalpha_ascii
* Non-localized isalpha() implementation. * @param c Character * @param True if c is a letter; false if not. */
src/ctypex.h:94
↓ 15 callersFunctionmz_stream_mem_delete
extlib/minizip-ng/mz_strm_mem.c:250
↓ 15 callersFunctionmz_stream_mem_open
extlib/minizip-ng/mz_strm_mem.c:71
↓ 15 callersFunctionmz_stream_os_delete
extlib/minizip-ng/mz_strm_os_posix.c:201
↓ 15 callersMethodopen
* Open a file. (read-only) * @param filename Filename. * @return IRpFile*, or nullptr on error. */
src/librpbase/disc/IPartition.cpp:64
↓ 15 callersFunctionpng_chunk_report
extlib/libpng/pngerror.c:476
↓ 15 callersFunctionpng_reciprocal
Calculate a reciprocal, return 0 on div-by-zero or overflow. */
extlib/libpng/png.c:2885
↓ 15 callersFunctionsetlocale_single
Like setlocale, but support also LC_MESSAGES. */
extlib/gettext/gettext-runtime/intl/setlocale.c:918
↓ 15 callersMethodshrink
* Shrink image dimensions. * @param width New width * @param height New height * @return 0 on success; negative POSIX error code on error. */
src/librptexture/img/rp_image.cpp:157
↓ 15 callersFunctiontransform
Expand pattern into an (almost) equivalent one, but with single Either. Example: ((-a | -b) (-c | -d)) => (-a -c | -a -d | -b -c | -b -d) Qui
extlib/fmt/support/docopt.py:72
↓ 15 callersMethodvisit
extlib/fmt/include/fmt/format.h:3912
↓ 15 callersMethodwrite
extlib/fmt/src/os.cc:280
↓ 14 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_v02.c:323
↓ 14 callersFunctionERR_getErrorName
extlib/zstd/lib/legacy/zstd_v03.c:527
↓ 14 callersFunctionFSE_isError
extlib/zstd/lib/legacy/zstd_v01.c:429
↓ 14 callersFunctionFUZZ_rand32
Returns a random number in the range [min, max]. */
extlib/lz4/ossfuzz/fuzz_helpers.h:86
↓ 14 callersMethodFailed
Returns true if and only if the test failed.
extlib/googletest/googletest/src/gtest.cc:2373
↓ 14 callersFunctionLZ4_setStreamDecode
! LZ4_setStreamDecode() : * Use this function to instruct where to find the dictionary. * This function is not necessary if previous data is still
extlib/lz4/lib/lz4.c:2589
↓ 14 callersFunctionListView_SetExtendedListViewStyle
src/libwin32common/sdk/commctrl_ts.h:439
↓ 14 callersFunctionMEM_read16
violates C standard, by lying on structure alignment. Only use if no other choice to achieve best performance on target platform */
extlib/zstd/lib/common/mem.h:166
↓ 14 callersFunctionMemberEnd
Const \em past-the-end member iterator ! \pre IsObject() == true */
extlib/rapidjson/include/rapidjson/document.h:1083
↓ 14 callersFunctionPOOL_free
extlib/zstd/lib/common/pool.c:180
↓ 14 callersMethodRelease
extlib/googletest/googletest/src/gtest.cc:3812
↓ 14 callersFunctionXXH3_avalanche
* This is a fast avalanche stage, * suitable when input bits are already partially mixed */
extlib/zstd/lib/common/xxhash.h:4510
↓ 14 callersFunctionXXH64_round
! @copydoc XXH32_round */
extlib/zstd/lib/common/xxhash.h:3376
↓ 14 callersFunctionZSTD_getErrorName
! ZSTD_getErrorName() : * provides error code string from function result (useful for debugging) */
extlib/zstd/lib/common/zstd_common.c:40
↓ 14 callersFunctionZSTD_seekable_free
extlib/zstd/contrib/seekable_format/zstdseek_decompress.c:248
↓ 14 callersFunctioncount
extlib/fmt/include/fmt/base.h:1061
↓ 14 callersFunctiondeflateStateCheck
========================================================================= * Check for a valid deflate stream state. Return 0 if ok, 1 if not. */
extlib/zlib-ng/deflate.c:398
↓ 14 callersMethodisOpen
* Is the PNG file open? * @return True if the PNG file is open; false if not. */
src/librpbase/img/RpPngWriter.cpp:1129
↓ 14 callersFunctionis_little_endian
extlib/pugixml/src/pugixml.cpp:1984
↓ 14 callersFunctionlog
(text)
extlib/lz4/tests/test-lz4-speed.py:44
↓ 14 callersFunctionpng_rtran_ok
Is it OK to set a transformation now? Only if png_start_read_image or * png_read_update_info have not been called. It is not necessary for the IHDR
extlib/libpng/pngrtran.c:115
↓ 14 callersFunctionpng_safe_execute
extlib/libpng/pngerror.c:814
↓ 14 callersFunctionputchar
extlib/gettext/gettext-runtime/intl/gnulib-lib/stdio-write.c:168
↓ 14 callersFunctionrom_data_format_datetime
* Format an RFT_DATETIME. * @param date_time [in] Date/Time * @param flags [in] RFT_DATETIME flags * @return Formatted RFT_DATETIME, or nullptr on
src/gtk/RomDataFormat.cpp:31
↓ 14 callersMethodupper
extlib/fmt/include/fmt/base.h:763
↓ 14 callersFunctionutf8_disp_strlen
* Determine the display length of a UTF-8 string. * This is used for monospaced console/text output only. * NOTE: Assuming the string is valid UTF-8
src/librptext/utf8_strlen.cpp:33
↓ 14 callersFunctionzng_memread_4
extlib/zlib-ng/zmemory.h:23
↓ 13 callersFunctionBITv05_endOfDStream
! BITv05_endOfDStream * @return Tells if DStream has reached its exact end */
extlib/zstd/lib/legacy/zstd_v05.c:837
↓ 13 callersMethodBegin
extlib/rapidjson/include/rapidjson/document.h:2467
↓ 13 callersFunctionCountIf
extlib/googletest/googletest/src/gtest-internal-inl.h:273
↓ 13 callersFunctionExpectSpecProperty
Expects that the EXPECT_CALL() statement has the given property.
extlib/googletest/googlemock/include/gmock/gmock-spec-builders.h:738
↓ 13 callersFunctionFSEv05_isError
-**************************************** * FSEv05 helper functions ******************************************/
extlib/zstd/lib/legacy/zstd_v05.c:1219
↓ 13 callersMethodGetType
extlib/rapidjson/include/rapidjson/encodedstream.h:153
↓ 13 callersFunctionHUF_isError
* Error Management ****************************************************************/
extlib/zstd/lib/legacy/zstd_v04.c:1617
↓ 13 callersFunctionIsArray
extlib/rapidjson/include/rapidjson/document.h:947
↓ 13 callersFunctionIsObject
extlib/rapidjson/include/rapidjson/document.h:946
↓ 13 callersMethodIsValid
extlib/rapidjson/include/rapidjson/schema.h:216
↓ 13 callersFunctionIsWindowsVersionOrGreater
src/libwin32common/rp_versionhelpers.h:24
↓ 13 callersFunctionLZ4F_compressUpdate
! LZ4F_compressUpdate() : * LZ4F_compressUpdate() can be called repetitively to compress as much data as necessary. * When successful, the functio
extlib/lz4/lib/lz4frame.c:1119
↓ 13 callersFunctionLZ4F_freeCompressionContext
extlib/lz4/lib/lz4frame.c:629
↓ 13 callersFunctionLZ4_compress_HC
extlib/lz4/lib/lz4hc.c:1519
↓ 13 callersFunctionLZ4_setCompressionLevel
extlib/lz4/lib/lz4hc.c:1611
↓ 13 callersFunctionMEM_readLE32
extlib/zstd/lib/legacy/zstd_v03.c:166
↓ 13 callersFunctionTIME_getTime
extlib/lz4/programs/timefn.c:41
↓ 13 callersFunctionTPool_free
extlib/lz4/programs/threadpool.c:55
↓ 13 callersFunctionXXH64_round
extlib/lz4/lib/xxhash.c:672
↓ 13 callersFunctionZSTD_customCalloc
extlib/zstd/lib/common/allocations.h:33
↓ 13 callersFunctionZSTD_fCost
debugging function, * @return price in bytes as fractional value * for debug messages only */
extlib/zstd/lib/compress/zstd_opt.c:71
↓ 13 callersFunctionaligned_malloc
src/aligned_malloc.h:44
↓ 13 callersFunctionallocate_attribute
extlib/pugixml/src/pugixml.cpp:1218
↓ 13 callersFunctionbitmap_lookup
extlib/gettext/gettext-runtime/intl/gnulib-lib/unictype/bitmap.h:27
↓ 13 callersMethodcurrent
(self)
extlib/fmt/support/docopt.py:297
↓ 13 callersMethodeval_string
extlib/pugixml/src/pugixml.cpp:11371
← previousnext →401–500 of 15,169, ranked by callers