Searched refs:get_value (Results 1 - 13 of 13) sorted by relevance

/freebsd-10-stable/contrib/groff/src/roff/troff/
H A Dreg.h26 virtual int get_value(units *);
57 int get_value(units *) = 0;
65 int get_value(units *);
H A Dreg.cpp30 int reg::get_value(units * /*d*/) function in class:reg
209 if (!get_value(&n))
218 if (get_value(&n))
225 if (get_value(&n))
270 int get_value(units *);
278 int number_reg::get_value(units *res) function in class:number_reg
298 int variable_reg::get_value(units *res) function in class:variable_reg
314 if (!r || !r->get_value(&prev_value))
346 if (!r->get_value(&prev_value))
H A Ddiv.cpp955 int get_value(units *);
959 int page_offset_reg::get_value(units *res) function in class:page_offset_reg
972 int get_value(units *);
976 int page_length_reg::get_value(units *res) function in class:page_length_reg
989 int get_value(units *);
993 int vertical_position_reg::get_value(units *res) function in class:vertical_position_reg
1012 int get_value(units *);
1016 int high_water_mark_reg::get_value(units *res) function in class:high_water_mark_reg
1029 int get_value(units *);
1033 int distance_to_next_trap_reg::get_value(unit function in class:distance_to_next_trap_reg
1070 int page_number_reg::get_value(units *res) function in class:page_number_reg
1142 int no_space_mode_reg::get_value(units *val) function in class:no_space_mode_reg
[all...]
H A Denv.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) function in class:int_env_reg
3075 int vunits_env_reg::get_value(units *val) function in class:vunits_env_reg
3090 int hunits_env_reg::get_value(units *val) function in class:hunits_env_reg
3113 int get_value(units *);
3121 int horizontal_place_reg::get_value(units *res) function in class:horizontal_place_reg
H A Dinput.cpp5013 if (!r || !r->get_value(&prev_value))
6737 int get_value(units *);
6744 int writable_lineno_reg::get_value(units *res) function in class:writable_lineno_reg
H A Dnode.cpp4004 if (r && (r->get_value(&prev_value)))
/freebsd-10-stable/contrib/libstdc++/include/tr1/
H A Dtuple_defs.h51 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t);
58 return __get_helper<__i, tuple<_GLIBCXX_TEMPLATE_ARGS> >::get_value(__t);
H A Dtuple_iterate.h131 get_value(_Tp& __in) function in struct:std::__get_helper
136 get_value(const _Tp& __in) function in struct:std::__get_helper
/freebsd-10-stable/contrib/gcc/
H A Dtree-ssa-ccp.c400 get_value (tree var, bool may_use_default_p) function
416 prop_value_t *old_val = get_value (var, false);
508 prop_value_t *val = get_value (use, true);
562 get_value (def, false)->lattice_val = VARYING;
585 prop_value_t *val = get_value (PHI_RESULT (phi), false);
592 && get_value (arg, false)->lattice_val == VARYING)
729 old_val = get_value (PHI_RESULT (phi), false);
789 arg_val = *(get_value (arg, true));
852 return get_value (rhs, true)->value;
885 prop_value_t *val = get_value (op
[all...]
/freebsd-10-stable/contrib/texinfo/info/
H A Dinfokey.c412 get_value
729 state = get_value;
749 case get_value:
410 get_value enumerator in enum:__anon4674
/freebsd-10-stable/contrib/binutils/bfd/
H A Dbout.c491 get_value (arelent *reloc,
554 value = get_value (reloc_entry, link_info, input_section);
594 value = get_value (reloc_entry, link_info, input_section);
1067 bfd_vma value = get_value (r, link_info, input_section);
1294 + get_value (reloc, link_info, input_section)),
1329 value = get_value (reloc, link_info, input_section);
1349 value = get_value (reloc, link_info, input_section);
490 get_value (arelent *reloc, function
H A Delflink.c7043 get_value (bfd_vma size,
7191 x = get_value (wordsz, chunksz, input_bfd, contents + rel->r_offset);
7033 get_value (bfd_vma size, function
/freebsd-10-stable/sys/dev/isci/scil/
H A Dscic_sds_controller.c2039 U32 get_value = this_controller->completion_queue_get; local
2040 U32 get_index = get_value & SMU_COMPLETION_QUEUE_GET_POINTER_MASK;
2042 NORMALIZE_GET_POINTER_CYCLE_BIT(get_value)

Completed in 312 milliseconds