MCPcopy Create free account

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

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

↓ 4 callersFunctionfromLinear16_sse2
* Convert a linear 16-bit RGB image to rp_image. * SSE2-optimized version. * @param px_format [in] 16-bit pixel format. * @param width [in] Image
src/librptexture/decoder/ImageDecoder_Linear_sse2.cpp:233
↓ 4 callersFunctionfromLinear24_neon
* Convert a linear 24-bit RGB image to rp_image. * NEON-optimized version. * @param px_format [in] 24-bit pixel format. * @param width [in] Image
src/librptexture/decoder/ImageDecoder_Linear_neon24.cpp:37
↓ 4 callersFunctionfromLinear32_neon
* Convert a linear 32-bit RGB image to rp_image. * NEON-optimized version. * @param px_format [in] 32-bit pixel format. * @param width [in] Image
src/librptexture/decoder/ImageDecoder_Linear_neon32.cpp:63
↓ 4 callersFunctionfrom_heap
extlib/pugixml/src/pugixml.cpp:8496
↓ 4 callersFunctionfseterr
extlib/gettext/gettext-runtime/intl/gnulib-lib/fseterr.c:29
↓ 4 callersFunctiongcnRegionToString
* Convert a GCN region value (from GCN_Boot_Info or RVL_RegionSetting) to a string. * @param gcnRegion [in] GCN region value. * @param idRegion [in]
src/libromdata/Console/GameCubeRegions.cpp:30
↓ 4 callersFunctiongen_half_mask
extlib/zlib-ng/arch/x86/chunkset_avx512.c:28
↓ 4 callersFunctionget
extlib/fmt/include/fmt/base.h:2532
↓ 4 callersMethodgetBoolConfigOption_default
* Get the default value for a boolean configuration option. * @param option Boolean configuration option * @return Value. (If the option is invalid,
src/librpbase/config/Config.cpp:792
↓ 4 callersFunctiongetGcnPalLanguageCode
* Convert a GameCube PAL language ID to a language code. * @param langID GameCube PAL language ID. * @return Language code, or 0 on error. */
src/libromdata/data/NintendoLanguage.cpp:65
↓ 4 callersMethodgetIcon
* Get an icon from the sprite sheet. * @param col Column * @param row Row * @param gray If true, load the grayscale version * @return Icon, or nul
src/gtk/ISpriteSheet.cpp:40
↓ 4 callersFunctiongetSaveFileName
* Get a filename using the Save File Name dialog. * * Depending on OS, this may use: * - Vista+: IFileSaveDialog * - XP: GetSaveFileName() * * @
src/libwin32ui/WinUI.cpp:903
↓ 4 callersFunctiongetWiiLanguage
* Determine the system language for Wii. * @return Wii_Language_ID. (If unknown, defaults to WII_LANG_ENGLISH.) */
src/libromdata/data/NintendoLanguage.cpp:91
↓ 4 callersFunctionget_lines
get lines until a given terminator */
extlib/lz4/contrib/gen_manual/gen_manual.cpp:66
↓ 4 callersFunctionget_memory_allocation_function
extlib/pugixml/src/pugixml.cpp:7995
↓ 4 callersMethodgioerr_to_posix
* Convert a GIO error code to POSIX. * @param gioerr GIO error code. * @return POSIX error code. */
src/gtk/RpFile_gio.cpp:67
↓ 4 callersFunctiongit
(args, pipe=True)
extlib/lz4/tests/test-lz4-versions.py:67
↓ 4 callersFunctiongl_locale_name_from_win32_LCID
extlib/gettext/gettext-runtime/intl/gnulib-lib/localename-unsafe.c:2532
↓ 4 callersFunctiongl_locale_name_thread_unsafe
extlib/gettext/gettext-runtime/intl/gnulib-lib/localename-unsafe.c:2694
↓ 4 callersFunctionglwthread_rwlock_init
extlib/gettext/gettext-runtime/intl/gnulib-lib/windows-rwlock.c:117
↓ 4 callersFunctiongsvt_init
* Initialize VT detection. */
src/libgsvt/gsvt_win32.c:254
↓ 4 callersFunctiongtk_label_set_wrap
src/gtk/gtk-compat.h:142
↓ 4 callersFunctiongtk_process_main_event_loop
src/gtk/config/CacheTab.cpp:413
↓ 4 callersFunctiongtk_progress_bar_set_error
src/gtk/config/CacheTab.cpp:311
↓ 4 callersFunctiongtk_widget_set_margin_end
src/gtk/gtk-compat.h:335
↓ 4 callersFunctiongz_open
Open a gzip file either by name or file descriptor. */
extlib/zlib-ng/gzlib.c:109
↓ 4 callersFunctiongz_write
Write len bytes from buf to file. Return the number of bytes written. If the returned value is less than len, then there was an error. */
extlib/zlib-ng/gzwrite.c:155
↓ 4 callersMethodhasChanged
* Has KeyStore been changed by the user? * @return True if it has; false if it hasn't. */
src/libromdata/crypto/KeyStoreUI.cpp:1097
↓ 4 callersMethodhasDosAttributes
* Does this file have MS-DOS attributes? * @return True if it does; false if not. */
src/librpfile/xattr/XAttrReader.cpp:136
↓ 4 callersMethodhasGenericXAttrs
* Does this file have generic extended attributes? * (POSIX xattr on Linux; ADS on Windows) * @return True if it does; false if not. */
src/librpfile/xattr/XAttrReader.cpp:208
↓ 4 callersMethodhas_resource_type
* Do we have any resources of the specified type? * @param type [in] Resource type ID * @return True if we have these resources; false if we don't.
src/libromdata/disc/NEResourceReader.cpp:862
↓ 4 callersMethodimgBandwidthMetered
* What type of images should be downloaded on metered connections? * These connections may charge for usage. * @return ImgBandwidth for metered conn
src/librpbase/config/Config.cpp:673
↓ 4 callersMethodimgBandwidthUnmetered
* What type of images should be downloaded on unmetered connections? * These connections do not charge for usage. * @return ImgBandwidth for unmeter
src/librpbase/config/Config.cpp:655
↓ 4 callersMethodindex
src/kde/config/KeyStoreModel.cpp:218
↓ 4 callersFunctionini_find_chars_or_comment
Return pointer to first char (of chars) or inline comment in given string, or pointer to NUL at end of string if neither found. Inline comment must
extlib/inih/ini.c:68
↓ 4 callersMethodinitXPR0_xtImage
* Initialize the title image object. * NOTE: Check xtImage's union after initializing. * @return 0 if initialized; negative POSIX error code on erro
src/libromdata/Console/Xbox_XBE.cpp:278
↓ 4 callersFunctioninstallEventFilterInTopLevelWidget
* Install a QWidget's event filter into its top-level widget. * @param widget QWidget * @return True on success; false on error. */
src/kde/RpQt.hpp:252
↓ 4 callersMethodisDebug
* Are we using debug keys? * @return True if using debug keys; false if not. */
src/libromdata/disc/NCCHReader.cpp:923
↓ 4 callersMethodisOpen
* Is the file open? * This usually only returns false if an error occurred. * @return True if the file is open; false if it isn't. */
src/gtk/RpFile_gio.cpp:129
↓ 4 callersMethodisUnlocked
* Check if an achievement is unlocked. * @param id Achievement ID. * @return UNIX time value if unlocked; -1 if not. */
src/librpbase/Achievements.cpp:888
↓ 4 callersFunctionis_ICC_signature_char
extlib/libpng/png.c:1522
↓ 4 callersFunctionis_arithmetic_type
extlib/fmt/include/fmt/base.h:1014
↓ 4 callersFunctionis_borderline
Tests whether a string of digits consists of exactly PRECISION zeroes and a single '1' digit. */
extlib/gettext/gettext-runtime/intl/gnulib-lib/vasnprintf.c:1854
↓ 4 callersFunctionis_xpath_attribute
extlib/pugixml/src/pugixml.cpp:9322
↓ 4 callersFunctionislower_ascii
* Non-localized islower() implementation. * @param c Character * @param True if c is an uppercase letter; false if not. */
src/ctypex.h:84
↓ 4 callersFunctionlasx_set_si128
extlib/zlib-ng/arch/loongarch/lasxintrin_ext.h:38
↓ 4 callersFunctionlcToString
* Convert a language code to a string. * NOTE: The language code will be converted to lowercase if necessary. * @param lc Language code. * @return
src/librpbase/SystemRegion.cpp:474
↓ 4 callersFunctionlibintl_vfprintf
extlib/gettext/gettext-runtime/intl/printf.c:133
↓ 4 callersFunctionlibintl_vfwprintf
extlib/gettext/gettext-runtime/intl/printf.c:369
↓ 4 callersMethodline
extlib/googletest/googlemock/include/gmock/gmock-spec-builders.h:243
↓ 4 callersMethodline
extlib/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h:282
↓ 4 callersMethodloadFst
* Load the FST. * @return 0 on success; negative POSIX error code on error. */
src/libromdata/disc/GcnPartition_p.cpp:113
↓ 4 callersMethodloadIfNeeded
* Load amiibo.bin if it's needed. * @return 0 on success or if load isn't needed; negative POSIX error code on error. */
src/libromdata/data/AmiiboData.cpp:281
↓ 4 callersMethodloadImage
* Load the image. * @param idx Icon's bitmap index (-1 for "best") * @return Image, or nullptr on error. */
src/librptexture/fileformat/ICO.cpp:1112
↓ 4 callersMethodload_buffer_inplace_own
extlib/pugixml/src/pugixml.cpp:7885
↓ 4 callersFunctionlocal_wcslen
extlib/gettext/gettext-runtime/intl/gnulib-lib/vasnprintf.c:297
↓ 4 callersMethodlocalized
extlib/fmt/include/fmt/chrono.h:2110
↓ 4 callersMethodlock
* Lock the GDI+ bitmap. * * WARNING: This *may* invalidate pointers * previously returned by data(). * * @return Gdiplus::Status */
src/librptexture/img/RpGdiplusBackend.cpp:344
↓ 4 callersFunctionlog
(text)
extlib/lz4/tests/test-lz4-list.py:181
↓ 4 callersFunctionmake
(args, pipe=True, env=False)
extlib/lz4/tests/test-lz4-abi.py:53
↓ 4 callersFunctionmake
(args, pipe=True, env=False)
extlib/lz4/tests/test-lz4-versions.py:58
↓ 4 callersFunctionmake_text
extlib/fmt/include/fmt/compile.h:141
↓ 4 callersFunctionmake_write_int_arg
extlib/fmt/include/fmt/format.h:2032
↓ 4 callersFunctionmalloc_orDie
extlib/zstd/contrib/seekable_format/examples/parallel_compression.c:30
↓ 4 callersFunctionmbsnlen
Return the number of multibyte characters in the character string starting at STRING and ending at STRING + LEN. */
extlib/gettext/gettext-runtime/intl/gnulib-lib/mbsnlen.c:33
↓ 4 callersFunctionmod
extlib/fmt/include/fmt/chrono.h:1503
↓ 4 callersFunctionmyalloc
extlib/unice68/unice68.c:296
↓ 4 callersFunctionmz_crypt_hmac_create
extlib/minizip-ng/mz_crypt_apple.c:505
↓ 4 callersFunctionmz_crypt_hmac_set_algorithm
extlib/minizip-ng/mz_crypt_apple.c:489
↓ 4 callersFunctionmz_crypt_hmac_update
extlib/minizip-ng/mz_crypt_apple.c:460
↓ 4 callersFunctionmz_crypt_sha_set_algorithm
extlib/minizip-ng/mz_crypt_apple.c:173
↓ 4 callersFunctionmz_dir_make
extlib/minizip-ng/mz_os.c:398
↓ 4 callersFunctionmz_os_is_dir
extlib/minizip-ng/mz_os_posix.c:314
↓ 4 callersFunctionmz_os_is_symlink
extlib/minizip-ng/mz_os_posix.c:325
↓ 4 callersFunctionmz_path_append_slash
extlib/minizip-ng/mz_os.c:45
↓ 4 callersFunctionmz_stream_buffered_delete
extlib/minizip-ng/mz_strm_buf.c:370
↓ 4 callersFunctionmz_stream_create
extlib/minizip-ng/mz_strm.c:405
↓ 4 callersFunctionmz_stream_error
extlib/minizip-ng/mz_strm.c:371
↓ 4 callersFunctionmz_stream_ioapi_create
extlib/minizip-ng/compat/ioapi.c:202
↓ 4 callersFunctionmz_stream_mem_close
extlib/minizip-ng/mz_strm_mem.c:188
↓ 4 callersFunctionmz_stream_mem_get_buffer
extlib/minizip-ng/mz_strm_mem.c:209
↓ 4 callersFunctionmz_zip_attrib_convert
extlib/minizip-ng/mz_zip.c:2528
↓ 4 callersFunctionmz_zip_create
extlib/minizip-ng/mz_zip.c:1414
↓ 4 callersFunctionmz_zip_entry_read_header
Get info about the current file in the zip file */
extlib/minizip-ng/mz_zip.c:204
↓ 4 callersFunctionmz_zip_extrafield_find
extlib/minizip-ng/mz_zip.c:2604
↓ 4 callersFunctionmz_zip_get_comment
extlib/minizip-ng/mz_zip.c:1553
↓ 4 callersFunctionmz_zip_open
extlib/minizip-ng/mz_zip.c:1430
↓ 4 callersFunctionmz_zip_reader_entry_close
extlib/minizip-ng/mz_zip_rw.c:440
↓ 4 callersFunctionmz_zip_reader_entry_get_info
extlib/minizip-ng/mz_zip_rw.c:561
↓ 4 callersFunctionmz_zip_time_t_to_dos_date
extlib/minizip-ng/mz_zip.c:2743
↓ 4 callersFunctionmz_zip_writer_delete
extlib/minizip-ng/mz_zip_rw.c:2017
↓ 4 callersFunctionneeds_escape
extlib/fmt/include/fmt/format.h:1767
↓ 4 callersFunctionnew_exp
extlib/gettext/gettext-runtime/intl/plural.c:177
↓ 4 callersFunctionnewlocale
extlib/gettext/gettext-runtime/intl/libgnuintl.in.h:1008
↓ 4 callersMethodnext
Gets the next node in the queue.
extlib/googletest/googletest/samples/sample3-inl.h:54
↓ 4 callersFunctionnode_copy_attribute
extlib/pugixml/src/pugixml.cpp:4593
↓ 4 callersMethodon_arg_id
extlib/fmt/include/fmt/format.h:3795
↓ 4 callersMethodon_error
extlib/fmt/include/fmt/format.h:3831
↓ 4 callersMethodopendir
* Open a directory. * @param path [in] Directory path. * @return IFst::Dir*, or nullptr on error. */
src/libromdata/disc/GcnFst.cpp:412
↓ 4 callersMethodout
extlib/fmt/include/fmt/base.h:2011
← previousnext →1,801–1,900 of 15,169, ranked by callers