Home
last modified time | relevance | path

Searched refs:shift_pos (Results 1 – 20 of 20) sorted by relevance

/dports/emulators/mess/mame-mame0226/src/devices/sound/
H A Di5000.cpp64 save_item(NAME(m_channels[ch].shift_pos), ch); in device_start()
90 m_channels[ch].shift_pos &= 0xf; in read_sample()
139 int adpcm_data = m_channels[ch].sample >> m_channels[ch].shift_pos; in sound_stream_update()
140 m_channels[ch].shift_pos += m_channels[ch].shift_amount; in sound_stream_update()
141 if (m_channels[ch].shift_pos & 0x10) in sound_stream_update()
149 … adpcm_data |= (m_channels[ch].sample << (m_channels[ch].shift_amount - m_channels[ch].shift_pos)); in sound_stream_update()
238 m_channels[ch].shift_pos = 0; in write_reg16()
H A Di5000.h51 uint8_t shift_pos; member
/dports/emulators/mame/mame-mame0226/src/devices/sound/
H A Di5000.cpp64 save_item(NAME(m_channels[ch].shift_pos), ch); in device_start()
90 m_channels[ch].shift_pos &= 0xf; in read_sample()
139 int adpcm_data = m_channels[ch].sample >> m_channels[ch].shift_pos; in sound_stream_update()
140 m_channels[ch].shift_pos += m_channels[ch].shift_amount; in sound_stream_update()
141 if (m_channels[ch].shift_pos & 0x10) in sound_stream_update()
149 … adpcm_data |= (m_channels[ch].sample << (m_channels[ch].shift_amount - m_channels[ch].shift_pos)); in sound_stream_update()
238 m_channels[ch].shift_pos = 0; in write_reg16()
H A Di5000.h51 uint8_t shift_pos; member
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/snd/
H A Di5000.cpp33 UINT8 shift_pos; member
142 channels[ch].shift_pos &= 0xf; in read_sample()
216 int adpcm_data = channels[ch].sample >> channels[ch].shift_pos; in i5000sndUpdate()
217 channels[ch].shift_pos += channels[ch].shift_amount; in i5000sndUpdate()
218 if (channels[ch].shift_pos & 0x10) in i5000sndUpdate()
226 adpcm_data |= (channels[ch].sample << (channels[ch].shift_amount - channels[ch].shift_pos)); in i5000sndUpdate()
338 channels[ch].shift_pos = 0; in i5000sndWrite()
/dports/science/py-dlib/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.cpp845 else if (shift_pos != -1) in on_mouse_move()
847 shift_pos = -1; in on_mouse_move()
866 shift_pos = -1; in on_mouse_up()
958 shift_pos = -1; in on_mouse_down()
1007 shift_pos = -1; in on_keydown()
1312 if (shift_pos != -1) in move_cursor()
5124 shift_pos = -1; in on_mouse_move()
5143 shift_pos = -1; in on_mouse_up()
5232 shift_pos = -1; in on_mouse_down()
5286 shift_pos = -1; in on_keydown()
[all …]
H A Dwidgets.h386 shift_pos(-1), in text_field()
654 long shift_pos; variable
772 shift_pos(-1), in text_box()
1050 long shift_pos; variable
/dports/science/dlib-cpp/dlib-19.22/dlib/gui_widgets/
H A Dwidgets.cpp845 else if (shift_pos != -1) in on_mouse_move()
847 shift_pos = -1; in on_mouse_move()
866 shift_pos = -1; in on_mouse_up()
958 shift_pos = -1; in on_mouse_down()
1007 shift_pos = -1; in on_keydown()
1312 if (shift_pos != -1) in move_cursor()
5124 shift_pos = -1; in on_mouse_move()
5143 shift_pos = -1; in on_mouse_up()
5232 shift_pos = -1; in on_mouse_down()
5286 shift_pos = -1; in on_keydown()
[all …]
H A Dwidgets.h386 shift_pos(-1), in text_field()
654 long shift_pos; variable
772 shift_pos(-1), in text_box()
1050 long shift_pos; variable
/dports/net/ipsumdump/ipsumdump-1.86/src/
H A Dfromdump.cc371 _ff.shift_pos(_extra_pkthdr_crap); in read_packet()
380 _ff.shift_pos(caplen + skiplen); in read_packet()
389 _ff.shift_pos(caplen + skiplen); in read_packet()
399 _ff.shift_pos(caplen + skiplen); in read_packet()
408 _ff.shift_pos(skiplen); in read_packet()
H A Dfromdagdump.cc324 _ff.shift_pos(2); in read_packet()
/dports/x11-fm/librfm/librfm5-5.3.16.4/modules/
H A Dcombobox-module.i77 gint shift_pos; member
625 combo_info->cursor_pos = combo_info->shift_pos = pos; in on_key_press_history()
648 …NOOP ("NOOP(2):pos= %d, combo_info->shift_pos=%d cursor_pos=%d\n", pos, combo_info->shift_pos, com… in on_key_press_history()
704 if(combo_info->cursor_pos < combo_info->shift_pos) in on_key_press_history()
705 … gtk_editable_select_region (editable, combo_info->cursor_pos, combo_info->shift_pos); in on_key_press_history()
707 … gtk_editable_select_region (editable, combo_info->shift_pos, combo_info->cursor_pos); in on_key_press_history()
718 if(combo_info->cursor_pos < combo_info->shift_pos) in on_key_press_history()
719 … gtk_editable_select_region (editable, combo_info->cursor_pos, combo_info->shift_pos); in on_key_press_history()
721 … gtk_editable_select_region (editable, combo_info->shift_pos, combo_info->cursor_pos); in on_key_press_history()
H A Dcombobox-module.c407 combo_info->shift_pos = -1; in init_combo()
/dports/biology/py-biopython/biopython-1.79/Bio/codonalign/
H A D__init__.py644 shift_pos = deque([])
650 shift_pos.append(match.span(i))
659 shift_val = 6 - (shift_pos[shift_index][1] - shift_pos[shift_index][0])
662 i = shift_pos[shift_index][1]
664 i = shift_pos[shift_start.index(i)][1]
/dports/security/tpm2-tss/tpm2-tss-3.1.0/src/tss2-fapi/api/
H A DFapi_Delete.c48 size_t shift_pos = 0; in move_path_to_top() local
61 shift_pos = i; in move_path_to_top()
67 if (shift_pos) { in move_path_to_top()
68 for (i = shift_pos; i > 0; i--) in move_path_to_top()
/dports/games/stonesoup/crawl-0.27.1/crawl-ref/source/
H A Dmon-tentacle.cc791 coord_def shift_pos; in move_solo_tentacle() local
805 shift_pos = old_pos; in move_solo_tentacle()
836 shift_pos = *ai; in move_solo_tentacle()
911 move_player_to_grid(shift_pos, false); in move_solo_tentacle()
913 constrictee->move_to_pos(shift_pos); in move_solo_tentacle()
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dfromfile.hh46 void shift_pos(int delta) { _pos += delta; } in shift_pos() function in FromFile
/dports/games/battletanks/btanks-0.9.8083/engine/tmx/
H A Dmap.cpp999 v2<int> shift_pos = -(pos % tile_size); in render() local
1019 const int dx = dst.x + tx * _tw + shift_pos.x, dy = dst.y + ty * _th + shift_pos.y; in render()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dcom.c4565 tree shift_pos; in ffecom_expr_intrinsic_() local
4605 shift_pos in ffecom_expr_intrinsic_()
4624 shift_pos); in ffecom_expr_intrinsic_()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/f/
H A Dcom.c4565 tree shift_pos; in ffecom_expr_intrinsic_() local
4605 shift_pos in ffecom_expr_intrinsic_()
4624 shift_pos); in ffecom_expr_intrinsic_()