HomeSort by: relevance | last modified time | path
    Searched defs:get_value (Results 1 - 23 of 23) sorted by relevancy

  /src/external/bsd/nsd/dist/contrib/
nsd_munin_ 105 get_value ( ) { function
146 get_value "timestamp"
334 get_value "time.elapsed"
344 get_value $1
421 get_value "zone.primary"
423 get_value "zone.secondary"
  /src/external/bsd/unbound/dist/contrib/
unbound_munin_ 115 get_value ( ) { function
168 get_value "time.now"
429 get_value "time.elapsed"
439 get_value $1
506 get_value total.num.cachehits
526 get_value $x
530 get_value histogram.000000.065536.to.000000.131072
532 get_value histogram.000000.131072.to.000000.262144
534 get_value histogram.000000.262144.to.000000.524288
536 get_value histogram.000000.524288.to.000001.00000
    [all...]
  /src/external/bsd/atf/dist/tools/
exceptions.hpp 49 const T& get_value(void) const throw();
72 not_found_error< T >::get_value(void) function in class:tools::not_found_error
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/gpio/
amdgpu_hw_hpd.c 72 static enum gpio_result get_value( function
115 .get_value = get_value,
hw_gpio.h 56 enum gpio_result (*get_value)( member in struct:hw_gpio_pin_funcs
  /src/external/gpl3/gcc.old/dist/gcc/
align.h 39 int get_value () function in struct:align_flags_tuple
tristate.h 58 enum value get_value () const { return m_value; } function in class:tristate
rtl-iter.h 189 m_base[m_end++] = T::get_value (src[2].rt_rtx);
191 m_base[m_end++] = T::get_value (src[1].rt_rtx);
192 m_current = T::get_value (src[0].rt_rtx);
243 static value_type get_value (rtx_type x) { return x; } function in struct:const_rtx_accessor
254 static value_type get_value (rtx_type x) { return x; } function in struct:rtx_var_accessor
265 static value_type get_value (rtx_type &x) { return &x; } function in struct:rtx_ptr_accessor
tree-ssa-ccp.cc 367 get_value (tree var) function
396 val = get_value (var);
631 ccp_prop_value_t *val_ = get_value (expr);
727 ccp_prop_value_t *val = get_value (use);
957 /* We want to provide our own GET_VALUE and FOLD_STMT virtual methods. */
1004 val = get_value (name);
2230 ccp_prop_value_t *val = get_value (simplified);
ipa-cp.cc 316 widest_int get_value () const { return m_value; } function in class:ipcp_bits_lattice
554 fprintf (f, " Bits: value = "); print_hex (get_value (), f);
1183 sgn, precision, other.get_value (), other.get_mask (),
1193 &adjusted_mask, sgn, precision, other.get_value (),
6479 = ipa_get_ipa_bits_for_value (plats->bits_lattice.get_value (),
  /src/external/gpl2/groff/dist/src/roff/troff/
reg.cpp 32 int reg::get_value(units * /*d*/) function in class:reg
211 if (!get_value(&n))
220 if (get_value(&n))
227 if (get_value(&n))
272 int get_value(units *);
280 int number_reg::get_value(units *res) function in class:number_reg
300 int variable_reg::get_value(units *res) function in class:variable_reg
316 if (!r || !r->get_value(&prev_value))
348 if (!r->get_value(&prev_value))
div.cpp 957 int get_value(units *);
961 int page_offset_reg::get_value(units *res) function in class:page_offset_reg
974 int get_value(units *);
978 int page_length_reg::get_value(units *res) function in class:page_length_reg
991 int get_value(units *);
995 int vertical_position_reg::get_value(units *res) function in class:vertical_position_reg
1014 int get_value(units *);
1018 int high_water_mark_reg::get_value(units *res) function in class:high_water_mark_reg
1031 int get_value(units *);
1035 int distance_to_next_trap_reg::get_value(units *res function in class:distance_to_next_trap_reg
1072 int page_number_reg::get_value(units *res) function in class:page_number_reg
1144 int no_space_mode_reg::get_value(units *val) function in class:no_space_mode_reg
    [all...]
env.cpp 3031 int get_value(units *val);
3039 int get_value(units *val);
3048 int get_value(units *val);
3062 int int_env_reg::get_value(units *val) function in class:int_env_reg
3077 int vunits_env_reg::get_value(units *val) function in class:vunits_env_reg
3092 int hunits_env_reg::get_value(units *val) function in class:hunits_env_reg
3115 int get_value(units *);
3123 int horizontal_place_reg::get_value(units *res) function in class:horizontal_place_reg
input.cpp 5016 if (!r || !r->get_value(&prev_value))
6740 int get_value(units *);
6747 int writable_lineno_reg::get_value(units *res) function in class:writable_lineno_reg
  /src/games/rogue/
score.c 61 static int get_value(const object *);
540 val = get_value(obj);
558 get_value(const object *obj) function
  /src/external/gpl2/texinfo/dist/info/
infokey.c 414 get_value
731 state = get_value;
751 case get_value:
412 get_value enumerator in enum:__anon7184
  /src/external/gpl3/binutils/dist/gprofng/src/
Hist_data.cc 916 TValue *v = get_value (&res, hist_metrics[i].indTimeVal, row);
922 TValue *v = get_value (&res, i, row);
977 Hist_data::get_value (TValue *res, int met_index, int row) function in class:Hist_data
994 Hist_data::get_value (TValue *res, int met_index, HistItem *hi) function in class:Hist_data
1028 TValue *v = get_value (&res, i, i1);
DwarfLib.cc 1020 DwrSec::get_value (int dw_form) function in class:DwrSec
1287 off = debug_lineSec->get_value (efmt[k].form_code);
1297 ind = debug_lineSec->get_value (efmt[k].form_code);
1300 tstamp = debug_lineSec->get_value (efmt[k].form_code);
1303 fsize = debug_lineSec->get_value (efmt[k].form_code);
1306 (void) debug_lineSec->get_value (efmt[k].form_code);
  /src/external/gpl3/binutils.old/dist/gprofng/src/
Hist_data.cc 916 TValue *v = get_value (&res, hist_metrics[i].indTimeVal, row);
922 TValue *v = get_value (&res, i, row);
977 Hist_data::get_value (TValue *res, int met_index, int row) function in class:Hist_data
994 Hist_data::get_value (TValue *res, int met_index, HistItem *hi) function in class:Hist_data
1028 TValue *v = get_value (&res, i, i1);
DwarfLib.cc 1020 DwrSec::get_value (int dw_form) function in class:DwrSec
1287 off = debug_lineSec->get_value (efmt[k].form_code);
1297 ind = debug_lineSec->get_value (efmt[k].form_code);
1300 tstamp = debug_lineSec->get_value (efmt[k].form_code);
1303 fsize = debug_lineSec->get_value (efmt[k].form_code);
1306 (void) debug_lineSec->get_value (efmt[k].form_code);
  /src/external/gpl3/binutils/dist/bfd/
elflink.c 9547 get_value (bfd_vma size,
9651 x = get_value (wordsz, chunksz, input_bfd, contents + octets);
9535 get_value (bfd_vma size, function
  /src/external/gpl3/binutils.old/dist/bfd/
elflink.c 9532 get_value (bfd_vma size,
9636 x = get_value (wordsz, chunksz, input_bfd, contents + octets);
9520 get_value (bfd_vma size, function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
cp-tree.h 74 tree get_value () const { return m_value; } function in class:cp_expr
112 return lhs.get_value () == rhs;

Completed in 87 milliseconds