Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ functions
Functions
8,635 in github.com/deathkiller/jazz2-native
⨍
Functions
8,635
◇
Types & classes
2,127
↓ 2 callers
Method
Suspend
Sources/nCine/Base/FrameTimer.cpp:59
↓ 2 callers
Method
TexImage2D
Sources/nCine/Graphics/GL/GLTexture.cpp:51
↓ 2 callers
Function
ToHost16
Sources/Dependencies/parallel_hashmap/phmap_bits.h:545
↓ 2 callers
Function
ToHost32
Sources/Dependencies/parallel_hashmap/phmap_bits.h:548
↓ 2 callers
Function
ToHost64
Sources/Dependencies/parallel_hashmap/phmap_bits.h:551
↓ 2 callers
Method
Toggle
Sources/nCine/MainApplication.cpp:55
↓ 2 callers
Method
ToggleScreenKeyboard
Sources/nCine/Application.cpp:1368
↓ 2 callers
Method
TryConvert
Sources/Jazz2/Compatibility/EventConverter.cpp:15
↓ 2 callers
Function
TryParseFormat
Sources/Shared/Containers/DateTime.cpp:477
↓ 2 callers
Function
TupleRefImpl
Sources/Dependencies/parallel_hashmap/phmap.h:734
↓ 2 callers
Method
Update
Sources/nCine/Graphics/Viewport.cpp:307
↓ 2 callers
Method
UpdateAABB
Sources/Jazz2/Actors/ActorBase.cpp:1192
↓ 2 callers
Method
UpdateCamera
Sources/Jazz2/Rendering/PlayerViewport.cpp:127
↓ 2 callers
Method
UpdateFrameProjectionMatrix
Sources/nCine/Graphics/Camera.h:67
↓ 2 callers
Method
UpdateFrameViewMatrix
Sources/nCine/Graphics/Camera.h:70
↓ 2 callers
Method
Wait
Sources/nCine/Threading/PosixThreadSync.cpp:52
↓ 2 callers
Function
WaitForSignal
Sources/Shared/Threading/Event.h:172
↓ 2 callers
Function
WaitOnAddressInner
Sources/Shared/Threading/Implementation/WaitOnAddress.h:162
↓ 2 callers
Function
WinHTTPQueryAllHeaderStrings
Sources/Shared/IO/WebRequest.cpp:1773
↓ 2 callers
Method
Write
Sources/Shared/IO/Compression/ZstdStream.cpp:151
↓ 2 callers
Function
WriteEpisodeContinuationState
Sources/Jazz2/PreferencesCache.cpp:135
↓ 2 callers
Function
XXH32_endian_align
! * @internal * @brief The implementation for @ref XXH32(). * * @param input , len , seed Directly passed from @ref XXH32(). * @param align Wheth
Sources/Shared/Cryptography/xxHash.cpp:3103
↓ 2 callers
Function
XXH32_finalize
! * @internal * @brief Processes the last 0-15 bytes of @p ptr. * * There may be up to 15 bytes remaining to consume from the input. * This final
Sources/Shared/Cryptography/xxHash.cpp:3014
↓ 2 callers
Function
XXH32_initAccs
! * @internal * @brief Sets up the initial accumulator state for XXH32(). */
Sources/Shared/Cryptography/xxHash.cpp:2948
↓ 2 callers
Function
XXH32_mergeAccs
! * @internal * @brief Merges the accumulator lanes together for XXH32() */
Sources/Shared/Cryptography/xxHash.cpp:2991
↓ 2 callers
Function
XXH3_combine16
Sources/Shared/Cryptography/xxHash.cpp:7340
↓ 2 callers
Function
XXH3_digest_long
Sources/Shared/Cryptography/xxHash.cpp:6730
↓ 2 callers
Function
XXH3_scalarRound
! * @internal * @brief Scalar round for @ref XXH3_accumulate_512_scalar(). * * This is extracted to its own function because the NEON path uses a
Sources/Shared/Cryptography/xxHash.cpp:5940
↓ 2 callers
Function
XXH3_scalarScrambleRound
Sources/Shared/Cryptography/xxHash.cpp:5989
↓ 2 callers
Function
XXH64_endian_align
! * @internal * @brief The implementation for @ref XXH64(). * * @param input , len , seed Directly passed from @ref XXH64(). * @param align Wheth
Sources/Shared/Cryptography/xxHash.cpp:3601
↓ 2 callers
Function
XXH64_finalize
! * @internal * @brief Processes the last 0-31 bytes of @p ptr. * * There may be up to 31 bytes remaining to consume from the input. * This final
Sources/Shared/Cryptography/xxHash.cpp:3557
↓ 2 callers
Function
XXH64_initAccs
! * @internal * @brief Sets up the initial accumulator state for XXH64(). */
Sources/Shared/Cryptography/xxHash.cpp:3467
↓ 2 callers
Function
XXH64_mergeAccs
! * @internal * @brief Merges the accumulator lanes together for XXH64() */
Sources/Shared/Cryptography/xxHash.cpp:3519
↓ 2 callers
Function
XXH_vec_mulo
gcc needs inline assembly */ Adapted from https://github.com/google/highwayhash/blob/master/highwayhash/hh_vsx.h. */
Sources/Shared/Cryptography/xxHash.cpp:4269
↓ 2 callers
Method
_erase
Erases the element pointed to by `it`. Unlike `std::unordered_set::erase`, this method returns void to reduce algorithmic complexity to O(1). In ord
Sources/Dependencies/parallel_hashmap/phmap.h:1616
↓ 2 callers
Function
appendRaw
Sources/Dependencies/jsoncpp/writer.cpp:211
↓ 2 callers
Function
appleSysctlByName
Sources/Shared/Cpu.cpp:39
↓ 2 callers
Function
apply_helper
Sources/Dependencies/parallel_hashmap/phmap_base.h:1050
↓ 2 callers
Function
arrayShiftBackward
Sources/Shared/Containers/GrowableArray.h:1881
↓ 2 callers
Method
asUInt
Sources/Dependencies/jsoncpp/value.cpp:695
↓ 2 callers
Function
as_uint32
Sources/nCine/Base/Algorithms.cpp:261
↓ 2 callers
Method
assertSafeToAdd
@brief Checks whether @p elt will be invalidated by increasing the size of the vector by @p n */
Sources/Shared/Containers/SmallVector.h:182
↓ 2 callers
Method
assertSafeToAddRange
@brief Checks whether any part of the range will be invalidated by growing */
Sources/Shared/Containers/SmallVector.h:199
↓ 2 callers
Method
assignRemote
@brief Assigns the content of the specified vector */
Sources/Shared/Containers/SmallVector.h:633
↓ 2 callers
Method
back
Span::back() Returns a reference to the last element of this span.
Sources/Dependencies/parallel_hashmap/phmap_base.h:3272
↓ 2 callers
Function
boundRandom
Sources/nCine/Base/Random.cpp:29
↓ 2 callers
Method
bucket_count
Sources/Dependencies/parallel_hashmap/phmap.h:1817
↓ 2 callers
Method
bufferId
Sources/nCine/Audio/AudioBufferPlayer.cpp:25
↓ 2 callers
Method
bufferSize
Sources/nCine/Audio/AudioBufferPlayer.cpp:56
↓ 2 callers
Function
bufferTypeToString
Sources/nCine/Graphics/RenderBuffersManager.cpp:54
↓ 2 callers
Method
cancel
Sources/nCine/Backends/Android/AndroidJniHelper.cpp:408
↓ 2 callers
Method
cbegin
@brief Begin const iterator */
Sources/Dependencies/ixwebsocket/IXWebSocketSendData.h:122
↓ 2 callers
Method
cend
@brief End const iterator */
Sources/Dependencies/ixwebsocket/IXWebSocketSendData.h:124
↓ 2 callers
Method
clear
Sources/Dependencies/parallel_hashmap/phmap.h:1273
↓ 2 callers
Function
cloneUnique
Sources/Dependencies/jsoncpp/value.cpp:56
↓ 2 callers
Function
commitWrite
Sources/Shared/Core/Logger.h:615
↓ 2 callers
Method
commitWrite
Sources/Shared/Core/Logger.h:367
↓ 2 callers
Method
compare
Sources/Dependencies/jsoncpp/value.cpp:488
↓ 2 callers
Method
compress
Sources/Dependencies/ixwebsocket/IXWebSocketPerMessageDeflate.cpp:83
↓ 2 callers
Method
configure
FIXME: configure is a terrible name
Sources/Dependencies/ixwebsocket/IXSocketConnect.cpp:129
↓ 2 callers
Method
connect
Sources/Dependencies/ixwebsocket/IXSocket.cpp:220
↓ 2 callers
Function
constexpr_strcmp_loop
Sources/Shared/Base/TypeInfo.h:183
↓ 2 callers
Method
count
Sources/nCine/Base/BitSet.h:130
↓ 2 callers
Function
createSelectInterrupt
Sources/Dependencies/ixwebsocket/IXSelectInterruptFactory.cpp:18
↓ 2 callers
Method
data
@brief View data */
Sources/Shared/Containers/ArrayView.h:222
↓ 2 callers
Function
decodeNextByte
Decode the next byte of a UTF8 sequence * @param [out] state The decoder state to advance * @param [out] codep The codepoint to fill in * @param [
Sources/Dependencies/ixwebsocket/IXUtf8Validator.h:85
↓ 2 callers
Method
decompress
Sources/Dependencies/ixwebsocket/IXWebSocketPerMessageDeflate.cpp:93
↓ 2 callers
Method
destructNodes
Sources/nCine/Base/StaticHashMap.h:596
↓ 2 callers
Function
die_call_file
Sources/Shared/Core/Backward.h:3207
↓ 2 callers
Method
drawableResolution
Returns the window resolution in pixels as a `Vector2i` object
Sources/nCine/Graphics/IGfxDevice.h:161
↓ 2 callers
Function
enet_address_set_host_ip
Sources/Dependencies/enet/enet.h:5408
↓ 2 callers
Function
enet_host_flush
Sends any queued packets on the host specified to its designated peers. * * @param host host to flush * @remarks this function need only be
Sources/Dependencies/enet/enet.h:3300
↓ 2 callers
Function
enet_in6addr_lookup_host
Sources/Dependencies/enet/enet.h:5138
↓ 2 callers
Function
enet_inaddr_map6to4
Sources/Dependencies/enet/enet.h:5129
↓ 2 callers
Function
enet_initialize
Sources/Dependencies/enet/enet.h:5397
↓ 2 callers
Function
enet_peer_disconnect_now
Force an immediate disconnection from a peer. * @param peer peer to disconnect * @param data data describing the disconnection * @remarks No
Sources/Dependencies/enet/enet.h:3993
↓ 2 callers
Function
enet_peer_dispatch_incoming_reliable_commands
Sources/Dependencies/enet/enet.h:4251
↓ 2 callers
Function
enet_peer_queue_acknowledgement
Sources/Dependencies/enet/enet.h:4074
↓ 2 callers
Function
enet_peer_remove_incoming_commands
Sources/Dependencies/enet/enet.h:3785
↓ 2 callers
Function
enet_peer_setup_outgoing_command
Sources/Dependencies/enet/enet.h:4105
↓ 2 callers
Function
enet_protocol_notify_connect
Sources/Dependencies/enet/enet.h:1699
↓ 2 callers
Function
enet_protocol_remove_sent_reliable_command
Sources/Dependencies/enet/enet.h:1776
↓ 2 callers
Function
enet_protocol_send_reliable_outgoing_commands
Sources/Dependencies/enet/enet.h:3033
↓ 2 callers
Function
enet_socket_create
Sources/Dependencies/enet/enet.h:5687
↓ 2 callers
Function
enet_socketset_select
Sources/Dependencies/enet/enet.h:6011
↓ 2 callers
Method
erase_meta_only
"erases" the object from the container, except that it doesn't actually destroy the object. It only updates all the metadata of the class. This can be
Sources/Dependencies/parallel_hashmap/phmap.h:1991
↓ 2 callers
Method
findAnyOr
Sources/Shared/Containers/String.cpp:804
↓ 2 callers
Method
find_or_prepare_insert
Sources/Dependencies/parallel_hashmap/phmap.h:2245
↓ 2 callers
Method
finishRead
Sources/Shared/Core/Logger.h:393
↓ 2 callers
Function
finishWrite
@brief Unbounded single-producer single-consumer FIFO queue (ring buffer) When the internal circular buffer becomes full, a new one will be create
Sources/Shared/Core/Logger.h:559
↓ 2 callers
Method
forwardValueParam
@brief Copies @p v or return a reference, depending on @a ValueParamT */
Sources/Shared/Containers/SmallVector.h:565
↓ 2 callers
Method
frequency
Sources/nCine/Audio/AudioBufferPlayer.cpp:41
↓ 2 callers
Function
fromGlBlendingFactor
Sources/nCine/Graphics/DrawableNode.cpp:35
↓ 2 callers
Method
front
@brief Returns a pointer to the first transit event in the buffer, or `nullptr` if the buffer is empty */
Sources/Shared/Core/Logger.h:841
↓ 2 callers
Method
generateHeader
Sources/Dependencies/ixwebsocket/IXWebSocketPerMessageDeflateOptions.cpp:121
↓ 2 callers
Function
getAnyFreePort
Sources/Dependencies/ixwebsocket/IXGetFreePort.cpp:32
↓ 2 callers
Method
getEvent
Sources/Dependencies/ixwebsocket/IXSelectInterrupt.cpp:47
↓ 2 callers
Method
getFd
Sources/Dependencies/ixwebsocket/IXSelectInterrupt.cpp:42
↓ 2 callers
Method
getMemberCount
Sources/Dependencies/jsoncpp/value.cpp:1425
↓ 2 callers
Method
getName
Sources/nCine/Backends/Android/AndroidJniHelper.cpp:501
← previous
next →
1,201–1,300 of 8,635, ranked by callers