/openbsd/sys/dev/pci/drm/amd/display/dc/gpio/ |
H A D | hw_hpd.c | 65 static enum gpio_result get_value( in get_value() function 107 .get_value = get_value,
|
H A D | hw_generic.c | 86 .get_value = dal_hw_gpio_get_value,
|
H A D | hw_gpio.h | 54 enum gpio_result (*get_value)( member
|
H A D | hw_ddc.c | 211 .get_value = dal_hw_gpio_get_value,
|
H A D | gpio_base.c | 87 return gpio->pin->funcs->get_value(gpio->pin, value); in dal_gpio_get_value()
|
/openbsd/usr.bin/pkg-config/OpenBSD/ |
H A D | PkgConfig.pm | 200 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 D | DWARFAttribute.h | 27 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 D | tuple_defs.h | 51 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 D | tuple_iterate.h | 131 get_value(_Tp& __in) 136 get_value(const _Tp& __in)
|
/openbsd/gnu/gcc/gcc/ |
H A D | tree-ssa-ccp.c | 400 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 D | mousecfg.c | 234 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 D | cache.py | 30 def get_value(self, key, default=None): member in Cache
|
H A D | objc_runtime.py | 677 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 D | bout.c | 49 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 D | ChangeLog-9495 | 3879 * 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 D | bout.c | 490 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 D | ChangeLog-9495 | 3879 * 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 D | ChangeLog-9193 | 4348 * 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 D | dict_utils.py | 25 def get_value(self, key, fail_value=None): member in LookupDictionary
|
/openbsd/gnu/usr.bin/texinfo/info/ |
H A D | infokey.c | 415 get_value in compile() enumerator 732 state = get_value; in compile() 752 case get_value: in compile()
|
/openbsd/regress/usr.sbin/ldapd/ |
H A D | common.pl | 137 $entry->replace($attr => [ map { canonical_dn($_, @canon_opt) } $entry->get_value($attr) ]);
|
/openbsd/gnu/llvm/llvm/lib/DebugInfo/PDB/DIA/ |
H A D | DIARawSymbol.cpp | 850 if (S_OK != Symbol->get_value(&Value)) in getValue()
|
/openbsd/gnu/llvm/lldb/bindings/python/ |
H A D | python-wrapper.swig | 685 static char callee_name[] = "get_value";
|
/openbsd/gnu/llvm/lldb/docs/use/ |
H A D | variable.rst | 937 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 D | RNBRemote.cpp | 1720 static std::string get_value(std::string &line) { in get_value() function 1752 std::string value = get_value(line); in HandlePacket_qRcmd()
|