Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Inori/GPCS4
/ functions
Functions
14,553 in github.com/Inori/GPCS4
⨍
Functions
14,553
◇
Types & classes
20,836
↓ 2 callers
Function
WriteLibComment
(dst, lib_name)
Tools/GenerateCode.py:236
↓ 2 callers
Function
WriteList
(encoding, op_list)
Tools/ParseOpcode.py:105
↓ 2 callers
Function
ZYAN_MEMCMP
3rdParty/zydis/dependencies/zycore/include/Zycore/LibC.h:249
↓ 2 callers
Function
ZYAN_MEMMOVE
3rdParty/zydis/dependencies/zycore/include/Zycore/LibC.h:274
↓ 2 callers
Function
ZyanBitsetInitVectorElements
* Initializes the given `vector` with `count` "zero"-bytes. * * @param vector A pointer to the `ZyanVector` instance. * @param count The num
3rdParty/zydis/dependencies/zycore/src/Bitset.c:87
↓ 2 callers
Function
ZyanBitsetTest
3rdParty/zydis/dependencies/zycore/src/Bitset.c:328
↓ 2 callers
Function
ZyanListResizeEx
3rdParty/zydis/dependencies/zycore/src/List.c:561
↓ 2 callers
Function
ZyanStringAppendDecU
3rdParty/zydis/dependencies/zycore/src/Format.c:424
↓ 2 callers
Function
ZyanStringAppendDecU64
3rdParty/zydis/dependencies/zycore/src/Format.c:133
↓ 2 callers
Function
ZyanStringAppendHexU
3rdParty/zydis/dependencies/zycore/src/Format.c:464
↓ 2 callers
Function
ZyanStringAppendHexU64
3rdParty/zydis/dependencies/zycore/src/Format.c:254
↓ 2 callers
Function
ZyanStringInitCustomBuffer
3rdParty/zydis/dependencies/zycore/src/String.c:86
↓ 2 callers
Function
ZyanVectorBinarySearch
3rdParty/zydis/dependencies/zycore/src/Vector.c:687
↓ 2 callers
Function
ZyanVectorEmplaceEx
3rdParty/zydis/dependencies/zycore/src/Vector.c:494
↓ 2 callers
Function
ZyanVectorFind
3rdParty/zydis/dependencies/zycore/src/Vector.c:642
↓ 2 callers
Function
ZyanVectorGet
3rdParty/zydis/dependencies/zycore/src/Vector.c:330
↓ 2 callers
Function
ZyanVectorResizeEx
3rdParty/zydis/dependencies/zycore/src/Vector.c:752
↓ 2 callers
Function
ZyanVectorShiftRight
* Shifts all elements starting at the specified `index` by the amount of `count` to the right. * * @param vector A pointer to the `ZyanVector` in
3rdParty/zydis/dependencies/zycore/src/Vector.c:155
↓ 2 callers
Function
ZyanVectorShrinkToFit
3rdParty/zydis/dependencies/zycore/src/Vector.c:806
↓ 2 callers
Function
ZydisCheckAsz
* Checks if register width is compatible with effective address size. * * @param match A pointer to `ZydisEncoderInstructionMatch` struct.
3rdParty/zydis/src/Encoder.c:672
↓ 2 callers
Function
ZydisDecoderDecodeOperands
3rdParty/zydis/src/Decoder.c:5038
↓ 2 callers
Function
ZydisEncodeEvexCommons
* Encodes common parts of `EVEX` prefix. * * @param instruction A pointer to `ZydisEncoderInstruction` struct. * @param p0 A pointer t
3rdParty/zydis/src/Encoder.c:3452
↓ 2 callers
Function
ZydisEncodeMvexBroadcastMode
* Encodes `MVEX.sss` field for specified broadcast mode. * * @param broadcast Broadcast mode. * * @return Corresponding `MVEX.sss` value. */
3rdParty/zydis/src/Encoder.c:897
↓ 2 callers
Function
ZydisEncodeMvexConversionMode
* Encodes `MVEX.sss` field for specified conversion mode. * * @param conversion Conversion mode. * * @return Corresponding `MVEX.sss` value. *
3rdParty/zydis/src/Encoder.c:921
↓ 2 callers
Function
ZydisEncodeRexLowNibble
* Encodes low nibble of `REX` prefix. * * @param instruction A pointer to `ZydisEncoderInstruction` struct. * @param high_r A poin
3rdParty/zydis/src/Encoder.c:3252
↓ 2 callers
Function
ZydisFormatterBufferGetString
3rdParty/zydis/src/FormatterBuffer.c:90
↓ 2 callers
Function
ZydisFormatterBufferInit
3rdParty/zydis/src/Formatter.c:58
↓ 2 callers
Function
ZydisFormatterBufferInitTokenized
3rdParty/zydis/src/Formatter.c:80
↓ 2 callers
Function
ZydisFormatterFormatInstructionEx
3rdParty/zydis/src/Formatter.c:458
↓ 2 callers
Function
ZydisFormatterHelperGetExplicitSize
3rdParty/zydis/src/FormatterBase.c:80
↓ 2 callers
Function
ZydisFuzzerInit
3rdParty/zydis/tools/ZydisFuzzShared.c:399
↓ 2 callers
Function
ZydisGetEffectiveImmSize
* Calculates effective immediate size. * * @param match A pointer to `ZydisEncoderInstructionMatch` struct. * @param imm Immediate value
3rdParty/zydis/src/Encoder.c:525
↓ 2 callers
Function
ZydisGetInstructionSegments
3rdParty/zydis/src/Utils.c:175
↓ 2 callers
Function
ZydisGetRm16
* Helper function that determines correct `ModR/M.RM` value for 16-bit addressing mode. * * @param base `ZydisRegister` used as `SIB.base`. * @
3rdParty/zydis/src/Encoder.c:865
↓ 2 callers
Function
ZydisIsValidAddressingClass
* Checks if specified register is valid for use with SIB addressing. * * @param match A pointer to `ZydisEncoderInstructionMatch` struct.
3rdParty/zydis/src/Encoder.c:832
↓ 2 callers
Function
ZydisMnemonicGetString
3rdParty/zydis/src/Mnemonic.c:34
↓ 2 callers
Function
ZydisNodeHandlerModrmMod
3rdParty/zydis/src/Decoder.c:3844
↓ 2 callers
Function
ZydisPrintInstruction
3rdParty/zydis/tools/ZydisFuzzShared.c:82
↓ 2 callers
Function
ZydisReEncodeInstruction
3rdParty/zydis/tools/ZydisFuzzShared.c:348
↓ 2 callers
Function
ZydisReadDisplacement
* Reads a displacement value. * * @param state A pointer to the `ZydisDecoderState` struct. * @param instruction A pointer to the `ZydisD
3rdParty/zydis/src/Decoder.c:726
↓ 2 callers
Function
ZydisReadImmediate
* Reads an immediate value. * * @param state A pointer to the `ZydisDecoderState` struct. * @param instruction A pointer to the `ZydisDec
3rdParty/zydis/src/Decoder.c:787
↓ 2 callers
Function
ZydisRegisterGetWidth
3rdParty/zydis/src/Register.c:140
↓ 2 callers
Function
ZydisStringAppendDecU64
3rdParty/zydis/src/String.c:113
↓ 2 callers
Function
ZydisStringAppendHexU64
3rdParty/zydis/src/String.c:234
↓ 2 callers
Function
__pthread_deregister_pointer
Deregisters in the list idList an element with identifier ID and returns its _pthread_v pointer on success. Otherwise NULL is returned. NOTE: T
3rdParty/winpthreads/src/thread.c:253
↓ 2 callers
Function
__pthread_register_pointer
Registers in the list idList an element with _pthread_v pointer and creates and unique identifier ID. If successful created the ID of this elem
3rdParty/winpthreads/src/thread.c:196
↓ 2 callers
Function
__shl
* Shift p[0]..p[len] left `sh' bits, ignoring any bits that * `fall out' the left (there never will be any such anyway). * We may assume len >= 0.
3rdParty/winpthreads/src/libgcc/dll_math.c:297
↓ 2 callers
Function
_copy
3rdParty/boost/boost/parameter/aux_/preprocessor/impl/function_cast.hpp:205
↓ 2 callers
Function
_glfwChooseVideoMode
Chooses the video mode most closely matching the desired one
3rdParty/glfw/src/monitor.c:213
↓ 2 callers
Function
_glfwCreateCursorX11
Creates a native cursor object from the specified image and hotspot
3rdParty/glfw/src/x11_init.c:887
↓ 2 callers
Function
_glfwCreateWideStringFromUTF8Win32
Returns a wide string version of the specified UTF-8 string
3rdParty/glfw/src/win32_init.c:387
↓ 2 callers
Function
_glfwDetectJoystickConnectionWin32
Checks for new joysticks after DBT_DEVICEARRIVAL
3rdParty/glfw/src/win32_joystick.c:527
↓ 2 callers
Function
_glfwFreeJoystick
Frees arrays and name and flags the joystick object as unused
3rdParty/glfw/src/input.c:447
↓ 2 callers
Function
_glfwGetMonitorContentScaleWin32
3rdParty/glfw/src/win32_monitor.c:312
↓ 2 callers
Function
_glfwInitJoysticksLinux
Initialize joystick interface
3rdParty/glfw/src/linux_joystick.c:267
↓ 2 callers
Function
_glfwInputDrop
Notifies shared code of files or directories dropped on a window
3rdParty/glfw/src/input.c:360
↓ 2 callers
Function
_glfwInputErrorX11
Reports the specified error, appending information about the last X error
3rdParty/glfw/src/x11_init.c:876
↓ 2 callers
Function
_glfwInputWindowContentScale
Notifies shared code that a window content scale has changed The scale is specified as the ratio between the current and default DPI
3rdParty/glfw/src/window.c:115
↓ 2 callers
Function
_glfwInputWindowIconify
Notifies shared code that a window has been iconified or restored
3rdParty/glfw/src/window.c:89
↓ 2 callers
Function
_glfwInputWindowMaximize
Notifies shared code that a window has been maximized or restored
3rdParty/glfw/src/window.c:97
↓ 2 callers
Function
_glfwInputWindowPos
Notifies shared code that a window has moved The position is specified in content area relative screen coordinates
3rdParty/glfw/src/window.c:72
↓ 2 callers
Function
_glfwPlatformCreateTls
3rdParty/glfw/src/posix_thread.c:38
↓ 2 callers
Function
_glfwPlatformDestroyTls
3rdParty/glfw/src/posix_thread.c:53
↓ 2 callers
Function
_glfwPlatformGetCursorPos
3rdParty/glfw/src/wl_window.c:1351
↓ 2 callers
Function
_glfwPlatformGetFramebufferSize
3rdParty/glfw/src/wl_window.c:1108
↓ 2 callers
Function
_glfwPlatformGetGammaRamp
3rdParty/glfw/src/wl_monitor.c:198
↓ 2 callers
Function
_glfwPlatformGetVideoMode
3rdParty/glfw/src/x11_monitor.c:494
↓ 2 callers
Function
_glfwPlatformGetVideoMode
3rdParty/glfw/src/win32_monitor.c:458
↓ 2 callers
Function
_glfwPlatformGetWindowFrameSize
3rdParty/glfw/src/wl_window.c:1116
↓ 2 callers
Function
_glfwPlatformIconifyWindow
3rdParty/glfw/src/wl_window.c:1142
↓ 2 callers
Function
_glfwPlatformPollEvents
3rdParty/glfw/src/x11_window.c:2685
↓ 2 callers
Function
_glfwPlatformPollEvents
3rdParty/glfw/src/win32_window.c:1893
↓ 2 callers
Function
_glfwPlatformRawMouseMotionSupported
3rdParty/glfw/src/wl_window.c:1326
↓ 2 callers
Function
_glfwPlatformSetCursorPos
3rdParty/glfw/src/x11_window.c:2769
↓ 2 callers
Function
_glfwPlatformSetCursorPos
3rdParty/glfw/src/win32_window.c:1999
↓ 2 callers
Function
_glfwPlatformSetCursorPos
3rdParty/glfw/src/wl_window.c:1361
↓ 2 callers
Function
_glfwPlatformSetGammaRamp
3rdParty/glfw/src/wl_monitor.c:205
↓ 2 callers
Function
_glfwPlatformSetWindowMonitor
3rdParty/glfw/src/wl_window.c:1232
↓ 2 callers
Function
_glfwPlatformSetWindowPos
3rdParty/glfw/src/wl_window.c:1054
↓ 2 callers
Function
_glfwPlatformShowWindow
3rdParty/glfw/src/wl_window.c:1190
↓ 2 callers
Function
_glfwPlatformWindowFocused
3rdParty/glfw/src/wl_window.c:1255
↓ 2 callers
Function
_glfwPollMonitorsWin32
Poll for changes in the set of connected monitors
3rdParty/glfw/src/win32_monitor.c:134
↓ 2 callers
Function
_glfwPollMonitorsX11
Poll for changes in the set of connected monitors
3rdParty/glfw/src/x11_monitor.c:101
↓ 2 callers
Function
_glfwTerminateJoysticksLinux
Close all opened joystick handles
3rdParty/glfw/src/linux_joystick.c:323
↓ 2 callers
Function
_glfwTerminateOSMesa
3rdParty/glfw/src/osmesa_context.c:180
↓ 2 callers
Function
_glfwUpdateKeyNamesWin32
Updates key names according to the current keyboard layout
3rdParty/glfw/src/win32_init.c:464
↓ 2 callers
Function
_glfw_fminf
3rdParty/glfw/src/init.c:122
↓ 2 callers
Function
_pthread_once_raw
3rdParty/winpthreads/src/thread.c:618
↓ 2 callers
Function
_pthread_setnobreak
3rdParty/winpthreads/src/thread.c:1160
↓ 2 callers
Function
_wclosedir
* Close directory stream opened by opendir() function. This invalidates the * DIR structure as well as any directory entry read previously by * _wr
3rdParty/dirent/dirent.h:537
↓ 2 callers
Method
accessMemory
GPCS4/Graphics/Violet/VltBarrier.cpp:19
↓ 2 callers
Method
add
GPCS4/Graphics/Violet/VltExtension.cpp:15
↓ 2 callers
Method
add
GPCS4/Common/GPCS4Log.cpp:226
↓ 2 callers
Method
addUndefinedLabel
3rdParty/xbyak/xbyak.h:1523
↓ 2 callers
Method
add_track
3rdParty/boost/boost/multi_index/detail/index_saver.hpp:51
↓ 2 callers
Function
addrInsertBits
GPCS4/Graphics/Gnm/GpuAddress/GnmGpuAddress.cpp:1734
↓ 2 callers
Method
address
3rdParty/boost/boost/unordered/detail/implementation.hpp:4288
↓ 2 callers
Function
advance
3rdParty/boost/boost/iterator/advance.hpp:78
↓ 2 callers
Method
advance
GPCS4/Graphics/SpirV/SpirvIInstruction.h:144
↓ 2 callers
Method
alloc
3rdParty/xbyak/xbyak.h:390
← previous
next →
1,501–1,600 of 14,553, ranked by callers