Home
last modified time | relevance | path

Searched refs:has_set (Results 1 – 25 of 102) sorted by relevance

12345

/dports/comms/grig/grig-77ab785/src/
H A Drig-data.c491 return has_set.vfo; in rig_data_has_set_vfo()
793 return has_set.rit; in rig_data_has_set_rit()
806 return has_set.xit; in rig_data_has_set_xit()
927 return has_set.alc; in rig_data_has_set_alc()
951 return has_set.ptt; in rig_data_has_set_ptt()
998 return has_set.att; in rig_data_has_set_att()
1296 return &has_set; in rig_data_get_has_set_addr()
1358 return has_set.afg; in rig_data_has_set_afg()
1386 return has_set.rfg; in rig_data_has_set_rfg()
1414 return has_set.sql; in rig_data_has_set_sql()
[all …]
H A Drig-daemon-check.c76 grig_cmd_avail_t *has_set) in rig_daemon_check_pwrstat() argument
102 grig_cmd_avail_t *has_set) in rig_daemon_check_ptt() argument
125 grig_cmd_avail_t *has_set) in rig_daemon_check_vfo() argument
151 if (has_get->vfo || has_set->vfo) { in rig_daemon_check_vfo()
193 grig_cmd_avail_t *has_set) in rig_daemon_check_freq() argument
237 grig_cmd_avail_t *has_set) in rig_daemon_check_rit() argument
293 grig_cmd_avail_t *has_set) in rig_daemon_check_xit() argument
351 grig_cmd_avail_t *has_set) in rig_daemon_check_mode() argument
365 has_set->pbw = has_set->mode; in rig_daemon_check_mode()
468 grig_cmd_avail_t *has_set) in rig_daemon_check_level() argument
[all …]
H A Drig-daemon.c829 has_set->ptt, in rig_daemon_post_init()
830 has_set->att, in rig_daemon_post_init()
832 has_set->vfo, in rig_daemon_post_init()
833 has_set->mode, in rig_daemon_post_init()
834 has_set->pbw, in rig_daemon_post_init()
837 has_set->rit, in rig_daemon_post_init()
838 has_set->xit, in rig_daemon_post_init()
839 has_set->agc, in rig_daemon_post_init()
840 has_set->power in rig_daemon_post_init()
1048 has_set)) { in rig_daemon_cycle_cb()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/v8/src/objects/
H A Dproperty-descriptor.h30 return desc->has_get() || desc->has_set(); in IsAccessorDescriptor()
58 !has_value() && !has_get() && !has_set(); in is_empty()
63 !has_writable() && has_get() && has_set(); in IsRegularAccessorProperty()
68 has_writable() && !has_get() && !has_set(); in IsRegularDataProperty()
102 bool has_set() const { return !set_.is_null(); } in has_set() function
H A Dproperty-descriptor.cc105 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptorFastPath()
169 if (has_set()) { in ToObject()
288 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptor()
329 if (!desc->has_set()) { in CompletePropertyDescriptor()
356 PropertyDescriptorObject::HasSetBit::encode(has_set()); in ToPropertyDescriptorObject()
362 if (has_set()) obj->set_set(*set_); in ToPropertyDescriptorObject()
H A Dproperty-descriptor-object.tq16 has_set: bool: 1 bit;
/dports/www/chromium-legacy/chromium-88.0.4324.182/v8/src/objects/
H A Dproperty-descriptor.h30 return desc->has_get() || desc->has_set(); in IsAccessorDescriptor()
58 !has_value() && !has_get() && !has_set(); in is_empty()
63 !has_writable() && has_get() && has_set(); in IsRegularAccessorProperty()
68 has_writable() && !has_get() && !has_set(); in IsRegularDataProperty()
102 bool has_set() const { return !set_.is_null(); } in has_set() function
H A Dproperty-descriptor.cc105 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptorFastPath()
169 if (has_set()) { in ToObject()
288 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptor()
329 if (!desc->has_set()) { in CompletePropertyDescriptor()
356 PropertyDescriptorObject::HasSetBit::encode(has_set()); in ToPropertyDescriptorObject()
362 if (has_set()) obj->set_set(*set_); in ToPropertyDescriptorObject()
H A Dproperty-descriptor-object.tq16 has_set: bool: 1 bit;
/dports/www/node10/node-v10.24.1/deps/v8/src/
H A Dproperty-descriptor.h32 return desc->has_get() || desc->has_set(); in IsAccessorDescriptor()
60 !has_value() && !has_get() && !has_set(); in is_empty()
65 !has_writable() && has_get() && has_set(); in IsRegularAccessorProperty()
70 has_writable() && !has_get() && !has_set(); in IsRegularDataProperty()
104 bool has_set() const { return !set_.is_null(); } in has_set() function
H A Dproperty-descriptor.cc105 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptorFastPath()
170 if (has_set()) { in ToObject()
290 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptor()
332 if (!desc->has_set()) { in CompletePropertyDescriptor()
359 PropertyDescriptorObject::HasSetBit::encode(has_set()); in ToPropertyDescriptorObject()
368 has_set() ? *set_ : isolate->heap()->the_hole_value()); in ToPropertyDescriptorObject()
/dports/lang/v8/v8-9.6.180.12/src/objects/
H A Dproperty-descriptor.h30 return desc->has_get() || desc->has_set(); in IsAccessorDescriptor()
58 !has_value() && !has_get() && !has_set(); in is_empty()
63 !has_writable() && has_get() && has_set(); in IsRegularAccessorProperty()
68 has_writable() && !has_get() && !has_set(); in IsRegularDataProperty()
102 bool has_set() const { return !set_.is_null(); } in has_set() function
H A Dproperty-descriptor.cc105 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptorFastPath()
169 if (has_set()) { in ToObject()
288 if ((desc->has_get() || desc->has_set()) && in ToPropertyDescriptor()
329 if (!desc->has_set()) { in CompletePropertyDescriptor()
356 PropertyDescriptorObject::HasSetBit::encode(has_set()); in ToPropertyDescriptorObject()
362 if (has_set()) obj->set_set(*set_); in ToPropertyDescriptorObject()
H A Dproperty-descriptor-object.tq16 has_set: bool: 1 bit;
/dports/devel/radare2/radare2-5.1.1/libr/cons/
H A Dhtml.c39 bool has_set = false; in r_cons_html_filter() local
53 if (has_set) { in r_cons_html_filter()
55 has_set = false; in r_cons_html_filter()
74 has_set = true; in r_cons_html_filter()
213 if (has_set) { in r_cons_html_filter()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/api_lib/compute/
H A Dimage_utils.py377 has_set = False
382 has_set = True
388 has_set = True
394 has_set = True
402 has_set = True
403 return initial_state_config, has_set
/dports/devel/p5-Path-FindDev/Path-FindDev-0.5.2/lib/Path/FindDev/
H A DObject.pm35 return Path::IsDev::Object->new( ( $_[0]->has_set ? ( set => $_[0]->set ) : () ) );
55 sub has_set { return exists $_[0]->{set} } subroutine
128 $self->_debug( ' set => ' . $self->set ) if $self->has_set;
/dports/graphics/birdfont/birdfont-2.29.5/libbirdfont/OpenFontFormat/
H A DLigatureCollection.vala62 bool has_set = false;
99 has_set = true;
104 if (has_set) {
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/images/
H A Dcreate.py179 initial_state, has_set =\
181 if has_set:
/dports/science/helfem/HelFEM-21461e9/src/general/
H A Dcmdline.h359 return options.find(name)->second->has_set();
630 virtual bool has_set() const=0;
660 bool has_set() const {
730 bool has_set() const{
/dports/benchmarks/libcelero/Celero-2.8.2/include/celero/
H A DCommandLine.h399 return options.find(name)->second->has_set();
738 virtual bool has_set() const = 0;
775 bool has_set() const
859 bool has_set() const
/dports/biology/fastp/fastp-0.23.2/src/
H A Dcmdline.h359 return options.find(name)->second->has_set();
630 virtual bool has_set() const=0;
660 bool has_set() const {
730 bool has_set() const{
/dports/lang/halide/Halide-release_2019_08_27-2654-g664dc4993/apps/support/
H A Dcmdline.h421 return options.find(name)->second->has_set();
691 virtual bool has_set() const = 0;
724 bool has_set() const override {
802 bool has_set() const override {
/dports/biology/wise/wise2.4.1/src/dynlibsrc/
H A Dhsphandler.c727 boolean has_set = 0; in add_pair_HSPmanager_score() local
732 has_set = 1; in add_pair_HSPmanager_score()
738 if( has_set == 1 ) { in add_pair_HSPmanager_score()
771 if( has_set == 0 ) { in add_pair_HSPmanager_score()
/dports/lang/duktape/duktape-2.6.0/src-separate/
H A Dduk_hobject_props.c5191 duk_bool_t has_set; local
5383 if (has_set || has_get) {
5388 DUK_ASSERT(has_set || set == NULL);
5423 DUK_ASSERT(!has_set);
5540 if (has_set) {
5610 if (has_set || has_get) {
5618 if (has_set && set != curr.set) {
5668 DUK_ASSERT(!has_set);
5782 DUK_ASSERT(!has_set);
5832 if (has_set) {
[all …]

12345