MCPcopy Create free account

hub / github.com/TomHarte/CLK / functions

Functions5,057 in github.com/TomHarte/CLK

↓ 2 callersMethodset_last_contended_area_access
! Relevant to the +2a and +3 only, sets the most recent value read from or written to contended memory. This is what will be returned if the float
Machines/Sinclair/ZXSpectrum/Video.hpp:403
↓ 2 callersMethodset_ldtr
InstructionSets/x86/Registers.hpp:116
↓ 2 callersFunctionset_loading_command
Analyser/Static/Commodore/StaticAnalyser.cpp:164
↓ 2 callersMethodset_memory_model
Maps from a named memory model to a bank enabled/disabled set.
Analyser/Static/Commodore/Target.hpp:48
↓ 2 callersMethodset_mode
Sets current execution mode.
InstructionSets/ARM/Registers.hpp:282
↓ 2 callersMethodset_mode
Machines/PCCompatible/DMA.hpp:213
↓ 2 callersMethodset_motor_on
Machines/Enterprise/EXDos.cpp:70
↓ 2 callersMethodset_motor_on
Machines/AmstradCPC/FDC.hpp:31
↓ 2 callersMethodset_mouse_is_captured
OSBindings/SDL/main.cpp:476
↓ 2 callersMethodset_multiple
! Sets the multiple for this phase generator, in the same terms as an OPL programmer, i.e. a 4-bit number that is used as a lookup into the intern
Components/OPx/Implementation/PhaseGenerator.hpp:72
↓ 2 callersMethodset_output_rate
! Sets the actual output rate; packets provided to the delegate will conform to these specifications regardless of the input. */
Outputs/Speaker/Speaker.hpp:81
↓ 2 callersMethodset_overflow_line
Processors/6502/Implementation/6502Implementation.hpp:821
↓ 2 callersMethodset_port_output
Expected to be overridden.
Components/6532/6532.hpp:184
↓ 2 callersMethodset_ram
Machines/Atari/ST/Video.cpp:136
↓ 2 callersMethodset_release_rate
! Sets the release rate, which should be in the range 0–15. */
Components/OPx/Implementation/EnvelopeGenerator.hpp:145
↓ 2 callersMethodset_rotation_speed
Storage/Disk/Drive.cpp:39
↓ 2 callersMethodset_scaled_volume_range
Outputs/Speaker/Implementation/CompoundSource.hpp:54
↓ 2 callersMethodset_scan_target
MARK: - MultiScanProducer
Analyser/Dynamic/MultiMachine/Implementation/MultiProducer.cpp:56
↓ 2 callersMethodset_scan_target
Outputs/CRT/CRT.cpp:71
↓ 2 callersMethodset_select
Components/DiskII/IWM.cpp:211
↓ 2 callersMethodset_serial_bus
Machines/Commodore/1540/Implementation/C1540.cpp:64
↓ 2 callersMethodset_serial_port
Sets @serial_port as this VIA's connection to the serial bus.
Machines/Commodore/Vic-20/Vic20.cpp:114
↓ 2 callersMethodset_speed_register
Machines/Apple/AppleIIgs/MemoryMap.cpp:188
↓ 2 callersMethodset_state
Provides relevant parts of the IIgs interface.
Machines/Apple/AppleII/LanguageCardSwitches.hpp:83
↓ 2 callersMethodset_state_machine
Components/DiskII/DiskII.cpp:187
↓ 2 callersMethodset_status
Machines/Apple/AppleIIgs/ADB.cpp:127
↓ 2 callersMethodset_status0
Components/8272/Status.hpp:99
↓ 2 callersMethodset_sustain_level
! Sets the sustain level, which should be in the range 0–15. */
Components/OPx/Implementation/EnvelopeGenerator.hpp:152
↓ 2 callersMethodset_sync_detected
Machines/Commodore/1540/Implementation/C1540.cpp:222
↓ 2 callersMethodset_tape_is_playing
Machines/Sinclair/ZX8081/ZX8081.cpp:363
↓ 2 callersMethodset_target_framebuffer
Outputs/OpenGL/ScanTarget.cpp:112
↓ 2 callersMethodset_text
! Setter for TEXT ($C050/$C051; triggers on read or write). * Off: display graphics or, if MIXED on, mixed. * On: display text. */
Machines/Apple/AppleII/VideoSwitches.hpp:157
↓ 2 callersMethodset_tremolo_enabled
! Enables or disables application of the low-frequency oscillator's tremolo. */
Components/OPx/Implementation/EnvelopeGenerator.hpp:175
↓ 2 callersMethodset_use_sustain_level
! Enables or disables use of the sustain level. If this is disabled, the envelope proceeds directly from decay to release. */
Components/OPx/Implementation/EnvelopeGenerator.hpp:161
↓ 2 callersMethodset_v
Sets V if the highest bit of @c value is set; resets it otherwise.
InstructionSets/ARM/Registers.hpp:70
↓ 2 callersMethodset_vibrato_enabled
! Enables or disables vibrato. */
Components/OPx/Implementation/PhaseGenerator.hpp:98
↓ 2 callersMethodset_zero
Storage/Storage.hpp:195
↓ 2 callersMethodshift_register
The shift amount register index if @c shift_count_is_register() is @c true; meaningless otherwise.
InstructionSets/ARM/OperationMapper.hpp:56
↓ 2 callersMethodshift_type
The type of shift to apply to operand 2 if @c operand2_is_immediate() is @c false; meaningless otherwise.
InstructionSets/ARM/OperationMapper.hpp:52
↓ 2 callersMethodshould_repeat
Machines/PCCompatible/PCCompatible.cpp:663
↓ 2 callersFunctionsimilarity
Seeks to implement algorithm as per http://www.catalysoft.com/articles/StrikeAMatch.html @returns A number in the range 0.0 to 1.0 indicating the sim
Numeric/StringSimilarity.hpp:22
↓ 2 callersFunctionsize_for_data_type
@returns the number of bytes per sample for data of type @c data_type. Guaranteed to be 1, 2 or 4 for valid data types.
Outputs/ScanTarget.hpp:101
↓ 2 callersMethodsource
The destination register index. i.e. 'Rd' for STR.
InstructionSets/ARM/OperationMapper.hpp:256
↓ 2 callersMethodspeaker_did_complete_samples
OSBindings/Qt/mainwindow.cpp:748
↓ 2 callersMethodss
InstructionSets/x86/Registers.hpp:62
↓ 2 callersMethodstatus
Machines/PCCompatible/IDE.hpp:88
↓ 2 callersFunctionstrcmp_insensitive
Analyser/Static/AmstradCPC/StaticAnalyser.cpp:22
↓ 2 callersFunctionsub
InstructionSets/x86/Implementation/Arithmetic.hpp:47
↓ 2 callersMethodsubtract
Machines/Utility/ROMCatalogue.cpp:1197
↓ 2 callersFunctionsync
! Produces a PCM segment containing @c length sync bytes, each aligned to the beginning of a @c bit_size -sized window. */
Storage/Disk/Encodings/AppleGCR/Encoder.cpp:38
↓ 2 callersMethodtick
Machines/Acorn/Archimedes/Video.hpp:130
↓ 2 callersMethodtile
OSBindings/Qt/mainwindow.cpp:241
↓ 2 callersMethodtime_until_next_action
! @returns The amount of time until the next enqueued action will occur, or TimeUnit(-1) if the queue is empty. */
ClockReceiver/DeferredQueue.hpp:51
↓ 2 callersMethodtransfer_byte
InstructionSets/ARM/OperationMapper.hpp:242
↓ 2 callersFunctiontrim
Storage/Disk/Parsers/FAT.cpp:36
↓ 2 callersFunctiontwenty_four_to_twelve
Components/RP5C01/RP5C01.cpp:105
↓ 2 callersMethodtype_of
Analyser/Dynamic/MultiMachine/Implementation/MultiConfigurable.cpp:51
↓ 2 callersMethodtyper_reset
! Provided in order to conform to that part of the Typer::Delegate interface that goes above and beyond KeyboardMachine::Machine; responds to the
Machines/Utility/Typer.hpp:133
↓ 2 callersFunctionunmap_five_and_three
Storage/Disk/Encodings/AppleGCR/SegmentParser.cpp:55
↓ 2 callersMethodupdate_charge
Machines/Apple/AppleII/Joystick.hpp:64
↓ 2 callersMethodvideo_did_change_access_range
Machines/Atari/ST/AtariST.cpp:689
↓ 2 callersMethodwill_change_owner
Tells the scan target that its owner is about to change; this is a hint that existing data and scan allocations should be invalidated.
Outputs/ScanTarget.hpp:341
↓ 2 callersMethodwithout_base
InstructionSets/x86/Instruction.hpp:602
↓ 2 callersMethodword_address
! @returns the address being accessed at the precision a 68000 supplies it — only 24 address bit precision, with the low bit shifted out. So it's
Processors/68000/68000.hpp:249
↓ 2 callersMethodwrite
Components/6850/6850.cpp:50
↓ 2 callersMethodwrite
Machines/Commodore/Plus4/Plus4.cpp:84
↓ 2 callersMethodwrite
Storage/FileHolder.cpp:66
↓ 2 callersMethodwrite_bit
Storage/Disk/Drive.cpp:413
↓ 2 callersFunctionwrite_checksum
Storage/Disk/DiskImage/Formats/AmigaADF.cpp:97
↓ 2 callersMethodwrite_data_time_remaining
@returns the number of cycles until currently enqueued write data is exhausted.
Components/Serial/Line.hpp:68
↓ 2 callersMethodwrite_pointer
Machines/MSX/MemorySlotHandler.cpp:35
↓ 1 callersFunctionAppleIIgsTarget
Analyser/Static/DiskII/StaticAnalyser.cpp:35
↓ 1 callersFunctionCartridgeTargetsFrom
Expected standard cartridge format: DEFB "AB" ; expansion ROM header DEFW initcode ; start of the init code, 0 if no initcode DEFW callstat; po
Analyser/Static/MSX/StaticAnalyser.cpp:71
↓ 1 callersFunctionCheckBootSector
Analyser/Static/AmstradCPC/StaticAnalyser.cpp:161
↓ 1 callersFunctionColecoCartridgesFrom
Analyser/Static/Coleco/StaticAnalyser.cpp:11
↓ 1 callersFunctionDeterminePagingFor16kCartridge
Analyser/Static/Atari2600/StaticAnalyser.cpp:101
↓ 1 callersFunctionDeterminePagingFor2kCartridge
Analyser/Static/Atari2600/StaticAnalyser.cpp:18
↓ 1 callersFunctionDeterminePagingFor64kCartridge
Analyser/Static/Atari2600/StaticAnalyser.cpp:125
↓ 1 callersFunctionDeterminePagingFor8kCartridge
Analyser/Static/Atari2600/StaticAnalyser.cpp:55
↓ 1 callersFunctionDeterminePagingForCartridge
Analyser/Static/Atari2600/StaticAnalyser.cpp:136
↓ 1 callersFunctionDisassembleCBPage
Analyser/Static/Disassembler/Z80.cpp:152
↓ 1 callersFunctionDisassembleEDPage
Analyser/Static/Disassembler/Z80.cpp:172
↓ 1 callersFunctionDisassembleMainPage
Analyser/Static/Disassembler/Z80.cpp:275
↓ 1 callersFunctionG5
Storage/MassStorage/SCSI/TargetImplementation.hpp:178
↓ 1 callersFunctionGetNextChunk
Analyser/Static/Acorn/Tape.cpp:18
↓ 1 callersFunctionGetNextFile
Analyser/Static/Acorn/Tape.cpp:82
↓ 1 callersFunctionIsAmstradTape
Analyser/Static/AmstradCPC/StaticAnalyser.cpp:188
↓ 1 callersFunctionIsSpectrumDisk
Analyser/Static/ZXSpectrum/StaticAnalyser.cpp:38
↓ 1 callersFunctionIsSpectrumTape
Analyser/Static/ZXSpectrum/StaticAnalyser.cpp:21
↓ 1 callersFunctionKeyboardKeyForSDLScancode
OSBindings/SDL/main.cpp:305
↓ 1 callersFunctionOricTarget
Analyser/Static/DiskII/StaticAnalyser.cpp:39
↓ 1 callersFunctionVic20CartridgesFrom
Analyser/Static/Commodore/StaticAnalyser.cpp:31
↓ 1 callersFunctionZX80FileFromData
Storage/Data/ZX8081.cpp:19
↓ 1 callersFunctionZX81FileFromData
Storage/Data/ZX8081.cpp:50
↓ 1 callersFunctionaad
InstructionSets/x86/Implementation/BCD.hpp:47
↓ 1 callersFunctionaam
InstructionSets/x86/Implementation/BCD.hpp:68
↓ 1 callersMethodabort
! Announces that a serial command has been aborted. */
Components/AppleClock/AppleClock.hpp:234
↓ 1 callersMethodaccess
Provides the next target address for @c channel if performing either a write (if @c is_write is @c true) or read (otherwise). @returns A combined add
Machines/PCCompatible/DMA.hpp:120
↓ 1 callersMethodaccess_rights
InstructionSets/x86/Descriptors.hpp:209
↓ 1 callersMethodaccumulator
The accumulator register index for multiply-add. i.e. 'Rn'.
InstructionSets/ARM/OperationMapper.hpp:212
← previousnext →801–900 of 5,057, ranked by callers