Home
last modified time | relevance | path

Searched refs:set_value (Results 1 – 25 of 32) sorted by relevance

12

/openbsd/src/gnu/llvm/lldb/examples/python/
Ddisassembly_mode.py23 def set_value(self, setting, value): member in DisassemblyMode
31 self.set_value("stop-disassembly-display","always")
32 self.set_value("stop-disassembly-count", "8")
33 self.set_value("stop-line-count-before", "0")
34 self.set_value("stop-line-count-after", "0")
38 self.set_value("stop-disassembly-display",self.dis_display)
39 self.set_value("stop-disassembly-count", self.dis_count)
40 self.set_value("stop-line-count-before", self.before_count)
41 self.set_value("stop-line-count-after", self.after_count)
Ddict_utils.py39 def set_value(self, v): member in Enum
/openbsd/src/sbin/wsconsctl/
Dmousecfg.c244 set_value(struct wsmouse_parameters *field, enum wsmousecfg key, int value) in set_value() function
262 set_value(field, key, (int) ((f * 4096 + 50) / 100)); in set_percent()
281 set_value(field, WSMOUSECFG_TAP_ONE_BTNMAP, i1); in set_tapping()
282 set_value(field, WSMOUSECFG_TAP_TWO_BTNMAP, i2); in set_tapping()
283 set_value(field, WSMOUSECFG_TAP_THREE_BTNMAP, i3); in set_tapping()
400 set_value(field, WSMOUSECFG_DX_SCALE, n); in mousecfg_rd_field()
403 set_value(field, WSMOUSECFG_DY_SCALE, n); in mousecfg_rd_field()
/openbsd/src/gnu/llvm/libcxx/src/
Dfuture.cpp83 __assoc_sub_state::set_value() in set_value() function in __assoc_sub_state
219 promise<void>::set_value() in set_value() function in promise
223 __state_->set_value(); in set_value()
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/
DExecutorProcessControl.h127 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt8s()
135 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt16s()
143 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt32s()
151 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeUInt64s()
159 [&](Error Err) { ResultP.set_value(std::move(Err)); }); in writeBuffers()
314 RP.set_value(std::move(R)); in callWrapper()
/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DTaskQueue.h48 P->set_value(C()); in invokeCallbackAndSetPromise()
53 P->set_value(); in invokeCallbackAndSetPromise()
DThreadPool.h126 [Promise = std::move(Promise), Task]() { Promise->set_value(Task()); }, in createTaskAndFuture()
136 Promise->set_value(); in createTaskAndFuture()
/openbsd/src/gnu/llvm/libcxx/include/
Dfuture77 void set_value(const R& r);
78 void set_value(R&& r);
107 void set_value(R& r);
135 void set_value();
580 void set_value();
638 void set_value(_Arg&& __arg);
660 __assoc_state<_Rp>::set_value(_Arg&& __arg)
717 void set_value(_Rp& __arg);
732 __assoc_state<_Rp&>::set_value(_Rp& __arg)
876 this->set_value(__func_());
[all …]
/openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/JITLink/
DJITLinkMemoryManager.h136 FinalizeResultP.set_value(std::move(Result)); in finalize()
167 AllocResultP.set_value(std::move(Alloc)); in allocate()
191 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocate()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
DSimpleRemoteEPC.cpp290 EIP.set_value( in setup()
299 EIP.set_value(EI); in setup()
301 EIP.set_value(make_error<StringError>( in setup()
DDebugObjectManagerPlugin.cpp467 FinalizePromise.set_value(TargetMem.takeError()); in notifyEmitted()
471 FinalizePromise.set_value(std::move(Err)); in notifyEmitted()
477 FinalizePromise.set_value(MR.withResourceKeyDo([&](ResourceKey K) { in notifyEmitted()
DLookupAndRecordAddrs.cpp49 lookupAndRecordAddrs([&](Error Err) { ResultP.set_value(std::move(Err)); }, in lookupAndRecordAddrs()
DEPCIndirectionUtils.cpp96 [&](Error Err) { DeallocResultP.set_value(std::move(Err)); }); in deallocatePool()
419 [&](JITTargetAddress Addr) { LandingAddrP.set_value(Addr); }); in reentry()
DMemoryMapper.cpp154 deinitialize(AllocAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in release()
187 release(ReservationAddrs, [&](Error Err) { P.set_value(std::move(Err)); }); in ~InProcessMemoryMapper()
DExecutorProcessControl.cpp193 ResultP.set_value(std::move(Result)); in jitDispatchViaWrapperFunctionManager()
/openbsd/src/sys/arch/luna88k/luna88k/
Dmachdep.c1167 u_int32_t set_value; in setlevel() local
1170 set_value = int_set_val[level]; in setlevel()
1174 set_value &= INT_SLAVE_MASK; in setlevel()
1178 *(volatile uint32_t *)ci->ci_intr_mask = set_value; in setlevel()
/openbsd/src/sys/dev/pci/drm/amd/display/dc/gpio/
Dhw_gpio.h57 enum gpio_result (*set_value)( member
Dhw_generic.c87 .set_value = dal_hw_gpio_set_value,
Dhw_hpd.c108 .set_value = dal_hw_gpio_set_value,
Dhw_ddc.c209 .set_value = dal_hw_gpio_set_value,
Dgpio_base.c99 return gpio->pin->funcs->set_value(gpio->pin, value); in dal_gpio_set_value()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DParallel.cpp64 ThreadsCreated.set_value(); in ThreadPoolExecutor()
/openbsd/src/gnu/llvm/llvm/utils/git/
Dgithub-automation.py49 config.set_value('user', 'name', 'llvmbot')
50 config.set_value('user', 'email', 'llvmbot@llvm.org')
/openbsd/src/bin/pax/
Dtables.c727 goto set_value; in sltab_add_sym()
743 set_value: in sltab_add_sym()
/openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp206 AllocP.set_value(std::move(Result)); in Create()

12