Home
last modified time | relevance | path

Searched refs:get_value (Results 1 – 25 of 30) sorted by relevance

12

/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/
H A Dhw_hpd.c65 static enum gpio_result get_value( in get_value() function
107 .get_value = get_value,
H A Dhw_generic.c86 .get_value = dal_hw_gpio_get_value,
H A Dhw_gpio.h54 enum gpio_result (*get_value)( member
H A Dhw_ddc.c211 .get_value = dal_hw_gpio_get_value,
H A Dgpio_base.c87 return gpio->pin->funcs->get_value(gpio->pin, value); in dal_gpio_get_value()
/openbsd/usr.bin/pkg-config/OpenBSD/
H A DPkgConfig.pm200 my $get_value =
222 unless (defined &$get_value($1)) {
226 $v =~ s/\$\{(.*?)\}/&$get_value($1)/ge;
/openbsd/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFAttribute.h27 DWARFFormValue::ValueType get_value() const { return m_value; } in get_value() function
60 return m_infos[i].attr.get_value(); in ValueAtIndex()
/openbsd/gnu/gcc/libstdc++-v3/include/tr1/
H A Dtuple_defs.h51 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t); in get()
58 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t); in get()
H A Dtuple_iterate.h131 get_value(_Tp& __in)
136 get_value(const _Tp& __in)
/openbsd/gnu/gcc/gcc/
H A Dtree-ssa-ccp.c400 get_value (tree var, bool may_use_default_p) in get_value() function
508 prop_value_t *val = get_value (use, true); in likely_value()
562 get_value (def, false)->lattice_val = VARYING; in ccp_initialize()
729 old_val = get_value (PHI_RESULT (phi), false); in ccp_visit_phi_node()
789 arg_val = *(get_value (arg, true)); in ccp_visit_phi_node()
852 return get_value (rhs, true)->value; in ccp_fold()
885 prop_value_t *val = get_value (op0, true); in ccp_fold()
887 op0 = get_value (op0, true)->value; in ccp_fold()
913 prop_value_t *val = get_value (op0, true); in ccp_fold()
920 prop_value_t *val = get_value (op1, true); in ccp_fold()
[all …]
/openbsd/sbin/wsconsctl/
H A Dmousecfg.c234 get_value(struct wsmouse_parameters *field, enum wsmousecfg key) in get_value() function
256 return ((float) get_value(field, key) * 100 / 4096); in get_percent()
358 value = get_value(field, WSMOUSECFG_DX_SCALE); in mousecfg_pr_field()
/openbsd/gnu/llvm/lldb/examples/summaries/cocoa/
H A Dcache.py30 def get_value(self, key, default=None): member in Cache
H A Dobjc_runtime.py677 self.runtime_version = runtime_version.get_value(self.pid)
683 self.is_lion = os_version.get_value(self.pid)
689 self.types_cache = types_caches.get_value(self.pid)
701 self.isa_cache = isa_caches.get_value(self.pid)
852 data = self.sys_params.isa_cache.get_value(
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dbout.c49 static bfd_vma get_value
400 value = get_value (reloc_entry, link_info, input_section);
441 value = get_value (reloc_entry, link_info, input_section);
1052 get_value (reloc, link_info, input_section) in get_value() function
1155 bfd_vma value = get_value (r, link_info, input_section);
1392 + get_value (reloc, link_info, input_section)),
1427 value = get_value (reloc, link_info, input_section);
1447 value = get_value (reloc, link_info, input_section);
H A DChangeLog-94953879 * bout.c (get_value): Likewise.
8948 (calljx_callback, callj_callback, get_value, abs32code, aligncode,
9602 * bout.c (calljx_callback, callj_callback): Use get_value to get
9604 (get_value): If the symbol is undefined, look it up in the linker
9607 use get_value to get the symbol value and check for undefined
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dbout.c490 get_value (arelent *reloc, in get_value() function
553 value = get_value (reloc_entry, link_info, input_section); in calljx_callback()
593 value = get_value (reloc_entry, link_info, input_section); in callj_callback()
1048 bfd_vma value = get_value (r, link_info, input_section); in abs32code()
1275 + get_value (reloc, link_info, input_section)), in b_out_bfd_get_relocated_section_contents()
1310 value = get_value (reloc, link_info, input_section); in b_out_bfd_get_relocated_section_contents()
1330 value = get_value (reloc, link_info, input_section); in b_out_bfd_get_relocated_section_contents()
H A DChangeLog-94953879 * bout.c (get_value): Likewise.
8948 (calljx_callback, callj_callback, get_value, abs32code, aligncode,
9602 * bout.c (calljx_callback, callj_callback): Use get_value to get
9604 (get_value): If the symbol is undefined, look it up in the linker
9607 use get_value to get the symbol value and check for undefined
H A DChangeLog-91934348 * bout.c (get_value): Don't truncate 32-bit addend to 16 bits.
4824 * coffcode.h (get_value): don't truncate reloc->addend field, it's
/openbsd/gnu/llvm/lldb/examples/python/
H A Ddict_utils.py25 def get_value(self, key, fail_value=None): member in LookupDictionary
/openbsd/gnu/usr.bin/texinfo/info/
H A Dinfokey.c415 get_value in compile() enumerator
732 state = get_value; in compile()
752 case get_value: in compile()
/openbsd/regress/usr.sbin/ldapd/
H A Dcommon.pl137 $entry->replace($attr => [ map { canonical_dn($_, @canon_opt) } $entry->get_value($attr) ]);
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/
H A DDIARawSymbol.cpp850 if (S_OK != Symbol->get_value(&Value)) in getValue()
/openbsd/gnu/llvm/lldb/bindings/python/
H A Dpython-wrapper.swig685 static char callee_name[] = "get_value";
/openbsd/gnu/llvm/lldb/docs/use/
H A Dvariable.rst937 def get_value(self):
962 get_value as other methods are defaulted in the superclass as returning default
/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DRNBRemote.cpp1720 static std::string get_value(std::string &line) { in get_value() function
1752 std::string value = get_value(line); in HandlePacket_qRcmd()

12