MCPcopy Create free account

hub / github.com/TomHarte/CLK / functions

Functions5,057 in github.com/TomHarte/CLK

↓ 2 callersFunctionblock_size
Storage/Disk/DiskImage/Formats/IPF.cpp:28
↓ 2 callersMethodbounds
@returns The bounds of this segment descriptor; will be either [0, limit] or [limit, INT_MAX] depending on descriptor type. Accesses must be `>= bound
InstructionSets/x86/Descriptors.hpp:205
↓ 2 callersMethodbyte_data
! Produces a byte buffer where the contents of @c data are serialised into bytes If @c msb_first is @c true then each byte is expected to be dese
Storage/Disk/Track/PCMSegment.hpp:130
↓ 2 callersMethodbyte_shift
! @returns 0 if this byte access wants the low part of a 16-bit word; 8 if it wants the high part, i.e. take a word quantity and shift it right b
Processors/68000/68000.hpp:197
↓ 2 callersFunctionbyte_size
InstructionSets/x86/Instruction.hpp:418
↓ 2 callersMethodcancel_repetition
Machines/PCCompatible/PCCompatible.cpp:655
↓ 2 callersMethodclear_all_keys
Machines/Amiga/Keyboard.cpp:109
↓ 2 callersMethodclone
Storage/Disk/Track/PCMTrack.cpp:75
↓ 2 callersMethodcollision_bit
@returns @c 0x20 if this sprite should generate collisions; @c 0x00 otherwise.
Components/9918/Implementation/LineBuffer.hpp:39
↓ 2 callersMethodcycle_length
Machines/Commodore/Plus4/Video.hpp:184
↓ 2 callersMethodcycles_until_implicit_flush
@returns the number of cycles until the next sequence-point-based flush, if the embedded object supports sequence points; @c LocalTimeScale() otherwis
ClockReceiver/JustInTime.hpp:211
↓ 2 callersMethoddefault_segment
@returns The default segment to use for this access.
InstructionSets/x86/Instruction.hpp:680
↓ 2 callersMethoddid_change_machine_order
Analyser/Dynamic/MultiMachine/Implementation/MultiProducer.cpp:71
↓ 2 callersMethoddid_flush
Indicates whether a flush has occurred since the last call to did_flush().
ClockReceiver/JustInTime.hpp:197
↓ 2 callersMethoddid_set_pc
Indicates that the PC was altered by the instruction.
InstructionSets/ARM/Executor.hpp:38
↓ 2 callersMethoddigital_mask
Inputs/Joystick.hpp:279
↓ 2 callersMethoddigital_phase_locked_loop_output_bit
Storage/Disk/Controller/DiskController.cpp:89
↓ 2 callersFunctiondirectory_from
Storage/Disk/Parsers/FAT.cpp:44
↓ 2 callersMethoddisk_controller_did_change_paged_item
DiskController::Delegate
Machines/Oric/Oric.cpp:651
↓ 2 callersMethoddisplay_active
Machines/Acorn/Archimedes/Video.hpp:394
↓ 2 callersMethoddma_acknowledge
Components/5380/ncr5380.cpp:352
↓ 2 callersMethoddraw
Outputs/OpenGL/ScanTarget.cpp:490
↓ 2 callersMethoddrive_head
Components/8272/CommandDecoder.hpp:162
↓ 2 callersMethoddriver_size
Storage/MassStorage/Encodings/MacintoshVolume.cpp:15
↓ 2 callersMethodempty
@returns @c true if no actions are enqueued; @c false otherwise.
ClockReceiver/DeferredQueue.hpp:77
↓ 2 callersFunctionenabled_level
Outputs/Log.hpp:80
↓ 2 callersMethodend_data
Outputs/ScanTargets/BufferingScanTarget.cpp:92
↓ 2 callersMethodend_writing
Storage/Disk/Drive.cpp:418
↓ 2 callersMethodenqueue_pixels
Machines/Atari/2600/TIA.hpp:202
↓ 2 callersMethodevents
@returns A bitmask of events that occurred during the last shift.
Machines/Acorn/Archimedes/HalfDuplexSerial.hpp:33
↓ 2 callersFunctionfault
InstructionSets/x86/Implementation/PerformImplementation.hpp:843
↓ 2 callersFunctionfileContentsAndClose
OSBindings/Qt/mainwindow.cpp:23
↓ 2 callersMethodfire
Machines/Acorn/BBCMicro/BBCMicro.cpp:80
↓ 2 callersMethodflush
Issues a request to the AY to perform all processing up to the current time.
Machines/AmstradCPC/AmstradCPC.cpp:144
↓ 2 callersMethodflush
Flushes all accumulated time. This does not affect this actor's record of when the next sequence point will occur.
ClockReceiver/JustInTime.hpp:182
↓ 2 callersMethodflush
Storage/FileHolder.cpp:83
↓ 2 callersMethodget
Machines/Utility/TypedDynamicMachine.hpp:20
↓ 2 callersMethodget_cia_button
Machines/Amiga/MouseJoystick.cpp:31
↓ 2 callersMethodget_coefficients
SignalProcessing/FIRFilter.cpp:103
↓ 2 callersMethodget_control
Machines/Apple/AppleIIgs/Sound.cpp:204
↓ 2 callersMethodget_current_output_position
! Returns the current output position; while in retrace this will go down towards 0, while in scan it will go upward. @returns The current outp
Outputs/CRT/Internals/Flywheel.hpp:130
↓ 2 callersMethodget_cycles_until_horizontal_blank
Machines/Atari/2600/TIA.cpp:182
↓ 2 callersMethodget_data
Machines/Apple/Macintosh/Keyboard.hpp:129
↓ 2 callersFunctionget_extension
Analyser/Static/StaticAnalyser.cpp:99
↓ 2 callersMethodget_halt_line
Processors/Z80/Implementation/Z80Implementation.hpp:1006
↓ 2 callersMethodget_height
! @returns the height of the texture target. */
Outputs/OpenGL/Primitives/TextureTarget.hpp:58
↓ 2 callersMethodget_interrupt_line
Processors/Z80/Implementation/Z80Implementation.hpp:1029
↓ 2 callersMethodget_is_stereo
Outputs/Speaker/Implementation/LowpassSpeaker.hpp:324
↓ 2 callersMethodget_is_vertical_blank
Machines/Apple/AppleIIgs/Video.cpp:449
↓ 2 callersMethodget_next_byte
! Parses the incoming tape event stream to obtain the next stored byte. @param use_fast_encoding If set to @c true , inspects the tape as though
Machines/Oric/Oric.cpp:170
↓ 2 callersMethodget_next_data
! Advances to the next block on the tape, treating it as data, then consumes, parses, and returns it. Returns @c nullptr if any wave-encoding level
Storage/Tape/Parsers/Commodore.cpp:35
↓ 2 callersMethodget_next_event_in_period
! Asks the flywheel for the first synchronisation event that will occur in a given time period, indicating whether a synchronisation request occur
Outputs/CRT/Internals/Flywheel.hpp:61
↓ 2 callersMethodget_position
Machines/Amiga/MouseJoystick.cpp:44
↓ 2 callersMethodget_request
@returns @c true if an interrupt is currently requested; @c false otherwise.
Machines/AmstradCPC/AmstradCPC.cpp:92
↓ 2 callersMethodget_samples
Outputs/Speaker/Implementation/LowpassSpeaker.hpp:313
↓ 2 callersMethodget_scale
Outputs/Speaker/Implementation/LowpassSpeaker.hpp:303
↓ 2 callersMethodget_scan_status
! @returns The current scan status. */
Machines/ScanProducer.hpp:35
↓ 2 callersMethodget_shadow_register
Machines/Apple/AppleIIgs/MemoryMap.cpp:184
↓ 2 callersMethodget_sinclair
@returns The value that a Sinclair interface would report if this joystick were plugged into it via @c port (which should be either 0 or 1, for ports
Machines/Sinclair/ZXSpectrum/ZXSpectrum.cpp:103
↓ 2 callersMethodget_state
Machines/Oric/Oric.cpp:75
↓ 2 callersMethodget_status
Machines/Amiga/Blitter.cpp:189
↓ 2 callersMethodhalt
Machines/PCCompatible/PCCompatible.cpp:645
↓ 2 callersFunctionhas
Query for implemented registers. */
Processors/6502Esque/6502Selector.hpp:51
↓ 2 callersMethodhas_command
@returns @c true if an entire command has been received; @c false if further bytes are needed.
Components/8272/CommandDecoder.hpp:55
↓ 2 callersMethodhas_disk
Machines/PCCompatible/FloppyController.hpp:411
↓ 2 callersFunctionhas_error_code
InstructionSets/x86/Exceptions.hpp:48
↓ 2 callersFunctionhas_ide
Analyser/Static/PCCompatible/Target.hpp:30
↓ 2 callersMethodhas_written
Storage/Disk/DiskImage/DiskImageImplementation.hpp:30
↓ 2 callersMethodhead
Machines/Utility/StringSerialiser.cpp:34
↓ 2 callersMethodimmediate
An 8-bit value to rotate right @c rotate() places if @c operand2_is_immediate() is @c true; meaningless otherwise.
InstructionSets/ARM/OperationMapper.hpp:177
↓ 2 callersMethodincrement_position
Machines/Acorn/Archimedes/Video.hpp:319
↓ 2 callersFunctionino
! Evaluates the 0th order Bessel function at @c a. */
SignalProcessing/FIRFilter.cpp:40
↓ 2 callersFunctionis_400_loader
Analyser/Static/Oric/StaticAnalyser.cpp:141
↓ 2 callersMethodis_800k
! @returns @c true if this is an 800kb drive; @c false otherwise. */
Components/DiskII/MacintoshDoubleDensityDrive.hpp:22
↓ 2 callersFunctionis_access
! Evaluates to @c true if the operation actually expects a response; @c false otherwise. */
Processors/6502Esque/6502Esque.hpp:112
↓ 2 callersMethodis_access
@returns @c true if this command involves reading or writing data, in which case target() will be valid. @c false otherwise.
Components/8272/CommandDecoder.hpp:136
↓ 2 callersFunctionis_basic
Analyser/Static/Acorn/StaticAnalyser.cpp:23
↓ 2 callersMethodis_button
Inputs/Joystick.hpp:54
↓ 2 callersFunctionis_classic_vdp
i.e. one with the original internal timings.
Components/9918/Implementation/PersonalityTraits.hpp:23
↓ 2 callersFunctionis_composite
Outputs/ScanTarget.hpp:54
↓ 2 callersFunctionis_data_or_code
InstructionSets/x86/Descriptors.hpp:41
↓ 2 callersMethodis_exclusive
Inputs/Keyboard.cpp:59
↓ 2 callersFunctionis_implied_extension
Analyser/Static/AmstradCPC/StaticAnalyser.cpp:32
↓ 2 callersFunctionis_master_system
Analyser/Static/Sega/Target.hpp:50
↓ 2 callersFunctionis_modifier
Machines/Acorn/BBCMicro/Keyboard.hpp:82
↓ 2 callersFunctionis_modifier
Machines/Acorn/Electron/Keyboard.hpp:37
↓ 2 callersMethoditem_size
Storage/Disk/Encodings/MFM/Encoder.cpp:176
↓ 2 callersMethodldtr
InstructionSets/x86/Registers.hpp:115
↓ 2 callersMethodlength
@returns the total amount of time occupied by all the data stored in this segment.
Storage/Disk/Track/PCMSegment.hpp:145
↓ 2 callersMethodlevel
Machines/Commodore/Plus4/Plus4.cpp:161
↓ 2 callersFunctionline
Machines/Commodore/Plus4/Keyboard.hpp:19
↓ 2 callersMethodload_psr
InstructionSets/ARM/OperationMapper.hpp:282
↓ 2 callersFunctionloading_command
Analyser/Static/Commodore/StaticAnalyser.cpp:243
↓ 2 callersMethodlock
@returns @c true if the lock prefix was present on this instruction; @c false otherwise.
InstructionSets/x86/Instruction.hpp:811
↓ 2 callersMethodmain
@returns The main status register value.
Components/8272/Status.hpp:81
↓ 2 callersMethodmap_handler
Machines/MSX/MemorySlotHandler.cpp:85
↓ 2 callersFunctionmask
Machines/Commodore/Plus4/Keyboard.hpp:22
↓ 2 callersFunctionmask_bit
@returns the name of the bit to be used as a mask for BCLR, BCHG, BSET or BTST for @c instruction given @c source.
InstructionSets/M68k/Implementation/PerformImplementation.hpp:132
↓ 2 callersMethodmasked_address
Components/9918/Implementation/9918.cpp:698
↓ 2 callersMethodmode_select
Storage/MassStorage/SCSI/Target.hpp:203
← previousnext →601–700 of 5,057, ranked by callers