Home
last modified time | relevance | path

Searched refs:slot_value (Results 1 – 25 of 44) sorted by relevance

12

/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptongui/src/
H A Do_slot.c39 char *slot_value; in o_slot_start() local
46 slot_value = o_attrib_search_object_attribs_by_name (object, "slot", 0); in o_slot_start()
48 if (slot_value == NULL) { in o_slot_start()
51 slot_value = g_strdup ("1"); in o_slot_start()
54 slot_edit_dialog (w_current, slot_count, slot_value); in o_slot_start()
57 g_free (slot_value); in o_slot_start()
68 char *slot_value; in o_slot_end() local
113 slot_value = s_slot_search_slot (object, &o_slot); in o_slot_end()
114 g_free (slot_value); in o_slot_end()
/dports/cad/geda/geda-gaf-1.8.2/gschem/src/
H A Do_slot.c42 char *slot_value; in o_slot_start() local
48 slot_value = o_attrib_search_object_attribs_by_name (object, "slot", 0); in o_slot_start()
50 if (slot_value == NULL) { in o_slot_start()
53 slot_value = g_strdup ("1"); in o_slot_start()
56 slot_edit_dialog (w_current, slot_value); in o_slot_start()
57 g_free (slot_value); in o_slot_start()
69 char *slot_value; in o_slot_end() local
112 slot_value = s_slot_search_slot (object, &o_slot); in o_slot_end()
113 g_free (slot_value); in o_slot_end()
/dports/cad/lepton-eda/lepton-eda-1.9.17/libleptonattrib/src/
H A Ds_attrib.c94 char *slot_value; in s_attrib_get_refdes() local
123 slot_value = s_slot_search_slot (object, &slot_text_object); in s_attrib_get_refdes()
127 if (slot_value != NULL) in s_attrib_get_refdes()
129 g_debug (" Found slotted component with slot = %s\n", slot_value); in s_attrib_get_refdes()
130 temp_uref = g_strdup_printf (_("%s (slot %s)"), temp_uref, slot_value); in s_attrib_get_refdes()
/dports/cad/geda/geda-gaf-1.8.2/gattrib/src/
H A Ds_attrib.c96 char *slot_value; in s_attrib_get_refdes() local
124 slot_value = s_slot_search_slot (object, &slot_text_object); in s_attrib_get_refdes()
126 printf(". . . , found slotted component with slot = %s\n", slot_value); in s_attrib_get_refdes()
128 temp_uref = g_strconcat(temp_uref, ".", slot_value, NULL); in s_attrib_get_refdes()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.studio/mainwindow/project/
H A Dmaterialassignmenteditorwindow.cpp300 SlotValue slot_value; in get_slot_value() local
301 slot_value.m_slot_name = slot_info.m_slot_name; in get_slot_value()
302 slot_value.m_side = slot_info.m_side; in get_slot_value()
305 slot_value.m_material_name = slot_info.get_material_name().toStdString(); in get_slot_value()
307 slot_value.m_material_name = slot_info.get_material_name().toStdString(); in get_slot_value()
312 slot_value.m_material_name = front_mappings.get<string>(slot_info.m_slot_name); in get_slot_value()
315 return slot_value; in get_slot_value()
/dports/math/py-rpy2/rpy2-3.4.5/rpy2/tests/rinterface/
H A Dtest_sexp.py94 slot_value = rinterface.IntSexpVector([3, ])
95 sexp.do_slot_assign('foo', slot_value)
97 assert len(slot_value_back) == len(slot_value)
98 assert all(x == y for x, y in zip(slot_value, slot_value_back))
114 slot_value = rinterface.IntSexpVector([3, ])
116 sexp.do_slot_assign('', slot_value)
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/data/
H A Dchunk_list.h63 typedef std::function<uint64_t ()> slot_value; typedef
129 slot_value& slot_free_diskspace() { return m_slot_free_diskspace; } in slot_free_diskspace()
157 slot_value m_slot_free_diskspace;
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/freedreno/vulkan/
H A Dtu_query.c50 struct PACKED slot_value { struct
55 struct slot_value available; /* 0 when unavailable, 1 when available */ argument
56 struct slot_value result;
61 struct slot_value begin;
62 struct slot_value end;
72 struct slot_value begin[4];
73 struct slot_value end[4];
80 offsetof(struct slot_value, values[value_index])
/dports/emulators/mesen/Mesen-0.9.8-4-g4c701ad6/Linux/libevdev/
H A Dlibevdev.c48 slot_value(const struct libevdev *dev, int slot, int axis) in slot_value() function
689 if (*slot_value(dev, slot, axis) == mt_state->val[slot]) in sync_mt_state()
693 *slot_value(dev, slot, axis) != -1 && in sync_mt_state()
699 *slot_value(dev, slot, axis) = mt_state->val[slot]; in sync_mt_state()
746 init_event(dev, ev, EV_ABS, axis, *slot_value(dev, slot, axis)); in sync_mt_state()
888 dev->abs_info[i].value = *slot_value(dev, dev->current_slot, i); in update_mt_state()
895 *slot_value(dev, dev->current_slot, e->code) = e->value; in update_mt_state()
1001 *slot_value(dev, dev->current_slot, ABS_MT_TRACKING_ID) == -1) || in sanitize_event()
1003 *slot_value(dev, dev->current_slot, ABS_MT_TRACKING_ID) != -1)))) { in sanitize_event()
1321 return *slot_value(dev, slot, code); in libevdev_get_slot_value()
[all …]
/dports/devel/libevdev/libevdev-1.5.9/libevdev/
H A Dlibevdev.c49 slot_value(const struct libevdev *dev, int slot, int axis) in slot_value() function
691 if (*slot_value(dev, slot, axis) == mt_state->val[slot]) in sync_mt_state()
695 *slot_value(dev, slot, axis) != -1 && in sync_mt_state()
701 *slot_value(dev, slot, axis) = mt_state->val[slot]; in sync_mt_state()
748 init_event(dev, ev, EV_ABS, axis, *slot_value(dev, slot, axis)); in sync_mt_state()
890 dev->abs_info[i].value = *slot_value(dev, dev->current_slot, i); in update_mt_state()
897 *slot_value(dev, dev->current_slot, e->code) = e->value; in update_mt_state()
1003 *slot_value(dev, dev->current_slot, ABS_MT_TRACKING_ID) == -1) || in sanitize_event()
1005 *slot_value(dev, dev->current_slot, ABS_MT_TRACKING_ID) != -1)))) { in sanitize_event()
1323 return *slot_value(dev, slot, code); in libevdev_get_slot_value()
[all …]
/dports/audio/snd/snd-21.2/
H A Ds7.c48621 return(s7_is_equal_1(sc, slot_value(px), slot_value(py), nci));
48631 return(s7_is_equivalent_1(sc, slot_value(px), slot_value(py), nci));
53674 …set_plist_3(sc, slot_value(sc->error_file), slot_value(sc->error_line), slot_value(sc->error_posit…
60653 …5].i_7piii_f(opt_sc(o), slot_value(o->v[1].p), integer(slot_value(o->v[2].p)), integer(slot_value(…
62485 …return(o->v[4].d_7pid_f(opt_sc(o), slot_value(o->v[1].p), integer(slot_value(o->v[2].p)), real(slo…
62535 …els[integer(slot_value(o->v[2].p))] = o->v[6].d_dd_f(els[integer(slot_value(o->v[3].p))], real(slo…
62543 …els[integer(slot_value(o->v[2].p))] = els[integer(slot_value(o->v[3].p))] + real(slot_value(o->v[8…
62551 …els[integer(slot_value(o->v[2].p))] = els[integer(slot_value(o->v[3].p))] - real(slot_value(o->v[8…
65787 i = integer(slot_value(o->v[2].p)) + integer(slot_value(o->v[3].p));
83467 (type(slot_value(o->v[1].p)) == type(slot_value(o->v[3].p))) &&
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/chromeos/network/
H A Dnetwork_cert_migrator_unittest.cc196 const std::string* slot_value = in GetVpnCertId() local
198 if (slot_value) in GetVpnCertId()
199 *slot_id = *slot_value; in GetVpnCertId()
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dllvm_generator.cc543 llvm::Value* slot_value; in Visit() local
548 slot_value = generator_->GetPackedBitValue(slot_ref, slot_index); in Visit()
549 lvalue = std::make_shared<LValue>(slot_value); in Visit()
554 slot_value = builder->CreateLoad(slot_offset, dex.FieldName()); in Visit()
555 lvalue = generator_->BuildDecimalLValue(slot_value, dex.FieldType()); in Visit()
561 slot_value = builder->CreateLoad(slot_offset, dex.FieldName()); in Visit()
562 lvalue = std::make_shared<LValue>(slot_value); in Visit()
567 slot_value); in Visit()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/cpp/src/gandiva/
H A Dllvm_generator.cc543 llvm::Value* slot_value; in Visit() local
548 slot_value = generator_->GetPackedBitValue(slot_ref, slot_index); in Visit()
549 lvalue = std::make_shared<LValue>(slot_value); in Visit()
554 slot_value = builder->CreateLoad(slot_offset, dex.FieldName()); in Visit()
555 lvalue = generator_->BuildDecimalLValue(slot_value, dex.FieldType()); in Visit()
561 slot_value = builder->CreateLoad(slot_offset, dex.FieldName()); in Visit()
562 lvalue = std::make_shared<LValue>(slot_value); in Visit()
567 slot_value); in Visit()
/dports/databases/arrow/apache-arrow-6.0.1/cpp/src/gandiva/
H A Dllvm_generator.cc543 llvm::Value* slot_value; in Visit() local
548 slot_value = generator_->GetPackedBitValue(slot_ref, slot_index); in Visit()
549 lvalue = std::make_shared<LValue>(slot_value); in Visit()
554 slot_value = CreateLoad(builder, slot_offset, dex.FieldName()); in Visit()
555 lvalue = generator_->BuildDecimalLValue(slot_value, dex.FieldType()); in Visit()
561 slot_value = CreateLoad(builder, slot_offset, dex.FieldName()); in Visit()
562 lvalue = std::make_shared<LValue>(slot_value); in Visit()
567 slot_value); in Visit()
/dports/lang/guile1/guile-1.8.8/libguile/
H A Dgoops.c546 SCM slot_value = 0; variable
567 slot_value = scm_i_get_keyword (tmp,
575 if (slot_value)
577 set_slot_value (class, obj, SCM_CAR (get_n_set), slot_value);
584 slot_value = get_slot_value (class, obj, SCM_CAR (get_n_set));
585 if (SCM_GOOPS_UNBOUNDP (slot_value))
/dports/textproc/senna/senna-1.1.5/lib/
H A Dql.c389 slot_value(sen_ctx *ctx, sen_db_store *slot, sen_id obj, sen_obj *args, sen_obj *res) in slot_value() function
542 res = slot_value(ctx, slot, obj->u.o.self, args, NULL); in nf_object()
548 res = slot_value(ctx, slot, obj->u.o.self, args, NULL); in nf_object()
805 value = slot_value((ctx), dbs, (value)->u.o.self, /*(args)*/ NIL, (value));\
1586 slot_value(ctx, slot, self, &o, &dummy); in clear_all_slot_values()
1882 slot_value(ctx, slot, res->u.o.self, &cons, &dummy); in nf_class()
2123 slot_value(ctx, slot, obj.u.o.self, &cons, &dummy); // todo : refine cons in nf_class()
2292 slot_value(ctx, slot, res->u.o.self, &cons, &dummy); in nf_rel1()
2493 slot_value(ctx, slot, res->u.o.self, args, res); in nf_slot()
2498 slot_value(ctx, slot, res->u.o.self, args, res); in nf_slot()
/dports/lang/v8/v8-9.6.180.12/src/debug/
H A Ddebug-interface.cc138 i::Handle<i::Object> slot_value(context->get(context_index), isolate); in CollectPrivateMethodsAndAccessorsFromContext() local
140 slot_value->IsJSFunction()); in CollectPrivateMethodsAndAccessorsFromContext()
142 slot_value->IsAccessorPair()); in CollectPrivateMethodsAndAccessorsFromContext()
144 values_out->push_back(Utils::ToLocal(slot_value)); in CollectPrivateMethodsAndAccessorsFromContext()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gdb/sim/mips/
H A Dsim-main.h165 unsigned64 slot_value[PSLOTS]; member
178 #define PENDING_SLOT_VALUE ((CPU)->pending.slot_value)
/dports/devel/avr-gdb/gdb-7.3.1/sim/mips/
H A Dsim-main.h165 unsigned64 slot_value[PSLOTS]; member
178 #define PENDING_SLOT_VALUE ((CPU)->pending.slot_value)
/dports/devel/gdb761/gdb-7.6.1/sim/mips/
H A Dsim-main.h164 unsigned64 slot_value[PSLOTS]; member
177 #define PENDING_SLOT_VALUE ((CPU)->pending.slot_value)
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gdb/sim/mips/
H A Dsim-main.h165 unsigned64 slot_value[PSLOTS]; member
178 #define PENDING_SLOT_VALUE ((CPU)->pending.slot_value)
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/modules/clx/new-clx/
H A Dclx.f753 pushSTACK(obj); pushSTACK(slot); funcall(L(slot_value), 2);
771 funcall(L(slot_value), 2); pushSTACK(value1);
931 funcall(L(slot_value), 2); pushSTACK(value1);
936 funcall(L(slot_value), 2);
945 pushSTACK(obj); pushSTACK(`XLIB::DISPLAY`); funcall(L(slot_value), 2);
953 funcall(L(slot_value), 2); return value1;
1023 funcall(L(slot_value), 2); /* (slot-value new-xid-object `font-info) */
1681 pushSTACK(`XLIB::PLIST`); funcall(L(slot_value), 2);
3884 funcall(L(slot_value), 2); encoding = value1;
/dports/lang/clisp/clisp-df3b9f6fdcff22832898e89a989eb499c0f842ed/src/
H A Drecord.d1200 LISPFUNN(slot_value,2) {
1228 pushSTACK(S(slot_value));
/dports/lang/v8/v8-9.6.180.12/test/cctest/heap/
H A Dtest-heap.cc4516 MaybeObject slot_value = feedback_vector->Get(FeedbackSlot(0)); in TEST() local
4517 CHECK(slot_value->IsWeakOrCleared()); in TEST()
4518 if (slot_value->IsCleared()) break; in TEST()
4522 MaybeObject slot_value = feedback_vector->Get(FeedbackSlot(0)); in TEST() local
4523 CHECK(slot_value->IsCleared()); in TEST()
4527 slot_value = feedback_vector->Get(FeedbackSlot(0)); in TEST()
4528 CHECK(slot_value->IsWeak()); in TEST()

12