MCPcopy Create free account

hub / github.com/catid/WLANOptimizer / functions

Functions268 in github.com/catid/WLANOptimizer

↓ 46 callersMethodToUnsigned
Get current value
tests/tools/Counter.h:107
↓ 26 callersMethodGetSize
Get current size (initially 0)
tests/tools/PacketAllocator.h:566
↓ 15 callersMethodInfo
tests/tools/Logger.h:352
↓ 14 callersMethodError
tests/tools/Logger.h:330
↓ 12 callersMethodFree
tests/tools/PacketAllocator.cpp:554
↓ 12 callersFunctionGetTimeUsec
tests/Tools.cpp:159
↓ 10 callersFunctionGetMatrixElement
This function generates each matrix element based on x_i, x_0, y_j Note that for x_i == x_0, this will return 1, so it is better to unroll out the fir
tests/tools/CCatCodec.h:251
↓ 10 callersMethodGetPtr
Return a pointer to an element
tests/tools/PacketAllocator.h:578
↓ 9 callersFunctiongf256_mul
return x * y For repeated multiplication by a constant, it is faster to put the constant in y.
tests/tools/gf256.h:215
↓ 8 callersFunctiongf256_muladd_mem
tests/tools/gf256.cpp:1235
↓ 7 callersMethodDestruct
tests/tools/PacketAllocator.h:618
↓ 7 callersFunctionWriteU24_LE
tests/Tools.h:226
↓ 7 callersFunctiongf256_div
return x / y Memory-access optimized for constant divisors in y.
tests/tools/gf256.h:222
↓ 6 callersFunctionWriteU16_LE
tests/Tools.h:216
↓ 5 callersMethodDebug
tests/tools/Logger.h:359
↓ 5 callersFunctionSIMDSafeFree
tests/tools/PacketAllocator.cpp:59
↓ 5 callersMethodTimeoutExpired
Check if a timeout expired
tests/tools/TimeSync.h:215
↓ 5 callersMethodWarning
tests/tools/Logger.h:345
↓ 5 callersFunctiongf256_add_mem
tests/tools/gf256.cpp:638
↓ 4 callersMethodGetUnitStart
Calculate which unit this allocation starts at in the window
tests/tools/PacketAllocator.h:686
↓ 4 callersFunctionPopCount64
Returns number of bits set in the 64-bit value
tests/tools/PacketAllocator.h:146
↓ 4 callersFunctionReadU16_LE
tests/Tools.h:172
↓ 4 callersFunctionReadU24_LE
tests/Tools.h:181
↓ 4 callersMethodReallocate
tests/tools/PacketAllocator.cpp:435
↓ 4 callersMethodSetSize_Copy
Resize the vector to the given number of elements. If new size is smaller than current size, it will truncate. If new size is greater than current siz
tests/tools/PacketAllocator.h:519
↓ 4 callersFunctionTrailingZeros64
Returns lowest bit index 0..63 where the first non-zero bit is found Precondition: x != 0
tests/tools/PacketAllocator.h:161
↓ 4 callersFunctiongf256_add
return x + y
tests/tools/gf256.h:208
↓ 4 callersFunctiongf256_mul_mem
tests/tools/gf256.cpp:1089
↓ 3 callersMethodAllocate
Allocate a new buffer
tests/Tools.h:119
↓ 3 callersMethodClearRange
Clear a range of bits bitStart < kValidBits: Index at which to start clearing bitEnd <= kValidBits: Bit to stop at (non-inclusive)
tests/tools/PacketAllocator.h:398
↓ 3 callersMethodFindFirstSet
Returns the bit index where the first set bit is found. Returns 'bitEnd' if all bits are clear. bitStart < kValidBits: Index to start
tests/tools/PacketAllocator.h:318
↓ 3 callersMethodFlush
tests/tools/Logger.cpp:285
↓ 3 callersMethodIsFreed
Wrappers for UsedUnits == 0
tests/tools/PacketAllocator.h:681
↓ 3 callersMethodOnRecoveredData
tests/tools/CCatCpp.h:118
↓ 3 callersFunctionOptimizeWLAN
WLANOptimizer.cpp:147
↓ 3 callersMethodRangePopcount
Returns the popcount of the bits within the given range. bitStart < kValidBits: First bit to test bitEnd <= kValidBits: Bit to stop a
tests/tools/PacketAllocator.h:242
↓ 3 callersMethodResize
tests/tools/CCatCodec.cpp:54
↓ 3 callersFunctionSIMDSafeAllocate
tests/tools/PacketAllocator.cpp:47
↓ 3 callersFunctiongf256_div_mem
Performs "x[] /= y" bulk memory operation
tests/tools/gf256.h:264
↓ 2 callersMethodAppend
Expand as needed and add one element to the end. Returns false if memory could not be allocated
tests/tools/PacketAllocator.h:549
↓ 2 callersFunctionCleanupDeviceD3D
tests/TestPeer2Peer_GUI.cpp:131
↓ 2 callersFunctionCleanupRenderTarget
tests/TestPeer2Peer_GUI.cpp:90
↓ 2 callersMethodClear
Set size to zero
tests/tools/PacketAllocator.h:560
↓ 2 callersMethodClearAll
tests/tools/PacketAllocator.h:205
↓ 2 callersFunctionCounterExpand
CounterExpand() This is a common utility function that expands a 1-7 byte truncated counter back into a 64-bit (8 byte) counter, based on the
tests/tools/Counter.h:393
↓ 2 callersFunctionCreateRenderTarget
tests/TestPeer2Peer_GUI.cpp:82
↓ 2 callersFunctionFlush
Flush log output to console
tests/tools/Logger.h:400
↓ 2 callersMethodFree
Free the buffer
tests/Tools.h:133
↓ 2 callersMethodGetBest
Get smallest sample
tests/tools/TimeSync.h:236
↓ 2 callersMethodGetMinDeltaTS24
Get the minimum TS24 (receipt - send) delta seen in the past interval
tests/tools/TimeSync.h:301
↓ 2 callersFunctionGetTimeUsec
tests/tools/CCatCodec.cpp:105
↓ 2 callersFunctionInitPerfFrequencyInverse
tests/tools/CCatCodec.cpp:82
↓ 2 callersMethodInitialize
tests/Tools.cpp:197
↓ 2 callersMethodOnAuthenticatedDatagramTimestamp
tests/tools/TimeSync.cpp:104
↓ 2 callersFunctionReadU16_LE
tests/tools/CCatCodec.h:103
↓ 2 callersMethodSend
tests/Tools.cpp:377
↓ 2 callersMethodSetAll
tests/tools/PacketAllocator.h:211
↓ 2 callersMethodSetRange
Set a range of bits bitStart < kValidBits: Index at which to start setting bitEnd <= kValidBits: Bit to stop at (non-inclusive) *
tests/tools/PacketAllocator.h:353
↓ 2 callersFunctionSetWlanSetting
Set a Wlan setting
WLANOptimizer.cpp:61
↓ 2 callersMethodShutdown
tests/Tools.cpp:312
↓ 2 callersMethodStop
tests/tools/Logger.cpp:135
↓ 2 callersFunctionWriteU16_LE
tests/tools/CCatCodec.h:112
↓ 2 callersFunctionWriteU64_LE
tests/Tools.h:253
↓ 2 callersFunction_cpuid
tests/tools/gf256.cpp:222
↓ 1 callersMethodAccept
tests/tools/StrikeRegister.cpp:81
↓ 1 callersMethodAllocate
tests/tools/PacketAllocator.cpp:268
↓ 1 callersMethodCheck
tests/tools/PacketAllocator.h:229
↓ 1 callersMethodCreate
tests/tools/CCatCodec.cpp:153
↓ 1 callersFunctionCreateDeviceD3D
tests/TestPeer2Peer_GUI.cpp:95
↓ 1 callersMethodDecodeOriginal
tests/tools/CCatCodec.cpp:477
↓ 1 callersMethodDecodeRecovery
tests/tools/CCatCodec.cpp:431
↓ 1 callersFunctionDrawStats
tests/TestPeer2Peer_GUI.cpp:44
↓ 1 callersMethodEnable
tests/Connection.cpp:75
↓ 1 callersMethodEncodeOriginal
tests/tools/CCatCodec.cpp:182
↓ 1 callersMethodEncodeRecovery
Encode algorithm: (1) Find the window of packets to include, based on the settings for max window size in packets and time. This also provid
tests/tools/CCatCodec.cpp:250
↓ 1 callersMethodExpand
tests/tools/StrikeRegister.cpp:143
↓ 1 callersMethodFindFirstClear
Returns the bit index where the first cleared bit is found. Returns kValidBits if all bits are set. bitStart < kValidBits: Index to s
tests/tools/PacketAllocator.h:284
↓ 1 callersMethodGet
tests/Connection.h:108
↓ 1 callersMethodGetMemoryAllocatedBytes
tests/tools/PacketAllocator.cpp:151
↓ 1 callersMethodGetUsedMemory
Get statistics for the allocator
tests/Tools.h:140
↓ 1 callersFunctionInitClockServ
tests/Tools.cpp:152
↓ 1 callersFunctionInitClockServ
tests/tools/CCatCodec.cpp:98
↓ 1 callersFunctionInitPerfFrequencyInverse
tests/Tools.cpp:141
↓ 1 callersMethodIsDuplicate
tests/tools/StrikeRegister.cpp:61
↓ 1 callersMethodIsExpired
tests/Connection.cpp:291
↓ 1 callersFunctionIsLittleEndian
tests/tools/gf256.cpp:599
↓ 1 callersMethodIsSource
tests/Connection.cpp:265
↓ 1 callersMethodIsValid
Are there any samples?
tests/tools/TimeSync.h:230
↓ 1 callersFunctionLevelToChar
tests/tools/Logger.cpp:65
↓ 1 callersFunctionLogStringize
tests/tools/Logger.h:188
↓ 1 callersMethodNext
tests/Connection.h:198
↓ 1 callersMethodOnConnect
tests/Connection.cpp:250
↓ 1 callersMethodOnDatagram
tests/Statistics.cpp:126
↓ 1 callersMethodOnDatagram
tests/Connection.cpp:149
↓ 1 callersMethodOnIntervalEnd
tests/Statistics.cpp:152
↓ 1 callersMethodOnPeerMinDeltaTS24
tests/tools/TimeSync.cpp:96
↓ 1 callersMethodOnStats
tests/TestPeer2Peer_GUI.cpp:26
↓ 1 callersFunctionReadU32_LE
tests/Tools.h:196
↓ 1 callersFunctionReadU64_LE
tests/Tools.h:205
↓ 1 callersMethodSeed
tests/Connection.h:189
next →1–100 of 268, ranked by callers