Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/unbound/contrib/
HDunbound_munin_117 get_value ( ) { function
158 get_value "time.now"
421 get_value "time.elapsed"
431 get_value $1
502 get_value total.num.cachehits
522 get_value $x
526 get_value histogram.000000.065536.to.000000.131072
528 get_value histogram.000000.131072.to.000000.262144
530 get_value histogram.000000.262144.to.000000.524288
532 get_value histogram.000000.524288.to.000001.000000
[all …]
/freebsd-11-stable/contrib/groff/src/roff/troff/
HDreg.cpp30 int reg::get_value(units * /*d*/) in get_value() function in reg
209 if (!get_value(&n)) in get_string()
218 if (get_value(&n)) in increment()
225 if (get_value(&n)) in decrement()
270 int get_value(units *);
278 int number_reg::get_value(units *res) in get_value() function in number_reg
298 int variable_reg::get_value(units *res) in get_value() function in variable_reg
314 if (!r || !r->get_value(&prev_value)) in define_number_reg()
346 if (!r->get_value(&prev_value))
HDreg.h26 virtual int get_value(units *);
57 int get_value(units *) = 0;
65 int get_value(units *);
HDdiv.cpp955 int get_value(units *);
959 int page_offset_reg::get_value(units *res) in get_value() function in page_offset_reg
972 int get_value(units *);
976 int page_length_reg::get_value(units *res) in get_value() function in page_length_reg
989 int get_value(units *);
993 int vertical_position_reg::get_value(units *res) in get_value() function in vertical_position_reg
1012 int get_value(units *);
1016 int high_water_mark_reg::get_value(units *res) in get_value() function in high_water_mark_reg
1029 int get_value(units *);
1033 int distance_to_next_trap_reg::get_value(units *res) in get_value() function in distance_to_next_trap_reg
[all …]
HDenv.cpp3029 int get_value(units *val);
3037 int get_value(units *val);
3046 int get_value(units *val);
3060 int int_env_reg::get_value(units *val) in get_value() function in int_env_reg
3075 int vunits_env_reg::get_value(units *val) in get_value() function in vunits_env_reg
3090 int hunits_env_reg::get_value(units *val) in get_value() function in hunits_env_reg
3113 int get_value(units *);
3121 int horizontal_place_reg::get_value(units *res) in get_value() function in horizontal_place_reg
HDinput.cpp5014 if (!r || !r->get_value(&prev_value)) in do_register()
6738 int get_value(units *);
6745 int writable_lineno_reg::get_value(units *res) in get_value() function in writable_lineno_reg
HDnode.cpp4004 if (r && (r->get_value(&prev_value))) in get_reg_int()
/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_utility.cpp154 #define get_value(reg, lo, mask) (((reg) >> (lo)) & (mask)) in __kmp_query_cpuid() macro
157 p->family = get_value(buf.eax, 20, 0xff) + get_value(buf.eax, 8, 0x0f); in __kmp_query_cpuid()
159 (get_value(buf.eax, 16, 0x0f) << 4) + get_value(buf.eax, 4, 0x0f); in __kmp_query_cpuid()
160 p->stepping = get_value(buf.eax, 0, 0x0f); in __kmp_query_cpuid()
162 #undef get_value in __kmp_query_cpuid()
/freebsd-11-stable/contrib/gcc/
HDtree-ssa-ccp.c400 get_value (tree var, bool may_use_default_p) in get_value() function
416 prop_value_t *old_val = get_value (var, false); in set_lattice_value()
508 prop_value_t *val = get_value (use, true); in likely_value()
562 get_value (def, false)->lattice_val = VARYING; in ccp_initialize()
585 prop_value_t *val = get_value (PHI_RESULT (phi), false); in ccp_initialize()
592 && get_value (arg, 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()
[all …]
HDChangeLog.tree-ssa2230 * tree-ssa-ccp.c (get_value, visit_phi_node,
7537 (get_value): Use value_vector instead of hash table. Mark inline.
13369 (get_value): New function.
HDChangeLog-200414033 * tree-ssa-ccp.c (dump_lattice_value, get_default_value, get_value,
/freebsd-11-stable/usr.sbin/efivar/
HDefivar.c101 get_value(char *val, size_t *datalen) in get_value() function
124 data = get_value(val, &datalen); in append_variable()
149 data = get_value(val, &datalen); in write_variable()
/freebsd-11-stable/contrib/libstdc++/include/tr1/
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()
Dtuple_iterate.h131 get_value(_Tp& __in)
136 get_value(const _Tp& __in)
/freebsd-11-stable/contrib/binutils/bfd/
HDbout.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()
1064 bfd_vma value = get_value (r, link_info, input_section); in abs32code()
1291 + get_value (reloc, link_info, input_section)), in b_out_bfd_get_relocated_section_contents()
1326 value = get_value (reloc, link_info, input_section); in b_out_bfd_get_relocated_section_contents()
1346 value = get_value (reloc, link_info, input_section); in b_out_bfd_get_relocated_section_contents()
HDChangeLog1569 (get_value): Likewise.
HDelflink.c7033 get_value (bfd_vma size, in get_value() function
7181 x = get_value (wordsz, chunksz, input_bfd, contents + rel->r_offset); in bfd_elf_perform_complex_relocation()
HDChangeLog-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
HDChangeLog-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
HDChangeLog-96975517 * bout.c (get_value): Likewise.
HDChangeLog-00019083 * bout.c (get_value): Likewise.
/freebsd-11-stable/sys/dev/isci/scil/
HDscic_sds_controller.c2039 U32 get_value = this_controller->completion_queue_get; in scic_sds_controller_completion_queue_has_entries() local
2040 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK; in scic_sds_controller_completion_queue_has_entries()
2042 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value) in scic_sds_controller_completion_queue_has_entries()
/freebsd-11-stable/contrib/llvm-project/lldb/bindings/python/
HDpython-wrapper.swig655 static char callee_name[] = "get_value";
/freebsd-11-stable/contrib/llvm-project/llvm/lib/DebugInfo/PDB/DIA/
HDDIARawSymbol.cpp850 if (S_OK != Symbol->get_value(&Value)) in getValue()
/freebsd-11-stable/contrib/groff/
HDChangeLog.117225 (no_space_mode_reg::get_value, no_space_mode_reg::get_string): Use