Home
last modified time | relevance | path

Searched refs:m_mode (Results 1 – 25 of 2828) sorted by relevance

12345678910>>...114

/dports/databases/mariadb105-client/mariadb-10.5.15/sql/
H A Dsql_basic_types.h70 value_t m_mode;
97 return date_conv_mode_t(m_mode & other.m_mode);
106 return date_conv_mode_t(m_mode | other.m_mode);
112 m_mode= value_t(m_mode & other.m_mode);
118 m_mode= value_t(m_mode | other.m_mode);
169 return m_mode == other.m_mode;
236 return date_mode_t(m_mode & other.m_mode);
245 return date_mode_t(m_mode | other.m_mode);
251 m_mode= value_t(m_mode & other.m_mode);
257 m_mode= value_t(m_mode | other.m_mode);
[all …]
/dports/databases/mariadb104-server/mariadb-10.4.24/sql/
H A Dsql_basic_types.h68 value_t m_mode;
95 return date_conv_mode_t(m_mode & other.m_mode);
104 return date_conv_mode_t(m_mode | other.m_mode);
110 m_mode= value_t(m_mode & other.m_mode);
116 m_mode= value_t(m_mode | other.m_mode);
167 return m_mode == other.m_mode;
234 return date_mode_t(m_mode & other.m_mode);
243 return date_mode_t(m_mode | other.m_mode);
249 m_mode= value_t(m_mode & other.m_mode);
255 m_mode= value_t(m_mode | other.m_mode);
[all …]
/dports/databases/mariadb104-client/mariadb-10.4.24/sql/
H A Dsql_basic_types.h68 value_t m_mode;
95 return date_conv_mode_t(m_mode & other.m_mode);
104 return date_conv_mode_t(m_mode | other.m_mode);
110 m_mode= value_t(m_mode & other.m_mode);
116 m_mode= value_t(m_mode | other.m_mode);
167 return m_mode == other.m_mode;
234 return date_mode_t(m_mode & other.m_mode);
243 return date_mode_t(m_mode | other.m_mode);
249 m_mode= value_t(m_mode & other.m_mode);
255 m_mode= value_t(m_mode | other.m_mode);
[all …]
/dports/databases/mariadb105-server/mariadb-10.5.15/sql/
H A Dsql_basic_types.h70 value_t m_mode;
97 return date_conv_mode_t(m_mode & other.m_mode);
106 return date_conv_mode_t(m_mode | other.m_mode);
112 m_mode= value_t(m_mode & other.m_mode);
118 m_mode= value_t(m_mode | other.m_mode);
169 return m_mode == other.m_mode;
236 return date_mode_t(m_mode & other.m_mode);
245 return date_mode_t(m_mode | other.m_mode);
251 m_mode= value_t(m_mode & other.m_mode);
257 m_mode= value_t(m_mode | other.m_mode);
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/cpu/st62xx/
H A Dst62xx.cpp23 , m_mode(MODE_NMI) in st6228_device()
82 save_item(NAME(m_mode)); in device_start()
126 m_mode = MODE_NMI; in device_reset()
588 m_flags[m_mode] |= FLAG_Z; in execute_run()
596 m_flags[m_mode] |= FLAG_Z; in execute_run()
604 m_flags[m_mode] |= FLAG_Z; in execute_run()
612 m_flags[m_mode] |= FLAG_Z; in execute_run()
620 m_flags[m_mode] |= FLAG_Z; in execute_run()
628 m_flags[m_mode] |= FLAG_Z; in execute_run()
636 m_flags[m_mode] |= FLAG_Z; in execute_run()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/cpu/st62xx/
H A Dst62xx.cpp23 , m_mode(MODE_NMI) in st6228_device()
82 save_item(NAME(m_mode)); in device_start()
126 m_mode = MODE_NMI; in device_reset()
588 m_flags[m_mode] |= FLAG_Z; in execute_run()
596 m_flags[m_mode] |= FLAG_Z; in execute_run()
604 m_flags[m_mode] |= FLAG_Z; in execute_run()
612 m_flags[m_mode] |= FLAG_Z; in execute_run()
620 m_flags[m_mode] |= FLAG_Z; in execute_run()
628 m_flags[m_mode] |= FLAG_Z; in execute_run()
636 m_flags[m_mode] |= FLAG_Z; in execute_run()
[all …]
/dports/editors/calligra/calligra-3.2.1/plugins/shapefiltereffects/
H A DBlendEffectConfigWidget.cpp36 m_mode = new KComboBox(this); in BlendEffectConfigWidget()
37 m_mode->addItem(i18n("Normal")); in BlendEffectConfigWidget()
39 m_mode->addItem(i18n("Screen")); in BlendEffectConfigWidget()
40 m_mode->addItem(i18n("Darken")); in BlendEffectConfigWidget()
42 g->addWidget(m_mode, 0, 1); in BlendEffectConfigWidget()
56 m_mode->blockSignals(true); in editFilterEffect()
60 m_mode->setCurrentIndex(0); in editFilterEffect()
63 m_mode->setCurrentIndex(1); in editFilterEffect()
66 m_mode->setCurrentIndex(2); in editFilterEffect()
69 m_mode->setCurrentIndex(3); in editFilterEffect()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/machine/
H A Dscn_pci.cpp178 , m_mode{0, 0}
312 save_item(NAME(m_mode)); in device_start()
369 m_mode[1] &= 0xcf; in device_reset()
580 m_rbits = ((m_mode[0] & 0x0c) >> 2) + (BIT(m_mode[0], 4) ? 6 : 5); in rcvr_sync()
679 if (BIT(m_mode[0], 4)) in rcvr_update()
710 if (BIT(m_mode[0], 4)) in rcvr_update()
891 m_tbits = ((m_mode[0] & 0x0c) >> 2) + 5 - (BIT(m_mode[0], 4) ? 0 : 1); in tx_load()
1235 m_mode[0] = data; in write_mode()
1251 if (m_mode[1] != data) in write_mode()
1291 m_mode[1] = data; in write_mode()
[all …]
H A Dsmartmed.cpp105 m_mode = SM_M_INIT; in device_start()
146 m_mode = SM_M_INIT; in smartmedia_format_1()
241 m_mode = SM_M_INIT; in smartmedia_format_2()
331 m_mode = SM_M_INIT; in call_unload()
438 if ((m_mode != SM_M_PROGRAM) && (m_mode != SM_M_RANDOM_DATA_INPUT)) in command_w()
506 m_mode = SM_M_30; in command_w()
542 if ((m_mode != SM_M_READ) && (m_mode != SM_M_RANDOM_DATA_OUTPUT)) in command_w()
565 if ((m_mode != SM_M_PROGRAM) && (m_mode != SM_M_RANDOM_DATA_INPUT)) in command_w()
592 switch (m_mode) in address_w()
671 switch (m_mode) in data_r()
[all …]
H A Dswim1.cpp22 save_item(NAME(m_mode)); in device_start()
31 m_mode = 0x40; in device_reset()
54 if(m_mode & 0x80) in set_floppy()
69 m_mode & 0x20 ? '1' : '0', in show_mode()
70 m_mode & 0x10 ? 'w' : 'r', in show_mode()
72 m_mode & 0x04 ? 'a' : '-', in show_mode()
73 m_mode & 0x02 ? 'b' : '-', in show_mode()
95 return m_mode; in read()
157 m_mode &= ~data; in write()
158 m_mode |= 0x40; in write()
[all …]
H A Dswim2.cpp23 save_item(NAME(m_mode)); in device_start()
33 m_mode = 0x40; in device_reset()
56 if(m_mode & 0x80) in set_floppy()
71 m_mode & 0x20 ? '1' : '0', in show_mode()
72 m_mode & 0x10 ? 'w' : 'r', in show_mode()
74 m_mode & 0x04 ? 'a' : '-', in show_mode()
75 m_mode & 0x02 ? 'b' : '-', in show_mode()
97 return m_mode; in read()
159 m_mode &= ~data; in write()
160 m_mode |= 0x40; in write()
[all …]
H A Dswim3.cpp22 save_item(NAME(m_mode)); in device_start()
31 m_mode = 0x40; in device_reset()
54 if(m_mode & 0x80) in set_floppy()
69 m_mode & 0x20 ? '1' : '0', in show_mode()
70 m_mode & 0x10 ? 'w' : 'r', in show_mode()
72 m_mode & 0x04 ? 'a' : '-', in show_mode()
73 m_mode & 0x02 ? 'b' : '-', in show_mode()
95 return m_mode; in read()
157 m_mode &= ~data; in write()
158 m_mode |= 0x40; in write()
[all …]
H A Dstrata.cpp183 m_mode = FM_NORMAL; in device_start()
217 switch (m_mode) in read8_16()
408 switch (m_mode) in write8_16()
417 m_mode = FM_NORMAL; in write8_16()
420 m_mode = FM_READID; in write8_16()
423 m_mode = FM_READQUERY; in write8_16()
453 m_mode = FM_CONFPART1; in write8_16()
457 m_mode = FM_SETLOCK; in write8_16()
470 m_mode = FM_WRBUFPART2; in write8_16()
492 m_mode = FM_WRBUFPART3; in write8_16()
[all …]
H A Dz80ctc.cpp293 m_mode(0), in z80ctc_channel_device()
313 save_item(NAME(m_mode)); in device_start()
327 m_mode = RESET_ACTIVE; in device_reset()
398 m_mode &= ~CONSTANT; in write()
401 m_mode &= ~RESET; in write()
404 if ((m_mode & MODE) == MODE_COUNTER || (m_mode & TRIGGER) == TRIGGER_AUTO) in write()
413 m_mode |= WAITING_FOR_TRIG; in write()
453 m_mode = data; in write()
483 if ((m_mode & WAITING_FOR_TRIG) && (m_mode & MODE) == MODE_TIMER) in trigger()
491 m_mode &= ~WAITING_FOR_TRIG; in trigger()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/machine/
H A Dscn_pci.cpp178 , m_mode{0, 0}
312 save_item(NAME(m_mode)); in device_start()
369 m_mode[1] &= 0xcf; in device_reset()
580 m_rbits = ((m_mode[0] & 0x0c) >> 2) + (BIT(m_mode[0], 4) ? 6 : 5); in rcvr_sync()
679 if (BIT(m_mode[0], 4)) in rcvr_update()
710 if (BIT(m_mode[0], 4)) in rcvr_update()
891 m_tbits = ((m_mode[0] & 0x0c) >> 2) + 5 - (BIT(m_mode[0], 4) ? 0 : 1); in tx_load()
1235 m_mode[0] = data; in write_mode()
1251 if (m_mode[1] != data) in write_mode()
1291 m_mode[1] = data; in write_mode()
[all …]
H A Dsmartmed.cpp105 m_mode = SM_M_INIT; in device_start()
146 m_mode = SM_M_INIT; in smartmedia_format_1()
241 m_mode = SM_M_INIT; in smartmedia_format_2()
331 m_mode = SM_M_INIT; in call_unload()
438 if ((m_mode != SM_M_PROGRAM) && (m_mode != SM_M_RANDOM_DATA_INPUT)) in command_w()
506 m_mode = SM_M_30; in command_w()
542 if ((m_mode != SM_M_READ) && (m_mode != SM_M_RANDOM_DATA_OUTPUT)) in command_w()
565 if ((m_mode != SM_M_PROGRAM) && (m_mode != SM_M_RANDOM_DATA_INPUT)) in command_w()
592 switch (m_mode) in address_w()
671 switch (m_mode) in data_r()
[all …]
H A Dswim2.cpp23 save_item(NAME(m_mode)); in device_start()
33 m_mode = 0x40; in device_reset()
56 if(m_mode & 0x80) in set_floppy()
71 m_mode & 0x20 ? '1' : '0', in show_mode()
72 m_mode & 0x10 ? 'w' : 'r', in show_mode()
74 m_mode & 0x04 ? 'a' : '-', in show_mode()
75 m_mode & 0x02 ? 'b' : '-', in show_mode()
97 return m_mode; in read()
159 m_mode &= ~data; in write()
160 m_mode |= 0x40; in write()
[all …]
H A Dswim3.cpp22 save_item(NAME(m_mode)); in device_start()
31 m_mode = 0x40; in device_reset()
54 if(m_mode & 0x80) in set_floppy()
69 m_mode & 0x20 ? '1' : '0', in show_mode()
70 m_mode & 0x10 ? 'w' : 'r', in show_mode()
72 m_mode & 0x04 ? 'a' : '-', in show_mode()
73 m_mode & 0x02 ? 'b' : '-', in show_mode()
95 return m_mode; in read()
157 m_mode &= ~data; in write()
158 m_mode |= 0x40; in write()
[all …]
H A Dswim1.cpp22 save_item(NAME(m_mode)); in device_start()
31 m_mode = 0x40; in device_reset()
54 if(m_mode & 0x80) in set_floppy()
69 m_mode & 0x20 ? '1' : '0', in show_mode()
70 m_mode & 0x10 ? 'w' : 'r', in show_mode()
72 m_mode & 0x04 ? 'a' : '-', in show_mode()
73 m_mode & 0x02 ? 'b' : '-', in show_mode()
95 return m_mode; in read()
157 m_mode &= ~data; in write()
158 m_mode |= 0x40; in write()
[all …]
H A Dstrata.cpp183 m_mode = FM_NORMAL; in device_start()
217 switch (m_mode) in read8_16()
408 switch (m_mode) in write8_16()
417 m_mode = FM_NORMAL; in write8_16()
420 m_mode = FM_READID; in write8_16()
423 m_mode = FM_READQUERY; in write8_16()
453 m_mode = FM_CONFPART1; in write8_16()
457 m_mode = FM_SETLOCK; in write8_16()
470 m_mode = FM_WRBUFPART2; in write8_16()
492 m_mode = FM_WRBUFPART3; in write8_16()
[all …]
H A Dz80ctc.cpp293 m_mode(0), in z80ctc_channel_device()
313 save_item(NAME(m_mode)); in device_start()
327 m_mode = RESET_ACTIVE; in device_reset()
398 m_mode &= ~CONSTANT; in write()
401 m_mode &= ~RESET; in write()
404 if ((m_mode & MODE) == MODE_COUNTER || (m_mode & TRIGGER) == TRIGGER_AUTO) in write()
413 m_mode |= WAITING_FOR_TRIG; in write()
453 m_mode = data; in write()
483 if ((m_mode & WAITING_FOR_TRIG) && (m_mode & MODE) == MODE_TIMER) in trigger()
491 m_mode &= ~WAITING_FOR_TRIG; in trigger()
[all …]
/dports/emulators/mess/mame-mame0226/src/devices/bus/isa/
H A Dnum9rev.cpp113 m_mode = 0; in device_reset()
134 else if((m_mode & 1) || ((m_mode & 6) == 2)) in write8()
137 if(m_mode & 1) in write8()
287 m_mode |= 2; in ctrl_w()
289 m_mode &= ~2; in ctrl_w()
293 m_mode |= 4; in ctrl_w()
295 m_mode &= ~4; in ctrl_w()
299 m_mode |= 8; in ctrl_w()
301 m_mode &= ~8; in ctrl_w()
305 m_mode |= 1; in ctrl_w()
[all …]
/dports/emulators/mame/mame-mame0226/src/devices/bus/isa/
H A Dnum9rev.cpp113 m_mode = 0; in device_reset()
134 else if((m_mode & 1) || ((m_mode & 6) == 2)) in write8()
137 if(m_mode & 1) in write8()
287 m_mode |= 2; in ctrl_w()
289 m_mode &= ~2; in ctrl_w()
293 m_mode |= 4; in ctrl_w()
295 m_mode &= ~4; in ctrl_w()
299 m_mode |= 8; in ctrl_w()
301 m_mode &= ~8; in ctrl_w()
305 m_mode |= 1; in ctrl_w()
[all …]
/dports/devel/systemc/systemc-2.3.4_pub_rev_20190614/src/sysc/kernel/
H A Dsc_sensitive.cpp83 m_mode( SC_NONE_ ), in sc_sensitive()
106 m_mode = SC_METHOD_; in operator <<()
124 switch( m_mode ) { in operator <<()
155 switch( m_mode ) { in operator <<()
185 switch( m_mode ) { in operator <<()
225 switch( m_mode ) { in operator <<()
350 m_mode = SC_NONE_; in reset()
375 m_mode( SC_NONE_ ), in sc_sensitive_pos()
398 m_mode = SC_METHOD_; in operator <<()
650 m_mode( SC_NONE_ ), in sc_sensitive_neg()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/src/base/
H A DossimIrect64.cpp36 m_mode(mode) in ossimIrect64()
47 m_mode(mode) in ossimIrect64()
54 m_mode(rect.m_mode) in ossimIrect64()
87 m_mode = rect.m_mode; in operator =()
265 (m_mode != rect.m_mode) ); in operator !=()
272 (m_mode == rect.m_mode) ); in operator ==()
612 (m_mode == rect.m_mode) ) in intersects()
667 (m_mode == rect.m_mode) ) in completely_within()
703 (m_mode == rect.m_mode) ) in clipToRect()
722 result.m_mode = m_mode; in clipToRect()
[all …]

12345678910>>...114