Home
last modified time | relevance | path

Searched refs:dest_direction (Results 1 – 14 of 14) sorted by relevance

/dports/emulators/vice/vice-3.5/src/c64dtv/
H A Dc64dtvdma.c233 int dest_direction = (GET_REG8(0x1f) & 0x08) ? +1 : -1; in update_counters() local
246 dma_dest_off += dest_modulo * dest_direction; in update_counters()
249 dma_dest_off += dest_step * dest_direction; in update_counters()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/c64dtv/
H A Dc64dtvdma.c233 int dest_direction = (GET_REG8(0x1f) & 0x08) ? +1 : -1; in update_counters() local
246 dma_dest_off += dest_modulo * dest_direction; in update_counters()
249 dma_dest_off += dest_step * dest_direction; in update_counters()
/dports/games/libretro-gpsp/gpsp-300d0c0/
H A Dgba_memory.h77 dma_increment_type dest_direction; member
H A Dgba_memory.c702 dma[dma_number].dest_direction = DMA_FIXED; in trigger_dma()
729 dma[dma_number].dest_direction = (value >> 5) & 0x03; in trigger_dma()
3018 switch((dma->dest_direction << 2) | dma->source_direction) in dma_transfer()
3060 switch((dma->dest_direction << 2) | dma->source_direction) in dma_transfer()
/dports/cad/freehdl/freehdl-0.0.7/v2cc/
H A Dv2cc-chunk.h741 IR_Direction dest_direction; member
755 static inline IR_Direction& dest_direction (pIIR_ArrayAggregate n) { return get_v2cc_ext (n)->dest_… in dest_direction() function
H A Dv2cc-expr.cc839 (dest_direction(aa) == IR_DIRECTION_UP? "to" : "downto"); // Direction of aggregate in m_emit_expr()
H A Dv2cc-chunk.t629 (IR_Direction dest_direction) ;; direction of aggregate as determined from the agregate subtype
H A Dv2cc-explore.cc4139 dest_direction(aa) = range.dir; in m_check_expression()
H A Dv2cc-chunk.cc5417 …info, "dest_direction",(tree_base_node*tree_prop::*)&v2cc_IIR_ArrayAggregate_ext::dest_direction },
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/unpackers/spawn/xiani/
H A Dacdc_soc_x1.pl2609 @{$actor->{direction}} = @{$lchanger->{dest_direction}};
H A Dacdc_cop.pl2949 @{$actor->{direction}} = @{$lchanger->{dest_direction}};
/dports/games/xray_re-tools/xray_re-tools-52721d2/perl_scripts/unpackers/spawn/
H A Dacdc_soc.pl2992 @{$actor->{direction}} = @{$lchanger->{dest_direction}};
H A Duniversal_acdc.pl6973 @{$actor->{direction}} = @{$lchanger->{dest_direction}};
/dports/devel/py-game/pygame-2.1.0/test/
H A Dmask_test.py4602 for dest_direction in dest_directions:
4603 for dest_pos in dest_direction: